Updated Home (markdown)

Christian Mäder 2020-03-15 15:39:43 +01:00
parent 3ca9625c47
commit 88cddf8798

17
Home.md

@ -2,18 +2,25 @@ Welcome to the netbox-docker wiki!
These are currently the most relevant topics in this wiki:
* Basics:
## Basics
* [Getting Started](Getting-Started): How to get started with Netbox Docker for a local installation.
* [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.
## Advanced
* [Deployment](Deployment): What to consider when using Netbox Docker **in production**, e.g. when deploying 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.
## Customizing
* [Initializers](Initializers): Initialize Netbox with information (aka Seeds), useful when developing for/with Netbox.
* [Startup Scripts](Startup-Scripts): How to write custom scripts that run on startup of the Docker image.
* [Custom Reports](Custom-Reports): Add custom python reports to the Docker image.
* [Build Image](Build): Build custom images and extend the existing images.
* Contributor and Maintainer Guides:
## Contributor and Maintainer Guides:
* [Project Principles](Project Principles): Describes some of this projects principles.
* [Release](Release): Describes how to cut a release.
* [Branching Model](Branching-Model): Explains the branches in this repo.