3x-ui/web/service
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
..
config.json feat: support metrics config 2025-06-11 18:42:41 +08:00
inbound.go feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
inbound_service_sync_test.go feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
multi_server_service.go feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
multi_server_service_test.go feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
outbound.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
panel.go improved - message logs 2024-07-08 23:47:49 +02:00
server.go Added list of services for get public IP address (IP v4 and v6) (#3216) 2025-07-27 17:24:11 +02:00
setting.go feat: Add multi-server support for Sanai panel 2025-07-27 17:25:58 +02:00
tgbot.go feat: add command list in telegram bot (#3027) 2025-05-28 15:26:29 +07:00
user.go chore: reset two-factor authentication after changing admin credentials (#3029) 2025-07-02 11:25:25 +02:00
warp.go warp - optimize utility code 2025-03-12 19:27:19 +01:00
xray.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
xray_setting.go [warp] enhanced + delete option 2024-07-15 00:21:54 +02:00