3x-ui/web
abdulrahman 7c4b0d038c fix: strip main-panel TLS cert file paths when sending inbound to remote node
When the main panel creates an inbound assigned to a remote node,
the wireInbound helper sends StreamSettings as-is, including
certificateFile/keyFile paths that only exist on the main panel's
filesystem. The remote node's Xray then fails to load them and crashes.

This adds sanitizeStreamSettingsForRemote() which strips file-based
cert paths before forwarding to a remote node. Inline certificate
content (certificate/key) is preserved unchanged.

Closes #4335
2026-05-13 12:24:01 +03:00
..
controller feat(api-docs): enhance in-panel API documentation (#4312) 2026-05-13 01:47:09 +02:00
entity v3 2026-05-10 02:13:42 +02:00
global Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00
job feat(nodes): traffic-writer queue, full-mirror sync, WS event fixes 2026-05-10 16:25:23 +02:00
locale v3 2026-05-10 02:13:42 +02:00
middleware v3 2026-05-10 02:13:42 +02:00
network docs: add comments for all functions 2025-09-20 09:35:50 +02:00
runtime fix: strip main-panel TLS cert file paths when sending inbound to remote node 2026-05-13 12:24:01 +03:00
service fix: auto-renew must re-enable client in inbound settings JSON (#4317) 2026-05-13 01:15:52 +02:00
session v3 2026-05-10 02:13:42 +02:00
translation feat(panel): xray metrics dashboard with observatory probe history 2026-05-12 02:17:45 +02:00
websocket feat(nodes): traffic-writer queue, full-mirror sync, WS event fixes 2026-05-10 16:25:23 +02:00
web.go Fix: traffic writer restart freeze (#4265) 2026-05-12 11:36:05 +02:00