improved backups + local dns instead of cloudflare

This commit is contained in:
2026-07-28 14:10:29 +02:00
parent 7fb1498f20
commit 66fd70b5c4
8 changed files with 60 additions and 20 deletions
+3 -3
View File
@@ -74,7 +74,7 @@
};
"jf.nicknase27.com" = {
extraConfig = ''
reverse_proxy 10.0.0.5:8096
reverse_proxy storage.local:8096
'';
serverAliases = ["watch.nicknase27.com"];
};
@@ -108,12 +108,12 @@
};
"storage.nicknase27.com" = {
extraConfig = ''
reverse_proxy 10.0.0.5:80
reverse_proxy storage.local:80
'';
};
"photos.nicknase27.com" = {
extraConfig = ''
reverse_proxy 10.0.0.5:2283
reverse_proxy storage.local:2283
'';
};
};