{% extends "base.html" %} {% block title_extra %} — {{ _('nav_settings') }}{% endblock %} {% block content %}
âš™ī¸ {{ _('settings_title') }}

{{ _('appearance') }}

{{ _('captcha_title') }}

{{ _('guest_settings_title') }}

{{ _('guest_enable_hint') }}
{{ _('guest_user_hint') }}
{% if settings.guest.password_hash %} {% endif %}
{{ _('guest_allow_create_hint') }}

{{ _('telegram_bot_title') }}

{{ _('bot_status') }}: {% if bot_running %} {{ _('bot_running') }} {% else %} {{ _('bot_stopped') }} {% endif %}

{{ _('bot_hint') }}

🌍 {{ _('tunnels_title') }}

{{ _('local_server') }} {{ _('active') }}
{{ request.url.scheme }}://{{ request.url.netloc }}
Cloudflare Quick Tunnel {{ _('not_installed') }}
{{ _('tunnel_no_public_url') }}
ngrok Tunnel + Authtoken {{ _('not_installed') }}
{{ _('tunnel_no_public_url') }}
Cloudflare WARP {{ _('not_installed') }}
{{ _('warp_status_unknown') }}
{{ _('warp_hint') }}

{{ _('tunnels_hint') }}

🔒 {{ _('ssl_title') }}

{{ _('or_paste_text') }}

{{ _('ssl_hint') }}

{{ _('import_users_title') }}

{{ _('sync_hint') }}

📤 {{ _('backup_title') }}

âŦ‡ī¸ {{ _('download_backup') }}

{{ _('restore_confirm') }}

🔑 {{ _('api_tokens_title') }}

{{ _('api_tokens_hint') }}

{{ _('api_tokens_empty') }}

â„šī¸ {{ _('about_title') }}

{{ _('current_version') }} {{ current_version }}
{% endblock %}