Merge pull request #1606 from tobiasge/fix-deocs

Fixed the local documentation and prepare for a new release
This commit is contained in:
Tobias Genannt 2026-02-03 09:54:23 +01:00 committed by GitHub
commit 7e956129d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
3.4.2
4.0.0

View File

@ -1,6 +1,6 @@
services:
netbox: &netbox
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2}
image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.0}
depends_on:
- postgres
- redis

View File

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

View File

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