{% extends "base.html" %} {% from "macros.html" import guide_box %} {% block title %}تنظیمات{% endblock %} {% block content %}

تنظیمات سیستم

{{ guide_box(guide, 'settings') }}
Auto-switch (اختیاری)

در صورت fail شدن میرور فعال، به بهترین میرور جایگزین switch می‌شود.

{% for key, label in [ ('auto_switch_dns', 'DNS'), ('auto_switch_apt', 'APT'), ('auto_switch_docker', 'Docker'), ('auto_switch_github', 'GitHub'), ('auto_switch_pip', 'pip'), ('auto_switch_npm', 'npm'), ] %}
{% endfor %}
Rollback و تست
پس از «تست موقت» — rollback خودکار اگر تأیید نشود
{% endblock %}