1
0

Merge branch 'patch/add-apps' into localApps

This commit is contained in:
pooneyy
2025-10-26 18:37:48 +08:00
45 changed files with 2179 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
additionalProperties:
formFields:
# HTTP 端口
- default: 28324
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
label:
en: HTTP Port
ja: HTTPポート
ms: Port HTTP
pt-br: Porta HTTP
ru: HTTP порт
ko: HTTP 포트
zh: HTTP 端口
zh-Hant: HTTP 連接埠
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
services:
termix:
image: ghcr.io/lukegus/termix:release-1.7.3
container_name: ${CONTAINER_NAME}
restart: always
labels:
createdBy: "Apps"
ports:
- ${PANEL_APP_PORT_HTTP}:8080
networks:
- 1panel-network
volumes:
- ./data:/app/data
environment:
PORT: "8080"
networks:
1panel-network:
external: true