{% extends "base.html" %} {% from "macros/icons.html" import icon %} {% block title_extra %} — {{ _('nav_settings') }}{% endblock %} {% block content %}
{{ icon('settings') }} {{ _('settings_title') }}

{{ _('appearance') }}

{{ _('captcha_title') }}

{{ _('guest_settings_title') }}

{{ _('guest_enable_hint') }}
{{ _('guest_user_hint') }}
{% if settings.guest.password_hash %} {% endif %}
{{ _('guest_allow_create_hint') }}
{{ _('server_then_protocol_hint') }}
{{ _('xui_inbound_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') }}
NordVPN {{ _('not_installed') }}
{{ _('nordvpn_status_unknown') }}
{{ _('nordvpn_hint') }}

{{ _('tunnels_hint') }}

🔒 {{ _('ssl_title') }}

{{ _('or_paste_text') }}

{{ _('ssl_hint') }}

{{ _('import_users_title') }}

{{ _('sync_hint') }}
{{ _('xui_servers_manage_hint') }}
{{ _('xui_sync_hint') }}

{{ _('xui_servers_title') }}

{{ _('xui_servers_hint') }}
{% if xui_servers %} {% for s in xui_servers %}
🌐
{{ s.name }}
{{ s.url }} {% if s.sub_url %}· sub: {{ s.sub_url }}{% endif %}
{% endfor %} {% else %}
{{ _('xui_servers_empty') }}
{% endif %}

📤 {{ _('backup_title') }}

⬇️ {{ _('download_backup') }}

{{ _('restore_confirm') }}

🔑 {{ _('api_tokens_title') }}

{{ _('api_tokens_hint') }}

{{ _('api_tokens_empty') }}

ℹ️ {{ _('about_title') }}

{{ _('current_version') }} {{ current_version }}

{{ _('auto_update_hint') }}

{% endblock %}