mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-28 07:46:42 +00:00
Continuing to update docs for 1.15.0
This commit is contained in:
@@ -34,6 +34,9 @@ flags:
|
||||
<Warning>
|
||||
|
||||
Generate a strong secret for `server.secret`. Use at least 32 characters with a mix of letters, numbers, and special characters.
|
||||
|
||||
If you need to CHANGE the server secret after the server has been started you must use the `pangctl rotate-server-secret` command to re-encrypt sensitive data. [Follow docs here](/self-host/advanced/container-cli-tool#rotate-server-secret).
|
||||
|
||||
</Warning>
|
||||
|
||||
## Reference
|
||||
@@ -262,6 +265,9 @@ This section contains the complete reference for all configuration options in `c
|
||||
|
||||
<Warning>
|
||||
Generate a strong, random secret. This is used for encrypting sensitive data and should be kept secure.
|
||||
|
||||
If you need to CHANGE the server secret after the server has been started you must use the `pangctl rotate-server-secret` command to re-encrypt sensitive data. [Follow docs here](/self-host/advanced/container-cli-tool#rotate-server-secret).
|
||||
|
||||
</Warning>
|
||||
</ResponseField>
|
||||
|
||||
@@ -710,6 +716,12 @@ This section contains the complete reference for all configuration options in `c
|
||||
When enabled, only advanced WireGuard configurations are allowed.
|
||||
</Note>
|
||||
</ResponseField>
|
||||
|
||||
<ResponseField name="disable_product_help_banners" type="boolean">
|
||||
Whether to disable product help banners in the UI at the top of screens.
|
||||
|
||||
**Default**: `false`
|
||||
</ResponseField>
|
||||
|
||||
<ResponseField name="disable_config_managed_domains" type="boolean">
|
||||
Whether to disable domains managed through the configuration file.
|
||||
|
||||
Reference in New Issue
Block a user