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 double underscores.
{{#each 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 config}} {{#each elements}} {{#unless editable}}
{{#case type "text" "number" "password"}}
{{#case type "password"}} {{/case}}
{{/case}} {{#case type "checkbox"}}
{{doc.name}}
{{/case}}
{{/unless}} {{/each}} {{/each}}
{{#if 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}}