3x-ui/web/html
Claude 10eab4cb06
Add TrustTunnel protocol support as a separate managed process
TrustTunnel (by AdGuard) is an independent VPN protocol binary that
runs alongside Xray. This integrates it into the 3x-ui panel so users
can create TrustTunnel inbounds through the same UI.

Architecture:
- TrustTunnel runs as a separate process (not an xray inbound)
- Each TrustTunnel inbound gets its own TOML config and process
- TrustTunnel inbounds are skipped during xray config generation
- Periodic health checks restart crashed TrustTunnel processes

New files (isolated, minimal merge conflict risk):
- trusttunnel/process.go: process lifecycle and TOML config generation
- web/service/trusttunnel.go: service layer with start/stop/restart
- web/html/form/protocol/trusttunnel.html: UI form template

Modified files (minimal, targeted changes):
- database/model/model.go: add TrustTunnel protocol constant
- web/service/xray.go: skip trusttunnel inbounds in xray config
- web/service/inbound.go: validation + TrustTunnel process triggers
- web/web.go: startup/shutdown integration
- web/assets/js/model/inbound.js: protocol enum + settings class
- web/assets/js/model/dbinbound.js: isTrustTunnel helper
- web/html/form/inbound.html: form conditional
- web/html/form/client.html: password field for TrustTunnel clients

https://claude.ai/code/session_01RQBndg4ZPmYAToK4KKcBzp
2026-02-17 09:45:32 +00:00
..
common feat: Real-time Outbound Traffic, UI Improvements & Fix (#3629) 2026-01-05 05:50:40 +01:00
component chore: use Intl for date formatting (#3588) 2025-12-03 23:37:27 +01:00
form Add TrustTunnel protocol support as a separate managed process 2026-02-17 09:45:32 +00:00
modals bug fix #3785 2026-02-11 22:21:09 +01:00
settings Add url speed test for outbound (#3767) 2026-02-09 21:43:17 +01:00
inbounds.html Enhance WebSocket client connection logic and improve event listener management (#3636) 2026-01-18 15:38:57 +01:00
index.html feat: Add WebSocket support for real-time updates and enhance VLESS settings (#3605) 2026-01-03 05:26:00 +01:00
login.html fix: login animation (#3559) 2025-09-25 15:16:50 +02:00
settings.html Fix: panel redirecting to old port after restart (#3594) 2026-01-03 03:05:10 +01:00
xray.html fix security issue 2026-02-09 23:36:10 +01:00