mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
- Add Sub2API 1Panel application configuration - Support subscription quota distribution, API Key management, billing and load balancing - Include docker-compose.yml, data.yml, README documentation and logo - Support amd64 and arm64 architectures
33 lines
834 B
YAML
33 lines
834 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 8080
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Web Port
|
|
labelZh: Web 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: Asia/Shanghai
|
|
edit: true
|
|
envKey: TZ
|
|
labelEn: Time Zone
|
|
labelZh: 时区
|
|
required: true
|
|
type: text
|
|
- default: sub2api_secure_jwt_secret_change_in_production
|
|
edit: true
|
|
envKey: JWT_SECRET
|
|
labelEn: JWT Secret
|
|
labelZh: JWT 密钥
|
|
required: true
|
|
rule: paramCommon
|
|
type: password
|
|
- default: sub2api_secure_db_password_change_in_production
|
|
edit: true
|
|
envKey: POSTGRES_PASSWORD
|
|
labelEn: PostgreSQL Password
|
|
labelZh: PostgreSQL 密码
|
|
required: true
|
|
rule: paramCommon
|
|
type: password |