1
0

Update Apps

This commit is contained in:
pooneyy
2025-07-03 11:40:55 +08:00
parent fb2d7887ca
commit 00cadf9c2c
241 changed files with 12357 additions and 4529 deletions

View File

@@ -1,4 +0,0 @@
CONTAINER_NAME="v2raya"
PANEL_APP_PORT_HTTP="40052"
PLUGIN_PORT="32346"
DATA_PATH="./data"

View File

@@ -1,25 +0,0 @@
additionalProperties:
formFields:
- default: 40052
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: 32346
edit: true
envKey: PLUGIN_PORT
labelEn: Internal plug-in port
labelZh: 内部插件端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text

View File

@@ -1,17 +0,0 @@
services:
v2raya:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
privileged: true
environment:
- V2RAYA_CONFIG:/etc/v2raya
- V2RAYA_ADDRESS=0.0.0.0:${PANEL_APP_PORT_HTTP}
- V2RAYA_PLUGINLISTENPORT:${PLUGIN_PORT}
volumes:
- "${DATA_PATH}/v2raya:/etc/v2raya"
- /lib/modules:/lib/modules:ro
- /etc/resolv.conf:/etc/resolv.conf
image: mzz2017/v2raya:v2.2.6
labels:
createdBy: "Apps"