Updated Home (markdown)

Christian Mäder 2021-02-10 12:22:55 +01:00
parent 9d935f09f0
commit 9077587c6f

17
Home.md

@ -6,27 +6,28 @@ These are currently the most relevant topics in this wiki:
## Basics
* [Getting Started](Getting-Started): How to get started with Netbox Docker for a local installation.
* [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.
* [Troubleshooting](Troubleshooting): Useful tips and tricks when something goes wrong. Also covers basic backup techniques and upgrading.
* [Using a specific Version](Version): Describes how to run a specific version of NetBox.
## Advanced
* [Deployment](Deployment): What to consider when using Netbox Docker **in production**, e.g. when deploying to Kubernetes.
* [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.
* [TLS](TLS): How to configure TLS for Netbox
* [Monitoring](Monitoring): Learn how to use [Prometheus][prometheus] and [Grafana][grafana] to monitor your Netbox Docker instance.
* [NAPALM Configuration](NAPALM-Configuration): How to use the NAPALM feature of NetBox with the Docker image.
* [TLS](TLS): How to configure TLS for NetBox
* [Monitoring](Monitoring): Learn how to use [Prometheus][prometheus] and [Grafana][grafana] to monitor your NetBox Docker instance.
[prometheus]: https://prometheus.io/
[grafana]: https://grafana.com/grafana/
## Customizing
* [Initializers](Initializers): Initialize Netbox with information (aka Seeds), useful when developing for/with Netbox.
* [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.
* [Netbox Plugins](Using-Netbox-Plugins): How to use Netbox Plugins with Netbox Docker
* [NetBox Plugins](Using-Netbox-Plugins): How to use NetBox Plugins with NetBox Docker
## Contributor and Maintainer Guides
* [Project Principles](Project-Principles): Describes the principles this project is trying to apply.