feat: expose support links as env variables (#11697)

This commit is contained in:
Marcin Tojek
2024-01-19 11:20:36 +01:00
committed by GitHub
parent bf0a6fcc32
commit 89fd29478d
5 changed files with 19 additions and 8 deletions
+10
View File
@@ -918,6 +918,16 @@ Controls if the 'Strict-Transport-Security' header is set on all static file res
Two optional fields can be set in the Strict-Transport-Security header; 'includeSubDomains' and 'preload'. The 'strict-transport-security' flag must be set to a non-zero value for these options to be used.
### --support-links
| | |
| ----------- | ------------------------------------------ |
| Type | <code>struct[[]codersdk.LinkConfig]</code> |
| Environment | <code>$CODER_SUPPORT_LINKS</code> |
| YAML | <code>supportLinks</code> |
Support links to display in the top right drop down menu.
### --tls-address
| | |