3x-ui/web
google-labs-jules[bot] 11dc06863e feat: Add multi-server support for Sanai panel
This commit introduces a multi-server architecture to the Sanai panel, allowing you to manage clients across multiple servers from a central panel.

Key changes include:

- **Database Schema:** Added a `servers` table to store information about slave servers.
- **Server Management:** Implemented a new service and controller (`MultiServerService` and `MultiServerController`) for CRUD operations on servers.
- **Web UI:** Created a new web page for managing servers, accessible from the sidebar.
- **Client Synchronization:** Modified the `InboundService` to synchronize client additions, updates, and deletions across all active slave servers via a REST API.
- **API Security:** Added an API key authentication middleware to secure the communication between the master and slave panels.
- **Multi-Server Subscriptions:** Updated the subscription service to generate links that include configurations for all active servers.
- **Installation Script:** Modified the `install.sh` script to generate a random API key during installation.

**Known Issues:**

- The integration test for client synchronization (`TestInboundServiceSync`) is currently failing. It seems that the API request to the mock slave server is not being sent correctly or the API key is not being included in the request header. Further investigation is needed to resolve this issue.
2025-07-27 17:25:58 +02:00
..
assets add mldsa65 2025-07-25 01:22:01 +02:00
controller feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
entity refactor: use math.MaxUint16 when checking port 2025-06-17 22:45:03 +07:00
global Some fixes and improvements (#1997) 2024-03-11 01:01:24 +03:30
html feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
job Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
locale Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
middleware feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
network Add tgLang option 2023-05-20 19:15:20 +04:30
service feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
session fix session 2024-12-16 14:24:59 +01:00
translation add mldsa65 2025-07-25 01:22:01 +02:00
web.go feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00