Add 3x-ui VLESS configs and guest access without registration.

Guests can open a public link to view or create VPN configs; panel creates VLESS clients via the 3x-ui API.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-26 01:15:24 +03:00
co-authored by Cursor
parent 2196d127b7
commit 5386c4d40e
12 changed files with 1512 additions and 39 deletions
+9
View File
@@ -131,6 +131,15 @@
<div class="spinner hidden" id="loginSpinner"></div>
</button>
</form>
{% if guest_link %}
<div style="margin-top: var(--space-lg); text-align: center; border-top: 1px solid var(--border-color); padding-top: var(--space-md);">
<a href="{{ guest_link }}" class="btn btn-secondary" style="width:100%; text-decoration:none;">
{{ _('guest_access_btn') }}
</a>
<div class="form-hint" style="margin-top: var(--space-xs);">{{ _('guest_access_login_hint') }}</div>
</div>
{% endif %}
</div>
</div>
</div>