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
CityFun
c6df20e565
feat: support sync 404 html page to websites ( #11513 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11489
2025-12-29 07:17:34 +00:00
CityFun
6f9a1321d1
feat: support custom DNS server for manual DNS mode when applying certificates ( #11512 )
2025-12-29 07:13:35 +00:00
ssongliu
eb4eb31578
feat: Multi-machine management supports viewing node logs ( #11510 )
2025-12-29 07:11:34 +00:00
CityFun
f8f5fcfca2
fix: Fixed Website configuration file automatically keeps adding HTTPS redirects ( #11506 )
...
#11490
2025-12-29 07:09:35 +00:00
l061x
4e7b654090
fix: Fix command argument formatting in terminal initlinux ( #11484 )
2025-12-26 22:03:24 +08:00
ssongliu
e8059d3676
fix: Fix refresh issue during compose creation ( #11482 )
...
Refs #11463
2025-12-26 13:55:03 +00:00
ssongliu
ffadc6721b
fix: Fix issue where compose cannot be created when empty ( #11481 )
2025-12-26 09:13:04 +00:00
CityFun
e2e774d215
feat: add website log clean option for clean cache ( #11480 )
2025-12-26 09:11:03 +00:00
ssongliu
f23d3678fb
fix: Fix backup account echo abnormality issue ( #11479 )
...
Refs #11478
2025-12-26 09:09:03 +00:00
ssongliu
dfade50bd8
fix: Fix snapshot backup application image failure issue ( #11477 )
2025-12-26 16:49:03 +08:00
ssongliu
d25b5f4f2a
feat: Add quick operation features to node overview page ( #11476 )
2025-12-26 08:35:03 +00:00
CityFun
9a17bc74b0
feat: add 'nofail' option for disk mounting ( #11475 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11468
2025-12-26 08:33:03 +00:00
CityFun
015605526d
fix: add missing intermediate certificates for IP certificate requests ( #11470 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11462
2025-12-26 08:31:03 +00:00
CityFun
099896dc96
feat: add app temporary download file cleanup option to cache cleaning ( #11460 )
2025-12-25 10:33:03 +00:00
CityFun
aa1bc6fa8e
feat: add website log cleanup option to cache cleaning ( #11457 )
2025-12-25 07:43:02 +00:00
ssongliu
f27a429fc5
feat: Cache cleanup supports cleaning up unassociated backups ( #11452 )
v2.0.16
2025-12-25 13:49:47 +08:00
ssongliu
f4587d0ae5
fix: Fix panic issue caused by 1pctl command ( #11453 )
...
Refs #11449
2025-12-25 04:17:02 +00:00
CityFun
41bae1e636
perf: improve display of IP certificate editing interface ( #11451 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11449
2025-12-25 03:17:02 +00:00
CityFun
5295fd08d4
feat: update Let's Encrypt to official endpoint ( #11444 )
2025-12-24 11:24:17 +08:00
CityFun
36fdf05d2b
feat: support apply ip Certificate ( #11437 )
2025-12-23 13:35:38 +08:00
ssongliu
5794dbc0a6
Merge pull request #11435 from 1Panel-dev/pr@dev-v2@fix_compose_log
...
fix: Fix compose log download failure issue
2025-12-23 13:35:14 +08:00
ssongliu
c10474db69
fix: Fix typo ( #11436 )
2025-12-23 05:35:06 +00:00
wanghe
d68309fd44
Merge pull request #11432 from HynoR/fix/firewall
...
feat: Add UDP port 443 accept rule to Pre-firewall config
2025-12-22 19:14:21 +08:00
CityFun
1c634756a0
fix: resolve issue with quick navigation failure in applications ( #11434 )
2025-12-22 18:50:22 +08:00
CityFun
ae536550c3
style: adjust node card display ( #11431 )
2025-12-22 18:49:58 +08:00
ssongliu
63d5d70314
feat: Retain historical settings when toggling watermark ( #11429 )
...
Refs #11392
2025-12-22 10:23:39 +00:00
KOMATA
0be73600e5
feat: Implement Punycode utility functions and integrate into domain dispay ( #11433 )
...
* feat: Implement Punycode utility functions and integrate into domain display
* chore: Add punycode package and update import path in utility functions
2025-12-22 18:22:29 +08:00
ssongliu
c9cc064f51
fix: Fix container orchestration creation failure issue ( #11430 )
2025-12-22 18:21:51 +08:00
HynoR
dc47eb5ae4
feat: Add UDP port 443 acceptance rule to firewall and iptables configuration
2025-12-22 15:55:47 +08:00
ssongliu
955d9db699
style: Modify terminal connection style issues ( #11425 )
...
Refs #11413
2025-12-22 06:33:29 +00:00
CityFun
3c1549e288
fix: resolve limitation of fetching only 100 redirects for websites ( #11424 )
2025-12-22 14:31:40 +08:00
CityFun
9fd030b6c3
feat: improve scrolling effect of left-side on website configuration page ( #11423 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11412
2025-12-22 06:01:30 +00:00
CityFun
63a10691b3
feat: limit website name length in configuration ( #11422 )
2025-12-22 05:59:30 +00:00
ssongliu
5674673c5d
feat: Support display and operations for multi-YAML compose startup ( #11421 )
...
Refs #11405
2025-12-22 05:57:30 +00:00
ssongliu
74f29e3dc3
chore: Adjust image dependency warning messages ( #11407 )
2025-12-19 10:08:32 +00:00
ssongliu
1dac8593ae
feat: Add database transaction monitoring logs ( #11406 )
2025-12-19 10:06:32 +00:00
ssongliu
71fd123be1
fix: Fix snapshot application checkbox abnormality issue ( #11404 )
2025-12-19 10:04:33 +00:00
CityFun
d4d66cad2e
feat: improve prompt messages when synchronizing WAF IP groups ( #11402 )
2025-12-19 07:41:02 +00:00
CityFun
c78a6ec047
style: change table tooltip style ( #11399 )
2025-12-19 15:33:57 +08:00
CityFun
1ae3198b10
fix: clear stream configuration when closing website creation page ( #11400 )
2025-12-19 07:27:03 +00:00
CityFun
a6c172b1ab
feat: remove Cache-Control: no-cache for create proxy website ( #11398 )
2025-12-19 07:25:03 +00:00
CityFun
9e9d68f841
style: adjust status column styling in websites list page ( #11397 )
2025-12-19 07:23:02 +00:00
CityFun
123e6b90a3
feat: update MySQL parameter input validation rules ( #11396 )
2025-12-19 05:42:11 +00:00
CityFun
00b4a6caf5
feat: update MySQL parameter input validation rules ( #11395 )
...
https://github.com/1Panel-dev/1Panel/issues/11394
2025-12-19 03:41:27 +00:00
ssongliu
8642e20d19
perf: Optimize container task log output ( #11393 )
2025-12-19 03:39:40 +00:00
ssongliu
2b81f7ef7a
feat: Output last incomplete line in shell cronjob ( #11391 )
2025-12-18 21:58:24 +08:00
ssongliu
c08e83e5d4
fix: Fix firewalld range port forwarding failure issue ( #11390 )
2025-12-18 09:21:13 +00:00
CityFun
863ee5c172
feat: Adjust tooltip positions on some pages ( #11389 )
2025-12-18 09:01:14 +00:00
ssongliu
a91f372fbd
chore: Revert container command input style ( #11387 )
...
revert for #10724
https://bbs.fit2cloud.com/t/topic/16496
2025-12-18 08:59:14 +00:00