{{ _("General Settings") }}

{{ _("Configure your application's basic settings and preferences") }}

{{ _("Version") }}

{{ app_version }}
{{ form.hidden_tag() }} {# ───── Display ──────────────────────────────────────── #}

{{ _("Display") }}

{{ _("Configure how your application appears to users") }}

{{ form.server_name.label(class="block mb-2 text-sm font-medium text-gray-900 dark:text-white") }} {{ form.server_name(class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white") }} {% for err in form.server_name.errors %}

{{ err }}

{% endfor %}
{# ───── Access Control ───────────────────────────────── #}

{{ _("Access Control") }}

{{ _("Manage user access and permissions") }}

{{ _("Control access to the wizard setup process") }}

{# ───── User Management ──────────────────────────── #}

{{ _("User Management") }}

{{ _("Configure how users are managed when invitations expire") }}

{{ form.expiry_action.label(class="text-sm font-medium text-gray-900 dark:text-white") }}

{{ _("Server Capabilities") }}

{{ _("Supports Disable:") }}

  • • Jellyfin
  • • Emby
  • • Audiobookshelf
  • • Kavita
  • • Komga
  • • RomM

{{ _("Delete Only:") }}

  • • Plex
  • • Navidrome
  • • Drop

{{ _("If 'Disable User' is selected but the server does not support it, the user will be deleted instead.") }}

{{ form.expiry_action(class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white") }}

{{ _("Choose what happens to users when their invitation expires") }}

{% for err in form.expiry_action.errors %}

{{ err }}

{% endfor %}
{# ───── Clean Expired Users ──────────────────────── #}

{{ _("Clean Expired Users") }}

{{ _("Immediately process all expired users based on the expiry action above") }}

{# ───── API Key Management ─────────────────────────── #}

{{ _("API Key Management") }}

{{ _("Manage API keys for accessing Wizarr programmatically") }}

{{ _("Your API Keys") }}

{{ _("Create and manage API keys for external applications") }}

{{ _("Loading API keys...") }}

{# ───── Submit ───────────────────────────────────────── #}