improve inline docs in 'etc/frontend.yml'

This commit is contained in:
Michael Quigley 2023-10-11 11:47:02 -04:00
parent f98a164e62
commit de28ad0e93
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -7,10 +7,25 @@
# The OAuth configuration is used when enabling OAuth authentication with your public frontend.
#
#oauth:
# # `redirect_host` and `redirect_port` should correspond with the DNS hostname and URL representing
# # the OAuth frontend you'll use with your installation.
# #
# redirect_host: oauth.zrok.io
# redirect_port: 28080
#
# # `redirect_http_only` will generate an HTTP URI for your OAuth frontend, rather than HTTPS. This
# # should only be set to `true` in development environments.
# #
# redirect_http_only: false
#
# # `hash_key` is a unique key for your installation that is used to secure authentication payloads
# # with OAuth providers.
# #
# hash_key: "<yourRandomHashKey>"
#
# # `providers` contains an array of provider details enabled in your installation. Currently only
# # `google` and `github` are supported. Your configuration can include `google`, `github`, or both.
# #
# providers:
# - name: google
# client_id: <client-id>