1
0

Merge branch 'arch3rPro-1Panel-Appstore/only-apps' into patch/localApps

This commit is contained in:
pooneyy
2025-07-01 16:52:38 +08:00
parent cec3dccf90
commit ce6544c878
8 changed files with 258 additions and 0 deletions

20
apps/jdxb/host/data.yml Normal file
View File

@@ -0,0 +1,20 @@
additionalProperties:
networkMode: host
formFields:
- default: 9118
edit: false
envKey: JDxB_PORT
labelEn: Service Port (fixed, host mode)
labelZh: 服务端口固定host模式
label:
en: Service Port (fixed, host mode)
ja: サービスポート固定、hostモード
ms: Port Perkhidmatan (tetap, mod host)
pt-br: Porta de Serviço (fixa, modo host)
ru: Порт сервиса (фиксированный, host)
ko: 서비스 포트(고정, host 모드)
zh-Hant: 服務埠固定host模式
zh: 服务端口固定host模式
required: false
rule: paramPort
type: number

View File

@@ -0,0 +1,15 @@
services:
jdxb:
image: ionewu/owjdxb
container_name: ${CONTAINER_NAME}
network_mode: host
volumes:
- ./store:/data/store
devices:
- "/dev/net/tun:/dev/net/tun"
cap_add:
- NET_ADMIN
- SYS_ADMIN
restart: unless-stopped
labels:
createdBy: "Apps"