Fixed serving of the local documentation

This commit is contained in:
Tobias Genannt 2026-02-02 12:46:02 +01:00
parent 6430391602
commit 52b1e23c80
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ exec granian \
--working-dir "/opt/netbox/netbox/" \ --working-dir "/opt/netbox/netbox/" \
--static-path-route "/static" \ --static-path-route "/static" \
--static-path-mount "/opt/netbox/netbox/static/" \ --static-path-mount "/opt/netbox/netbox/static/" \
--static-path-dir-to-file index.html \
--pid-file "/tmp/granian.pid" \ --pid-file "/tmp/granian.pid" \
"${GRANIAN_EXTRA_ARGS[@]}" \ "${GRANIAN_EXTRA_ARGS[@]}" \
"netbox.granian:application" "netbox.granian:application"

View File

@ -1,6 +1,6 @@
django-auth-ldap==5.3.0 django-auth-ldap==5.3.0
dulwich==1.0.0 dulwich==1.0.0
granian[uvloop]==2.6.1 granian[uvloop]==2.7.0
python3-saml==1.16.0 python3-saml==1.16.0
--no-binary lxml --no-binary lxml
--no-binary xmlsec --no-binary xmlsec