nixos/object: Add HedgeDoc
Some checks failed
CI / Check, build and cache Nix flake (push) Has been cancelled

This commit is contained in:
2024-01-08 21:40:20 +00:00
parent c9ce57e2c5
commit e277cce3bc
4 changed files with 55 additions and 1 deletions

View File

@@ -376,6 +376,11 @@ in
locations."/".proxyPass = "http://localhost:8989";
useACMEHost = pubDomain;
};
"md.${pubDomain}" = {
locations."/".proxyPass = "http://object-ctr.${domain}:3000";
useACMEHost = pubDomain;
};
};
minio =