diff --git a/Home.md b/Home.md index 646d071..871e0e9 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,14 @@ -Welcome to the netbox-docker wiki! \ No newline at end of file +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.