feat(service): add temporary brain-dump hosting config
This commit is contained in:
parent
378cf60dd2
commit
bac6287a99
|
@ -74,6 +74,7 @@
|
|||
${point "stats" faunus-ater}
|
||||
${point "cache" faunus-ater}
|
||||
${point "hydra" faunus-ater}
|
||||
${point "todo" faunus-ater}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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 = {};
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
${point "read" faunus-ater}
|
||||
${point "note" faunus-ater}
|
||||
${point "time" faunus-ater}
|
||||
${point "todo" faunus-ater}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue