minor with docs

This commit is contained in:
les
2021-06-05 00:50:39 +02:00
parent 5b1f590f82
commit 3284e5c9e3

View File

@@ -6,14 +6,15 @@ has_children: true
nav_order: 2 nav_order: 2
has_toc: false has_toc: false
--- ---
## Install ## Install
- [Install on Debian](/install/debian) - [Install on Debian]({% link install/debian.md %})
- [Install using docker](/install/docker) - [Install using docker]({% link install/docker.md %})
### Post installation ### Post installation
- [Nginx as a proxy](/install/nginx) - [Setup Nginx as a proxy]({% link install/nginx.md %})
- [Configuration]({% link install/configuration.md %})
- [Backup]({% link install/backup.md %})
If you wanna hack or run the current develop release take a look at [Hacking & contribute](../dev) If you wanna hack or run the current development release take a look at [Hacking & contribute](../dev)