1Panel/frontend
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
..
public
src feat: Add support for Mux SSL mode and update related settings (#11509) 2025-12-29 15:41:15 +08:00
.editorconfig
.env
.env.development
.env.production
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
.prettierrc.js
.stylelintignore
.stylelintrc.js
index.html
lint-staged.config.js
package.json feat: Implement Punycode utility functions and integrate into domain dispay (#11433) 2025-12-22 18:22:29 +08:00
postcss.config.cjs feat: File management supports file format conversion (#10541) 2025-09-29 09:26:21 +00:00
tailwind.config.js
tsconfig.json feat: Remove unused front-end components (#10432) 2025-09-22 08:00:07 +00:00
vite-env.d.ts
vite.config.ts fix: Fixed file comparison highlighting loss issue (#11237) 2025-12-08 03:28:35 +00:00