Compare commits

...

4 Commits

Author SHA1 Message Date
xboard fe0f1760bd fix(admin): fix node manage tooltip error 2026-03-17 14:13:48 +08:00
Xboard 4a2fbd4d3d Add port mapping for 1panel service 2026-03-17 13:16:43 +08:00
xboard ee55d7fa72 fix: fix brutal-opts configure for clashMeta 2026-03-17 12:26:10 +08:00
xboard e06cd279cf fix(admin): resolve translation key issues 2026-03-17 11:44:17 +08:00
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -666,7 +666,7 @@ class ClashMeta extends AbstractProtocol
]);
if (data_get($multiplex, 'brutal.enabled')) {
$array['smux']['brutal'] = [
$array['smux']['brutal-opts'] = [
'enabled' => true,
'up' => data_get($multiplex, 'brutal.up_mbps'),
'down' => data_get($multiplex, 'brutal.down_mbps'),
+2
View File
@@ -124,6 +124,8 @@ services:
- ./storage/logs:/www/storage/logs
- ./plugins:/www/plugins
restart: on-failure
ports:
- 8076:8076
networks:
- 1panel-network
command: php artisan ws-server start