1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-10 02:30:29 +01:00

add calorie-tracker as external flake service

This commit is contained in:
TheGeneralist 2026-02-17 07:03:41 +01:00
parent 60215eb57c
commit 16ce3aebd9
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
6 changed files with 370 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
domain = "thegeneralist01.com";
family_domain = builtins.getEnv "FAMILY_DOMAIN";
family_domain = builtins.getEnv "FAMILY_DOMAIN";
ssl = {
quic = true;
@ -101,6 +101,7 @@ in
"thegeneralist01.com" = "http://localhost:80";
"www.thegeneralist01.com" = "http://localhost:80";
"cache.thegeneralist01.com" = "http://localhost:80";
"calorie.thegeneralist01.com" = "http://localhost:4322";
"git.thegeneralist01.com" = "http://localhost:3000";
};
default = "http_status:404";