Logo
Explore Help
Sign In
jansenj/netbox-docker
1
0
Fork 0
You've already forked netbox-docker
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
netbox-docker/Dockerfile.ldap

10 lines
283 B
Docker
Raw Permalink Normal View History

🐳 Allow variants from other source images
2018-03-05 14:35:11 +01:00
ARG DOCKER_ORG=ninech
ARG DOCKER_REPO=netbox
Add django_ldap_auth In the ldap.Dockerfile the django_ldap_auth module is installed to enable authentication againt LDAP servers.
2018-02-22 14:49:38 +01:00
ARG FROM_TAG=latest
🐳 Allow variants from other source images
2018-03-05 14:35:11 +01:00
FROM $DOCKER_ORG/$DOCKER_REPO:$FROM_TAG
Add django_ldap_auth In the ldap.Dockerfile the django_ldap_auth module is installed to enable authentication againt LDAP servers.
2018-02-22 14:49:38 +01:00
RUN pip install django_auth_ldap
COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py
Move config to /etc/netbox/config (Fixes #54) With this the configuration is moved to /etc/netbox/config and the default reports directory is set to /etc/netbox/reports. This enables the user to mount reports from a config map or persistent volume in OpenShift.
2018-04-03 09:02:19 +02:00
COPY configuration/ldap_config.py /etc/netbox/config/ldap_config.py
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 113ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API