homebox added

This commit is contained in:
2026-07-15 23:08:18 +03:00
parent 9a2372caf8
commit 536bdf801e
5 changed files with 58 additions and 0 deletions
+10
View File
@@ -77,6 +77,16 @@ in
client_max_body_size 5G;
'';
};
"homebox.home.arpa" = {
forceSSL = true;
enableACME = true;
locations = {
"/" = {
proxyPass = "http://127.0.0.1:7745";
proxyWebsockets = true;
};
};
};
"nextcloud.home.arpa" = {
forceSSL = true;
enableACME = true;