1Panel/core
KOMATA d302bc07b3
feat: Add support for Mux SSL mode and update related settings (#11509)
* feat: Add support for Mux SSL mode and update related settings

- Introduced a new SSL mode "Mux" in the settings, allowing for HTTP to HTTPS redirection.
- Updated the `SSL` field in the `SettingUpdate` struct to include "Mux" as a valid option.
- Modified the server logic to handle Mux connections, including certificate management and HTTP redirection.
- Updated frontend components to reflect the new SSL options and improved user guidance in multiple languages.

* fix: Update HTTPS related messages for improved clarity and security guidance in multiple languages
2025-12-29 15:41:15 +08:00
..
app feat: Add support for Mux SSL mode and update related settings (#11509) 2025-12-29 15:41:15 +08:00
buserr
cmd/server fix: Resolve issue where website names are not displayed in logs for stream-type websites (#11379) 2025-12-17 08:50:11 +00:00
constant feat: Add support for Mux SSL mode and update related settings (#11509) 2025-12-29 15:41:15 +08:00
global perf: optimize login API logic (#11104) 2025-11-28 03:05:27 +00:00
i18n feat: Add version printing after rollback (#11378) 2025-12-17 08:48:10 +00:00
init pref: Optimize backup account code structure (#11261) 2025-12-08 18:22:59 +08:00
log fix: correct suitable log queue size to improve performance (#11008) 2025-11-20 16:28:03 +08:00
middleware feat: optimize IP whitelist validation logic (#11102) 2025-11-27 16:29:31 +08:00
router pref: Optimize backup account code structure (#11261) 2025-12-08 18:22:59 +08:00
server feat: Add support for Mux SSL mode and update related settings (#11509) 2025-12-29 15:41:15 +08:00
utils fix: Fix panic issue caused by 1pctl command (#11453) 2025-12-25 04:17:02 +00:00
go.mod feat: Add support for Mux SSL mode and update related settings (#11509) 2025-12-29 15:41:15 +08:00
go.sum feat: Add support for Mux SSL mode and update related settings (#11509) 2025-12-29 15:41:15 +08:00