update(hosts): Unify hosts

This commit is contained in:
Filippo Berto 2025-11-02 19:23:27 +01:00
parent f4db960b46
commit e9286c25ab
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
9 changed files with 38 additions and 37 deletions

View file

@ -112,7 +112,7 @@
};
"home-assistant.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://odin.tsn:8123/";
proxyPass = "http://odin:8123/";
proxyWebsockets = true;
};
extraConfig = ''
@ -123,7 +123,7 @@
};
"s3.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:9000/";
proxyPass = "http://heimdall:9000/";
proxyWebsockets = true;
};
extraConfig = ''
@ -138,7 +138,7 @@
};
"hass.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:8123/";
proxyPass = "http://heimdall:8123/";
proxyWebsockets = true;
};
extraConfig = ''
@ -150,7 +150,7 @@
"immich.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:2283";
proxyPass = "http://heimdall:2283";
proxyWebsockets = true;
recommendedProxySettings = true;
extraConfig = ''
@ -164,7 +164,7 @@
};
"git.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:3000";
proxyPass = "http://heimdall:3000";
proxyWebsockets = true;
recommendedProxySettings = true;
extraConfig = ''
@ -179,7 +179,7 @@
# "ntfy.bertof.net" = ssl // {
# locations."/" = {
# proxyPass = "http://heimdall.tsn:7080/";
# proxyPass = "http://heimdall:7080/";
# proxyWebsockets = true;
# extraConfig = ''
# client_max_body_size 5g;
@ -188,7 +188,7 @@
# };
"my-nextcloud.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:80/";
proxyPass = "http://heimdall:80/";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 5g;
@ -198,7 +198,7 @@
};
# "grafana.bertof.net" = ssl // {
# locations."/" = {
# proxyPass = "http://heimdall.tsn:3000/";
# proxyPass = "http://heimdall:3000/";
# proxyWebsockets = true;
# extraConfig = ''
# client_max_body_size 5g;
@ -207,25 +207,25 @@
# };
"radarr.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:7878/";
proxyPass = "http://heimdall:7878/";
proxyWebsockets = true;
};
};
"sonarr.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:8989/";
proxyPass = "http://heimdall:8989/";
proxyWebsockets = true;
};
};
"lidarr.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:8686/";
proxyPass = "http://heimdall:8686/";
proxyWebsockets = true;
};
};
"ombi.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:5000/";
proxyPass = "http://heimdall:5000/";
proxyWebsockets = true;
};
};
@ -237,7 +237,7 @@
# };
"jellyfin.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:8096/";
proxyPass = "http://heimdall:8096/";
proxyWebsockets = true;
};
};