File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ OPTIONS:
60
60
--support-links struct[[]codersdk.LinkConfig], $CODER_SUPPORT_LINKS
61
61
Support links to display in the top right drop down menu.
62
62
63
+ --terms-of-service-url string, $CODER_TERMS_OF_SERVICE_URL
64
+ A URL to an external Terms of Service that must be accepted by users
65
+ when logging in.
66
+
63
67
--update-check bool, $CODER_UPDATE_CHECK (default: false)
64
68
Periodically check for new releases of Coder and inform the owner. The
65
69
check is performed once per day.
Original file line number Diff line number Diff line change @@ -414,6 +414,10 @@ inMemoryDatabase: false
414
414
# Type of auth to use when connecting to postgres.
415
415
# (default: password, type: enum[password\|awsiamrds])
416
416
pgAuth: password
417
+ # A URL to an external Terms of Service that must be accepted by users when
418
+ # logging in.
419
+ # (default: <unset>, type: string)
420
+ termsOfServiceURL: ""
417
421
# The algorithm to use for generating ssh keys. Accepted values are "ed25519",
418
422
# "ecdsa", or "rsa4096".
419
423
# (default: ed25519, type: string)
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ OPTIONS:
61
61
--support-links struct[[]codersdk.LinkConfig], $CODER_SUPPORT_LINKS
62
62
Support links to display in the top right drop down menu.
63
63
64
+ --terms-of-service-url string, $CODER_TERMS_OF_SERVICE_URL
65
+ A URL to an external Terms of Service that must be accepted by users
66
+ when logging in.
67
+
64
68
--update-check bool, $CODER_UPDATE_CHECK (default: false)
65
69
Periodically check for new releases of Coder and inform the owner. The
66
70
check is performed once per day.
You can’t perform that action at this time.
0 commit comments