This commit is contained in:
2026-06-01 02:48:06 +03:00
parent 43f24fe25f
commit ee4c6211ae
8 changed files with 165 additions and 45 deletions
+20 -4
View File
@@ -45,12 +45,12 @@ This page is public operator documentation. It describes panel capabilities, rou
- Rotate node auth keys.
- Force config sync.
- Manage protocols.
- Manage outbounds for proxy chains.
- Manage routing config and apply routing templates.
- Manage masking sites.
- Manage outbounds for proxy chains; probe outbound connectivity.
- Manage routing config, routing balancers, and observatory settings.
- Manage masking sites with TLS upload or auto-issuance; view certificate status.
- Install and restart Xray and MTProto.
- Update GeoIP/geosite files.
- Generate X25519 and ML-DSA-65 keys.
- Generate X25519, ML-DSA-65, TLS-ECH, and VLESS encryption keys.
- View live runtime status and resource usage.
### Routing Rules
@@ -65,6 +65,18 @@ This page is public operator documentation. It describes panel capabilities, rou
- Test a source URL before attaching it to tariffs.
- Attach sources to tariffs so their share links are appended to subscriptions.
### Settings
- Configure panel access settings (allowed hosts, root path).
- Configure subscription delivery settings (update interval, display name, support URL).
- Configure Telegram bot token.
### Broadcasts
- Create and schedule Telegram broadcast messages.
- Filter recipients by node.
- View per-broadcast delivery status and error log.
### Logs
- View audit events.
@@ -80,6 +92,7 @@ This page is public operator documentation. It describes panel capabilities, rou
- Finance history and balance.
- Account profile settings.
- Telegram account linking and unlinking.
- Referral referees list.
### Public Subscription Page
@@ -165,6 +178,7 @@ Admin routes:
| `/users/:id/links` | User links. |
| `/users/:id/access` | User node/protocol access. |
| `/users/:id/finance` | User finance. |
| `/users/:id/referees` | Users invited by this user. |
| `/tariffs` | Tariff management. |
| `/nodes` | Node list. |
| `/nodes/:id` | Node overview. |
@@ -175,6 +189,8 @@ Admin routes:
| `/subscriptions` | Subscription management. |
| `/routing-rules` | Routing rule set management. |
| `/external-subscriptions` | External source management. |
| `/settings` | Platform settings. |
| `/broadcasts` | Telegram broadcast management. |
| `/logs` | Audit logs. |
| `/config-builder` | Protocol config builder. |