Skip to content

Commit cf99704

Browse files
authored
Add missing branding config to docs (#4577)
2 parents 3d9bc5d + f3ef263 commit cf99704

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/reference/configuration.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,37 @@ upstream_oauth2:
814814
#template: "@{{ user.preferred_username }}"
815815
```
816816

817+
## `branding`
818+
819+
Configuration section for tweaking the branding of the service.
820+
821+
```yaml
822+
branding:
823+
# A human-readable name. Defaults to the server's address.
824+
#service_name:
825+
826+
# Link to a privacy policy, displayed in the footer of web pages and
827+
# emails. It is also advertised to clients through the `op_policy_uri`
828+
# OIDC provider metadata.
829+
#policy_uri:
830+
831+
# Link to a terms of service document, displayed in the footer of web
832+
# pages and emails. It is also advertised to clients through the
833+
# `op_tos_uri` OIDC provider metadata.
834+
#
835+
# This also adds a mandatory checkbox during registration. The value of
836+
# this config item will be stored in the `user_terms` table to indicate
837+
# which ToS document the user accepted. Note that currently changing this
838+
# value will not force existing users to re-accept terms.
839+
#tos_uri:
840+
841+
# Legal imprint, displayed in the footer in the footer of web pages and emails.
842+
#imprint:
843+
844+
# Logo displayed in some web pages.
845+
#logo_uri:
846+
```
847+
817848
## `experimental`
818849

819850
Settings that may change or be removed in future versions.

0 commit comments

Comments
 (0)