1
0

Update Apps

This commit is contained in:
pooneyy
2025-06-16 09:55:21 +08:00
parent 16a1e881e2
commit 654aee332f
190 changed files with 61 additions and 2321 deletions

View File

@@ -15,5 +15,5 @@ additionalProperties:
limit: 1
recommend: 0
website: https://ehang-io.github.io/nps
github: https://github.com/yisier/nps
document: https://ehang-io.github.io/nps
github: https://github.com/ehang-io/nps
document: https://ehang-io.github.io/nps/#/?id=nps

View File

@@ -1,4 +0,0 @@
CONTAINER_NAME="npc"
NPS_SERVER_ADDR="1.2.3.4:8025"
NPS_VKEY="xly7traGe3r0t6UWltristuh1"
TLS_ENABLE_SWITCH="true"

View File

@@ -1,28 +0,0 @@
additionalProperties:
formFields:
- default: 1.2.3.4:8025
edit: true
envKey: NPS_SERVER_ADDR
labelEn: NPS server address
labelZh: NPS 服务端地址
required: true
type: text
- default: "xly7traGe3r0t6UWltristuh1"
edit: true
envKey: NPS_VKEY
labelEn: Client connection key displayed by the server
labelZh: 服务端显示的客户端连接密钥
required: true
rule: paramCommon
type: text
- default: "true"
envKey: TLS_ENABLE_SWITCH
labelEn: Whether TLS is enabled for server-client communication
labelZh: 服务端与客户端的通信是否启用 TLS
required: true
type: select
values:
- label: "True"
value: "true"
- label: "False"
value: "false"

View File

@@ -1,9 +0,0 @@
services:
npc:
image: yisier1/npc:latest
restart: always
network_mode: "host"
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY} -tls_enable=${TLS_ENABLE_SWITCH}
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"