Commit Graph

68 Commits

Author SHA1 Message Date
Christian Mäder 6420f0b0d5
✏️ Added an issue_template
With which I hope that people provide some basic information about
their project right away instead only on request.
2017-12-14 09:39:08 +01:00
Christian Mäder 3190ff8584
Merge pull request #26 from Danmark/Allow-setting-ENFORCE_GLOBAL_UNIQUE-in-env
Allow setting ENFORCE_GLOBAL_UNIQUE in env
2017-12-01 18:06:24 +01:00
Christian Mäder a18a1f22db
Merge branch 'master' into Allow-setting-ENFORCE_GLOBAL_UNIQUE-in-env 2017-12-01 17:56:03 +01:00
Viktor Fogelberg f96ddf1377 Allow setting ENFORCE_GLOBAL_UNIQUE in env 2017-12-01 17:48:20 +01:00
Christian Mäder 3d280cdcdd
Merge pull request #24 from Danmark/Enable-uploading-of-images
Enable uploading of images
2017-12-01 17:41:24 +01:00
Christian Mäder 0dd34f3147
Merge branch 'master' into Enable-uploading-of-images 2017-12-01 17:32:25 +01:00
Christian Mäder 2dec068d2f
Merge pull request #23 from nathbooth/patch-1
Added ttf-ubuntu-font-family
2017-12-01 15:43:00 +01:00
Viktor Fogelberg 1f114dfd34 Enable uploading of images
Set client_max_body_size to 10M so that we can upload images
2017-12-01 12:44:37 +01:00
nathbooth 2aa582f3ce
Added ttf-ubuntu-font-family
The present build does not include a font-family causing Graphviz to render text as blank squares, including the ttf  ubuntu font-family means text is rendered correctly
2017-12-01 09:27:30 +00:00
Christian Mäder e4ddfc925c
✏️ Some README improvements in the process 2017-11-29 15:13:55 +01:00
Christian Mäder 7b69fd8a1c
Creates a token for admin by default 2017-11-29 15:08:55 +01:00
Christian Mäder d3dd6a2f69
🐞 Adds most common hostnames to ALLOWED_HOSTS
`nginx.netboxdocker.docker` and `netboxdocker.docker` are required
if our ['reception'][1] thing is used to access the container.

Fixes #21

[1]: https://github.com/ninech/reception
2017-11-29 10:55:43 +01:00
Christian Mäder 03e8536db7 Merge pull request #17 from ninech/build_variable_documentation
Document the use of the build variable
2017-10-16 13:59:58 +02:00
Christian Mäder 843342d972
Document the use of the build variable 2017-10-16 13:33:12 +02:00
Christian Mäder ec8bc17289
Fix typo. 2017-10-16 13:13:12 +02:00
Christian Mäder 1c2265cca0
Merge branch 'rowanruseler-master' 2017-10-16 13:10:21 +02:00
Christian Mäder 6c28529736
Re-phrased the dependencies section 2017-10-16 13:09:17 +02:00
Rowan Ruseler 0ea826346d Project requirements 2017-10-16 12:33:13 +02:00
Christian Mäder 2cfffae26a Merge pull request #14 from ninech/fix_config_not_found
🐞 The upstream repo remove the docker config
2017-10-13 10:30:40 +02:00
Christian Mäder 94746ac5de
🐞 The upstream repo remove the docker config
.. so I copied it over to this repo.
2017-10-13 10:10:43 +02:00
Christian Mäder 7ed050316a
Only build prerelease if version higher than stable 2017-10-13 09:43:29 +02:00
Christian Mäder d7ff6027e6 Merge pull request #11 from ninech/revert_drf_workaround
Removes workaround for Django Rest Framework
2017-10-12 15:51:49 +02:00
Christian Mäder 38a1c4c7f2
Removes workaround for Django Rest Framework 2017-10-12 15:36:19 +02:00
Christian Mäder d01fb311c6 Merge pull request #9 from ninech/37619-build-failes
Set right version of django rest framework
2017-10-10 12:28:20 +02:00
misazr 167f816b94 Add description for library 2017-10-10 11:14:16 +02:00
misazr 6e098da2e6 Merge branch 'master' into 37619-build-failes 2017-10-10 11:07:32 +02:00
misazr 4576531634 Set right version of django rest framework 2017-10-10 09:56:10 +02:00
Christian Mäder ea5b1e3b3b Update README.md 2017-10-09 22:05:46 +02:00
Christian Mäder 5a37eaa351 Merge pull request #8 from ninech/snapshot
Builds snapshot image again
2017-10-05 13:07:31 +02:00
Christian Mäder ad7e39df4f Builds snapshot image again 2017-10-05 12:48:00 +02:00
Christian Mäder 33b1475840
Build pre-released versions
... instead of development branches.
2017-10-02 11:10:10 +02:00
Christian Mäder 360cb0e90f
📦 Possible fix for script error when pushing 2017-09-29 12:50:41 +02:00
Christian Mäder a6991b9516
📦 Second attempt to push Docker Images 2017-09-29 12:40:34 +02:00
Christian Mäder 7417d67dea
🔑 Permit escaped values in password 2017-09-29 12:26:41 +02:00
Christian Mäder e521f1fa55
📦 First attempt to push Docker Images from Travis 2017-09-29 11:39:16 +02:00
Christian Mäder 0f06ad20a8
👷 Show build-status in README 2017-09-29 11:07:52 +02:00
Christian Mäder 90135db50a
📣 Sends us Slack notifications 2017-09-29 11:01:34 +02:00
Christian Mäder b2b208aeab
Merge branch 'kinocz-master' 2017-09-29 10:58:04 +02:00
Christian Mäder 8e7de67365
Merge branch 'master' of https://github.com/kinocz/netbox-docker into kinocz-master 2017-09-29 10:52:20 +02:00
Christian Mäder 30d18ecb1d Merge pull request #7 from ninech/travis_build
👷 First attempt on travis build
2017-09-29 10:41:22 +02:00
Christian Mäder a2b28606db
👷 First attempt on travis build 2017-09-29 10:33:18 +02:00
Ondrej Kinovic c8fa7b9054 use http_host insteda of server_name 2017-09-20 16:56:12 +02:00
Christian Mäder bdc52d3729
✏️ Fixes the URL to the repo in README
Fixes #4
2017-09-11 15:40:11 +02:00
Christian Mäder 0edd3d5489 Merge pull request #5 from ninech/readme_overhaul
✏️ Overhaul of the README
2017-09-11 15:36:57 +02:00
Christian Mäder e5e5f0204d
✏️ Overhaul of the README
Plus some adjustment to the `build.sh` help text.

Fixes #3
2017-09-11 15:30:52 +02:00
Christian Mäder dd5da7afbc Merge pull request #2 from ninech/add_tests
Add tests
2017-08-30 12:53:28 +02:00
misazr de9b6a853d
🐳 Extracted postgres env into new file 2017-08-30 12:12:17 +02:00
Christian Mäder f9d60692f4
🐳 Adds a sample on how to run netbox tests 2017-08-30 11:10:55 +02:00
Christian Mäder d58930ab67
🐳 Adds the possibility to overwrite the CMD 2017-08-30 11:10:15 +02:00
Christian Mäder ab0c255040
🐳 Change to the actual workdir 2017-08-30 11:09:24 +02:00