Add documentation on how to integrate SilverBullet with Authelia (#448)

This commit is contained in:
Firas Dib
2023-07-03 22:51:24 +02:00
committed by GitHub
parent 56e1489a01
commit 9b1bf73bbe
2 changed files with 30 additions and 1 deletions
+4 -1
View File
@@ -112,4 +112,7 @@ You can configure SB with environment variables instead of flags as well. The fo
* `SB_USER`: Sets single-user credentials (like `--user`), e.g. `SB_USER=pete:1234`
* `SB_PORT`: Sets the port to listen to, e.g. `SB_PORT=1234`
* `SB_FOLDER`: Sets the folder to expose, e.g. `SB_FOLDER=/space`
* `SB_AUTH`: Loads an [[Authentication]] database from a (JSON encoded) string, e.g. `SB_AUTH=$(cat /path/to/.auth.json)`
* `SB_AUTH`: Loads an [[Authentication]] database from a (JSON encoded) string, e.g. `SB_AUTH=$(cat /path/to/.auth.json)`
## Using Authelia
You need to adjust a few configuration options in [[Authelia]] in order for SilverBullet to work as intended.