Add a note about external authentication

Closes #1369.
This commit is contained in:
Asher 2020-02-26 12:42:01 -06:00
parent 595ce6f5e3
commit 082f25faf1
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ randomly generated password so you can use that. You can set the `PASSWORD` envi
to use your own instead. If you want to handle authentication yourself, use `--auth none`
to disable password authentication.
If you want to use external authentication you should handle this with a reverse
proxy using something like [oauth2_proxy](https://github.com/pusher/oauth2_proxy).
For HTTPS, you can use a self signed certificate by passing in just `--cert` or pass in an existing
certificate by providing the path to `--cert` and the path to its key with `--cert-key`.