Configuration
NOTE: The settings here override the environment variables. Once saved, it's recommended to stop setting them to avoid confusion.
This does not apply to the read-only section, which can only be set via environment variables.
Settings which are overridden are shown with a yellow colored background.
{{#each page_data.config}} {{#if groupdoc}}
{{#each elements}} {{#if editable}}
{{#case type "text" "number" "password"}}
{{#case type "password"}} {{/case}}
{{/case}} {{#case type "checkbox"}}
{{doc.name}}
{{/case}}
{{/if}} {{/each}} {{#case group "smtp"}}
Please provide a valid email address
{{/case}}
{{/if}} {{/each}}
NOTE: These options can't be modified in the editor because they would require the server to be restarted. To modify them, you need to set the correct environment variables when launching the server. You can check the variable names in the tooltips of each option.
{{#each page_data.config}} {{#each elements}} {{#unless editable}}
{{#case type "text" "number" "password"}}
{{!-- Also set the database_url input as password here. If we would set it to password in config.rs it will not be character masked for the support string. And sometimes this is more useful for providing support than just 3 asterisk. --}} {{#if (eq name "database_url")}} {{else}} {{#case type "password"}} {{/case}} {{/if}}
{{/case}} {{#case type "checkbox"}}
{{doc.name}}
{{/case}}
{{/unless}} {{/each}} {{/each}}
{{#if page_data.can_backup}}
WARNING: This function only creates a backup copy of the SQLite database. This does not include any configuration or file attachment data that may also be needed to fully restore a vaultwarden instance. For details on how to perform complete backups, refer to the wiki page on backups.
{{/if}}