netbox: add Media_Root

pull/5/head
Moira 2022-12-13 23:47:28 +01:00
parent c28e533257
commit bcc27eba11
Signed by: moira
GPG Key ID: AF92FDD91CB44B2F
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
# dataDir = lib.mkForce "/persistvar/lib/netbox";
extraConfig = ''
MEDIA_ROOT = '/persist/var/lib/netbox/'
REMOTE_AUTH_BACKEND = 'social_core.backends.uffd.UffdOAuth2'
SOCIAL_AUTH_UFFD_KEY = "netbox"
SOCIAL_AUTH_UFFD_BASE_URL = "https://login.infra4future.de"