Migrate NetBox to Chaosknoten and hamburg.ccc.de domain

This commit is contained in:
June 2023-09-21 19:09:28 +02:00
commit 01a6d189f2
5 changed files with 47 additions and 14 deletions

View file

@ -11,7 +11,7 @@
enable = true;
secretKeyFile = "/secrets/netbox-secret-key.secret";
settings = {
ALLOWED_HOSTS = [ "netbox.ccchh.net" "10.31.208.29" ];
ALLOWED_HOSTS = [ "netbox.hamburg.ccc.de" ];
SESSION_COOKIE_SECURE = true;
};
};