netbox-docker/docker
Robin Schneider ee40e339c8
NetBox should always be referred to as NetBox
Fix all instances of "Netbox".

```Shell
git ls-files -z . | xargs --null -I '{}' find './{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#Netbox#NetBox#g;'
```

Ref: https://netbox.readthedocs.io/en/stable/development/style-guide/#branding
2021-02-04 21:48:08 +01:00
..
configuration.docker.py Gunicorn is replaced with nginx-unit 2021-01-15 09:22:22 +01:00
docker-entrypoint.sh NetBox should always be referred to as NetBox 2021-02-04 21:48:08 +01:00
launch-netbox.sh Is greater than or equal to is "-ge" and not "-gte". 2021-01-31 16:39:45 +01:00
ldap_config.docker.py use extend method for simplification. 2020-10-27 21:12:26 +08:00
nginx-unit.json Gunicorn is replaced with nginx-unit 2021-01-15 09:22:22 +01:00