We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595ce6f commit 082f25fCopy full SHA for 082f25f
1 file changed
doc/FAQ.md
@@ -52,6 +52,9 @@ randomly generated password so you can use that. You can set the `PASSWORD` envi
52
to use your own instead. If you want to handle authentication yourself, use `--auth none`
53
to disable password authentication.
54
55
+If you want to use external authentication you should handle this with a reverse
56
+proxy using something like [oauth2_proxy](https://github.com/pusher/oauth2_proxy).
57
+
58
For HTTPS, you can use a self signed certificate by passing in just `--cert` or pass in an existing
59
certificate by providing the path to `--cert` and the path to its key with `--cert-key`.
60
0 commit comments