mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-20 01:51:05 +08:00
- add multiple proxy port configurations (socks5, http, http with shunt rule)
- update docker-compose to use environment variables for proxy ports
- improve volume configuration with timezone and kernel modules
- clean up readme by removing build status badges and usage sections
- update logo image
📝 docs(v2raya): simplify readme content
- remove docker build status badges and travis-ci build status
- remove language selection links and usage instructions
- remove screenshots, notices, acknowledgments and license sections
- keep only essential project description and repository link
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 2017
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelZh: WebUI 端口
|
|
labelEn: WebUI Port
|
|
label:
|
|
en: WebUI port
|
|
zh: WebUI 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
|
|
- default: 20170
|
|
edit: true
|
|
envKey: SOCKS5_PROXY_PORT
|
|
labelZh: Socks5 代理端口
|
|
labelEn: Socks5 Proxy Port
|
|
label:
|
|
en: Socks5 Proxy Port
|
|
zh: Socks5 代理端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
|
|
- default: 20171
|
|
edit: true
|
|
envKey: HTTP_PROXY_PORT
|
|
labelZh: WebUI 端口
|
|
labelEn: WebUI port
|
|
label:
|
|
en: HTTP Proxy Port
|
|
zh: HTTP 代理端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
|
|
- default: 20172
|
|
edit: true
|
|
envKey: HTTP_SHUNT_PROXY_PORT
|
|
labelZh: HTTP 代理端口(带分流规则)
|
|
labelEn: HTTP Port(Usage Shunt Rule)
|
|
label:
|
|
en: HTTP Port
|
|
zh: HTTP 代理端口
|
|
description:
|
|
en: Usage Shunt Rule
|
|
zh: 带分流规则
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|