Rudimentary Table of Content

Christian Mäder 2019-10-09 12:50:36 +02:00
parent c296069aa2
commit 05e30d404a

15
Home.md

@ -1 +1,14 @@
Welcome to the netbox-docker wiki!
Welcome to the netbox-docker wiki!
These are currently the most relevant topics in this wiki:
* Basics:
* [Configuration](Configuration): General information about how to configure the Docker image. **Read for production use!**
* [Troubleshooting](Troubleshooting): Useful commands when something goes wrong, also covers basic backup techniques and upgrading.
* [Initializers](Initializers): Initialize Netbox with information (aka Seeds), useful when developing for/with Netbox.
* Advanced:
* [Custom Reports](Custom Reports): Add custom python reports to the Docker image.
* [Deployment](Deployment): How to deploy Netbox, e.g. to Kubernetes.
* [LDAP](LDAP): How to use the LDAP variant.
* [NAPALM Configuration](NAPALM Configuration): How to use the NAPALM feature of Netbox with the Docker image.
* [Startup Scripts](Startup Scripts): How to write custom scripts that run on startup of the Docker image.