Add App 节点小宝

This commit is contained in:
arch3rPro
2025-07-01 16:29:27 +08:00
parent 9e0854b6b0
commit c68a01a324
8 changed files with 258 additions and 0 deletions
+20
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
+15
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"