|
6ac65a64c9
|
Fix test
|
2020-10-26 15:22:56 +01:00 |
|
|
f46d8a7782
|
Adds Prometheus/Grafana monitoring infrastructure
|
2020-10-26 15:22:52 +01:00 |
|
|
64d82b5e42
|
Merge pull request #343 from netbox-community/DynamicVariables
Dynamic Configuration
|
2020-10-26 15:21:42 +01:00 |
|
|
58050e5287
|
Merge core functionality into configuration.py
Which is the file `docker/configuration.docker.py` in our repo.
The common code is then imported by `docker/ldap_config.docker.py`.
|
2020-10-26 14:43:11 +01:00 |
|
|
2dba2b8811
|
Fix default for secret_key in configuration.py
|
2020-10-20 21:45:37 +02:00 |
|
|
d0c7b87925
|
Improve order in configuration.py
|
2020-10-20 21:40:14 +02:00 |
|
|
ec3fd8a790
|
Revert accidential change to _read_secret order
|
2020-10-20 21:36:40 +02:00 |
|
|
75554ef5b4
|
Consistency in namespace name
|
2020-10-20 21:29:08 +02:00 |
|
|
dad0608834
|
Rename example.py to extra.py
And add some comments to the the file that hopefully guide the user.
|
2020-10-20 20:51:43 +02:00 |
|
|
dc77f1a0b1
|
Ignore non-default configuration files
|
2020-10-20 20:51:43 +02:00 |
|
|
16b567939c
|
Dot character has special meaning in module names
Therefore we esacpe it using the underscore character.
|
2020-10-20 20:51:43 +02:00 |
|
|
20820e10c2
|
Optimize Imports in ldap_config.py
|
2020-10-20 20:51:35 +02:00 |
|
|
553c8ea470
|
Update configuration.py
|
2020-10-20 20:49:59 +02:00 |
|
|
811618b359
|
Lower gunicorn default loglevel
|
2020-10-20 20:46:43 +02:00 |
|
|
7429835970
|
Sample dynamic configuration file
|
2020-10-20 20:46:43 +02:00 |
|
|
43c05d816d
|
Dynamically load configuration files
|
2020-10-20 20:46:43 +02:00 |
|
|
fd3d3d11d1
|
Tiny refactoring
|
2020-10-20 20:46:43 +02:00 |
|
|
121c3f800d
|
Merge branch 'eemil-develop' into develop
|
2020-10-20 19:23:11 +02:00 |
|
|
9287995df4
|
Update to latest configuration
|
2020-10-20 19:22:52 +02:00 |
|
|
85fbb0af70
|
fix typo
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
|
2020-10-20 19:20:29 +02:00 |
|
|
6bada6660a
|
Prefer secret to env variable if both are configured
|
2020-10-20 19:20:29 +02:00 |
|
|
df3ab69c0f
|
Merge pull request #310 from shuichiro-makigaki/add-remote-auth
Add REMOTE_AUTH_* configs
|
2020-10-20 09:02:27 +02:00 |
|
|
38f4474b14
|
Add REMOTE_AUTH_* support
|
2020-10-20 11:11:32 +09:00 |
|
|
51331621ab
|
Merge pull request #345 from netbox-community/enable_sponsoring
Enable Sponsoring Button
|
2020-10-19 17:13:34 +02:00 |
|
|
156681f68d
|
Merge pull request #327 from madnutter56/mirror_ldap_groups
add option to mirror ldap groups into netbox
|
2020-10-19 17:06:51 +02:00 |
|
|
9f4a9f528c
|
add option to mirror ldap groups into netbox
this commit allows ldap assigned groups to be mirrored into
netbox users.
The default is None as this is not the primary way to do this
change.
|
2020-10-19 07:50:33 -07:00 |
|
|
cad803ed31
|
Create FUNDING.yml to enable sponsoring
|
2020-10-19 16:50:04 +02:00 |
|
|
9efaccadf7
|
Merge branch 'Tassatux-develop' into develop
|
2020-10-18 11:41:03 +02:00 |
|
|
f553d17655
|
Change log message
|
2020-10-18 11:31:48 +02:00 |
|
|
2b361c4541
|
Merge branch 'develop' of https://github.com/Tassatux/netbox-docker into Tassatux-develop
|
2020-10-18 11:24:51 +02:00 |
|
|
c744603a85
|
Merge pull request #336 from ericgeldmacher/develop
Fix sites.yml initializer
|
2020-09-21 21:04:39 +02:00 |
|
|
1133ef50de
|
Fix sites.yml initializer
|
2020-09-15 15:38:24 -05:00 |
|
|
b33a509e25
|
Merge pull request #333 from tobiasge/python-3.8
Move default source image to Python 3.8
|
2020-09-01 15:35:17 +02:00 |
|
|
79f0b997f3
|
Merge pull request #332 from tobiasge/image-deps
Update images in docker-compose
|
2020-09-01 14:04:21 +02:00 |
|
|
32cef1dcf8
|
Enable test on Python 3.9
|
2020-09-01 13:52:01 +02:00 |
|
|
74833a9b21
|
Update images in docker-compose
|
2020-09-01 13:34:42 +02:00 |
|
|
a68f315acb
|
Move default source image to Python 3.8
|
2020-09-01 12:27:39 +02:00 |
|
|
00022e7d79
|
Merge pull request #331 from netbox-community/develop
Develop
0.25.0
|
2020-09-01 11:05:25 +02:00 |
|
|
dd490605ca
|
Preparation for 0.25.0
|
2020-09-01 10:40:16 +02:00 |
|
|
e2711ca205
|
Merge pull request #326 from tobiasge/fix-startup-2.9
Fixes for Netbox 2.9
|
2020-09-01 10:37:37 +02:00 |
|
|
a87f2b3331
|
Merge pull request #329 from tdorsey/patch-1
Fix typo in Readme
|
2020-08-31 08:03:33 +02:00 |
|
|
f174749f98
|
chore: fix typo
|
2020-08-30 22:06:20 -04:00 |
|
|
b02a93904e
|
Fixed IP address creation for Netbox 2.9
|
2020-08-24 14:20:35 +02:00 |
|
|
3ace32dfc2
|
Fixed creation of passwords for Netbox 2.9
|
2020-08-24 11:08:28 +02:00 |
|
|
9fae2b0f74
|
Fixed VM interface creation for Netbox 2.9
|
2020-08-24 11:08:23 +02:00 |
|
|
23c3240863
|
Merge pull request #319 from jamiereid/release
Update README.md
|
2020-07-14 09:09:20 +02:00 |
|
|
3f9e874d77
|
Update README.md
fix spelling mistake
|
2020-07-14 11:19:49 +10:00 |
|
|
4b0f158852
|
Merge pull request #313 from jgcasd/jgcasd-patch-1
Add optional LOGIN_TIMEOUT to configuration.py
|
2020-06-17 15:26:16 +02:00 |
|
|
51490d0039
|
Added LOGIN_TIMEOUT option to configuration.py
Added LOGIN_TIMEOUT option to configuration.py. The option is already available in standard Netbox configuration.
|
2020-06-16 11:27:59 -07:00 |
|
|
df72d6bbb5
|
Handle primary IPs on devices and VMs
|
2020-06-05 13:12:27 +02:00 |
|