docs: improved config

This commit is contained in:
Henrique Dias
2025-11-16 10:31:08 +01:00
parent 2d9689dd6a
commit d01493106d
6 changed files with 153 additions and 154 deletions

View File

@@ -88,6 +88,6 @@ Your instance is now up and running. File Browser will automatically bootstrap a
>
> The automatically generated password for the user `admin` is only displayed once. If you fail to remember it, you will need to manually delete the database and start File Browser again.
Although this is the fastest way to bootstrap an instance, we recommend you to take a look at other possible options, by checking `config init --help` and `config set --help`, to make the installation as safe and customized as it can be.
Although this is the fastest way to bootstrap an instance, we recommend you to take a look at other possible options, by checking [`config init`](cli/filebrowser-config-init.md) and [`config set`](cli/filebrowser-config-set.md), to make the installation as safe and customized as it can be.
If your goal is to have a public-facing deployment, we recommend taking a look at the [deployment](deployment.md) page for more information on how you can secure your installation.