Update netbox ip
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2025-06-17 12:15:50 +02:00
parent 32e5ee92f0
commit 1fc6e03c2c
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ in {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "https://192.168.1.90:443"; proxyPass = "https://192.168.1.21";
proxyWebsockets = true; proxyWebsockets = true;
recommendedProxySettings = true; recommendedProxySettings = true;
}; };

View file

@ -72,7 +72,7 @@ in {
host gitea gitea 192.168.1.14/32 md5 host gitea gitea 192.168.1.14/32 md5
host authentik authentik 192.168.1.125/32 md5 host authentik authentik 192.168.1.125/32 md5
host grafana grafana 192.168.1.27/32 md5 host grafana grafana 192.168.1.27/32 md5
host netbox netbox 192.168.1.90/32 md5 host netbox netbox 192.168.1.21/32 md5
host onlyoffice onlyoffice 192.168.1.20/32 md5 host onlyoffice onlyoffice 192.168.1.20/32 md5
host vaultwarden vaultwarden 192.168.1.22/32 md5 host vaultwarden vaultwarden 192.168.1.22/32 md5
"; ";