feat: ente: added

This commit is contained in:
2026-06-06 13:26:36 +00:00
parent 59dc5ecd1e
commit e04b7e11da
5 changed files with 291 additions and 4 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
hectic.services.attic = {
enable = true;
hostName = "cache.${domain}";
port = 8081;
environmentFile = config.sops.secrets."atticd/environment".path;
storage = {
bucket = "cache-hectic-lab";
@@ -23,7 +24,7 @@
client_max_body_size 0;
'';
locations."/" = {
proxyPass = "http://127.0.0.1:8080";
proxyPass = "http://127.0.0.1:8081";
};
};
}