feat(service): add temporary brain-dump hosting config

This commit is contained in:
Malte Tammena 2023-07-02 10:04:47 +02:00
parent 378cf60dd2
commit bac6287a99
3 changed files with 9 additions and 0 deletions

View file

@ -74,6 +74,7 @@
${point "stats" faunus-ater}
${point "cache" faunus-ater}
${point "hydra" faunus-ater}
${point "todo" faunus-ater}
'';
};
};

View file

@ -137,6 +137,13 @@ in {
};
};
services.nginx.virtualHosts."todo.home" = mkVirtHost {
locations."/" = {
proxyPass = "http://127.0.0.1:7372";
proxyWebsockets = true;
};
};
# === Dim ===
# virtualisation.oci-containers.containers."dim" = {
# environment = {};

View file

@ -73,6 +73,7 @@
${point "read" faunus-ater}
${point "note" faunus-ater}
${point "time" faunus-ater}
${point "todo" faunus-ater}
'';
};
};