File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -814,6 +814,37 @@ upstream_oauth2:
814
814
# template: "@{{ user.preferred_username }}"
815
815
```
816
816
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
+
817
848
## ` experimental `
818
849
819
850
Settings that may change or be removed in future versions.
You can’t perform that action at this time.
0 commit comments