diff --git a/apps/115pc/latest/data.yml b/apps/115pc/latest/data.yml index 0506de298..c9400f3f9 100644 --- a/apps/115pc/latest/data.yml +++ b/apps/115pc/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: VNC_PASSWORD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: false required: true rule: paramComplexity @@ -22,6 +28,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config file path labelZh: 配置文件所在路径 + label: + en: Config file path + zh: 配置文件所在路径 required: true type: text - default: ./data/downloads @@ -29,6 +38,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text - default: mirrors.ustc.edu.cn @@ -36,6 +48,9 @@ additionalProperties: envKey: APT_SOURCE labelEn: apt source labelZh: apt 源 + label: + en: apt source + zh: apt 源 required: true type: text - default: 1920 @@ -43,6 +58,9 @@ additionalProperties: envKey: VNC_DISPLAY_WIDTH labelEn: VNC display width labelZh: VNC显示宽度 + label: + en: VNC display width + zh: VNC显示宽度 required: true type: number - default: 1080 @@ -50,5 +68,8 @@ additionalProperties: envKey: VNC_DISPLAY_HEIGHT labelEn: VNC display height labelZh: VNC显示高度 + label: + en: VNC display height + zh: VNC显示高度 required: true type: number diff --git a/apps/1panel-apps/bridge-network/data.yml b/apps/1panel-apps/bridge-network/data.yml index 7b831e5fc..0a47dcf0f 100644 --- a/apps/1panel-apps/bridge-network/data.yml +++ b/apps/1panel-apps/bridge-network/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IMAGE labelEn: Docker Image labelZh: Docker 镜像 + label: + en: Docker Image + zh: Docker 镜像 required: true type: text - default: "always" @@ -12,6 +15,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -28,6 +34,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -36,6 +45,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP_INTERNAL labelEn: Internal Port labelZh: 内部端口 + label: + en: Internal Port + zh: 内部端口 required: true rule: paramPort type: number @@ -44,6 +56,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "/data" @@ -51,6 +66,9 @@ additionalProperties: envKey: DATA_PATH_INTERNAL labelEn: Internal Data Path labelZh: 内部数据路径 + label: + en: Internal Data Path + zh: 内部数据路径 required: true type: text - default: "Asia/Shanghai" @@ -58,6 +76,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -65,5 +86,8 @@ additionalProperties: envKey: ENV1 labelEn: Environment Variable 1 (Edit to remove comments in compose.yml to take effect) labelZh: 环境变量 1 (编辑去除compose.yml里的注释生效) + label: + en: Environment Variable 1 (Edit to remove comments in compose.yml to take effect) + zh: 环境变量 1 (编辑去除compose.yml里的注释生效) required: false type: text diff --git a/apps/1panel-apps/host-network/data.yml b/apps/1panel-apps/host-network/data.yml index 15a416c57..9d4b417e8 100644 --- a/apps/1panel-apps/host-network/data.yml +++ b/apps/1panel-apps/host-network/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IMAGE labelEn: Docker Image labelZh: Docker 镜像 + label: + en: Docker Image + zh: Docker 镜像 required: true type: text - default: "always" @@ -12,6 +15,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -28,6 +34,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the Docker application itself) labelZh: 端口 (由 Docker 应用自身决定) + label: + en: Port (determined by the Docker application itself) + zh: 端口 (由 Docker 应用自身决定) required: true rule: paramPort type: number @@ -36,6 +45,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "/data" @@ -43,6 +55,9 @@ additionalProperties: envKey: DATA_PATH_INTERNAL labelEn: Internal Data Path labelZh: 内部数据路径 + label: + en: Internal Data Path + zh: 内部数据路径 required: true type: text - default: "Asia/Shanghai" @@ -50,6 +65,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -57,5 +75,8 @@ additionalProperties: envKey: ENV1 labelEn: Environment Variable 1 (Edit to remove comments in compose.yml to take effect) labelZh: 环境变量 1 (编辑去除compose.yml里的注释生效) + label: + en: Environment Variable 1 (Edit to remove comments in compose.yml to take effect) + zh: 环境变量 1 (编辑去除compose.yml里的注释生效) required: false type: text diff --git a/apps/1panel/1.10.32-lts/data.yml b/apps/1panel/1.10.32-lts/data.yml index 9cb99d951..90cbf1e57 100644 --- a/apps/1panel/1.10.32-lts/data.yml +++ b/apps/1panel/1.10.32-lts/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the listening port) labelZh: 端口 (由监听端口决定) + label: + en: Port (determined by the listening port) + zh: 端口 (由监听端口决定) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: Asia/Shanghai @@ -20,5 +26,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/1panel/latest/data.yml b/apps/1panel/latest/data.yml index 9cb99d951..90cbf1e57 100644 --- a/apps/1panel/latest/data.yml +++ b/apps/1panel/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the listening port) labelZh: 端口 (由监听端口决定) + label: + en: Port (determined by the listening port) + zh: 端口 (由监听端口决定) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: Asia/Shanghai @@ -20,5 +26,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/2fauth/5.6.0/data.yml b/apps/2fauth/5.6.0/data.yml index 2b75b155b..15cd3a7b0 100644 --- a/apps/2fauth/5.6.0/data.yml +++ b/apps/2fauth/5.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: APP_NAME labelEn: App Name labelZh: 应用名 + label: + en: App Name + zh: 应用名 required: true type: text - default: "local" @@ -20,6 +26,9 @@ additionalProperties: envKey: APP_ENV labelEn: App Environment labelZh: 应用环境 + label: + en: App Environment + zh: 应用环境 required: true type: select values: @@ -32,6 +41,9 @@ additionalProperties: envKey: APP_TIMEZONE labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "false" @@ -39,6 +51,9 @@ additionalProperties: envKey: APP_DEBUG labelEn: Debug Mode labelZh: 调试模式 + label: + en: Debug Mode + zh: 调试模式 required: true type: select values: @@ -51,6 +66,9 @@ additionalProperties: envKey: SITE_OWNER labelEn: Site Owner labelZh: 站点拥有者 + label: + en: Site Owner + zh: 站点拥有者 required: true type: text - default: "yuBiR9dlyokasPeguSPl8oPRLpHiqAbr" @@ -58,6 +76,9 @@ additionalProperties: envKey: APP_KEY labelEn: App Key (32 characters) labelZh: 应用密钥 (32 位字符) + label: + en: App Key (32 characters) + zh: 应用密钥 (32 位字符) required: true type: text - default: "http://localhost:40273" @@ -65,6 +86,9 @@ additionalProperties: envKey: APP_URL labelEn: App URL (External URL) labelZh: 应用网址 (外部访问地址) + label: + en: App URL (External URL) + zh: 应用网址 (外部访问地址) required: true rule: paramExtUrl type: text @@ -73,6 +97,9 @@ additionalProperties: envKey: IS_DEMO_APP labelEn: Demo Mode labelZh: 演示模式 + label: + en: Demo Mode + zh: 演示模式 required: true type: select values: @@ -85,6 +112,9 @@ additionalProperties: envKey: LOG_CHANNEL labelEn: Log Channel labelZh: 日志通道 + label: + en: Log Channel + zh: 日志通道 required: true type: text - default: "notice" @@ -92,6 +122,9 @@ additionalProperties: envKey: LOG_LEVEL labelEn: Log Level labelZh: 日志级别 + label: + en: Log Level + zh: 日志级别 required: true type: select values: @@ -116,6 +149,9 @@ additionalProperties: envKey: DB_DATABASE labelEn: Database Path labelZh: 数据库路径 + label: + en: Database Path + zh: 数据库路径 required: true type: text - default: "file" @@ -123,6 +159,9 @@ additionalProperties: envKey: CACHE_DRIVER labelEn: Cache Driver labelZh: 缓存驱动 + label: + en: Cache Driver + zh: 缓存驱动 required: true type: text - default: "file" @@ -130,6 +169,9 @@ additionalProperties: envKey: SESSION_DRIVER labelEn: Session Driver labelZh: 会话驱动 + label: + en: Session Driver + zh: 会话驱动 required: true type: text - default: "log" @@ -137,6 +179,9 @@ additionalProperties: envKey: MAIL_MAILER labelEn: Mailer labelZh: 邮件发送方式 + label: + en: Mailer + zh: 邮件发送方式 required: true type: text - default: "" @@ -144,6 +189,9 @@ additionalProperties: envKey: MAIL_HOST labelEn: Mail Host labelZh: 邮件服务器 + label: + en: Mail Host + zh: 邮件服务器 required: false type: text - default: "" @@ -151,6 +199,9 @@ additionalProperties: envKey: MAIL_PORT labelEn: Mail Port labelZh: 邮件端口 + label: + en: Mail Port + zh: 邮件端口 required: false type: number - default: "" @@ -158,6 +209,9 @@ additionalProperties: envKey: MAIL_USERNAME labelEn: Mail Username labelZh: 邮件用户名 + label: + en: Mail Username + zh: 邮件用户名 required: false type: text - default: "" @@ -165,6 +219,9 @@ additionalProperties: envKey: MAIL_PASSWORD labelEn: Mail Password labelZh: 邮件密码 + label: + en: Mail Password + zh: 邮件密码 required: false type: password - default: "" @@ -172,6 +229,9 @@ additionalProperties: envKey: MAIL_ENCRYPTION labelEn: Mail Encryption labelZh: 邮件加密方式 + label: + en: Mail Encryption + zh: 邮件加密方式 required: false type: text - default: "" @@ -179,6 +239,9 @@ additionalProperties: envKey: MAIL_FROM_NAME labelEn: Mail From Name labelZh: 邮件发件人姓名 + label: + en: Mail From Name + zh: 邮件发件人姓名 required: false type: text - default: "" @@ -186,6 +249,9 @@ additionalProperties: envKey: MAIL_FROM_ADDRESS labelEn: Mail From Address labelZh: 邮件发件人地址 + label: + en: Mail From Address + zh: 邮件发件人地址 required: false type: text - default: "true" @@ -193,6 +259,9 @@ additionalProperties: envKey: MAIL_VERIFY_SSL_PEER labelEn: Mail Verify SSL Peer labelZh: 邮件验证 SSL 证书 + label: + en: Mail Verify SSL Peer + zh: 邮件验证 SSL 证书 required: true type: select values: @@ -205,6 +274,9 @@ additionalProperties: envKey: THROTTLE_API labelEn: API Throttle labelZh: API 限制 + label: + en: API Throttle + zh: API 限制 required: true type: number - default: "5" @@ -212,6 +284,9 @@ additionalProperties: envKey: LOGIN_THROTTLE labelEn: Login Throttle labelZh: 登录限制 + label: + en: Login Throttle + zh: 登录限制 required: true type: number - default: "web-guard" @@ -219,6 +294,9 @@ additionalProperties: envKey: AUTHENTICATION_GUARD labelEn: Authentication Guard labelZh: 认证保护 + label: + en: Authentication Guard + zh: 认证保护 required: true type: select values: @@ -231,6 +309,9 @@ additionalProperties: envKey: AUTHENTICATION_LOG_RETENTION labelEn: Authentication Log Retention labelZh: 认证日志保留 + label: + en: Authentication Log Retention + zh: 认证日志保留 required: true type: number - default: "" @@ -238,6 +319,9 @@ additionalProperties: envKey: AUTH_PROXY_HEADER_FOR_USER labelEn: Authentication Proxy Header for User labelZh: 用户认证代理头 + label: + en: Authentication Proxy Header for User + zh: 用户认证代理头 required: false type: text - default: "" @@ -245,6 +329,9 @@ additionalProperties: envKey: AUTH_PROXY_HEADER_FOR_EMAIL labelEn: Authentication Proxy Header for Email labelZh: 邮箱认证代理头 + label: + en: Authentication Proxy Header for Email + zh: 邮箱认证代理头 required: false type: text - default: "" @@ -252,6 +339,9 @@ additionalProperties: envKey: PROXY_LOGOUT_URL labelEn: Proxy Logout URL labelZh: 代理注销网址 + label: + en: Proxy Logout URL + zh: 代理注销网址 required: false type: text - default: "2FAuth" @@ -259,6 +349,9 @@ additionalProperties: envKey: WEBAUTHN_NAME labelEn: WebAuthn Name labelZh: WebAuthn 名称 + label: + en: WebAuthn Name + zh: WebAuthn 名称 required: true type: text - default: "" @@ -266,6 +359,9 @@ additionalProperties: envKey: WEBAUTHN_ID labelEn: WebAuthn ID labelZh: WebAuthn ID + label: + en: WebAuthn ID + zh: WebAuthn ID required: false type: text - default: "preferred" @@ -273,6 +369,9 @@ additionalProperties: envKey: WEBAUTHN_USER_VERIFICATION labelEn: WebAuthn User Verification labelZh: WebAuthn 用户验证 + label: + en: WebAuthn User Verification + zh: WebAuthn 用户验证 required: true type: select values: @@ -287,6 +386,9 @@ additionalProperties: envKey: TRUSTED_PROXIES labelEn: Trusted Proxies labelZh: 信任代理 + label: + en: Trusted Proxies + zh: 信任代理 required: false type: text - default: "" @@ -294,6 +396,9 @@ additionalProperties: envKey: PROXY_FOR_OUTGOING_REQUESTS labelEn: Proxy for Outgoing Requests labelZh: 出站请求代理 + label: + en: Proxy for Outgoing Requests + zh: 出站请求代理 required: false type: text - default: "log" @@ -301,6 +406,9 @@ additionalProperties: envKey: BROADCAST_DRIVER labelEn: Broadcast Driver labelZh: 广播驱动 + label: + en: Broadcast Driver + zh: 广播驱动 required: true type: text - default: "sync" @@ -308,6 +416,9 @@ additionalProperties: envKey: QUEUE_DRIVER labelEn: Queue Driver labelZh: 队列驱动 + label: + en: Queue Driver + zh: 队列驱动 required: true type: text - default: "120" @@ -315,6 +426,9 @@ additionalProperties: envKey: SESSION_LIFETIME labelEn: Session Lifetime labelZh: 会话有效期 + label: + en: Session Lifetime + zh: 会话有效期 required: true type: number - default: "" @@ -323,6 +437,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -330,6 +447,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -338,6 +458,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: true type: password - default: "" @@ -345,6 +468,9 @@ additionalProperties: envKey: PUSHER_APP_ID labelEn: Pusher App ID labelZh: Pusher 应用 ID + label: + en: Pusher App ID + zh: Pusher 应用 ID required: false type: text - default: "" @@ -352,6 +478,9 @@ additionalProperties: envKey: PUSHER_APP_KEY labelEn: Pusher App Key labelZh: Pusher 应用密钥 + label: + en: Pusher App Key + zh: Pusher 应用密钥 required: false type: text - default: "" @@ -359,6 +488,9 @@ additionalProperties: envKey: PUSHER_APP_SECRET labelEn: Pusher App Secret labelZh: Pusher 应用密钥 + label: + en: Pusher App Secret + zh: Pusher 应用密钥 required: false type: password - default: "mt1" @@ -366,6 +498,9 @@ additionalProperties: envKey: PUSHER_APP_CLUSTER labelEn: Pusher App Cluster labelZh: Pusher 应用集群 + label: + en: Pusher App Cluster + zh: Pusher 应用集群 required: true type: text - default: "local" @@ -373,6 +508,9 @@ additionalProperties: envKey: MIX_ENV labelEn: Mix Environment labelZh: Mix 环境 + label: + en: Mix Environment + zh: Mix 环境 required: true type: text - default: "" @@ -380,6 +518,9 @@ additionalProperties: envKey: OPENID_AUTHORIZE_URL labelEn: OpenID Authorize URL (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 授权 URL (编辑去除compose.yml里的注释生效) + label: + en: OpenID Authorize URL (Edit to remove comments in compose.yml to take effect) + zh: OpenID 授权 URL (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -387,6 +528,9 @@ additionalProperties: envKey: OPENID_TOKEN_URL labelEn: OpenID Token URL (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 令牌 URL (编辑去除compose.yml里的注释生效) + label: + en: OpenID Token URL (Edit to remove comments in compose.yml to take effect) + zh: OpenID 令牌 URL (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -394,6 +538,9 @@ additionalProperties: envKey: OPENID_USERINFO_URL labelEn: OpenID Userinfo URL (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 用户信息 URL (编辑去除compose.yml里的注释生效) + label: + en: OpenID Userinfo URL (Edit to remove comments in compose.yml to take effect) + zh: OpenID 用户信息 URL (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -401,6 +548,9 @@ additionalProperties: envKey: OPENID_CLIENT_ID labelEn: OpenID Client ID (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 客户端 ID (编辑去除compose.yml里的注释生效) + label: + en: OpenID Client ID (Edit to remove comments in compose.yml to take effect) + zh: OpenID 客户端 ID (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -408,6 +558,9 @@ additionalProperties: envKey: OPENID_CLIENT_SECRET labelEn: OpenID Client Secret (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 客户端密钥 (编辑去除compose.yml里的注释生效) + label: + en: OpenID Client Secret (Edit to remove comments in compose.yml to take effect) + zh: OpenID 客户端密钥 (编辑去除compose.yml里的注释生效) required: false type: password - default: "" @@ -415,6 +568,9 @@ additionalProperties: envKey: GITHUB_CLIENT_ID labelEn: GitHub Client ID (Edit to remove comments in compose.yml to take effect) labelZh: GitHub 客户端 ID (编辑去除compose.yml里的注释生效) + label: + en: GitHub Client ID (Edit to remove comments in compose.yml to take effect) + zh: GitHub 客户端 ID (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -422,5 +578,8 @@ additionalProperties: envKey: GITHUB_CLIENT_SECRET labelEn: GitHub Client Secret (Edit to remove comments in compose.yml to take effect) labelZh: GitHub 客户端密钥 (编辑去除compose.yml里的注释生效) + label: + en: GitHub Client Secret (Edit to remove comments in compose.yml to take effect) + zh: GitHub 客户端密钥 (编辑去除compose.yml里的注释生效) required: false type: password diff --git a/apps/2fauth/latest/data.yml b/apps/2fauth/latest/data.yml index 2b75b155b..15cd3a7b0 100644 --- a/apps/2fauth/latest/data.yml +++ b/apps/2fauth/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: APP_NAME labelEn: App Name labelZh: 应用名 + label: + en: App Name + zh: 应用名 required: true type: text - default: "local" @@ -20,6 +26,9 @@ additionalProperties: envKey: APP_ENV labelEn: App Environment labelZh: 应用环境 + label: + en: App Environment + zh: 应用环境 required: true type: select values: @@ -32,6 +41,9 @@ additionalProperties: envKey: APP_TIMEZONE labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "false" @@ -39,6 +51,9 @@ additionalProperties: envKey: APP_DEBUG labelEn: Debug Mode labelZh: 调试模式 + label: + en: Debug Mode + zh: 调试模式 required: true type: select values: @@ -51,6 +66,9 @@ additionalProperties: envKey: SITE_OWNER labelEn: Site Owner labelZh: 站点拥有者 + label: + en: Site Owner + zh: 站点拥有者 required: true type: text - default: "yuBiR9dlyokasPeguSPl8oPRLpHiqAbr" @@ -58,6 +76,9 @@ additionalProperties: envKey: APP_KEY labelEn: App Key (32 characters) labelZh: 应用密钥 (32 位字符) + label: + en: App Key (32 characters) + zh: 应用密钥 (32 位字符) required: true type: text - default: "http://localhost:40273" @@ -65,6 +86,9 @@ additionalProperties: envKey: APP_URL labelEn: App URL (External URL) labelZh: 应用网址 (外部访问地址) + label: + en: App URL (External URL) + zh: 应用网址 (外部访问地址) required: true rule: paramExtUrl type: text @@ -73,6 +97,9 @@ additionalProperties: envKey: IS_DEMO_APP labelEn: Demo Mode labelZh: 演示模式 + label: + en: Demo Mode + zh: 演示模式 required: true type: select values: @@ -85,6 +112,9 @@ additionalProperties: envKey: LOG_CHANNEL labelEn: Log Channel labelZh: 日志通道 + label: + en: Log Channel + zh: 日志通道 required: true type: text - default: "notice" @@ -92,6 +122,9 @@ additionalProperties: envKey: LOG_LEVEL labelEn: Log Level labelZh: 日志级别 + label: + en: Log Level + zh: 日志级别 required: true type: select values: @@ -116,6 +149,9 @@ additionalProperties: envKey: DB_DATABASE labelEn: Database Path labelZh: 数据库路径 + label: + en: Database Path + zh: 数据库路径 required: true type: text - default: "file" @@ -123,6 +159,9 @@ additionalProperties: envKey: CACHE_DRIVER labelEn: Cache Driver labelZh: 缓存驱动 + label: + en: Cache Driver + zh: 缓存驱动 required: true type: text - default: "file" @@ -130,6 +169,9 @@ additionalProperties: envKey: SESSION_DRIVER labelEn: Session Driver labelZh: 会话驱动 + label: + en: Session Driver + zh: 会话驱动 required: true type: text - default: "log" @@ -137,6 +179,9 @@ additionalProperties: envKey: MAIL_MAILER labelEn: Mailer labelZh: 邮件发送方式 + label: + en: Mailer + zh: 邮件发送方式 required: true type: text - default: "" @@ -144,6 +189,9 @@ additionalProperties: envKey: MAIL_HOST labelEn: Mail Host labelZh: 邮件服务器 + label: + en: Mail Host + zh: 邮件服务器 required: false type: text - default: "" @@ -151,6 +199,9 @@ additionalProperties: envKey: MAIL_PORT labelEn: Mail Port labelZh: 邮件端口 + label: + en: Mail Port + zh: 邮件端口 required: false type: number - default: "" @@ -158,6 +209,9 @@ additionalProperties: envKey: MAIL_USERNAME labelEn: Mail Username labelZh: 邮件用户名 + label: + en: Mail Username + zh: 邮件用户名 required: false type: text - default: "" @@ -165,6 +219,9 @@ additionalProperties: envKey: MAIL_PASSWORD labelEn: Mail Password labelZh: 邮件密码 + label: + en: Mail Password + zh: 邮件密码 required: false type: password - default: "" @@ -172,6 +229,9 @@ additionalProperties: envKey: MAIL_ENCRYPTION labelEn: Mail Encryption labelZh: 邮件加密方式 + label: + en: Mail Encryption + zh: 邮件加密方式 required: false type: text - default: "" @@ -179,6 +239,9 @@ additionalProperties: envKey: MAIL_FROM_NAME labelEn: Mail From Name labelZh: 邮件发件人姓名 + label: + en: Mail From Name + zh: 邮件发件人姓名 required: false type: text - default: "" @@ -186,6 +249,9 @@ additionalProperties: envKey: MAIL_FROM_ADDRESS labelEn: Mail From Address labelZh: 邮件发件人地址 + label: + en: Mail From Address + zh: 邮件发件人地址 required: false type: text - default: "true" @@ -193,6 +259,9 @@ additionalProperties: envKey: MAIL_VERIFY_SSL_PEER labelEn: Mail Verify SSL Peer labelZh: 邮件验证 SSL 证书 + label: + en: Mail Verify SSL Peer + zh: 邮件验证 SSL 证书 required: true type: select values: @@ -205,6 +274,9 @@ additionalProperties: envKey: THROTTLE_API labelEn: API Throttle labelZh: API 限制 + label: + en: API Throttle + zh: API 限制 required: true type: number - default: "5" @@ -212,6 +284,9 @@ additionalProperties: envKey: LOGIN_THROTTLE labelEn: Login Throttle labelZh: 登录限制 + label: + en: Login Throttle + zh: 登录限制 required: true type: number - default: "web-guard" @@ -219,6 +294,9 @@ additionalProperties: envKey: AUTHENTICATION_GUARD labelEn: Authentication Guard labelZh: 认证保护 + label: + en: Authentication Guard + zh: 认证保护 required: true type: select values: @@ -231,6 +309,9 @@ additionalProperties: envKey: AUTHENTICATION_LOG_RETENTION labelEn: Authentication Log Retention labelZh: 认证日志保留 + label: + en: Authentication Log Retention + zh: 认证日志保留 required: true type: number - default: "" @@ -238,6 +319,9 @@ additionalProperties: envKey: AUTH_PROXY_HEADER_FOR_USER labelEn: Authentication Proxy Header for User labelZh: 用户认证代理头 + label: + en: Authentication Proxy Header for User + zh: 用户认证代理头 required: false type: text - default: "" @@ -245,6 +329,9 @@ additionalProperties: envKey: AUTH_PROXY_HEADER_FOR_EMAIL labelEn: Authentication Proxy Header for Email labelZh: 邮箱认证代理头 + label: + en: Authentication Proxy Header for Email + zh: 邮箱认证代理头 required: false type: text - default: "" @@ -252,6 +339,9 @@ additionalProperties: envKey: PROXY_LOGOUT_URL labelEn: Proxy Logout URL labelZh: 代理注销网址 + label: + en: Proxy Logout URL + zh: 代理注销网址 required: false type: text - default: "2FAuth" @@ -259,6 +349,9 @@ additionalProperties: envKey: WEBAUTHN_NAME labelEn: WebAuthn Name labelZh: WebAuthn 名称 + label: + en: WebAuthn Name + zh: WebAuthn 名称 required: true type: text - default: "" @@ -266,6 +359,9 @@ additionalProperties: envKey: WEBAUTHN_ID labelEn: WebAuthn ID labelZh: WebAuthn ID + label: + en: WebAuthn ID + zh: WebAuthn ID required: false type: text - default: "preferred" @@ -273,6 +369,9 @@ additionalProperties: envKey: WEBAUTHN_USER_VERIFICATION labelEn: WebAuthn User Verification labelZh: WebAuthn 用户验证 + label: + en: WebAuthn User Verification + zh: WebAuthn 用户验证 required: true type: select values: @@ -287,6 +386,9 @@ additionalProperties: envKey: TRUSTED_PROXIES labelEn: Trusted Proxies labelZh: 信任代理 + label: + en: Trusted Proxies + zh: 信任代理 required: false type: text - default: "" @@ -294,6 +396,9 @@ additionalProperties: envKey: PROXY_FOR_OUTGOING_REQUESTS labelEn: Proxy for Outgoing Requests labelZh: 出站请求代理 + label: + en: Proxy for Outgoing Requests + zh: 出站请求代理 required: false type: text - default: "log" @@ -301,6 +406,9 @@ additionalProperties: envKey: BROADCAST_DRIVER labelEn: Broadcast Driver labelZh: 广播驱动 + label: + en: Broadcast Driver + zh: 广播驱动 required: true type: text - default: "sync" @@ -308,6 +416,9 @@ additionalProperties: envKey: QUEUE_DRIVER labelEn: Queue Driver labelZh: 队列驱动 + label: + en: Queue Driver + zh: 队列驱动 required: true type: text - default: "120" @@ -315,6 +426,9 @@ additionalProperties: envKey: SESSION_LIFETIME labelEn: Session Lifetime labelZh: 会话有效期 + label: + en: Session Lifetime + zh: 会话有效期 required: true type: number - default: "" @@ -323,6 +437,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -330,6 +447,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -338,6 +458,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: true type: password - default: "" @@ -345,6 +468,9 @@ additionalProperties: envKey: PUSHER_APP_ID labelEn: Pusher App ID labelZh: Pusher 应用 ID + label: + en: Pusher App ID + zh: Pusher 应用 ID required: false type: text - default: "" @@ -352,6 +478,9 @@ additionalProperties: envKey: PUSHER_APP_KEY labelEn: Pusher App Key labelZh: Pusher 应用密钥 + label: + en: Pusher App Key + zh: Pusher 应用密钥 required: false type: text - default: "" @@ -359,6 +488,9 @@ additionalProperties: envKey: PUSHER_APP_SECRET labelEn: Pusher App Secret labelZh: Pusher 应用密钥 + label: + en: Pusher App Secret + zh: Pusher 应用密钥 required: false type: password - default: "mt1" @@ -366,6 +498,9 @@ additionalProperties: envKey: PUSHER_APP_CLUSTER labelEn: Pusher App Cluster labelZh: Pusher 应用集群 + label: + en: Pusher App Cluster + zh: Pusher 应用集群 required: true type: text - default: "local" @@ -373,6 +508,9 @@ additionalProperties: envKey: MIX_ENV labelEn: Mix Environment labelZh: Mix 环境 + label: + en: Mix Environment + zh: Mix 环境 required: true type: text - default: "" @@ -380,6 +518,9 @@ additionalProperties: envKey: OPENID_AUTHORIZE_URL labelEn: OpenID Authorize URL (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 授权 URL (编辑去除compose.yml里的注释生效) + label: + en: OpenID Authorize URL (Edit to remove comments in compose.yml to take effect) + zh: OpenID 授权 URL (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -387,6 +528,9 @@ additionalProperties: envKey: OPENID_TOKEN_URL labelEn: OpenID Token URL (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 令牌 URL (编辑去除compose.yml里的注释生效) + label: + en: OpenID Token URL (Edit to remove comments in compose.yml to take effect) + zh: OpenID 令牌 URL (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -394,6 +538,9 @@ additionalProperties: envKey: OPENID_USERINFO_URL labelEn: OpenID Userinfo URL (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 用户信息 URL (编辑去除compose.yml里的注释生效) + label: + en: OpenID Userinfo URL (Edit to remove comments in compose.yml to take effect) + zh: OpenID 用户信息 URL (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -401,6 +548,9 @@ additionalProperties: envKey: OPENID_CLIENT_ID labelEn: OpenID Client ID (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 客户端 ID (编辑去除compose.yml里的注释生效) + label: + en: OpenID Client ID (Edit to remove comments in compose.yml to take effect) + zh: OpenID 客户端 ID (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -408,6 +558,9 @@ additionalProperties: envKey: OPENID_CLIENT_SECRET labelEn: OpenID Client Secret (Edit to remove comments in compose.yml to take effect) labelZh: OpenID 客户端密钥 (编辑去除compose.yml里的注释生效) + label: + en: OpenID Client Secret (Edit to remove comments in compose.yml to take effect) + zh: OpenID 客户端密钥 (编辑去除compose.yml里的注释生效) required: false type: password - default: "" @@ -415,6 +568,9 @@ additionalProperties: envKey: GITHUB_CLIENT_ID labelEn: GitHub Client ID (Edit to remove comments in compose.yml to take effect) labelZh: GitHub 客户端 ID (编辑去除compose.yml里的注释生效) + label: + en: GitHub Client ID (Edit to remove comments in compose.yml to take effect) + zh: GitHub 客户端 ID (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -422,5 +578,8 @@ additionalProperties: envKey: GITHUB_CLIENT_SECRET labelEn: GitHub Client Secret (Edit to remove comments in compose.yml to take effect) labelZh: GitHub 客户端密钥 (编辑去除compose.yml里的注释生效) + label: + en: GitHub Client Secret (Edit to remove comments in compose.yml to take effect) + zh: GitHub 客户端密钥 (编辑去除compose.yml里的注释生效) required: false type: password diff --git a/apps/DecoTV/0.6.0/data.yml b/apps/DecoTV/0.6.0/data.yml index c162a67d1..90917fa6e 100644 --- a/apps/DecoTV/0.6.0/data.yml +++ b/apps/DecoTV/0.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -14,6 +17,9 @@ additionalProperties: envKey: NEXT_PUBLIC_SITE_NAME labelZh: 网站名称 labelEn: Site Name + label: + en: Site Name + zh: 网站名称 required: true type: text @@ -22,6 +28,9 @@ additionalProperties: envKey: NEXT_PUBLIC_SITE_DESCRIPTION labelZh: 网站名称 labelEn: Site Name + label: + en: Site Name + zh: 网站名称 required: true type: text @@ -30,6 +39,9 @@ additionalProperties: envKey: ANNOUNCEMENT labelZh: 站点公告 labelEn: Site Announcement + label: + en: Site Announcement + zh: 站点公告 required: true type: text @@ -46,6 +58,9 @@ additionalProperties: envKey: USERNAME labelZh: 管理员用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员用户名 required: true type: text @@ -54,6 +69,9 @@ additionalProperties: envKey: PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password @@ -62,6 +80,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ENABLE_REGISTER labelZh: 是否允许注册 labelEn: Enable Register + label: + en: Enable Register + zh: 是否允许注册 required: true type: select values: @@ -88,6 +109,9 @@ additionalProperties: envKey: NEXT_PUBLIC_STORAGE_TYPE labelZh: 数据存储类型 labelEn: Storage Type + label: + en: Storage Type + zh: 数据存储类型 required: true type: select values: @@ -103,6 +127,9 @@ additionalProperties: envKey: REDIS_URL labelZh: Redis 地址 (Redis 存储) labelEn: Redis Address (Redis Storage) + label: + en: Redis Address (Redis Storage) + zh: Redis 地址 (Redis 存储) required: false type: text @@ -111,6 +138,9 @@ additionalProperties: envKey: KVROCKS_URL labelZh: Kvrocks 地址 (Kvrocks 存储) labelEn: Kvrocks Address (Kvrocks Storage) + label: + en: Kvrocks Address (Kvrocks Storage) + zh: Kvrocks 地址 (Kvrocks 存储) required: false type: text @@ -119,6 +149,9 @@ additionalProperties: envKey: UPSTASH_URL labelZh: Upstash 地址 (Upstash 存储) labelEn: Upstash Address (Upstash Storage) + label: + en: Upstash Address (Upstash Storage) + zh: Upstash 地址 (Upstash 存储) required: false type: text @@ -127,6 +160,9 @@ additionalProperties: envKey: UPSTASH_TOKEN labelZh: Upstash 授权码 (Upstash 存储) labelEn: Upstash Token (Upstash Storage) + label: + en: Upstash Token (Upstash Storage) + zh: Upstash 授权码 (Upstash 存储) required: false type: password @@ -135,6 +171,9 @@ additionalProperties: envKey: DOUBAN_API_KEY labelZh: 豆瓣 API 配置 labelEn: Douban API Key + label: + en: Douban API Key + zh: 豆瓣 API 配置 required: false type: password diff --git a/apps/DecoTV/latest/data.yml b/apps/DecoTV/latest/data.yml index c162a67d1..90917fa6e 100644 --- a/apps/DecoTV/latest/data.yml +++ b/apps/DecoTV/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -14,6 +17,9 @@ additionalProperties: envKey: NEXT_PUBLIC_SITE_NAME labelZh: 网站名称 labelEn: Site Name + label: + en: Site Name + zh: 网站名称 required: true type: text @@ -22,6 +28,9 @@ additionalProperties: envKey: NEXT_PUBLIC_SITE_DESCRIPTION labelZh: 网站名称 labelEn: Site Name + label: + en: Site Name + zh: 网站名称 required: true type: text @@ -30,6 +39,9 @@ additionalProperties: envKey: ANNOUNCEMENT labelZh: 站点公告 labelEn: Site Announcement + label: + en: Site Announcement + zh: 站点公告 required: true type: text @@ -46,6 +58,9 @@ additionalProperties: envKey: USERNAME labelZh: 管理员用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员用户名 required: true type: text @@ -54,6 +69,9 @@ additionalProperties: envKey: PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password @@ -62,6 +80,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ENABLE_REGISTER labelZh: 是否允许注册 labelEn: Enable Register + label: + en: Enable Register + zh: 是否允许注册 required: true type: select values: @@ -88,6 +109,9 @@ additionalProperties: envKey: NEXT_PUBLIC_STORAGE_TYPE labelZh: 数据存储类型 labelEn: Storage Type + label: + en: Storage Type + zh: 数据存储类型 required: true type: select values: @@ -103,6 +127,9 @@ additionalProperties: envKey: REDIS_URL labelZh: Redis 地址 (Redis 存储) labelEn: Redis Address (Redis Storage) + label: + en: Redis Address (Redis Storage) + zh: Redis 地址 (Redis 存储) required: false type: text @@ -111,6 +138,9 @@ additionalProperties: envKey: KVROCKS_URL labelZh: Kvrocks 地址 (Kvrocks 存储) labelEn: Kvrocks Address (Kvrocks Storage) + label: + en: Kvrocks Address (Kvrocks Storage) + zh: Kvrocks 地址 (Kvrocks 存储) required: false type: text @@ -119,6 +149,9 @@ additionalProperties: envKey: UPSTASH_URL labelZh: Upstash 地址 (Upstash 存储) labelEn: Upstash Address (Upstash Storage) + label: + en: Upstash Address (Upstash Storage) + zh: Upstash 地址 (Upstash 存储) required: false type: text @@ -127,6 +160,9 @@ additionalProperties: envKey: UPSTASH_TOKEN labelZh: Upstash 授权码 (Upstash 存储) labelEn: Upstash Token (Upstash Storage) + label: + en: Upstash Token (Upstash Storage) + zh: Upstash 授权码 (Upstash 存储) required: false type: password @@ -135,6 +171,9 @@ additionalProperties: envKey: DOUBAN_API_KEY labelZh: 豆瓣 API 配置 labelEn: Douban API Key + label: + en: Douban API Key + zh: 豆瓣 API 配置 required: false type: password diff --git a/apps/Veloera/0.3.29.1/data.yml b/apps/Veloera/0.3.29.1/data.yml index 47b7d314b..f830e7966 100644 --- a/apps/Veloera/0.3.29.1/data.yml +++ b/apps/Veloera/0.3.29.1/data.yml @@ -1,17 +1,23 @@ additionalProperties: formFields: - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: Asia/Shanghai - edit: true - envKey: TZ - labelEn: Time Zone - labelZh: 时区 - required: true - type: text + - default: 3000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number + - default: Asia/Shanghai + edit: true + envKey: TZ + labelEn: Time Zone + labelZh: 时区 + label: + en: Time Zone + zh: 时区 + required: true + type: text diff --git a/apps/aaPanel/latest/data.yml b/apps/aaPanel/latest/data.yml index 012258ab1..b33728fbe 100644 --- a/apps/aaPanel/latest/data.yml +++ b/apps/aaPanel/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Panel Port labelZh: 面板端口 + label: + en: Web Panel Port + zh: 面板端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PORT labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HTTPS_PORT labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PHPMYADMIN_PORT labelEn: phpMyAdmin Port labelZh: phpMyAdmin端口 + label: + en: phpMyAdmin Port + zh: phpMyAdmin端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: SSH_PORT labelEn: SSH Port labelZh: 面板内SSH端口 + label: + en: SSH Port + zh: 面板内SSH端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: FTP_PORT labelEn: SSH Port labelZh: 面板内FTP端口 + label: + en: SSH Port + zh: 面板内FTP端口 required: true rule: paramPort type: number diff --git a/apps/acg-faka/3.2.3/data.yml b/apps/acg-faka/3.2.3/data.yml index 482f7b275..3229405de 100644 --- a/apps/acg-faka/3.2.3/data.yml +++ b/apps/acg-faka/3.2.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/act_runner/0.2.13/data.yml b/apps/act_runner/0.2.13/data.yml index 6426b28c5..430531f71 100644 --- a/apps/act_runner/0.2.13/data.yml +++ b/apps/act_runner/0.2.13/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: http://1.2.3.4:567 @@ -12,6 +15,9 @@ additionalProperties: envKey: GITEA_INSTANCE_URL labelEn: Gitea instance URL labelZh: Gitea 实例 URL + label: + en: Gitea instance URL + zh: Gitea 实例 URL required: true rule: paramExtUrl type: text @@ -20,6 +26,9 @@ additionalProperties: envKey: RUNNER_REGISTRATION_TOKEN labelEn: Gitea runner REGISTRATION TOKEN labelZh: Gitea runner REGISTRATION TOKEN + label: + en: Gitea runner REGISTRATION TOKEN + zh: Gitea runner REGISTRATION TOKEN required: true type: text - default: '' @@ -27,6 +36,9 @@ additionalProperties: envKey: RUNNER_NAME labelEn: Gitea runner name labelZh: Gitea runner name + label: + en: Gitea runner name + zh: Gitea runner name required: true type: text - default: '' @@ -34,5 +46,8 @@ additionalProperties: envKey: RUNNER_LABELS labelEn: Gitea runner labels labelZh: Gitea runner labels + label: + en: Gitea runner labels + zh: Gitea runner labels required: true type: text diff --git a/apps/act_runner/latest/data.yml b/apps/act_runner/latest/data.yml index 6426b28c5..430531f71 100644 --- a/apps/act_runner/latest/data.yml +++ b/apps/act_runner/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: http://1.2.3.4:567 @@ -12,6 +15,9 @@ additionalProperties: envKey: GITEA_INSTANCE_URL labelEn: Gitea instance URL labelZh: Gitea 实例 URL + label: + en: Gitea instance URL + zh: Gitea 实例 URL required: true rule: paramExtUrl type: text @@ -20,6 +26,9 @@ additionalProperties: envKey: RUNNER_REGISTRATION_TOKEN labelEn: Gitea runner REGISTRATION TOKEN labelZh: Gitea runner REGISTRATION TOKEN + label: + en: Gitea runner REGISTRATION TOKEN + zh: Gitea runner REGISTRATION TOKEN required: true type: text - default: '' @@ -27,6 +36,9 @@ additionalProperties: envKey: RUNNER_NAME labelEn: Gitea runner name labelZh: Gitea runner name + label: + en: Gitea runner name + zh: Gitea runner name required: true type: text - default: '' @@ -34,5 +46,8 @@ additionalProperties: envKey: RUNNER_LABELS labelEn: Gitea runner labels labelZh: Gitea runner labels + label: + en: Gitea runner labels + zh: Gitea runner labels required: true type: text diff --git a/apps/adguardhome/0.107.69/data.yml b/apps/adguardhome/0.107.69/data.yml index 13053a041..43a7761a2 100644 --- a/apps/adguardhome/0.107.69/data.yml +++ b/apps/adguardhome/0.107.69/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PLAIN_DNS_PORT labelEn: Plain DNS port labelZh: 普通DNS端口 + label: + en: Plain DNS port + zh: 普通DNS端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DHCP_PORT1 labelEn: DHCP service port 1 labelZh: DHCP服务端口1 + label: + en: DHCP service port 1 + zh: DHCP服务端口1 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DHCP_PORT2 labelEn: DHCP service port 2 labelZh: DHCP服务端口2 + label: + en: DHCP service port 2 + zh: DHCP服务端口2 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: HTTP_PORT labelEn: HTTP web port labelZh: HTTP网页端口 + label: + en: HTTP web port + zh: HTTP网页端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Initial setup web page port labelZh: 初始设置网页端口 + label: + en: Initial setup web page port + zh: 初始设置网页端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: DOH_PORT labelEn: DOH service port labelZh: DOH服务端口 + label: + en: DOH service port + zh: DOH服务端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: DOT_PORT labelEn: DOT service port labelZh: DOT服务端口 + label: + en: DOT service port + zh: DOT服务端口 required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: QUIC_PORT1 labelEn: QUIC service port 1 labelZh: QUIC服务端口1 + label: + en: QUIC service port 1 + zh: QUIC服务端口1 required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: QUIC_PORT2 labelEn: QUIC service port 2 labelZh: QUIC服务端口2 + label: + en: QUIC service port 2 + zh: QUIC服务端口2 required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: DNS_CRYPT_PORT labelEn: DNS Crypt service port labelZh: DNS Crypt服务端口 + label: + en: DNS Crypt service port + zh: DNS Crypt服务端口 required: true rule: paramPort type: number @@ -85,6 +115,9 @@ additionalProperties: envKey: WORK_PATH labelEn: Work data folder path labelZh: 工作数据文件夹路径 + label: + en: Work data folder path + zh: 工作数据文件夹路径 required: true type: text - default: ./data/conf @@ -92,5 +125,8 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Configuration folder path labelZh: 配置文件夹路径 + label: + en: Configuration folder path + zh: 配置文件夹路径 required: true type: text diff --git a/apps/adguardhome/latest/data.yml b/apps/adguardhome/latest/data.yml index 13053a041..43a7761a2 100644 --- a/apps/adguardhome/latest/data.yml +++ b/apps/adguardhome/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PLAIN_DNS_PORT labelEn: Plain DNS port labelZh: 普通DNS端口 + label: + en: Plain DNS port + zh: 普通DNS端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DHCP_PORT1 labelEn: DHCP service port 1 labelZh: DHCP服务端口1 + label: + en: DHCP service port 1 + zh: DHCP服务端口1 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DHCP_PORT2 labelEn: DHCP service port 2 labelZh: DHCP服务端口2 + label: + en: DHCP service port 2 + zh: DHCP服务端口2 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: HTTP_PORT labelEn: HTTP web port labelZh: HTTP网页端口 + label: + en: HTTP web port + zh: HTTP网页端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Initial setup web page port labelZh: 初始设置网页端口 + label: + en: Initial setup web page port + zh: 初始设置网页端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: DOH_PORT labelEn: DOH service port labelZh: DOH服务端口 + label: + en: DOH service port + zh: DOH服务端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: DOT_PORT labelEn: DOT service port labelZh: DOT服务端口 + label: + en: DOT service port + zh: DOT服务端口 required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: QUIC_PORT1 labelEn: QUIC service port 1 labelZh: QUIC服务端口1 + label: + en: QUIC service port 1 + zh: QUIC服务端口1 required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: QUIC_PORT2 labelEn: QUIC service port 2 labelZh: QUIC服务端口2 + label: + en: QUIC service port 2 + zh: QUIC服务端口2 required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: DNS_CRYPT_PORT labelEn: DNS Crypt service port labelZh: DNS Crypt服务端口 + label: + en: DNS Crypt service port + zh: DNS Crypt服务端口 required: true rule: paramPort type: number @@ -85,6 +115,9 @@ additionalProperties: envKey: WORK_PATH labelEn: Work data folder path labelZh: 工作数据文件夹路径 + label: + en: Work data folder path + zh: 工作数据文件夹路径 required: true type: text - default: ./data/conf @@ -92,5 +125,8 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Configuration folder path labelZh: 配置文件夹路径 + label: + en: Configuration folder path + zh: 配置文件夹路径 required: true type: text diff --git a/apps/alist-aria2/3.40.0/data.yml b/apps/alist-aria2/3.40.0/data.yml index d86b6922e..a1472c27e 100644 --- a/apps/alist-aria2/3.40.0/data.yml +++ b/apps/alist-aria2/3.40.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ALIST_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5244 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/alist-aria2/3.41.0/data.yml b/apps/alist-aria2/3.41.0/data.yml index d86b6922e..a1472c27e 100644 --- a/apps/alist-aria2/3.41.0/data.yml +++ b/apps/alist-aria2/3.41.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ALIST_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5244 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/alist-encrypt/beta/data.yml b/apps/alist-encrypt/beta/data.yml index 62f251c3b..3b907225a 100644 --- a/apps/alist-encrypt/beta/data.yml +++ b/apps/alist-encrypt/beta/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: '192.168.31.254:5254' @@ -20,6 +26,9 @@ additionalProperties: envKey: ALIST_HOST labelEn: Alist Service Address labelZh: Alist 服务地址 + label: + en: Alist Service Address + zh: Alist 服务地址 required: true type: text - default: Asia/Shanghai @@ -27,5 +36,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/alist-ffmpeg/3.40.0-ffmpeg/data.yml b/apps/alist-ffmpeg/3.40.0-ffmpeg/data.yml index d86b6922e..a1472c27e 100644 --- a/apps/alist-ffmpeg/3.40.0-ffmpeg/data.yml +++ b/apps/alist-ffmpeg/3.40.0-ffmpeg/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ALIST_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5244 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/alist-ffmpeg/3.54.0-ffmpeg/data.yml b/apps/alist-ffmpeg/3.54.0-ffmpeg/data.yml index d86b6922e..a1472c27e 100644 --- a/apps/alist-ffmpeg/3.54.0-ffmpeg/data.yml +++ b/apps/alist-ffmpeg/3.54.0-ffmpeg/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ALIST_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5244 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/alist-tvbox/1.0.1/data.yml b/apps/alist-tvbox/1.0.1/data.yml index cbcec36ec..ca3f63a22 100644 --- a/apps/alist-tvbox/1.0.1/data.yml +++ b/apps/alist-tvbox/1.0.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_XIAOYA labelEn: xiaoya Alist Port labelZh: 小雅 Alist 端口 + label: + en: xiaoya Alist Port + zh: 小雅 Alist 端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/alist-tvbox/latest/data.yml b/apps/alist-tvbox/latest/data.yml index cbcec36ec..ca3f63a22 100644 --- a/apps/alist-tvbox/latest/data.yml +++ b/apps/alist-tvbox/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_XIAOYA labelEn: xiaoya Alist Port labelZh: 小雅 Alist 端口 + label: + en: xiaoya Alist Port + zh: 小雅 Alist 端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/alist/3.40.0/data.yml b/apps/alist/3.40.0/data.yml index 926c16795..0d49e458e 100644 --- a/apps/alist/3.40.0/data.yml +++ b/apps/alist/3.40.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt @@ -20,5 +26,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/alist/3.54.0/data.yml b/apps/alist/3.54.0/data.yml index 926c16795..0d49e458e 100644 --- a/apps/alist/3.54.0/data.yml +++ b/apps/alist/3.54.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt @@ -20,5 +26,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/alist/latest/data.yml b/apps/alist/latest/data.yml index 926c16795..0d49e458e 100644 --- a/apps/alist/latest/data.yml +++ b/apps/alist/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt @@ -20,5 +26,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/aliyundrive-webdav/main/data.yml b/apps/aliyundrive-webdav/main/data.yml index fc86f2378..9f2c443da 100644 --- a/apps/aliyundrive-webdav/main/data.yml +++ b/apps/aliyundrive-webdav/main/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "your-refresh-token" @@ -20,6 +26,9 @@ additionalProperties: envKey: REFRESH_TOKEN labelEn: Refresh Token labelZh: 刷新令牌 + label: + en: Refresh Token + zh: 刷新令牌 required: true type: text - default: "admin" @@ -27,6 +36,9 @@ additionalProperties: envKey: WEBDAV_AUTH_USER labelEn: WebDAV Username labelZh: WebDAV 用户名 + label: + en: WebDAV Username + zh: WebDAV 用户名 random: true required: true rule: paramCommon @@ -36,6 +48,9 @@ additionalProperties: envKey: WEBDAV_AUTH_PASSWORD labelEn: WebDAV Password labelZh: WebDAV 密码 + label: + en: WebDAV Password + zh: WebDAV 密码 random: true required: true rule: paramComplexity diff --git a/apps/allinone/latest/data.yml b/apps/allinone/latest/data.yml index 8083960eb..d9d7a85c0 100644 --- a/apps/allinone/latest/data.yml +++ b/apps/allinone/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privileged Mode labelZh: 特权模式 + label: + en: Privileged Mode + zh: 特权模式 required: true type: select values: diff --git a/apps/als/latest/data.yml b/apps/als/latest/data.yml index f5a605d45..40a35495f 100644 --- a/apps/als/latest/data.yml +++ b/apps/als/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number diff --git a/apps/ammds-ol8/1.6.28-ol8/data.yml b/apps/ammds-ol8/1.6.28-ol8/data.yml index e61a8094c..bf696becf 100644 --- a/apps/ammds-ol8/1.6.28-ol8/data.yml +++ b/apps/ammds-ol8/1.6.28-ol8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: AMMDS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: AMMDS_METATUBE_URL labelZh: MetaTube URL labelEn: MetaTube URL + label: + en: MetaTube URL + zh: MetaTube URL required: false type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: AMMDS_METATUBE_TOKEN labelZh: MetaTube 密钥 labelEn: MetaTube token + label: + en: MetaTube token + zh: MetaTube 密钥 required: false type: text - default: "" @@ -42,6 +57,9 @@ additionalProperties: envKey: AMMDS_PROWLARR_URL labelZh: Prowlarr URL labelEn: Prowlarr URL + label: + en: Prowlarr URL + zh: Prowlarr URL required: false type: text - default: "" @@ -49,6 +67,9 @@ additionalProperties: envKey: AMMDS_PROWLARR_TOKEN labelZh: Prowlarr 密钥 labelEn: Prowlarr token + label: + en: Prowlarr token + zh: Prowlarr 密钥 required: false type: text - default: "" @@ -56,6 +77,9 @@ additionalProperties: envKey: AMMDS_IYUU_TOKEN labelZh: IYUU 密钥 labelEn: IYUU token + label: + en: IYUU token + zh: IYUU 密钥 required: false type: text - default: "" @@ -63,6 +87,9 @@ additionalProperties: envKey: AMMDS_QBITTORRENT_URL labelZh: qBittorrent URL labelEn: qBittorrent URL + label: + en: qBittorrent URL + zh: qBittorrent URL required: false type: text - default: "" @@ -70,6 +97,9 @@ additionalProperties: envKey: AMMDS_QBITTORRENT_USERNAME labelZh: qBittorrent 用户名 labelEn: qBittorrent Username + label: + en: qBittorrent Username + zh: qBittorrent 用户名 required: false type: text - default: "" @@ -77,6 +107,9 @@ additionalProperties: envKey: AMMDS_QBITTORRENT_PASSWORD labelZh: qBittorrent 密码 labelEn: qBittorrent Password + label: + en: qBittorrent Password + zh: qBittorrent 密码 required: false type: text - default: "" @@ -84,6 +117,9 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_1 labelEn: Custom mount directory 1 labelZh: 自定义挂载目录 1 + label: + en: Custom mount directory 1 + zh: 自定义挂载目录 1 required: false type: text - default: "" @@ -91,6 +127,9 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_2 labelEn: Custom mount directory 2 labelZh: 自定义挂载目录 2 + label: + en: Custom mount directory 2 + zh: 自定义挂载目录 2 required: false type: text - default: "" @@ -98,5 +137,8 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_3 labelEn: Custom mount directory 3 labelZh: 自定义挂载目录 3 + label: + en: Custom mount directory 3 + zh: 自定义挂载目录 3 required: false type: text diff --git a/apps/ammds/1.6.28/data.yml b/apps/ammds/1.6.28/data.yml index e61a8094c..bf696becf 100644 --- a/apps/ammds/1.6.28/data.yml +++ b/apps/ammds/1.6.28/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: AMMDS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: AMMDS_METATUBE_URL labelZh: MetaTube URL labelEn: MetaTube URL + label: + en: MetaTube URL + zh: MetaTube URL required: false type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: AMMDS_METATUBE_TOKEN labelZh: MetaTube 密钥 labelEn: MetaTube token + label: + en: MetaTube token + zh: MetaTube 密钥 required: false type: text - default: "" @@ -42,6 +57,9 @@ additionalProperties: envKey: AMMDS_PROWLARR_URL labelZh: Prowlarr URL labelEn: Prowlarr URL + label: + en: Prowlarr URL + zh: Prowlarr URL required: false type: text - default: "" @@ -49,6 +67,9 @@ additionalProperties: envKey: AMMDS_PROWLARR_TOKEN labelZh: Prowlarr 密钥 labelEn: Prowlarr token + label: + en: Prowlarr token + zh: Prowlarr 密钥 required: false type: text - default: "" @@ -56,6 +77,9 @@ additionalProperties: envKey: AMMDS_IYUU_TOKEN labelZh: IYUU 密钥 labelEn: IYUU token + label: + en: IYUU token + zh: IYUU 密钥 required: false type: text - default: "" @@ -63,6 +87,9 @@ additionalProperties: envKey: AMMDS_QBITTORRENT_URL labelZh: qBittorrent URL labelEn: qBittorrent URL + label: + en: qBittorrent URL + zh: qBittorrent URL required: false type: text - default: "" @@ -70,6 +97,9 @@ additionalProperties: envKey: AMMDS_QBITTORRENT_USERNAME labelZh: qBittorrent 用户名 labelEn: qBittorrent Username + label: + en: qBittorrent Username + zh: qBittorrent 用户名 required: false type: text - default: "" @@ -77,6 +107,9 @@ additionalProperties: envKey: AMMDS_QBITTORRENT_PASSWORD labelZh: qBittorrent 密码 labelEn: qBittorrent Password + label: + en: qBittorrent Password + zh: qBittorrent 密码 required: false type: text - default: "" @@ -84,6 +117,9 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_1 labelEn: Custom mount directory 1 labelZh: 自定义挂载目录 1 + label: + en: Custom mount directory 1 + zh: 自定义挂载目录 1 required: false type: text - default: "" @@ -91,6 +127,9 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_2 labelEn: Custom mount directory 2 labelZh: 自定义挂载目录 2 + label: + en: Custom mount directory 2 + zh: 自定义挂载目录 2 required: false type: text - default: "" @@ -98,5 +137,8 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_3 labelEn: Custom mount directory 3 labelZh: 自定义挂载目录 3 + label: + en: Custom mount directory 3 + zh: 自定义挂载目录 3 required: false type: text diff --git a/apps/amprobe/v1.3.3/data.yml b/apps/amprobe/v1.3.3/data.yml index a5f62076b..73faffdbb 100644 --- a/apps/amprobe/v1.3.3/data.yml +++ b/apps/amprobe/v1.3.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the configuration file) labelZh: 端口 (由配置文件决定) + label: + en: Port (determined by the configuration file) + zh: 端口 (由配置文件决定) required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Directory labelZh: 数据目录 + label: + en: Data Directory + zh: 数据目录 required: true type: text diff --git a/apps/anheyu-blog-pro/1.5.5/data.yml b/apps/anheyu-blog-pro/1.5.5/data.yml index e14910b2c..45be4ef42 100644 --- a/apps/anheyu-blog-pro/1.5.5/data.yml +++ b/apps/anheyu-blog-pro/1.5.5/data.yml @@ -97,6 +97,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Service Password labelZh: 缓存服务服务密码 + label: + en: Redis Service Password + zh: 缓存服务服务密码 required: false type: password # 验证密钥 diff --git a/apps/anheyu-blog/1.5.5/data.yml b/apps/anheyu-blog/1.5.5/data.yml index 8117131e4..b8fdc32be 100644 --- a/apps/anheyu-blog/1.5.5/data.yml +++ b/apps/anheyu-blog/1.5.5/data.yml @@ -97,6 +97,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Service Password labelZh: 缓存服务服务密码 + label: + en: Redis Service Password + zh: 缓存服务服务密码 required: false type: password - default: 37826 diff --git a/apps/ani-rss/1.2.82/data.yml b/apps/ani-rss/1.2.82/data.yml index bfe1d189f..bf8ee59d6 100644 --- a/apps/ani-rss/1.2.82/data.yml +++ b/apps/ani-rss/1.2.82/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ANI_RSS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 7789 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/ani-rss/2.3.8/data.yml b/apps/ani-rss/2.3.8/data.yml index bfe1d189f..bf8ee59d6 100644 --- a/apps/ani-rss/2.3.8/data.yml +++ b/apps/ani-rss/2.3.8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ANI_RSS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 7789 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/anqicms/3.4.11/data.yml b/apps/anqicms/3.4.11/data.yml index e9cb4f733..6161286e5 100644 --- a/apps/anqicms/3.4.11/data.yml +++ b/apps/anqicms/3.4.11/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/anqicms/latest/data.yml b/apps/anqicms/latest/data.yml index e9cb4f733..6161286e5 100644 --- a/apps/anqicms/latest/data.yml +++ b/apps/anqicms/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/answer/1.2.0/data.yml b/apps/answer/1.2.0/data.yml index 94857d3c4..b6f8b3b99 100644 --- a/apps/answer/1.2.0/data.yml +++ b/apps/answer/1.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/answer/latest/data.yml b/apps/answer/latest/data.yml index 94857d3c4..b6f8b3b99 100644 --- a/apps/answer/latest/data.yml +++ b/apps/answer/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/apifox-runner/1.8.1/data.yml b/apps/apifox-runner/1.8.1/data.yml index 4a9f43926..199fb37cd 100644 --- a/apps/apifox-runner/1.8.1/data.yml +++ b/apps/apifox-runner/1.8.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: APIFOX_RUNNER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 4524 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: SERVER_APP_BASE_URL labelZh: 应用服务地址 labelEn: App Server address + label: + en: App Server address + zh: 应用服务地址 required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: ACCESS_TOKEN labelZh: 访问令牌 labelEn: Access Token + label: + en: Access Token + zh: 访问令牌 required: true type: text - default: 0 @@ -34,6 +46,9 @@ additionalProperties: envKey: TEAM_ID labelZh: 团队 ID labelEn: Team ID + label: + en: Team ID + zh: 团队 ID required: true type: number - default: 0 @@ -41,5 +56,8 @@ additionalProperties: envKey: RUNNER_ID labelZh: Runner ID labelEn: Runner ID + label: + en: Runner ID + zh: Runner ID required: true type: number diff --git a/apps/arcadia/beta/data.yml b/apps/arcadia/beta/data.yml index 6d3fb64f1..0349eebc5 100644 --- a/apps/arcadia/beta/data.yml +++ b/apps/arcadia/beta/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text diff --git a/apps/archivebox/0.7.3/data.yml b/apps/archivebox/0.7.3/data.yml index b221aa916..ea896b789 100644 --- a/apps/archivebox/0.7.3/data.yml +++ b/apps/archivebox/0.7.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ARCHIVEBOX_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: ADMIN_USERNAME labelZh: 管理员用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员用户名 required: true type: text - default: "archivebox" @@ -27,6 +36,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "True" @@ -34,6 +46,9 @@ additionalProperties: envKey: PUBLIC_INDEX labelZh: 是否公开快照列表 labelEn: Whether to make the snapshot list public + label: + en: Whether to make the snapshot list public + zh: 是否公开快照列表 required: true type: select values: @@ -46,6 +61,9 @@ additionalProperties: envKey: PUBLIC_SNAPSHOTS labelZh: 是否公开快照内容 labelEn: Whether to make snapshot content public + label: + en: Whether to make snapshot content public + zh: 是否公开快照内容 required: true type: select values: @@ -58,6 +76,9 @@ additionalProperties: envKey: PUBLIC_ADD_VIEW labelZh: 是否允许匿名用户提交存档 labelEn: Whether to allow anonymous users to submit archives + label: + en: Whether to allow anonymous users to submit archives + zh: 是否允许匿名用户提交存档 required: true type: select values: diff --git a/apps/archivebox/0.8.5rc51/data.yml b/apps/archivebox/0.8.5rc51/data.yml index b221aa916..ea896b789 100644 --- a/apps/archivebox/0.8.5rc51/data.yml +++ b/apps/archivebox/0.8.5rc51/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ARCHIVEBOX_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: ADMIN_USERNAME labelZh: 管理员用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员用户名 required: true type: text - default: "archivebox" @@ -27,6 +36,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "True" @@ -34,6 +46,9 @@ additionalProperties: envKey: PUBLIC_INDEX labelZh: 是否公开快照列表 labelEn: Whether to make the snapshot list public + label: + en: Whether to make the snapshot list public + zh: 是否公开快照列表 required: true type: select values: @@ -46,6 +61,9 @@ additionalProperties: envKey: PUBLIC_SNAPSHOTS labelZh: 是否公开快照内容 labelEn: Whether to make snapshot content public + label: + en: Whether to make snapshot content public + zh: 是否公开快照内容 required: true type: select values: @@ -58,6 +76,9 @@ additionalProperties: envKey: PUBLIC_ADD_VIEW labelZh: 是否允许匿名用户提交存档 labelEn: Whether to allow anonymous users to submit archives + label: + en: Whether to allow anonymous users to submit archives + zh: 是否允许匿名用户提交存档 required: true type: select values: diff --git a/apps/aria2-pro/202209060423/data.yml b/apps/aria2-pro/202209060423/data.yml index 913c66fc6..a73a81dbe 100644 --- a/apps/aria2-pro/202209060423/data.yml +++ b/apps/aria2-pro/202209060423/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RPC_PORT_VALUE labelEn: RPC port labelZh: RPC端口 + label: + en: RPC port + zh: RPC端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Listening port labelZh: 监听端口 + label: + en: Listening port + zh: 监听端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: TOKEN labelEn: RPC secret labelZh: RPC密钥 + label: + en: RPC secret + zh: RPC密钥 random: true required: true rule: paramCommon @@ -29,6 +38,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Path to the configuration file labelZh: 配置文件所在路径 + label: + en: Path to the configuration file + zh: 配置文件所在路径 required: true type: text - default: ./data/downloads @@ -36,6 +48,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text - default: https://trackerslist.com/all_aria2.txt @@ -43,5 +58,8 @@ additionalProperties: envKey: TRACKER_URL labelEn: TRACKER URL labelZh: TRACKER链接 + label: + en: TRACKER URL + zh: TRACKER链接 required: true type: text diff --git a/apps/aria2-superng6/25-08-29/data.yml b/apps/aria2-superng6/25-08-29/data.yml index 06d09e2f7..4f96be965 100644 --- a/apps/aria2-superng6/25-08-29/data.yml +++ b/apps/aria2-superng6/25-08-29/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ARIA2_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "./downloads" @@ -12,6 +15,9 @@ additionalProperties: envKey: ARIA2_DOWNLOADS_PATH labelZh: 下载文件保存路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 下载文件保存路径 required: true type: text - default: 8080 @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -27,6 +36,9 @@ additionalProperties: envKey: PANEL_APP_PORT_RPC labelZh: RPC 通讯端口 labelEn: RPC communication port + label: + en: RPC communication port + zh: RPC 通讯端口 required: true rule: paramPort type: number @@ -35,6 +47,9 @@ additionalProperties: envKey: PANEL_APP_PORT_BTPORT labelZh: DHT 和 BT 通讯端口 labelEn: DHT and BT communication port + label: + en: DHT and BT communication port + zh: DHT 和 BT 通讯端口 required: true rule: paramPort type: number @@ -43,6 +58,9 @@ additionalProperties: envKey: SECRET labelZh: 鉴权密钥 labelEn: Authentication key + label: + en: Authentication key + zh: 鉴权密钥 required: true type: password - default: "1024M" @@ -50,6 +68,9 @@ additionalProperties: envKey: CACHE labelZh: 写入缓存大小 labelEn: Write cache size + label: + en: Write cache size + zh: 写入缓存大小 required: true type: text - default: "https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/best_aria2.txt" @@ -57,6 +78,9 @@ additionalProperties: envKey: CTU labelZh: 自定义 Trackes 地址 labelEn: Custom Trackes address + label: + en: Custom Trackes address + zh: 自定义 Trackes 地址 required: true type: text - default: "falloc" @@ -64,6 +88,9 @@ additionalProperties: envKey: FA labelZh: 下载预分配模式 labelEn: Download pre-allocation mode + label: + en: Download pre-allocation mode + zh: 下载预分配模式 required: true type: select values: @@ -80,6 +107,9 @@ additionalProperties: envKey: CRA2B labelZh: 重启Aria2B时间 labelEn: Restart Aria2B time + label: + en: Restart Aria2B time + zh: 重启Aria2B时间 required: true type: select values: @@ -108,6 +138,9 @@ additionalProperties: envKey: QUIET labelZh: 静默下载 labelEn: Silent download + label: + en: Silent download + zh: 静默下载 required: true type: select values: diff --git a/apps/artalk/2.9.1/data.yml b/apps/artalk/2.9.1/data.yml index 62130e665..dfe3e9a28 100644 --- a/apps/artalk/2.9.1/data.yml +++ b/apps/artalk/2.9.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/artalk/latest/data.yml b/apps/artalk/latest/data.yml index 62130e665..dfe3e9a28 100644 --- a/apps/artalk/latest/data.yml +++ b/apps/artalk/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/astrbot-napcat/4.8.124/data.yml b/apps/astrbot-napcat/4.8.124/data.yml index 6d3d149e3..17367ffbd 100644 --- a/apps/astrbot-napcat/4.8.124/data.yml +++ b/apps/astrbot-napcat/4.8.124/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ASTRBOT_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 6185 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WECOM labelZh: 企业微信 WebHook labelEn: WeCom WebHook + label: + en: WeCom WebHook + zh: 企业微信 WebHook required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WECHAT labelZh: 个人微信 WebHook labelEn: WeChat WebHook + label: + en: WeChat WebHook + zh: 个人微信 WebHook required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_QQ_WH labelZh: QQ WebHook labelEn: QQ WebHook + label: + en: QQ WebHook + zh: QQ WebHook required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_QQ_API labelZh: QQ API labelEn: QQ API + label: + en: QQ API + zh: QQ API required: true rule: paramPort type: number @@ -52,6 +70,9 @@ additionalProperties: envKey: PANEL_APP_PORT_NAPCAT labelZh: NapCat 端口 labelEn: NapCat port + label: + en: NapCat port + zh: NapCat 端口 required: true rule: paramPort type: number @@ -60,6 +81,9 @@ additionalProperties: envKey: NAPCAT_MAC_ADDRESS labelZh: NapCat 容器 MAC 地址 labelEn: NapCat container MAC address + label: + en: NapCat container MAC address + zh: NapCat 容器 MAC 地址 required: true type: text - default: 1000 @@ -67,6 +91,9 @@ additionalProperties: envKey: NAPCAT_UID labelZh: NapCat 容器 UID labelEn: NapCat container UID + label: + en: NapCat container UID + zh: NapCat 容器 UID required: true type: number - default: 1000 @@ -74,5 +101,8 @@ additionalProperties: envKey: NAPCAT_GID labelZh: NapCat 容器 GID labelEn: NapCat container GID + label: + en: NapCat container GID + zh: NapCat 容器 GID required: true type: number diff --git a/apps/astrbot/4.5.3/data.yml b/apps/astrbot/4.5.3/data.yml index 87cd2493c..c530356c6 100644 --- a/apps/astrbot/4.5.3/data.yml +++ b/apps/astrbot/4.5.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ASTRBOT_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 6185 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WECOM labelZh: 企业微信 WebHook labelEn: WeCom WebHook + label: + en: WeCom WebHook + zh: 企业微信 WebHook required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WECHAT labelZh: 个人微信 WebHook labelEn: WeChat WebHook + label: + en: WeChat WebHook + zh: 个人微信 WebHook required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_QQ_WH labelZh: QQ WebHook labelEn: QQ WebHook + label: + en: QQ WebHook + zh: QQ WebHook required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_QQ_API labelZh: QQ API labelEn: QQ API + label: + en: QQ API + zh: QQ API required: true rule: paramPort type: number diff --git a/apps/atvloadly/0.2.7/data.yml b/apps/atvloadly/0.2.7/data.yml index 906d8fc43..b4df2985d 100644 --- a/apps/atvloadly/0.2.7/data.yml +++ b/apps/atvloadly/0.2.7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privilege mode switch labelZh: 特权模式开关 + label: + en: Privilege mode switch + zh: 特权模式开关 required: true type: text - default: "./data" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "/var/run/dbus" @@ -27,6 +36,9 @@ additionalProperties: envKey: DBUS_PATH labelEn: DBus Path labelZh: DBus 路径 + label: + en: DBus Path + zh: DBus 路径 required: true type: text - default: "/var/run/avahi-daemon" @@ -34,5 +46,8 @@ additionalProperties: envKey: AVAHI_DAEMON_PATH labelEn: Avahi Daemon Path labelZh: Avahi Daemon 路径 + label: + en: Avahi Daemon Path + zh: Avahi Daemon 路径 required: true - type: text \ No newline at end of file + type: text diff --git a/apps/atvloadly/latest/data.yml b/apps/atvloadly/latest/data.yml index 906d8fc43..b4df2985d 100644 --- a/apps/atvloadly/latest/data.yml +++ b/apps/atvloadly/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privilege mode switch labelZh: 特权模式开关 + label: + en: Privilege mode switch + zh: 特权模式开关 required: true type: text - default: "./data" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "/var/run/dbus" @@ -27,6 +36,9 @@ additionalProperties: envKey: DBUS_PATH labelEn: DBus Path labelZh: DBus 路径 + label: + en: DBus Path + zh: DBus 路径 required: true type: text - default: "/var/run/avahi-daemon" @@ -34,5 +46,8 @@ additionalProperties: envKey: AVAHI_DAEMON_PATH labelEn: Avahi Daemon Path labelZh: Avahi Daemon 路径 + label: + en: Avahi Daemon Path + zh: Avahi Daemon 路径 required: true - type: text \ No newline at end of file + type: text diff --git a/apps/audiobookshelf/2.30.0/data.yml b/apps/audiobookshelf/2.30.0/data.yml index 7b558ddae..cbebb0a58 100644 --- a/apps/audiobookshelf/2.30.0/data.yml +++ b/apps/audiobookshelf/2.30.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/audiobooks @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH1 labelEn: audiobooks folder path labelZh: audiobooks 文件夹路径 + label: + en: audiobooks folder path + zh: audiobooks 文件夹路径 required: true type: text - default: ./data/podcasts @@ -27,6 +36,9 @@ additionalProperties: envKey: DATA_PATH2 labelEn: podcasts folder path labelZh: podcasts 文件夹路径 + label: + en: podcasts folder path + zh: podcasts 文件夹路径 required: true type: text - default: ./data/metadata @@ -34,5 +46,8 @@ additionalProperties: envKey: DATA_PATH3 labelEn: metadata folder path labelZh: metadata 文件夹路径 + label: + en: metadata folder path + zh: metadata 文件夹路径 required: true type: text diff --git a/apps/audiobookshelf/latest/data.yml b/apps/audiobookshelf/latest/data.yml index 7b558ddae..cbebb0a58 100644 --- a/apps/audiobookshelf/latest/data.yml +++ b/apps/audiobookshelf/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/audiobooks @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH1 labelEn: audiobooks folder path labelZh: audiobooks 文件夹路径 + label: + en: audiobooks folder path + zh: audiobooks 文件夹路径 required: true type: text - default: ./data/podcasts @@ -27,6 +36,9 @@ additionalProperties: envKey: DATA_PATH2 labelEn: podcasts folder path labelZh: podcasts 文件夹路径 + label: + en: podcasts folder path + zh: podcasts 文件夹路径 required: true type: text - default: ./data/metadata @@ -34,5 +46,8 @@ additionalProperties: envKey: DATA_PATH3 labelEn: metadata folder path labelZh: metadata 文件夹路径 + label: + en: metadata folder path + zh: metadata 文件夹路径 required: true type: text diff --git a/apps/aurora/0.18.9/data.yml b/apps/aurora/0.18.9/data.yml index 1ce3da0d8..48073367b 100644 --- a/apps/aurora/0.18.9/data.yml +++ b/apps/aurora/0.18.9/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -29,6 +38,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: /root/.ssh/id_rsa @@ -44,12 +59,18 @@ additionalProperties: envKey: SSH_KEY_PATH labelEn: SSH key file labelZh: SSH 私钥文件 + label: + en: SSH key file + zh: SSH 私钥文件 required: true type: text - default: aurora envKey: SECRECY_KEY labelEn: Secret Key labelZh: 保密密码 + label: + en: Secret Key + zh: 保密密码 random: true required: true rule: paramComplexity diff --git a/apps/aurora/latest/data.yml b/apps/aurora/latest/data.yml index 1ce3da0d8..48073367b 100644 --- a/apps/aurora/latest/data.yml +++ b/apps/aurora/latest/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -29,6 +38,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: /root/.ssh/id_rsa @@ -44,12 +59,18 @@ additionalProperties: envKey: SSH_KEY_PATH labelEn: SSH key file labelZh: SSH 私钥文件 + label: + en: SSH key file + zh: SSH 私钥文件 required: true type: text - default: aurora envKey: SECRECY_KEY labelEn: Secret Key labelZh: 保密密码 + label: + en: Secret Key + zh: 保密密码 random: true required: true rule: paramComplexity diff --git a/apps/autobangumi/3.1.18/data.yml b/apps/autobangumi/3.1.18/data.yml index d70577d3a..0d527745f 100644 --- a/apps/autobangumi/3.1.18/data.yml +++ b/apps/autobangumi/3.1.18/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/data" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "0" @@ -27,6 +36,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "0" @@ -34,6 +46,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "022" @@ -41,6 +56,9 @@ additionalProperties: envKey: UMASK labelEn: Umask labelZh: 掩码权限 + label: + en: Umask + zh: 掩码权限 required: true type: text - default: "223.5.5.5" @@ -48,6 +66,9 @@ additionalProperties: envKey: DNS_SERVER labelEn: DNS Server labelZh: DNS 服务器 + label: + en: DNS Server + zh: DNS 服务器 required: true type: text - default: Asia/Shanghai @@ -55,5 +76,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/autobangumi/latest/data.yml b/apps/autobangumi/latest/data.yml index d70577d3a..0d527745f 100644 --- a/apps/autobangumi/latest/data.yml +++ b/apps/autobangumi/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/data" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "0" @@ -27,6 +36,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "0" @@ -34,6 +46,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "022" @@ -41,6 +56,9 @@ additionalProperties: envKey: UMASK labelEn: Umask labelZh: 掩码权限 + label: + en: Umask + zh: 掩码权限 required: true type: text - default: "223.5.5.5" @@ -48,6 +66,9 @@ additionalProperties: envKey: DNS_SERVER labelEn: DNS Server labelZh: DNS 服务器 + label: + en: DNS Server + zh: DNS 服务器 required: true type: text - default: Asia/Shanghai @@ -55,5 +76,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/autoheal/1.2.0/data.yml b/apps/autoheal/1.2.0/data.yml index 511e1e340..ee04c562f 100644 --- a/apps/autoheal/1.2.0/data.yml +++ b/apps/autoheal/1.2.0/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: ENV1 labelEn: Environmental parameters labelZh: 环境参数 + label: + en: Environmental parameters + zh: 环境参数 required: true type: text diff --git a/apps/autoheal/latest/data.yml b/apps/autoheal/latest/data.yml index 511e1e340..ee04c562f 100644 --- a/apps/autoheal/latest/data.yml +++ b/apps/autoheal/latest/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: ENV1 labelEn: Environmental parameters labelZh: 环境参数 + label: + en: Environmental parameters + zh: 环境参数 required: true type: text diff --git a/apps/baidunetdisk/4.14.6_arm64v8/data.yml b/apps/baidunetdisk/4.14.6_arm64v8/data.yml index b5b865b27..97ccee764 100644 --- a/apps/baidunetdisk/4.14.6_arm64v8/data.yml +++ b/apps/baidunetdisk/4.14.6_arm64v8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: VNC_PASSWORD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,6 +28,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config file path labelZh: 配置文件所在路径 + label: + en: Config file path + zh: 配置文件所在路径 required: true type: text - default: ./data/downloads @@ -29,5 +38,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text diff --git a/apps/baidunetdisk/4.17.7/data.yml b/apps/baidunetdisk/4.17.7/data.yml index b5b865b27..97ccee764 100644 --- a/apps/baidunetdisk/4.17.7/data.yml +++ b/apps/baidunetdisk/4.17.7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: VNC_PASSWORD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,6 +28,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config file path labelZh: 配置文件所在路径 + label: + en: Config file path + zh: 配置文件所在路径 required: true type: text - default: ./data/downloads @@ -29,5 +38,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text diff --git a/apps/baidunetdisk/latest/data.yml b/apps/baidunetdisk/latest/data.yml index b5b865b27..97ccee764 100644 --- a/apps/baidunetdisk/latest/data.yml +++ b/apps/baidunetdisk/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: VNC_PASSWORD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,6 +28,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config file path labelZh: 配置文件所在路径 + label: + en: Config file path + zh: 配置文件所在路径 required: true type: text - default: ./data/downloads @@ -29,5 +38,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text diff --git a/apps/baota/10.0_lts/data.yml b/apps/baota/10.0_lts/data.yml index dcb607741..afc6b75a2 100644 --- a/apps/baota/10.0_lts/data.yml +++ b/apps/baota/10.0_lts/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: BAOTA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8888 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WEB_HTTP labelZh: 网站服务 HTTP labelEn: Website service HTTP + label: + en: Website service HTTP + zh: 网站服务 HTTP required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WEB_HTTPS labelZh: 网站服务 HTTPS labelEn: Website service HTTPS + label: + en: Website service HTTPS + zh: 网站服务 HTTPS required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SSH labelZh: SSH 端口 labelEn: SSH port + label: + en: SSH port + zh: SSH 端口 required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_FTP labelZh: FTP 端口 labelEn: FTP port + label: + en: FTP port + zh: FTP 端口 required: true rule: paramPort type: number @@ -52,6 +70,9 @@ additionalProperties: envKey: PANEL_APP_PORT_MYSQL labelZh: MySQL 端口 labelEn: MySQL port + label: + en: MySQL port + zh: MySQL 端口 required: true rule: paramPort type: number @@ -60,6 +81,9 @@ additionalProperties: envKey: PANEL_APP_PORT_PHPADMIN labelZh: phpMyAdmin 端口 labelEn: phpMyAdmin port + label: + en: phpMyAdmin port + zh: phpMyAdmin 端口 required: true rule: paramPort type: number diff --git a/apps/baota/latest/data.yml b/apps/baota/latest/data.yml index 0b822c93d..a7147d706 100644 --- a/apps/baota/latest/data.yml +++ b/apps/baota/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Panel Port labelZh: 面板端口 + label: + en: Web Panel Port + zh: 面板端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PORT labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HTTPS_PORT labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PHPMYADMIN_PORT labelEn: phpMyAdmin Port labelZh: phpMyAdmin端口 + label: + en: phpMyAdmin Port + zh: phpMyAdmin端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: SSH_PORT labelEn: SSH Port labelZh: 面板内SSH端口 + label: + en: SSH Port + zh: 面板内SSH端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: FTP_PORT labelEn: SSH Port labelZh: 面板内FTP端口 + label: + en: SSH Port + zh: 面板内FTP端口 required: true rule: paramPort type: number diff --git a/apps/bark/2.2.8/data.yml b/apps/bark/2.2.8/data.yml index 57f584398..6d8e82544 100644 --- a/apps/bark/2.2.8/data.yml +++ b/apps/bark/2.2.8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "0.0.0.0" @@ -20,6 +26,9 @@ additionalProperties: envKey: BARK_SERVER_ADDRESS labelEn: Bark Server Address labelZh: Bark 服务器地址 + label: + en: Bark Server Address + zh: Bark 服务器地址 required: true type: text - default: "/" @@ -27,6 +36,9 @@ additionalProperties: envKey: BARK_SERVER_URL_PREFIX labelEn: Bark Server URL Prefix labelZh: Bark 服务器 URL 前缀 + label: + en: Bark Server URL Prefix + zh: Bark 服务器 URL 前缀 required: true type: text - default: "/data" @@ -34,6 +46,9 @@ additionalProperties: envKey: BARK_SERVER_DATA_DIR labelEn: Bark Server Data Directory labelZh: Bark 服务器数据目录 + label: + en: Bark Server Data Directory + zh: Bark 服务器数据目录 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: BARK_SERVER_DSN labelEn: Bark Server DSN labelZh: Bark 服务器 DSN + label: + en: Bark Server DSN + zh: Bark 服务器 DSN required: false type: text - default: "false" @@ -48,6 +66,9 @@ additionalProperties: envKey: BARK_SERVER_SERVERLESS labelEn: Bark Server Serverless labelZh: Bark 服务器无服务器 + label: + en: Bark Server Serverless + zh: Bark 服务器无服务器 required: true type: select values: @@ -60,6 +81,9 @@ additionalProperties: envKey: BARK_SERVER_CERT labelEn: Bark Server Certificate labelZh: Bark 服务器证书 + label: + en: Bark Server Certificate + zh: Bark 服务器证书 required: false type: text - default: "" @@ -67,6 +91,9 @@ additionalProperties: envKey: BARK_SERVER_KEY labelEn: Bark Server Key labelZh: Bark 服务器密钥 + label: + en: Bark Server Key + zh: Bark 服务器密钥 required: false type: text - default: "false" @@ -74,6 +101,9 @@ additionalProperties: envKey: BARK_SERVER_CASE_SENSITIVE labelEn: Bark Server Case Sensitive labelZh: Bark 服务器区分大小写 + label: + en: Bark Server Case Sensitive + zh: Bark 服务器区分大小写 required: true type: select values: @@ -86,6 +116,9 @@ additionalProperties: envKey: BARK_SERVER_STRICT_ROUTING labelEn: Bark Server Strict Routing labelZh: Bark 服务器严格路由 + label: + en: Bark Server Strict Routing + zh: Bark 服务器严格路由 required: true type: select values: @@ -98,6 +131,9 @@ additionalProperties: envKey: BARK_SERVER_REDUCE_MEMORY_USAGE labelEn: Bark Server Reduce Memory Usage labelZh: Bark 服务器减少内存使用 + label: + en: Bark Server Reduce Memory Usage + zh: Bark 服务器减少内存使用 required: true type: select values: @@ -110,6 +146,9 @@ additionalProperties: envKey: BARK_SERVER_BASIC_AUTH_USER labelEn: Bark Server Basic Auth User labelZh: Bark 服务器基本身份验证用户 + label: + en: Bark Server Basic Auth User + zh: Bark 服务器基本身份验证用户 required: false type: text - default: "" @@ -117,6 +156,9 @@ additionalProperties: envKey: BARK_SERVER_BASIC_AUTH_PASSWORD labelEn: Bark Server Basic Auth Password labelZh: Bark 服务器基本身份验证密码 + label: + en: Bark Server Basic Auth Password + zh: Bark 服务器基本身份验证密码 required: false type: password - default: "" @@ -124,6 +166,9 @@ additionalProperties: envKey: BARK_SERVER_PROXY_HEADER labelEn: Bark Server Proxy Header labelZh: Bark 服务器代理头 + label: + en: Bark Server Proxy Header + zh: Bark 服务器代理头 required: false type: text - default: "262144" @@ -131,6 +176,9 @@ additionalProperties: envKey: BARK_SERVER_CONCURRENCY labelEn: Bark Server Concurrency labelZh: Bark 服务器并发 + label: + en: Bark Server Concurrency + zh: Bark 服务器并发 required: true type: number - default: "3s" @@ -138,6 +186,9 @@ additionalProperties: envKey: BARK_SERVER_READ_TIMEOUT labelEn: Bark Server Read Timeout labelZh: Bark 服务器读取超时 + label: + en: Bark Server Read Timeout + zh: Bark 服务器读取超时 required: true type: text - default: "3s" @@ -145,6 +196,9 @@ additionalProperties: envKey: BARK_SERVER_WRITE_TIMEOUT labelEn: Bark Server Write Timeout labelZh: Bark 服务器写入超时 + label: + en: Bark Server Write Timeout + zh: Bark 服务器写入超时 required: true type: text - default: "10s" @@ -152,5 +206,8 @@ additionalProperties: envKey: BARK_SERVER_IDLE_TIMEOUT labelEn: Bark Server Idle Timeout labelZh: Bark 服务器空闲超时 + label: + en: Bark Server Idle Timeout + zh: Bark 服务器空闲超时 required: true type: text diff --git a/apps/bark/latest/data.yml b/apps/bark/latest/data.yml index 57f584398..6d8e82544 100644 --- a/apps/bark/latest/data.yml +++ b/apps/bark/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "0.0.0.0" @@ -20,6 +26,9 @@ additionalProperties: envKey: BARK_SERVER_ADDRESS labelEn: Bark Server Address labelZh: Bark 服务器地址 + label: + en: Bark Server Address + zh: Bark 服务器地址 required: true type: text - default: "/" @@ -27,6 +36,9 @@ additionalProperties: envKey: BARK_SERVER_URL_PREFIX labelEn: Bark Server URL Prefix labelZh: Bark 服务器 URL 前缀 + label: + en: Bark Server URL Prefix + zh: Bark 服务器 URL 前缀 required: true type: text - default: "/data" @@ -34,6 +46,9 @@ additionalProperties: envKey: BARK_SERVER_DATA_DIR labelEn: Bark Server Data Directory labelZh: Bark 服务器数据目录 + label: + en: Bark Server Data Directory + zh: Bark 服务器数据目录 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: BARK_SERVER_DSN labelEn: Bark Server DSN labelZh: Bark 服务器 DSN + label: + en: Bark Server DSN + zh: Bark 服务器 DSN required: false type: text - default: "false" @@ -48,6 +66,9 @@ additionalProperties: envKey: BARK_SERVER_SERVERLESS labelEn: Bark Server Serverless labelZh: Bark 服务器无服务器 + label: + en: Bark Server Serverless + zh: Bark 服务器无服务器 required: true type: select values: @@ -60,6 +81,9 @@ additionalProperties: envKey: BARK_SERVER_CERT labelEn: Bark Server Certificate labelZh: Bark 服务器证书 + label: + en: Bark Server Certificate + zh: Bark 服务器证书 required: false type: text - default: "" @@ -67,6 +91,9 @@ additionalProperties: envKey: BARK_SERVER_KEY labelEn: Bark Server Key labelZh: Bark 服务器密钥 + label: + en: Bark Server Key + zh: Bark 服务器密钥 required: false type: text - default: "false" @@ -74,6 +101,9 @@ additionalProperties: envKey: BARK_SERVER_CASE_SENSITIVE labelEn: Bark Server Case Sensitive labelZh: Bark 服务器区分大小写 + label: + en: Bark Server Case Sensitive + zh: Bark 服务器区分大小写 required: true type: select values: @@ -86,6 +116,9 @@ additionalProperties: envKey: BARK_SERVER_STRICT_ROUTING labelEn: Bark Server Strict Routing labelZh: Bark 服务器严格路由 + label: + en: Bark Server Strict Routing + zh: Bark 服务器严格路由 required: true type: select values: @@ -98,6 +131,9 @@ additionalProperties: envKey: BARK_SERVER_REDUCE_MEMORY_USAGE labelEn: Bark Server Reduce Memory Usage labelZh: Bark 服务器减少内存使用 + label: + en: Bark Server Reduce Memory Usage + zh: Bark 服务器减少内存使用 required: true type: select values: @@ -110,6 +146,9 @@ additionalProperties: envKey: BARK_SERVER_BASIC_AUTH_USER labelEn: Bark Server Basic Auth User labelZh: Bark 服务器基本身份验证用户 + label: + en: Bark Server Basic Auth User + zh: Bark 服务器基本身份验证用户 required: false type: text - default: "" @@ -117,6 +156,9 @@ additionalProperties: envKey: BARK_SERVER_BASIC_AUTH_PASSWORD labelEn: Bark Server Basic Auth Password labelZh: Bark 服务器基本身份验证密码 + label: + en: Bark Server Basic Auth Password + zh: Bark 服务器基本身份验证密码 required: false type: password - default: "" @@ -124,6 +166,9 @@ additionalProperties: envKey: BARK_SERVER_PROXY_HEADER labelEn: Bark Server Proxy Header labelZh: Bark 服务器代理头 + label: + en: Bark Server Proxy Header + zh: Bark 服务器代理头 required: false type: text - default: "262144" @@ -131,6 +176,9 @@ additionalProperties: envKey: BARK_SERVER_CONCURRENCY labelEn: Bark Server Concurrency labelZh: Bark 服务器并发 + label: + en: Bark Server Concurrency + zh: Bark 服务器并发 required: true type: number - default: "3s" @@ -138,6 +186,9 @@ additionalProperties: envKey: BARK_SERVER_READ_TIMEOUT labelEn: Bark Server Read Timeout labelZh: Bark 服务器读取超时 + label: + en: Bark Server Read Timeout + zh: Bark 服务器读取超时 required: true type: text - default: "3s" @@ -145,6 +196,9 @@ additionalProperties: envKey: BARK_SERVER_WRITE_TIMEOUT labelEn: Bark Server Write Timeout labelZh: Bark 服务器写入超时 + label: + en: Bark Server Write Timeout + zh: Bark 服务器写入超时 required: true type: text - default: "10s" @@ -152,5 +206,8 @@ additionalProperties: envKey: BARK_SERVER_IDLE_TIMEOUT labelEn: Bark Server Idle Timeout labelZh: Bark 服务器空闲超时 + label: + en: Bark Server Idle Timeout + zh: Bark 服务器空闲超时 required: true type: text diff --git a/apps/beszel-agent/0.15.4/data.yml b/apps/beszel-agent/0.15.4/data.yml index 60733b0cd..8fe550170 100644 --- a/apps/beszel-agent/0.15.4/data.yml +++ b/apps/beszel-agent/0.15.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text - default: "ssh-xxx" @@ -20,5 +26,8 @@ additionalProperties: envKey: KEY labelEn: Key labelZh: 密钥 + label: + en: Key + zh: 密钥 required: true type: password diff --git a/apps/beszel-agent/latest/data.yml b/apps/beszel-agent/latest/data.yml index 60733b0cd..8fe550170 100644 --- a/apps/beszel-agent/latest/data.yml +++ b/apps/beszel-agent/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text - default: "ssh-xxx" @@ -20,5 +26,8 @@ additionalProperties: envKey: KEY labelEn: Key labelZh: 密钥 + label: + en: Key + zh: 密钥 required: true type: password diff --git a/apps/beszel/0.15.4/data.yml b/apps/beszel/0.15.4/data.yml index e370717ec..9f7dec8de 100644 --- a/apps/beszel/0.15.4/data.yml +++ b/apps/beszel/0.15.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/beszel/latest/data.yml b/apps/beszel/latest/data.yml index e370717ec..9f7dec8de 100644 --- a/apps/beszel/latest/data.yml +++ b/apps/beszel/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/bili-fetcher/1.6.8/data.yml b/apps/bili-fetcher/1.6.8/data.yml index ba0c80ca2..467be89ba 100644 --- a/apps/bili-fetcher/1.6.8/data.yml +++ b/apps/bili-fetcher/1.6.8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: BILI_FETCHER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5173 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number diff --git a/apps/bili-fetcher/latest/data.yml b/apps/bili-fetcher/latest/data.yml index ba0c80ca2..467be89ba 100644 --- a/apps/bili-fetcher/latest/data.yml +++ b/apps/bili-fetcher/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: BILI_FETCHER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5173 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number diff --git a/apps/bililive-go/0.7.39/data.yml b/apps/bililive-go/0.7.39/data.yml index ee8014d5a..2d92a2621 100644 --- a/apps/bililive-go/0.7.39/data.yml +++ b/apps/bililive-go/0.7.39/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/bililive-go/latest/data.yml b/apps/bililive-go/latest/data.yml index ee8014d5a..2d92a2621 100644 --- a/apps/bililive-go/latest/data.yml +++ b/apps/bililive-go/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/bililive-recorder/2.17.3/data.yml b/apps/bililive-recorder/2.17.3/data.yml index 61fb001fe..83c36a2b9 100644 --- a/apps/bililive-recorder/2.17.3/data.yml +++ b/apps/bililive-recorder/2.17.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: USER_NAME labelEn: WebUI Username labelZh: WebUI 的用户名 + label: + en: WebUI Username + zh: WebUI 的用户名 required: true type: text - default: admin @@ -20,6 +26,9 @@ additionalProperties: envKey: USER_PASSWORD labelEn: WebUI access password labelZh: WebUI 的访问密码 + label: + en: WebUI access password + zh: WebUI 的访问密码 random: true required: true rule: paramComplexity @@ -29,6 +38,9 @@ additionalProperties: envKey: WORK_SPACE_PATH labelEn: work space path (Pay attention to folder permissions) labelZh: 工作目录路径 (注意文件夹权限) + label: + en: work space path (Pay attention to folder permissions) + zh: 工作目录路径 (注意文件夹权限) required: true type: text - default: "022" @@ -36,6 +48,9 @@ additionalProperties: envKey: UMASK labelEn: UMASK labelZh: 文件权限掩码 + label: + en: UMASK + zh: 文件权限掩码 required: true type: text - default: "1000" @@ -43,6 +58,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -50,5 +68,8 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number diff --git a/apps/bililive-recorder/latest/data.yml b/apps/bililive-recorder/latest/data.yml index 61fb001fe..83c36a2b9 100644 --- a/apps/bililive-recorder/latest/data.yml +++ b/apps/bililive-recorder/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: USER_NAME labelEn: WebUI Username labelZh: WebUI 的用户名 + label: + en: WebUI Username + zh: WebUI 的用户名 required: true type: text - default: admin @@ -20,6 +26,9 @@ additionalProperties: envKey: USER_PASSWORD labelEn: WebUI access password labelZh: WebUI 的访问密码 + label: + en: WebUI access password + zh: WebUI 的访问密码 random: true required: true rule: paramComplexity @@ -29,6 +38,9 @@ additionalProperties: envKey: WORK_SPACE_PATH labelEn: work space path (Pay attention to folder permissions) labelZh: 工作目录路径 (注意文件夹权限) + label: + en: work space path (Pay attention to folder permissions) + zh: 工作目录路径 (注意文件夹权限) required: true type: text - default: "022" @@ -36,6 +48,9 @@ additionalProperties: envKey: UMASK labelEn: UMASK labelZh: 文件权限掩码 + label: + en: UMASK + zh: 文件权限掩码 required: true type: text - default: "1000" @@ -43,6 +58,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -50,5 +68,8 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number diff --git a/apps/bitmagnet/0.10.0/data.yml b/apps/bitmagnet/0.10.0/data.yml index 542ffb288..a91854706 100644 --- a/apps/bitmagnet/0.10.0/data.yml +++ b/apps/bitmagnet/0.10.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: BITMAGNET_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3333 @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_APP_PORT_BT labelZh: BitTorrent 端口 labelEn: BitTorrent port + label: + en: BitTorrent port + zh: BitTorrent 端口 required: true rule: paramPort type: number @@ -42,6 +54,9 @@ additionalProperties: envKey: POSTGRES_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -49,6 +64,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -57,6 +75,9 @@ additionalProperties: envKey: POSTGRES_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -65,6 +86,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -72,6 +96,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -81,6 +108,9 @@ additionalProperties: envKey: TMDB_ENABLED labelZh: 获取 TMDB 元数据 labelEn: Fetch TMDB metadata + label: + en: Fetch TMDB metadata + zh: 获取 TMDB 元数据 required: true type: select values: @@ -93,5 +123,8 @@ additionalProperties: envKey: TMDB_API_KEY labelZh: TMDB API 密钥 labelEn: TMDB API Key + label: + en: TMDB API Key + zh: TMDB API 密钥 required: false type: text diff --git a/apps/bitwarden/1.34.3-alpine/data.yml b/apps/bitwarden/1.34.3-alpine/data.yml index be5e2553c..5eb416221 100644 --- a/apps/bitwarden/1.34.3-alpine/data.yml +++ b/apps/bitwarden/1.34.3-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "true" @@ -20,6 +26,9 @@ additionalProperties: envKey: SIGNUPS_ALLOWED labelEn: Allow Signups labelZh: 允许注册 + label: + en: Allow Signups + zh: 允许注册 required: true type: select values: @@ -32,6 +41,9 @@ additionalProperties: envKey: INVITATIONS_ALLOWED labelEn: Allow Invitations labelZh: 允许邀请 + label: + en: Allow Invitations + zh: 允许邀请 required: true type: select values: @@ -44,6 +56,9 @@ additionalProperties: envKey: WEBSOCKET_ENABLED labelEn: WebSocket Enabled labelZh: 启用 WebSocket + label: + en: WebSocket Enabled + zh: 启用 WebSocket required: true type: select values: @@ -56,5 +71,8 @@ additionalProperties: envKey: ADMIN_TOKEN labelEn: Admin Token labelZh: 管理员令牌 + label: + en: Admin Token + zh: 管理员令牌 required: false type: password diff --git a/apps/bitwarden/latest/data.yml b/apps/bitwarden/latest/data.yml index be5e2553c..5eb416221 100644 --- a/apps/bitwarden/latest/data.yml +++ b/apps/bitwarden/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "true" @@ -20,6 +26,9 @@ additionalProperties: envKey: SIGNUPS_ALLOWED labelEn: Allow Signups labelZh: 允许注册 + label: + en: Allow Signups + zh: 允许注册 required: true type: select values: @@ -32,6 +41,9 @@ additionalProperties: envKey: INVITATIONS_ALLOWED labelEn: Allow Invitations labelZh: 允许邀请 + label: + en: Allow Invitations + zh: 允许邀请 required: true type: select values: @@ -44,6 +56,9 @@ additionalProperties: envKey: WEBSOCKET_ENABLED labelEn: WebSocket Enabled labelZh: 启用 WebSocket + label: + en: WebSocket Enabled + zh: 启用 WebSocket required: true type: select values: @@ -56,5 +71,8 @@ additionalProperties: envKey: ADMIN_TOKEN labelEn: Admin Token labelZh: 管理员令牌 + label: + en: Admin Token + zh: 管理员令牌 required: false type: password diff --git a/apps/blinko/1.6.5/data.yml b/apps/blinko/1.6.5/data.yml index 3fe7c782c..9932a7dfa 100644 --- a/apps/blinko/1.6.5/data.yml +++ b/apps/blinko/1.6.5/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -11,6 +14,9 @@ additionalProperties: envKey: NEXTAUTH_URL labelEn: NextAuth URL labelZh: 基本 URL + label: + en: NextAuth URL + zh: 基本 URL required: true rule: paramExtUrl type: text @@ -18,6 +24,9 @@ additionalProperties: envKey: NEXT_PUBLIC_BASE_URL labelEn: Next Public Base URL labelZh: 公共基本 URL + label: + en: Next Public Base URL + zh: 公共基本 URL required: true rule: paramExtUrl type: text @@ -25,6 +34,9 @@ additionalProperties: envKey: NEXTAUTH_SECRET labelEn: NextAuth Secret labelZh: NextAuth 密钥 + label: + en: NextAuth Secret + zh: NextAuth 密钥 random: true required: true rule: paramComplexity @@ -34,6 +46,9 @@ additionalProperties: key: postgresql labelEn: PostgreSQL Database Service labelZh: PostgreSQL 数据库服务 + label: + en: PostgreSQL Database Service + zh: PostgreSQL 数据库服务 required: true type: service - default: "5432" @@ -41,6 +56,9 @@ additionalProperties: envKey: PANEL_DB_PORT labelEn: Database Port Number labelZh: 数据库端口号 + label: + en: Database Port Number + zh: 数据库端口号 required: true rule: paramPort type: number @@ -48,6 +66,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -56,6 +77,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -64,6 +88,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/blinko/latest/data.yml b/apps/blinko/latest/data.yml index 3fe7c782c..9932a7dfa 100644 --- a/apps/blinko/latest/data.yml +++ b/apps/blinko/latest/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -11,6 +14,9 @@ additionalProperties: envKey: NEXTAUTH_URL labelEn: NextAuth URL labelZh: 基本 URL + label: + en: NextAuth URL + zh: 基本 URL required: true rule: paramExtUrl type: text @@ -18,6 +24,9 @@ additionalProperties: envKey: NEXT_PUBLIC_BASE_URL labelEn: Next Public Base URL labelZh: 公共基本 URL + label: + en: Next Public Base URL + zh: 公共基本 URL required: true rule: paramExtUrl type: text @@ -25,6 +34,9 @@ additionalProperties: envKey: NEXTAUTH_SECRET labelEn: NextAuth Secret labelZh: NextAuth 密钥 + label: + en: NextAuth Secret + zh: NextAuth 密钥 random: true required: true rule: paramComplexity @@ -34,6 +46,9 @@ additionalProperties: key: postgresql labelEn: PostgreSQL Database Service labelZh: PostgreSQL 数据库服务 + label: + en: PostgreSQL Database Service + zh: PostgreSQL 数据库服务 required: true type: service - default: "5432" @@ -41,6 +56,9 @@ additionalProperties: envKey: PANEL_DB_PORT labelEn: Database Port Number labelZh: 数据库端口号 + label: + en: Database Port Number + zh: 数据库端口号 required: true rule: paramPort type: number @@ -48,6 +66,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -56,6 +77,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -64,6 +88,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/blossom/1.16.0/data.yml b/apps/blossom/1.16.0/data.yml index de8fc4866..485abb254 100644 --- a/apps/blossom/1.16.0/data.yml +++ b/apps/blossom/1.16.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -18,6 +21,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/blossom/latest/data.yml b/apps/blossom/latest/data.yml index de8fc4866..485abb254 100644 --- a/apps/blossom/latest/data.yml +++ b/apps/blossom/latest/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -18,6 +21,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/bonita/0.14.0/data.yml b/apps/bonita/0.14.0/data.yml index 598dc3ebd..18da34c70 100644 --- a/apps/bonita/0.14.0/data.yml +++ b/apps/bonita/0.14.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: BONITA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 12346 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: FIRST_SUPERUSER_EMAIL labelZh: 初始管理员邮箱 labelEn: Initial administrator email + label: + en: Initial administrator email + zh: 初始管理员邮箱 required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: FIRST_SUPERUSER_PASSWORD labelZh: 初始管理员密码 labelEn: Initial administrator password + label: + en: Initial administrator password + zh: 初始管理员密码 required: true type: password - default: 5 @@ -34,5 +46,8 @@ additionalProperties: envKey: MAX_CONCURRENCY labelZh: Celery并发处理任务数 labelEn: Celery concurrency + label: + en: Celery concurrency + zh: Celery并发处理任务数 required: true type: number diff --git a/apps/bookstack/25.07.2/data.yml b/apps/bookstack/25.07.2/data.yml index 255e6442a..7e627c4e2 100644 --- a/apps/bookstack/25.07.2/data.yml +++ b/apps/bookstack/25.07.2/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -24,6 +27,9 @@ additionalProperties: envKey: BOOKSTACK_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -31,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -39,6 +48,9 @@ additionalProperties: envKey: APP_KEY labelZh: 应用密钥 labelEn: Application key + label: + en: Application key + zh: 应用密钥 required: true type: text - default: "http://127.0.0.1:8080" @@ -46,6 +58,9 @@ additionalProperties: envKey: APP_URL labelZh: 应用 URL labelEn: Application URL + label: + en: Application URL + zh: 应用 URL required: true type: text - default: "127.0.0.1" @@ -53,6 +68,9 @@ additionalProperties: envKey: DB_HOST labelZh: 数据库 主机 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机 required: true type: text - default: 3306 @@ -60,6 +78,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -68,6 +89,9 @@ additionalProperties: envKey: DB_DATABASE labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "bookstack" @@ -75,6 +99,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -82,5 +109,8 @@ additionalProperties: envKey: DB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 required: true type: password diff --git a/apps/byte-muse/1.18.6/data.yml b/apps/byte-muse/1.18.6/data.yml index b637f90d5..bde91199a 100644 --- a/apps/byte-muse/1.18.6/data.yml +++ b/apps/byte-muse/1.18.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: AUTO_LADY_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理地址 labelEn: Network proxy address + label: + en: Network proxy address + zh: 网络代理地址 required: false type: text - default: "localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local" @@ -27,5 +36,8 @@ additionalProperties: envKey: NO_PROXY labelZh: 跳过代理地址 labelEn: Skip proxy address + label: + en: Skip proxy address + zh: 跳过代理地址 required: false type: text diff --git a/apps/bytebase/3.12.0/data.yml b/apps/bytebase/3.12.0/data.yml index d3178b1e5..1407ea2a2 100644 --- a/apps/bytebase/3.12.0/data.yml +++ b/apps/bytebase/3.12.0/data.yml @@ -6,6 +6,9 @@ additionalProperties: key: postgresql labelEn: Postgres database Service labelZh: Postgres数据库服务 + label: + en: Postgres database Service + zh: Postgres数据库服务 required: true type: service - default: "5432" @@ -13,6 +16,9 @@ additionalProperties: envKey: POSTGRES_PORT labelEn: Postgres database Service Port labelZh: Postgres数据库服务端口 + label: + en: Postgres database Service Port + zh: Postgres数据库服务端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 required: true rule: paramCommon type: text @@ -29,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 required: true rule: paramCommon type: text @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 required: true rule: paramCommon type: password @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,5 +71,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text diff --git a/apps/calibre-web/0.6.24-ls335/data.yml b/apps/calibre-web/0.6.24-ls335/data.yml index fa4567d9d..1c8ae014d 100644 --- a/apps/calibre-web/0.6.24-ls335/data.yml +++ b/apps/calibre-web/0.6.24-ls335/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Books folder path labelZh: 书本文件夹路径 + label: + en: Books folder path + zh: 书本文件夹路径 required: true type: text - default: Asia/Shanghai @@ -20,5 +26,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/calibre-web/0.6.25/data.yml b/apps/calibre-web/0.6.25/data.yml index fa4567d9d..1c8ae014d 100644 --- a/apps/calibre-web/0.6.25/data.yml +++ b/apps/calibre-web/0.6.25/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Books folder path labelZh: 书本文件夹路径 + label: + en: Books folder path + zh: 书本文件夹路径 required: true type: text - default: Asia/Shanghai @@ -20,5 +26,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/calibre-web/latest/data.yml b/apps/calibre-web/latest/data.yml index fa4567d9d..1c8ae014d 100644 --- a/apps/calibre-web/latest/data.yml +++ b/apps/calibre-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Books folder path labelZh: 书本文件夹路径 + label: + en: Books folder path + zh: 书本文件夹路径 required: true type: text - default: Asia/Shanghai @@ -20,5 +26,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/cashbook/4.3.7/data.yml b/apps/cashbook/4.3.7/data.yml index f9f1ee581..dcf000a79 100644 --- a/apps/cashbook/4.3.7/data.yml +++ b/apps/cashbook/4.3.7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: "spend-money-like-water" @@ -20,6 +26,9 @@ additionalProperties: envKey: TOKEN_SALT labelEn: Token Salt labelZh: Token Salt + label: + en: Token Salt + zh: Token Salt required: true type: text - default: "PRO" @@ -27,6 +36,9 @@ additionalProperties: envKey: ENVIRONMENT labelEn: Environment labelZh: 环境 + label: + en: Environment + zh: 环境 required: true type: text - default: "08cc0348-061d-4193-af05-b6cc02df28ea" @@ -34,6 +46,9 @@ additionalProperties: envKey: SERVER_KEY labelEn: Server Key labelZh: 服务密钥 + label: + en: Server Key + zh: 服务密钥 required: true type: text - default: "cashbook" @@ -41,6 +56,9 @@ additionalProperties: envKey: DEFAULT_PASSWORD labelEn: Default Password labelZh: 默认密码 + label: + en: Default Password + zh: 默认密码 random: true required: true rule: paramComplexity diff --git a/apps/cashbook/latest/data.yml b/apps/cashbook/latest/data.yml index f9f1ee581..dcf000a79 100644 --- a/apps/cashbook/latest/data.yml +++ b/apps/cashbook/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: "spend-money-like-water" @@ -20,6 +26,9 @@ additionalProperties: envKey: TOKEN_SALT labelEn: Token Salt labelZh: Token Salt + label: + en: Token Salt + zh: Token Salt required: true type: text - default: "PRO" @@ -27,6 +36,9 @@ additionalProperties: envKey: ENVIRONMENT labelEn: Environment labelZh: 环境 + label: + en: Environment + zh: 环境 required: true type: text - default: "08cc0348-061d-4193-af05-b6cc02df28ea" @@ -34,6 +46,9 @@ additionalProperties: envKey: SERVER_KEY labelEn: Server Key labelZh: 服务密钥 + label: + en: Server Key + zh: 服务密钥 required: true type: text - default: "cashbook" @@ -41,6 +56,9 @@ additionalProperties: envKey: DEFAULT_PASSWORD labelEn: Default Password labelZh: 默认密码 + label: + en: Default Password + zh: 默认密码 random: true required: true rule: paramComplexity diff --git a/apps/certd/1.37.4/data.yml b/apps/certd/1.37.4/data.yml index db2de3e13..4247c3a2d 100644 --- a/apps/certd/1.37.4/data.yml +++ b/apps/certd/1.37.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "223.5.5.5" @@ -20,6 +26,9 @@ additionalProperties: envKey: DNS_1 labelEn: Primary DNS labelZh: 主 DNS + label: + en: Primary DNS + zh: 主 DNS required: true type: text - default: "119.29.29.29" @@ -27,6 +36,9 @@ additionalProperties: envKey: DNS_2 labelEn: Secondary DNS labelZh: 次 DNS + label: + en: Secondary DNS + zh: 次 DNS required: true type: text - default: "Asia/Shanghai" @@ -34,6 +46,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS Proxy labelZh: HTTPS 代理 + label: + en: HTTPS Proxy + zh: HTTPS 代理 required: false type: text - default: "" @@ -48,6 +66,9 @@ additionalProperties: envKey: HTTP_PROXY labelEn: HTTP Proxy labelZh: HTTP 代理 + label: + en: HTTP Proxy + zh: HTTP 代理 required: false type: text - default: "false" @@ -55,6 +76,9 @@ additionalProperties: envKey: RESET_ADMIN_PASSWD labelEn: Reset Admin Password labelZh: 重置管理员密码 + label: + en: Reset Admin Password + zh: 重置管理员密码 required: true type: select values: @@ -67,6 +91,9 @@ additionalProperties: envKey: IMMEDIATE_TRIGGER labelEn: Immediate trigger of cron labelZh: 立即触发定时任务 + label: + en: Immediate trigger of cron + zh: 立即触发定时任务 required: true type: select values: diff --git a/apps/certd/latest-postgres/data.yml b/apps/certd/latest-postgres/data.yml index d217bf41e..04d972165 100644 --- a/apps/certd/latest-postgres/data.yml +++ b/apps/certd/latest-postgres/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "223.5.5.5" @@ -20,6 +26,9 @@ additionalProperties: envKey: DNS_1 labelEn: Primary DNS labelZh: 主 DNS + label: + en: Primary DNS + zh: 主 DNS required: true type: text - default: "119.29.29.29" @@ -27,6 +36,9 @@ additionalProperties: envKey: DNS_2 labelEn: Secondary DNS labelZh: 次 DNS + label: + en: Secondary DNS + zh: 次 DNS required: true type: text - default: "Asia/Shanghai" @@ -34,6 +46,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS Proxy labelZh: HTTPS 代理 + label: + en: HTTPS Proxy + zh: HTTPS 代理 required: false type: text - default: "" @@ -48,6 +66,9 @@ additionalProperties: envKey: HTTP_PROXY labelEn: HTTP Proxy labelZh: HTTP 代理 + label: + en: HTTP Proxy + zh: HTTP 代理 required: false type: text - default: "false" @@ -55,6 +76,9 @@ additionalProperties: envKey: RESET_ADMIN_PASSWD labelEn: Reset Admin Password labelZh: 重置管理员密码 + label: + en: Reset Admin Password + zh: 重置管理员密码 required: true type: select values: @@ -67,6 +91,9 @@ additionalProperties: envKey: IMMEDIATE_TRIGGER labelEn: Immediate trigger of cron labelZh: 立即触发定时任务 + label: + en: Immediate trigger of cron + zh: 立即触发定时任务 required: true type: select values: @@ -80,6 +107,9 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: "5432" @@ -87,6 +117,9 @@ additionalProperties: envKey: PANEL_DB_PORT labelEn: Database Port Number labelZh: 数据库端口号 + label: + en: Database Port Number + zh: 数据库端口号 required: true rule: paramPort type: number @@ -94,6 +127,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -102,6 +138,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -110,6 +149,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/certd/latest/data.yml b/apps/certd/latest/data.yml index db2de3e13..4247c3a2d 100644 --- a/apps/certd/latest/data.yml +++ b/apps/certd/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "223.5.5.5" @@ -20,6 +26,9 @@ additionalProperties: envKey: DNS_1 labelEn: Primary DNS labelZh: 主 DNS + label: + en: Primary DNS + zh: 主 DNS required: true type: text - default: "119.29.29.29" @@ -27,6 +36,9 @@ additionalProperties: envKey: DNS_2 labelEn: Secondary DNS labelZh: 次 DNS + label: + en: Secondary DNS + zh: 次 DNS required: true type: text - default: "Asia/Shanghai" @@ -34,6 +46,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS Proxy labelZh: HTTPS 代理 + label: + en: HTTPS Proxy + zh: HTTPS 代理 required: false type: text - default: "" @@ -48,6 +66,9 @@ additionalProperties: envKey: HTTP_PROXY labelEn: HTTP Proxy labelZh: HTTP 代理 + label: + en: HTTP Proxy + zh: HTTP 代理 required: false type: text - default: "false" @@ -55,6 +76,9 @@ additionalProperties: envKey: RESET_ADMIN_PASSWD labelEn: Reset Admin Password labelZh: 重置管理员密码 + label: + en: Reset Admin Password + zh: 重置管理员密码 required: true type: select values: @@ -67,6 +91,9 @@ additionalProperties: envKey: IMMEDIATE_TRIGGER labelEn: Immediate trigger of cron labelZh: 立即触发定时任务 + label: + en: Immediate trigger of cron + zh: 立即触发定时任务 required: true type: select values: diff --git a/apps/certimate/0.4.3/data.yml b/apps/certimate/0.4.3/data.yml index cfd40bc16..aaa48e1ff 100644 --- a/apps/certimate/0.4.3/data.yml +++ b/apps/certimate/0.4.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_HTTP_PROXY labelEn: HTTP_PROXY (e.g., http://:) labelZh: HTTP 代理服务器 (例如:http://:) + label: + en: HTTP_PROXY (e.g., http://:) + zh: HTTP 代理服务器 (例如:http://:) required: false rule: paramExtUrl type: text @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_HTTPS_PROXY labelEn: HTTPS_PROXY (e.g., http://:) labelZh: HTTPS 代理服务器 (例如:http://:) + label: + en: HTTPS_PROXY (e.g., http://:) + zh: HTTPS 代理服务器 (例如:http://:) required: false rule: paramExtUrl type: text @@ -36,5 +48,8 @@ additionalProperties: envKey: PANEL_NO_PROXY labelEn: NO_PROXY (e.g., 172.18.0.0/16,127.0.0.1,localhost) labelZh: 跳过代理地址 (例如:172.18.0.0/16,127.0.0.1,localhost) + label: + en: NO_PROXY (e.g., 172.18.0.0/16,127.0.0.1,localhost) + zh: 跳过代理地址 (例如:172.18.0.0/16,127.0.0.1,localhost) required: false type: text diff --git a/apps/certimate/latest/data.yml b/apps/certimate/latest/data.yml index cfd40bc16..aaa48e1ff 100644 --- a/apps/certimate/latest/data.yml +++ b/apps/certimate/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_HTTP_PROXY labelEn: HTTP_PROXY (e.g., http://:) labelZh: HTTP 代理服务器 (例如:http://:) + label: + en: HTTP_PROXY (e.g., http://:) + zh: HTTP 代理服务器 (例如:http://:) required: false rule: paramExtUrl type: text @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_HTTPS_PROXY labelEn: HTTPS_PROXY (e.g., http://:) labelZh: HTTPS 代理服务器 (例如:http://:) + label: + en: HTTPS_PROXY (e.g., http://:) + zh: HTTPS 代理服务器 (例如:http://:) required: false rule: paramExtUrl type: text @@ -36,5 +48,8 @@ additionalProperties: envKey: PANEL_NO_PROXY labelEn: NO_PROXY (e.g., 172.18.0.0/16,127.0.0.1,localhost) labelZh: 跳过代理地址 (例如:172.18.0.0/16,127.0.0.1,localhost) + label: + en: NO_PROXY (e.g., 172.18.0.0/16,127.0.0.1,localhost) + zh: 跳过代理地址 (例如:172.18.0.0/16,127.0.0.1,localhost) required: false type: text diff --git a/apps/changedetectionio/0.50/data.yml b/apps/changedetectionio/0.50/data.yml index a3ab24612..4c135c035 100644 --- a/apps/changedetectionio/0.50/data.yml +++ b/apps/changedetectionio/0.50/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/changedetectionio/latest/data.yml b/apps/changedetectionio/latest/data.yml index a3ab24612..4c135c035 100644 --- a/apps/changedetectionio/latest/data.yml +++ b/apps/changedetectionio/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/chatgpt-next-web/2.16.1/data.yml b/apps/chatgpt-next-web/2.16.1/data.yml index aaf4c90af..3e432e4ba 100644 --- a/apps/chatgpt-next-web/2.16.1/data.yml +++ b/apps/chatgpt-next-web/2.16.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_KEY labelEn: OPENAI API KEY labelZh: OPENAI API KEY + label: + en: OPENAI API KEY + zh: OPENAI API KEY required: true type: text - default: "chatgptnextweb" @@ -20,6 +26,12 @@ additionalProperties: envKey: SECRET_KEY labelEn: Access rights key, optional (recommended) labelZh: 访问权限密钥,可选(强烈建议填写) + label: + en: Access rights key + zh: 访问权限密钥 + description: + en: optional (recommended) + zh: 可选(强烈建议填写) random: true required: false rule: paramComplexity @@ -29,6 +41,12 @@ additionalProperties: envKey: PROXY labelEn: Proxy (example:http://127.0.0.1:7890 user password) labelZh: 代理地址(例子:http://127.0.0.1:7890 user password) + label: + en: Proxy + zh: 代理地址 + description: + en: example:http://127.0.0.1:7890 user password + zh: 例子:http://127.0.0.1:7890 user password required: false type: text - default: "https://api.openai.com" @@ -36,5 +54,8 @@ additionalProperties: envKey: API_BASE_URL labelEn: API interface address labelZh: API接口地址 + label: + en: API interface address + zh: API接口地址 required: true type: text diff --git a/apps/chatgpt-next-web/latest/data.yml b/apps/chatgpt-next-web/latest/data.yml index aaf4c90af..ecf4d19d9 100644 --- a/apps/chatgpt-next-web/latest/data.yml +++ b/apps/chatgpt-next-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_KEY labelEn: OPENAI API KEY labelZh: OPENAI API KEY + label: + en: OPENAI API KEY + zh: OPENAI API KEY required: true type: text - default: "chatgptnextweb" @@ -20,6 +26,9 @@ additionalProperties: envKey: SECRET_KEY labelEn: Access rights key, optional (recommended) labelZh: 访问权限密钥,可选(强烈建议填写) + label: + en: Access rights key, optional (recommended) + zh: 访问权限密钥,可选(强烈建议填写) random: true required: false rule: paramComplexity @@ -29,6 +38,9 @@ additionalProperties: envKey: PROXY labelEn: Proxy (example:http://127.0.0.1:7890 user password) labelZh: 代理地址(例子:http://127.0.0.1:7890 user password) + label: + en: Proxy (example:http://127.0.0.1:7890 user password) + zh: 代理地址(例子:http://127.0.0.1:7890 user password) required: false type: text - default: "https://api.openai.com" @@ -36,5 +48,8 @@ additionalProperties: envKey: API_BASE_URL labelEn: API interface address labelZh: API接口地址 + label: + en: API interface address + zh: API接口地址 required: true type: text diff --git a/apps/chatgpt-on-wechat/1.7.6/data.yml b/apps/chatgpt-on-wechat/1.7.6/data.yml index c87609869..67058e9d5 100644 --- a/apps/chatgpt-on-wechat/1.7.6/data.yml +++ b/apps/chatgpt-on-wechat/1.7.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OPEN_AI_API_KEY labelEn: OpenAI API Key labelZh: OpenAI API 密钥 + label: + en: OpenAI API Key + zh: OpenAI API 密钥 required: false type: text - default: "https://api.openai.com/v1" @@ -12,6 +15,9 @@ additionalProperties: envKey: OPEN_AI_API_BASE labelEn: OpenAI API Base labelZh: OpenAI API 基础地址 + label: + en: OpenAI API Base + zh: OpenAI API 基础地址 required: false type: text - default: "gpt-3.5-turbo" @@ -19,6 +25,9 @@ additionalProperties: envKey: MODEL labelEn: Model labelZh: 模型 + label: + en: Model + zh: 模型 required: false type: text - default: "false" @@ -26,6 +35,9 @@ additionalProperties: envKey: USE_AZURE_CHATGPT labelEn: Use Azure ChatGPT labelZh: 使用 Azure ChatGPT + label: + en: Use Azure ChatGPT + zh: 使用 Azure ChatGPT required: false type: select values: @@ -38,6 +50,9 @@ additionalProperties: envKey: AZURE_DEPLOYMENT_ID labelEn: Azure Deployment ID labelZh: Azure 部署 ID + label: + en: Azure Deployment ID + zh: Azure 部署 ID required: false type: text - default: "" @@ -45,6 +60,9 @@ additionalProperties: envKey: AZURE_API_VERSION labelEn: Azure API Version labelZh: Azure API 版本 + label: + en: Azure API Version + zh: Azure API 版本 required: false type: text - default: "" @@ -52,6 +70,9 @@ additionalProperties: envKey: PROXY labelEn: Proxy labelZh: 代理 + label: + en: Proxy + zh: 代理 required: false type: text - default: '["bot", "@bot"]' @@ -59,6 +80,9 @@ additionalProperties: envKey: SINGLE_CHAT_PREFIX labelEn: Single Chat Prefix labelZh: 私聊前缀 + label: + en: Single Chat Prefix + zh: 私聊前缀 required: true type: text - default: "[bot] " @@ -66,6 +90,9 @@ additionalProperties: envKey: SINGLE_CHAT_REPLY_PREFIX labelEn: Single Chat Reply Prefix labelZh: 私聊回复前缀 + label: + en: Single Chat Reply Prefix + zh: 私聊回复前缀 required: false type: text - default: "" @@ -73,6 +100,9 @@ additionalProperties: envKey: SINGLE_CHAT_REPLY_SUFFIX labelEn: Single Chat Reply Suffix labelZh: 私聊回复后缀 + label: + en: Single Chat Reply Suffix + zh: 私聊回复后缀 required: false type: text - default: '["@bot"]' @@ -80,6 +110,9 @@ additionalProperties: envKey: GROUP_CHAT_PREFIX labelEn: Group Chat Prefix labelZh: 群聊前缀 + label: + en: Group Chat Prefix + zh: 群聊前缀 required: false type: text - default: "" @@ -87,6 +120,9 @@ additionalProperties: envKey: GROUP_CHAT_REPLY_PREFIX labelEn: Group Chat Reply Prefix labelZh: 群聊回复前缀 + label: + en: Group Chat Reply Prefix + zh: 群聊回复前缀 required: false type: text - default: "" @@ -94,6 +130,9 @@ additionalProperties: envKey: GROUP_CHAT_REPLY_SUFFIX labelEn: Group Chat Reply Suffix labelZh: 群聊回复后缀 + label: + en: Group Chat Reply Suffix + zh: 群聊回复后缀 required: false type: text - default: '[]' @@ -101,6 +140,9 @@ additionalProperties: envKey: GROUP_CHAT_KEYWORD labelEn: Keywords for triggering replies in group chats labelZh: 群聊触发回复的关键词 + label: + en: Keywords for triggering replies in group chats + zh: 群聊触发回复的关键词 required: false type: text - default: "false" @@ -108,6 +150,9 @@ additionalProperties: envKey: GROUP_AT_OFF labelEn: Group At Off labelZh: 关闭群聊@bot触发 + label: + en: Group At Off + zh: 关闭群聊@bot触发 required: false type: select values: @@ -120,6 +165,9 @@ additionalProperties: envKey: GROUP_NAME_WHITE_LIST labelEn: Group Name White List labelZh: 群名称白名单 + label: + en: Group Name White List + zh: 群名称白名单 required: false type: text - default: '[]' @@ -127,6 +175,9 @@ additionalProperties: envKey: GROUP_NAME_KEYWORD_WHITE_LIST labelEn: Group Name Keyword White List labelZh: 群名称关键词白名单 + label: + en: Group Name Keyword White List + zh: 群名称关键词白名单 required: false type: text - default: '["ChatGPT测试群"]' @@ -134,6 +185,9 @@ additionalProperties: envKey: GROUP_CHAT_IN_ONE_SESSION labelEn: Group names that support session context sharing labelZh: 支持会话上下文共享的群名称 + label: + en: Group names that support session context sharing + zh: 支持会话上下文共享的群名称 required: false type: text - default: '[]' @@ -141,6 +195,9 @@ additionalProperties: envKey: NICK_NAME_BLACK_LIST labelEn: Nickname Blacklist labelZh: 昵称黑名单 + label: + en: Nickname Blacklist + zh: 昵称黑名单 required: false type: text - default: "" @@ -148,6 +205,9 @@ additionalProperties: envKey: GROUP_WELCOME_MSG labelEn: Group Welcome Message labelZh: 群欢迎信息 + label: + en: Group Welcome Message + zh: 群欢迎信息 required: false type: text - default: "false" @@ -155,6 +215,9 @@ additionalProperties: envKey: TRIGGER_BY_SELF labelEn: Trigger by Self labelZh: 是否允许机器人触发 + label: + en: Trigger by Self + zh: 是否允许机器人触发 required: false type: select values: @@ -167,6 +230,9 @@ additionalProperties: envKey: TEXT_TO_IMAGE labelEn: Text to Image Model labelZh: 图片生成模型 + label: + en: Text to Image Model + zh: 图片生成模型 required: false type: select values: @@ -179,6 +245,9 @@ additionalProperties: envKey: DALLE3_IMAGE_STYLE labelEn: Dall-E 3 Image Style labelZh: Dall-E 3 图片风格 + label: + en: Dall-E 3 Image Style + zh: Dall-E 3 图片风格 required: false type: select values: @@ -191,6 +260,9 @@ additionalProperties: envKey: DALLE3_IMAGE_QUALITY labelEn: Dall-E 3 Image Quality labelZh: Dall-E 3 图片质量 + label: + en: Dall-E 3 Image Quality + zh: Dall-E 3 图片质量 required: false type: select values: @@ -203,6 +275,9 @@ additionalProperties: envKey: AZURE_OPENAI_DALLE_API_BASE labelEn: Azure OpenAI Dall-E API Base labelZh: Azure OpenAI Dall-E API 基础地址 + label: + en: Azure OpenAI Dall-E API Base + zh: Azure OpenAI Dall-E API 基础地址 required: false type: text - default: "" @@ -210,6 +285,9 @@ additionalProperties: envKey: AZURE_OPENAI_DALLE_API_KEY labelEn: Azure OpenAI Dall-E API Key labelZh: Azure OpenAI Dall-E API 密钥 + label: + en: Azure OpenAI Dall-E API Key + zh: Azure OpenAI Dall-E API 密钥 required: false type: text - default: "" @@ -217,6 +295,9 @@ additionalProperties: envKey: AZURE_OPENAI_DALLE_DEPLOYMENT_ID labelEn: Azure OpenAI Dall-E Deployment ID labelZh: Azure OpenAI Dall-E 部署 ID + label: + en: Azure OpenAI Dall-E Deployment ID + zh: Azure OpenAI Dall-E 部署 ID required: false type: text - default: "true" @@ -224,6 +305,9 @@ additionalProperties: envKey: IMAGE_PROXY labelEn: Image Proxy labelZh: 图片代理 + label: + en: Image Proxy + zh: 图片代理 required: false type: select values: @@ -236,6 +320,9 @@ additionalProperties: envKey: IMAGE_CREATE_PREFIX labelEn: Prefix when image reply needs to be enabled labelZh: 开启图片回复的前缀 + label: + en: Prefix when image reply needs to be enabled + zh: 开启图片回复的前缀 required: false type: text - default: "1" @@ -243,6 +330,9 @@ additionalProperties: envKey: CONCURRENCY_IN_SESSION labelEn: Concurrency in Session labelZh: 会话并发数 + label: + en: Concurrency in Session + zh: 会话并发数 required: false type: number - default: "256x256" @@ -250,6 +340,9 @@ additionalProperties: envKey: IMAGE_CREATE_SIZE labelEn: Image Create Size labelZh: 图片生成大小 + label: + en: Image Create Size + zh: 图片生成大小 required: false type: select values: @@ -264,6 +357,9 @@ additionalProperties: envKey: GROUP_CHAT_EXIT_GROUP labelEn: Group Chat Exit Group labelZh: 退出群聊 + label: + en: Group Chat Exit Group + zh: 退出群聊 required: false type: select values: @@ -276,6 +372,9 @@ additionalProperties: envKey: EXPIRES_IN_SECONDS labelEn: Expires in Seconds labelZh: 会话过期时间 + label: + en: Expires in Seconds + zh: 会话过期时间 required: false type: number - default: "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。" @@ -283,6 +382,9 @@ additionalProperties: envKey: CHARACTER_DESC labelEn: Character Description labelZh: 人格描述 + label: + en: Character Description + zh: 人格描述 required: false type: text - default: "1000" @@ -290,6 +392,9 @@ additionalProperties: envKey: CONVERSATION_MAX_TOKENS labelEn: Conversation Max Tokens labelZh: 会话最大字符数 + label: + en: Conversation Max Tokens + zh: 会话最大字符数 required: false type: number - default: "20" @@ -297,6 +402,9 @@ additionalProperties: envKey: RATE_LIMIT_CHATGPT labelEn: Rate Limit ChatGPT labelZh: ChatGPT 调用频率限制 + label: + en: Rate Limit ChatGPT + zh: ChatGPT 调用频率限制 required: false type: number - default: "50" @@ -304,6 +412,9 @@ additionalProperties: envKey: RATE_LIMIT_DALLE labelEn: Rate Limit DALL-E labelZh: DALL-E 调用频率限制 + label: + en: Rate Limit DALL-E + zh: DALL-E 调用频率限制 required: false type: number - default: "0.9" @@ -311,6 +422,9 @@ additionalProperties: envKey: TEMPERATURE labelEn: Temperature labelZh: 温度 + label: + en: Temperature + zh: 温度 required: false type: text - default: "0.9" @@ -318,6 +432,9 @@ additionalProperties: envKey: TOP_P labelEn: Top P labelZh: Top P + label: + en: Top P + zh: Top P required: false type: text - default: "0.0" @@ -325,6 +442,9 @@ additionalProperties: envKey: FREQUENCY_PENALTY labelEn: Frequency Penalty labelZh: 频率惩罚 + label: + en: Frequency Penalty + zh: 频率惩罚 required: false type: text - default: "0.0" @@ -332,6 +452,9 @@ additionalProperties: envKey: PRESENCE_PENALTY labelEn: Presence Penalty labelZh: 存在惩罚 + label: + en: Presence Penalty + zh: 存在惩罚 required: false type: text - default: "30" @@ -339,6 +462,9 @@ additionalProperties: envKey: REQUEST_TIMEOUT labelEn: Request Timeout labelZh: 请求超时时间 + label: + en: Request Timeout + zh: 请求超时时间 required: false type: number - default: "30" @@ -346,6 +472,9 @@ additionalProperties: envKey: TIMEOUT labelEn: Timeout labelZh: 超时时间 + label: + en: Timeout + zh: 超时时间 required: false type: number - default: "eb-instant" @@ -353,6 +482,9 @@ additionalProperties: envKey: BAIDU_WENXIN_MODEL labelEn: Baidu Wenxin Model labelZh: 百度文心模型 + label: + en: Baidu Wenxin Model + zh: 百度文心模型 required: false type: text - default: "" @@ -360,6 +492,9 @@ additionalProperties: envKey: BAIDU_WENXIN_API_KEY labelEn: Baidu Wenxin API Key labelZh: 百度文心 API 密钥 + label: + en: Baidu Wenxin API Key + zh: 百度文心 API 密钥 required: false type: text - default: "" @@ -367,6 +502,9 @@ additionalProperties: envKey: BAIDU_WENXIN_SECRET_KEY labelEn: Baidu Wenxin Secret Key labelZh: 百度文心 Secret 密钥 + label: + en: Baidu Wenxin Secret Key + zh: 百度文心 Secret 密钥 required: false type: text - default: "" @@ -374,6 +512,9 @@ additionalProperties: envKey: XUNFEI_APP_ID labelEn: Xunfei App ID labelZh: 讯飞 App ID + label: + en: Xunfei App ID + zh: 讯飞 App ID required: false type: text - default: "" @@ -381,6 +522,9 @@ additionalProperties: envKey: XUNFEI_API_KEY labelEn: Xunfei API Key labelZh: 讯飞 API 密钥 + label: + en: Xunfei API Key + zh: 讯飞 API 密钥 required: false type: text - default: "" @@ -388,6 +532,9 @@ additionalProperties: envKey: XUNFEI_API_SECRET labelEn: Xunfei API Secret labelZh: 讯飞 API Secret + label: + en: Xunfei API Secret + zh: 讯飞 API Secret required: false type: text - default: "" @@ -395,6 +542,9 @@ additionalProperties: envKey: CLAUDE_API_COOKIE labelEn: Claude API Cookie labelZh: Claude API Cookie + label: + en: Claude API Cookie + zh: Claude API Cookie required: false type: text - default: "" @@ -402,6 +552,9 @@ additionalProperties: envKey: CLAUDE_UUID labelEn: Claude UUID labelZh: Claude UUID + label: + en: Claude UUID + zh: Claude UUID required: false type: text - default: "" @@ -409,6 +562,9 @@ additionalProperties: envKey: CLAUDE_API_KEY labelEn: Claude API Key labelZh: Claude API 密钥 + label: + en: Claude API Key + zh: Claude API 密钥 required: false type: text - default: "" @@ -416,6 +572,9 @@ additionalProperties: envKey: QWEN_ACCESS_KEY_ID labelEn: Qwen Access Key ID labelZh: 通义千问 Access Key ID + label: + en: Qwen Access Key ID + zh: 通义千问 Access Key ID required: false type: text - default: "" @@ -423,6 +582,9 @@ additionalProperties: envKey: QWEN_ACCESS_KEY_SECRET labelEn: Qwen Access Key Secret labelZh: 通义千问 Access Key Secret + label: + en: Qwen Access Key Secret + zh: 通义千问 Access Key Secret required: false type: text - default: "" @@ -430,6 +592,9 @@ additionalProperties: envKey: QWEN_AGENT_KEY labelEn: Qwen Agent Key labelZh: 通义千问 Agent Key + label: + en: Qwen Agent Key + zh: 通义千问 Agent Key required: false type: text - default: "" @@ -437,6 +602,9 @@ additionalProperties: envKey: QWEN_APP_ID labelEn: Qwen App ID labelZh: 通义千问 App ID + label: + en: Qwen App ID + zh: 通义千问 App ID required: false type: text - default: "" @@ -444,6 +612,9 @@ additionalProperties: envKey: QWEN_NODE_ID labelEn: Qwen Node ID labelZh: 通义千问 Node ID + label: + en: Qwen Node ID + zh: 通义千问 Node ID required: false type: text - default: "" @@ -451,6 +622,9 @@ additionalProperties: envKey: DASHSCOPE_API_KEY labelEn: Dashscope API Key labelZh: Dashscope API 密钥 + label: + en: Dashscope API Key + zh: Dashscope API 密钥 required: false type: text - default: "" @@ -458,6 +632,9 @@ additionalProperties: envKey: GEMINI_API_KEY labelEn: Gemini API Key labelZh: Gemini API 密钥 + label: + en: Gemini API Key + zh: Gemini API 密钥 required: false type: text - default: "true" @@ -465,6 +642,9 @@ additionalProperties: envKey: WEWORK_SMART labelEn: WeWork Smart labelZh: WeWork 智能 + label: + en: WeWork Smart + zh: WeWork 智能 required: true type: select values: @@ -477,6 +657,9 @@ additionalProperties: envKey: SPEECH_RECOGNITION labelEn: Speech Recognition labelZh: 语音识别 + label: + en: Speech Recognition + zh: 语音识别 required: true type: select values: @@ -489,6 +672,9 @@ additionalProperties: envKey: GROUP_SPEECH_RECOGNITION labelEn: Group Speech Recognition labelZh: 群聊语音识别 + label: + en: Group Speech Recognition + zh: 群聊语音识别 required: true type: select values: @@ -501,6 +687,9 @@ additionalProperties: envKey: VOICE_REPLY_VOICE labelEn: Speech Response Speech labelZh: 语音回复语音 + label: + en: Speech Response Speech + zh: 语音回复语音 required: true type: select values: @@ -513,6 +702,9 @@ additionalProperties: envKey: ALWAYS_REPLY_VOICE labelEn: Always Reply Voice labelZh: 总是语音回复 + label: + en: Always Reply Voice + zh: 总是语音回复 required: true type: select values: @@ -525,6 +717,9 @@ additionalProperties: envKey: VOICE_TO_TEXT labelEn: Speech Recognition Engines labelZh: 语音识别引擎 + label: + en: Speech Recognition Engines + zh: 语音识别引擎 required: false type: text - default: "false" @@ -532,6 +727,9 @@ additionalProperties: envKey: TEXT_TO_VOICE labelEn: Speech Synthesis Engines labelZh: 语音合成引擎 + label: + en: Speech Synthesis Engines + zh: 语音合成引擎 required: false type: text - default: "tts-1" @@ -539,6 +737,9 @@ additionalProperties: envKey: TEXT_TO_VOICE_MODEL labelEn: Text to Voice Model labelZh: 文字转语音模型 + label: + en: Text to Voice Model + zh: 文字转语音模型 required: false type: text - default: "alloy" @@ -546,6 +747,9 @@ additionalProperties: envKey: TTS_VOICE_ID labelEn: TTS Voice ID labelZh: TTS 语音 ID + label: + en: TTS Voice ID + zh: TTS 语音 ID required: false type: text - default: "" @@ -553,6 +757,9 @@ additionalProperties: envKey: BAIDU_APP_ID labelEn: Baidu App ID labelZh: 百度 App ID + label: + en: Baidu App ID + zh: 百度 App ID required: false type: text - default: "" @@ -560,6 +767,9 @@ additionalProperties: envKey: BAIDU_API_KEY labelEn: Baidu API Key labelZh: 百度 API 密钥 + label: + en: Baidu API Key + zh: 百度 API 密钥 required: false type: text - default: "" @@ -567,12 +777,19 @@ additionalProperties: envKey: BAIDU_SECRET_KEY labelEn: Baidu Secret Key labelZh: 百度 Secret 密钥 + label: + en: Baidu Secret Key + zh: 百度 Secret 密钥 required: false type: text - default: "1537" edit: true envKey: BAIDU_DEV_PID + labelEn: Baidu Dev PID labelZh: Baidu Dev PID + label: + en: Baidu Dev PID + zh: Baidu Dev PID required: false type: text - default: "" @@ -580,6 +797,9 @@ additionalProperties: envKey: AZURE_VOICE_API_KEY labelEn: Azure Voice API Key labelZh: Azure 语音 API 密钥 + label: + en: Azure Voice API Key + zh: Azure 语音 API 密钥 required: false type: text - default: "japaneast" @@ -587,6 +807,9 @@ additionalProperties: envKey: AZURE_VOICE_REGION labelEn: Azure Voice Region labelZh: Azure 语音区域 + label: + en: Azure Voice Region + zh: Azure 语音区域 required: false type: text - default: "" @@ -594,6 +817,9 @@ additionalProperties: envKey: XI_API_KEY labelEn: Elevenlabs API Key labelZh: Elevenlabs API 密钥 + label: + en: Elevenlabs API Key + zh: Elevenlabs API 密钥 required: false type: text - default: "" @@ -601,6 +827,9 @@ additionalProperties: envKey: XI_VOICE_ID labelEn: Elevenlabs Voice ID labelZh: Elevenlabs 语音 ID + label: + en: Elevenlabs Voice ID + zh: Elevenlabs 语音 ID required: false type: text - default: "false" @@ -608,6 +837,9 @@ additionalProperties: envKey: CHAT_TIME_MODULE labelEn: Chat Time Module labelZh: 服务时间限制 + label: + en: Chat Time Module + zh: 服务时间限制 required: true type: select values: @@ -620,6 +852,9 @@ additionalProperties: envKey: CHAT_START_TIME labelEn: Chat Start Time labelZh: 服务开始时间 + label: + en: Chat Start Time + zh: 服务开始时间 required: false type: text - default: "24:00" @@ -627,6 +862,9 @@ additionalProperties: envKey: CHAT_STOP_TIME labelEn: Chat Stop Time labelZh: 服务结束时间 + label: + en: Chat Stop Time + zh: 服务结束时间 required: false type: text - default: "baidu" @@ -634,6 +872,9 @@ additionalProperties: envKey: TRANSLATE labelEn: Translate labelZh: 翻译引擎 + label: + en: Translate + zh: 翻译引擎 required: false type: text - default: "" @@ -641,6 +882,9 @@ additionalProperties: envKey: BAIDU_TRANSLATE_APP_ID labelEn: Baidu Translate App ID labelZh: 百度翻译 App ID + label: + en: Baidu Translate App ID + zh: 百度翻译 App ID required: false type: text - default: "" @@ -648,6 +892,9 @@ additionalProperties: envKey: BAIDU_TRANSLATE_APP_KEY labelEn: Baidu Translate App Key labelZh: 百度翻译 App 密钥 + label: + en: Baidu Translate App Key + zh: 百度翻译 App 密钥 required: false type: text - default: "false" @@ -655,6 +902,9 @@ additionalProperties: envKey: HOT_RELOAD labelEn: Hot Reload labelZh: 热重载 + label: + en: Hot Reload + zh: 热重载 required: true type: select values: @@ -667,6 +917,9 @@ additionalProperties: envKey: WECHATY_PUPPET_SERVICE_TOKEN labelEn: Wechaty Puppet Service Token labelZh: Wechaty 机器人服务 Token + label: + en: Wechaty Puppet Service Token + zh: Wechaty 机器人服务 Token required: false type: text - default: "" @@ -674,6 +927,9 @@ additionalProperties: envKey: WECHATMP_TOKEN labelEn: WechatMP Token labelZh: 微信公众平台 Token + label: + en: WechatMP Token + zh: 微信公众平台 Token required: false type: text - default: "8080" @@ -681,6 +937,9 @@ additionalProperties: envKey: WECHATMP_PORT labelEn: WechatMP Port labelZh: 微信公众平台端口 + label: + en: WechatMP Port + zh: 微信公众平台端口 required: false type: number - default: "" @@ -688,6 +947,9 @@ additionalProperties: envKey: WECHATMP_APP_ID labelEn: WechatMP App ID labelZh: 微信公众平台 App ID + label: + en: WechatMP App ID + zh: 微信公众平台 App ID required: false type: text - default: "" @@ -695,6 +957,9 @@ additionalProperties: envKey: WECHATMP_APP_SECRET labelEn: WechatMP App Secret labelZh: 微信公众平台 App Secret + label: + en: WechatMP App Secret + zh: 微信公众平台 App Secret required: false type: text - default: "" @@ -702,6 +967,9 @@ additionalProperties: envKey: WECHATMP_AES_KEY labelEn: WechatMP AES Key labelZh: 微信公众平台 AES Key + label: + en: WechatMP AES Key + zh: 微信公众平台 AES Key required: false type: text - default: "" @@ -709,6 +977,9 @@ additionalProperties: envKey: WECHATCOM_CORP_ID labelEn: Wechatcom Corp ID labelZh: 企业微信公司 Corp ID + label: + en: Wechatcom Corp ID + zh: 企业微信公司 Corp ID required: false type: text - default: "" @@ -716,6 +987,9 @@ additionalProperties: envKey: WECHATCOMAPP_TOKEN labelEn: WechatcomApp Token labelZh: 企业微信 App Token + label: + en: WechatcomApp Token + zh: 企业微信 App Token required: false type: text - default: "9898" @@ -723,6 +997,9 @@ additionalProperties: envKey: WECHATCOMAPP_PORT labelEn: WechatcomApp Port labelZh: 企业微信 App 端口 + label: + en: WechatcomApp Port + zh: 企业微信 App 端口 required: false type: number - default: "" @@ -730,6 +1007,9 @@ additionalProperties: envKey: WECHATCOMAPP_SECRET labelEn: WechatcomApp Secret labelZh: 企业微信 App Secret + label: + en: WechatcomApp Secret + zh: 企业微信 App Secret required: false type: text - default: "" @@ -737,6 +1017,9 @@ additionalProperties: envKey: WECHATCOMAPP_AGENT_ID labelEn: WechatcomApp Agent ID labelZh: 企业微信 App Agent ID + label: + en: WechatcomApp Agent ID + zh: 企业微信 App Agent ID required: false type: text - default: "" @@ -744,6 +1027,9 @@ additionalProperties: envKey: WECHATCOMAPP_AES_KEY labelEn: WechatcomApp AES Key labelZh: 企业微信 App AES Key + label: + en: WechatcomApp AES Key + zh: 企业微信 App AES Key required: false type: text - default: "80" @@ -751,6 +1037,9 @@ additionalProperties: envKey: FEISHU_PORT labelEn: Feishu Port labelZh: 飞书 Bot 监听端口 + label: + en: Feishu Port + zh: 飞书 Bot 监听端口 required: false type: number - default: "" @@ -758,6 +1047,9 @@ additionalProperties: envKey: FEISHU_APP_ID labelEn: Feishu App ID labelZh: 飞书机器人应用 App ID + label: + en: Feishu App ID + zh: 飞书机器人应用 App ID required: false type: text - default: "" @@ -765,6 +1057,9 @@ additionalProperties: envKey: FEISHU_APP_SECRET labelEn: Feishu App Secret labelZh: 飞书机器人 App Secret + label: + en: Feishu App Secret + zh: 飞书机器人 App Secret required: false type: text - default: "" @@ -772,6 +1067,9 @@ additionalProperties: envKey: FEISHU_TOKEN labelEn: Feishu Token labelZh: 飞书 Verification Token + label: + en: Feishu Token + zh: 飞书 Verification Token required: false type: text - default: "" @@ -779,6 +1077,9 @@ additionalProperties: envKey: FEISHU_BOT_NAME labelEn: Feishu Bot Name labelZh: 飞书机器人名称 + label: + en: Feishu Bot Name + zh: 飞书机器人名称 required: false type: text - default: "" @@ -786,6 +1087,9 @@ additionalProperties: envKey: DINGTALK_CLIENT_ID labelEn: Dingtalk Client ID labelZh: 钉钉机器人 Client ID + label: + en: Dingtalk Client ID + zh: 钉钉机器人 Client ID required: false type: text - default: "" @@ -793,6 +1097,9 @@ additionalProperties: envKey: DINGTALK_CLIENT_SECRET labelEn: Dingtalk Client Secret labelZh: 钉钉机器人 Client Secret + label: + en: Dingtalk Client Secret + zh: 钉钉机器人 Client Secret required: false type: text - default: "false" @@ -800,6 +1107,9 @@ additionalProperties: envKey: DINGTALK_CARD_ENABLED labelEn: Dingtalk Card Enabled labelZh: 钉钉卡片开启 + label: + en: Dingtalk Card Enabled + zh: 钉钉卡片开启 required: true type: select values: @@ -812,6 +1122,9 @@ additionalProperties: envKey: CLEAR_MEMORY_COMMANDS labelEn: Clear Memory Commands labelZh: 清除记忆指令 + label: + en: Clear Memory Commands + zh: 清除记忆指令 required: false type: text - default: "wx" @@ -819,6 +1132,9 @@ additionalProperties: envKey: CHANNEL_TYPE labelEn: Channel Type labelZh: 通道类型 + label: + en: Channel Type + zh: 通道类型 required: true type: select values: @@ -841,6 +1157,9 @@ additionalProperties: envKey: SUBSCRIBE_MSG labelEn: Subscribe Message labelZh: 订阅消息 + label: + en: Subscribe Message + zh: 订阅消息 required: false type: text - default: "false" @@ -848,6 +1167,9 @@ additionalProperties: envKey: DEBUG labelEn: Debug labelZh: 调试模式 + label: + en: Debug + zh: 调试模式 required: true type: select values: @@ -860,6 +1182,9 @@ additionalProperties: envKey: APPDATA_DIR labelEn: Appdata Directory labelZh: 数据目录 + label: + en: Appdata Directory + zh: 数据目录 required: false type: text - default: "$" @@ -867,6 +1192,9 @@ additionalProperties: envKey: PLUGIN_TRIGGER_PREFIX labelEn: Plugin Trigger Prefix labelZh: 插件触发前缀 + label: + en: Plugin Trigger Prefix + zh: 插件触发前缀 required: false type: text - default: "false" @@ -874,6 +1202,9 @@ additionalProperties: envKey: USE_GLOBAL_PLUGIN_CONFIG labelEn: Use Global Plugin Config labelZh: 使用全局插件配置 + label: + en: Use Global Plugin Config + zh: 使用全局插件配置 required: true type: select values: @@ -886,6 +1217,9 @@ additionalProperties: envKey: MAX_MEDIA_SEND_COUNT labelEn: Max Media Send Count labelZh: 单次最大发送媒体资源数量 + label: + en: Max Media Send Count + zh: 单次最大发送媒体资源数量 required: false type: number - default: "1" @@ -893,6 +1227,9 @@ additionalProperties: envKey: MEDIA_SEND_INTERVAL labelEn: Media Send Interval labelZh: 发送图片事件间隔(秒) + label: + en: Media Send Interval + zh: 发送图片事件间隔(秒) required: false type: number - default: "" @@ -900,6 +1237,9 @@ additionalProperties: envKey: ZHIPU_AI_API_KEY labelEn: Zhipu AI API Key labelZh: 智谱 AI API 密钥 + label: + en: Zhipu AI API Key + zh: 智谱 AI API 密钥 required: false type: text - default: "https://open.bigmodel.cn/api/paas/v4" @@ -907,6 +1247,9 @@ additionalProperties: envKey: ZHIPU_AI_API_BASE labelEn: Zhipu AI API Base labelZh: 智谱 AI API 地址 + label: + en: Zhipu AI API Base + zh: 智谱 AI API 地址 required: false type: text - default: "" @@ -914,6 +1257,9 @@ additionalProperties: envKey: MOONSHOT_API_KEY labelEn: Moonshot API Key labelZh: Moonshot API 密钥 + label: + en: Moonshot API Key + zh: Moonshot API 密钥 required: false type: text - default: "https://api.moonshot.cn/v1/chat/completions" @@ -921,6 +1267,9 @@ additionalProperties: envKey: MOONSHOT_BASE_URL labelEn: Moonshot Base URL labelZh: Moonshot API 地址 + label: + en: Moonshot Base URL + zh: Moonshot API 地址 required: false type: text - default: "false" @@ -928,6 +1277,9 @@ additionalProperties: envKey: USE_LINKAI labelEn: Use LinkAI labelZh: 使用 LinkAI + label: + en: Use LinkAI + zh: 使用 LinkAI required: true type: select values: @@ -940,6 +1292,9 @@ additionalProperties: envKey: LINKAI_API_KEY labelEn: LinkAI API Key labelZh: LinkAI API 密钥 + label: + en: LinkAI API Key + zh: LinkAI API 密钥 required: false type: text - default: "" @@ -947,6 +1302,9 @@ additionalProperties: envKey: LINKAI_APP_CODE labelEn: LinkAI App Code labelZh: LinkAI App Code + label: + en: LinkAI App Code + zh: LinkAI App Code required: false type: text - default: "https://api.link-ai.tech" @@ -954,5 +1312,8 @@ additionalProperties: envKey: LINKAI_API_BASE labelEn: LinkAI API Base labelZh: LinkAI API 地址 + label: + en: LinkAI API Base + zh: LinkAI API 地址 required: false type: text diff --git a/apps/chatgpt-on-wechat/latest/data.yml b/apps/chatgpt-on-wechat/latest/data.yml index c87609869..67058e9d5 100644 --- a/apps/chatgpt-on-wechat/latest/data.yml +++ b/apps/chatgpt-on-wechat/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OPEN_AI_API_KEY labelEn: OpenAI API Key labelZh: OpenAI API 密钥 + label: + en: OpenAI API Key + zh: OpenAI API 密钥 required: false type: text - default: "https://api.openai.com/v1" @@ -12,6 +15,9 @@ additionalProperties: envKey: OPEN_AI_API_BASE labelEn: OpenAI API Base labelZh: OpenAI API 基础地址 + label: + en: OpenAI API Base + zh: OpenAI API 基础地址 required: false type: text - default: "gpt-3.5-turbo" @@ -19,6 +25,9 @@ additionalProperties: envKey: MODEL labelEn: Model labelZh: 模型 + label: + en: Model + zh: 模型 required: false type: text - default: "false" @@ -26,6 +35,9 @@ additionalProperties: envKey: USE_AZURE_CHATGPT labelEn: Use Azure ChatGPT labelZh: 使用 Azure ChatGPT + label: + en: Use Azure ChatGPT + zh: 使用 Azure ChatGPT required: false type: select values: @@ -38,6 +50,9 @@ additionalProperties: envKey: AZURE_DEPLOYMENT_ID labelEn: Azure Deployment ID labelZh: Azure 部署 ID + label: + en: Azure Deployment ID + zh: Azure 部署 ID required: false type: text - default: "" @@ -45,6 +60,9 @@ additionalProperties: envKey: AZURE_API_VERSION labelEn: Azure API Version labelZh: Azure API 版本 + label: + en: Azure API Version + zh: Azure API 版本 required: false type: text - default: "" @@ -52,6 +70,9 @@ additionalProperties: envKey: PROXY labelEn: Proxy labelZh: 代理 + label: + en: Proxy + zh: 代理 required: false type: text - default: '["bot", "@bot"]' @@ -59,6 +80,9 @@ additionalProperties: envKey: SINGLE_CHAT_PREFIX labelEn: Single Chat Prefix labelZh: 私聊前缀 + label: + en: Single Chat Prefix + zh: 私聊前缀 required: true type: text - default: "[bot] " @@ -66,6 +90,9 @@ additionalProperties: envKey: SINGLE_CHAT_REPLY_PREFIX labelEn: Single Chat Reply Prefix labelZh: 私聊回复前缀 + label: + en: Single Chat Reply Prefix + zh: 私聊回复前缀 required: false type: text - default: "" @@ -73,6 +100,9 @@ additionalProperties: envKey: SINGLE_CHAT_REPLY_SUFFIX labelEn: Single Chat Reply Suffix labelZh: 私聊回复后缀 + label: + en: Single Chat Reply Suffix + zh: 私聊回复后缀 required: false type: text - default: '["@bot"]' @@ -80,6 +110,9 @@ additionalProperties: envKey: GROUP_CHAT_PREFIX labelEn: Group Chat Prefix labelZh: 群聊前缀 + label: + en: Group Chat Prefix + zh: 群聊前缀 required: false type: text - default: "" @@ -87,6 +120,9 @@ additionalProperties: envKey: GROUP_CHAT_REPLY_PREFIX labelEn: Group Chat Reply Prefix labelZh: 群聊回复前缀 + label: + en: Group Chat Reply Prefix + zh: 群聊回复前缀 required: false type: text - default: "" @@ -94,6 +130,9 @@ additionalProperties: envKey: GROUP_CHAT_REPLY_SUFFIX labelEn: Group Chat Reply Suffix labelZh: 群聊回复后缀 + label: + en: Group Chat Reply Suffix + zh: 群聊回复后缀 required: false type: text - default: '[]' @@ -101,6 +140,9 @@ additionalProperties: envKey: GROUP_CHAT_KEYWORD labelEn: Keywords for triggering replies in group chats labelZh: 群聊触发回复的关键词 + label: + en: Keywords for triggering replies in group chats + zh: 群聊触发回复的关键词 required: false type: text - default: "false" @@ -108,6 +150,9 @@ additionalProperties: envKey: GROUP_AT_OFF labelEn: Group At Off labelZh: 关闭群聊@bot触发 + label: + en: Group At Off + zh: 关闭群聊@bot触发 required: false type: select values: @@ -120,6 +165,9 @@ additionalProperties: envKey: GROUP_NAME_WHITE_LIST labelEn: Group Name White List labelZh: 群名称白名单 + label: + en: Group Name White List + zh: 群名称白名单 required: false type: text - default: '[]' @@ -127,6 +175,9 @@ additionalProperties: envKey: GROUP_NAME_KEYWORD_WHITE_LIST labelEn: Group Name Keyword White List labelZh: 群名称关键词白名单 + label: + en: Group Name Keyword White List + zh: 群名称关键词白名单 required: false type: text - default: '["ChatGPT测试群"]' @@ -134,6 +185,9 @@ additionalProperties: envKey: GROUP_CHAT_IN_ONE_SESSION labelEn: Group names that support session context sharing labelZh: 支持会话上下文共享的群名称 + label: + en: Group names that support session context sharing + zh: 支持会话上下文共享的群名称 required: false type: text - default: '[]' @@ -141,6 +195,9 @@ additionalProperties: envKey: NICK_NAME_BLACK_LIST labelEn: Nickname Blacklist labelZh: 昵称黑名单 + label: + en: Nickname Blacklist + zh: 昵称黑名单 required: false type: text - default: "" @@ -148,6 +205,9 @@ additionalProperties: envKey: GROUP_WELCOME_MSG labelEn: Group Welcome Message labelZh: 群欢迎信息 + label: + en: Group Welcome Message + zh: 群欢迎信息 required: false type: text - default: "false" @@ -155,6 +215,9 @@ additionalProperties: envKey: TRIGGER_BY_SELF labelEn: Trigger by Self labelZh: 是否允许机器人触发 + label: + en: Trigger by Self + zh: 是否允许机器人触发 required: false type: select values: @@ -167,6 +230,9 @@ additionalProperties: envKey: TEXT_TO_IMAGE labelEn: Text to Image Model labelZh: 图片生成模型 + label: + en: Text to Image Model + zh: 图片生成模型 required: false type: select values: @@ -179,6 +245,9 @@ additionalProperties: envKey: DALLE3_IMAGE_STYLE labelEn: Dall-E 3 Image Style labelZh: Dall-E 3 图片风格 + label: + en: Dall-E 3 Image Style + zh: Dall-E 3 图片风格 required: false type: select values: @@ -191,6 +260,9 @@ additionalProperties: envKey: DALLE3_IMAGE_QUALITY labelEn: Dall-E 3 Image Quality labelZh: Dall-E 3 图片质量 + label: + en: Dall-E 3 Image Quality + zh: Dall-E 3 图片质量 required: false type: select values: @@ -203,6 +275,9 @@ additionalProperties: envKey: AZURE_OPENAI_DALLE_API_BASE labelEn: Azure OpenAI Dall-E API Base labelZh: Azure OpenAI Dall-E API 基础地址 + label: + en: Azure OpenAI Dall-E API Base + zh: Azure OpenAI Dall-E API 基础地址 required: false type: text - default: "" @@ -210,6 +285,9 @@ additionalProperties: envKey: AZURE_OPENAI_DALLE_API_KEY labelEn: Azure OpenAI Dall-E API Key labelZh: Azure OpenAI Dall-E API 密钥 + label: + en: Azure OpenAI Dall-E API Key + zh: Azure OpenAI Dall-E API 密钥 required: false type: text - default: "" @@ -217,6 +295,9 @@ additionalProperties: envKey: AZURE_OPENAI_DALLE_DEPLOYMENT_ID labelEn: Azure OpenAI Dall-E Deployment ID labelZh: Azure OpenAI Dall-E 部署 ID + label: + en: Azure OpenAI Dall-E Deployment ID + zh: Azure OpenAI Dall-E 部署 ID required: false type: text - default: "true" @@ -224,6 +305,9 @@ additionalProperties: envKey: IMAGE_PROXY labelEn: Image Proxy labelZh: 图片代理 + label: + en: Image Proxy + zh: 图片代理 required: false type: select values: @@ -236,6 +320,9 @@ additionalProperties: envKey: IMAGE_CREATE_PREFIX labelEn: Prefix when image reply needs to be enabled labelZh: 开启图片回复的前缀 + label: + en: Prefix when image reply needs to be enabled + zh: 开启图片回复的前缀 required: false type: text - default: "1" @@ -243,6 +330,9 @@ additionalProperties: envKey: CONCURRENCY_IN_SESSION labelEn: Concurrency in Session labelZh: 会话并发数 + label: + en: Concurrency in Session + zh: 会话并发数 required: false type: number - default: "256x256" @@ -250,6 +340,9 @@ additionalProperties: envKey: IMAGE_CREATE_SIZE labelEn: Image Create Size labelZh: 图片生成大小 + label: + en: Image Create Size + zh: 图片生成大小 required: false type: select values: @@ -264,6 +357,9 @@ additionalProperties: envKey: GROUP_CHAT_EXIT_GROUP labelEn: Group Chat Exit Group labelZh: 退出群聊 + label: + en: Group Chat Exit Group + zh: 退出群聊 required: false type: select values: @@ -276,6 +372,9 @@ additionalProperties: envKey: EXPIRES_IN_SECONDS labelEn: Expires in Seconds labelZh: 会话过期时间 + label: + en: Expires in Seconds + zh: 会话过期时间 required: false type: number - default: "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。" @@ -283,6 +382,9 @@ additionalProperties: envKey: CHARACTER_DESC labelEn: Character Description labelZh: 人格描述 + label: + en: Character Description + zh: 人格描述 required: false type: text - default: "1000" @@ -290,6 +392,9 @@ additionalProperties: envKey: CONVERSATION_MAX_TOKENS labelEn: Conversation Max Tokens labelZh: 会话最大字符数 + label: + en: Conversation Max Tokens + zh: 会话最大字符数 required: false type: number - default: "20" @@ -297,6 +402,9 @@ additionalProperties: envKey: RATE_LIMIT_CHATGPT labelEn: Rate Limit ChatGPT labelZh: ChatGPT 调用频率限制 + label: + en: Rate Limit ChatGPT + zh: ChatGPT 调用频率限制 required: false type: number - default: "50" @@ -304,6 +412,9 @@ additionalProperties: envKey: RATE_LIMIT_DALLE labelEn: Rate Limit DALL-E labelZh: DALL-E 调用频率限制 + label: + en: Rate Limit DALL-E + zh: DALL-E 调用频率限制 required: false type: number - default: "0.9" @@ -311,6 +422,9 @@ additionalProperties: envKey: TEMPERATURE labelEn: Temperature labelZh: 温度 + label: + en: Temperature + zh: 温度 required: false type: text - default: "0.9" @@ -318,6 +432,9 @@ additionalProperties: envKey: TOP_P labelEn: Top P labelZh: Top P + label: + en: Top P + zh: Top P required: false type: text - default: "0.0" @@ -325,6 +442,9 @@ additionalProperties: envKey: FREQUENCY_PENALTY labelEn: Frequency Penalty labelZh: 频率惩罚 + label: + en: Frequency Penalty + zh: 频率惩罚 required: false type: text - default: "0.0" @@ -332,6 +452,9 @@ additionalProperties: envKey: PRESENCE_PENALTY labelEn: Presence Penalty labelZh: 存在惩罚 + label: + en: Presence Penalty + zh: 存在惩罚 required: false type: text - default: "30" @@ -339,6 +462,9 @@ additionalProperties: envKey: REQUEST_TIMEOUT labelEn: Request Timeout labelZh: 请求超时时间 + label: + en: Request Timeout + zh: 请求超时时间 required: false type: number - default: "30" @@ -346,6 +472,9 @@ additionalProperties: envKey: TIMEOUT labelEn: Timeout labelZh: 超时时间 + label: + en: Timeout + zh: 超时时间 required: false type: number - default: "eb-instant" @@ -353,6 +482,9 @@ additionalProperties: envKey: BAIDU_WENXIN_MODEL labelEn: Baidu Wenxin Model labelZh: 百度文心模型 + label: + en: Baidu Wenxin Model + zh: 百度文心模型 required: false type: text - default: "" @@ -360,6 +492,9 @@ additionalProperties: envKey: BAIDU_WENXIN_API_KEY labelEn: Baidu Wenxin API Key labelZh: 百度文心 API 密钥 + label: + en: Baidu Wenxin API Key + zh: 百度文心 API 密钥 required: false type: text - default: "" @@ -367,6 +502,9 @@ additionalProperties: envKey: BAIDU_WENXIN_SECRET_KEY labelEn: Baidu Wenxin Secret Key labelZh: 百度文心 Secret 密钥 + label: + en: Baidu Wenxin Secret Key + zh: 百度文心 Secret 密钥 required: false type: text - default: "" @@ -374,6 +512,9 @@ additionalProperties: envKey: XUNFEI_APP_ID labelEn: Xunfei App ID labelZh: 讯飞 App ID + label: + en: Xunfei App ID + zh: 讯飞 App ID required: false type: text - default: "" @@ -381,6 +522,9 @@ additionalProperties: envKey: XUNFEI_API_KEY labelEn: Xunfei API Key labelZh: 讯飞 API 密钥 + label: + en: Xunfei API Key + zh: 讯飞 API 密钥 required: false type: text - default: "" @@ -388,6 +532,9 @@ additionalProperties: envKey: XUNFEI_API_SECRET labelEn: Xunfei API Secret labelZh: 讯飞 API Secret + label: + en: Xunfei API Secret + zh: 讯飞 API Secret required: false type: text - default: "" @@ -395,6 +542,9 @@ additionalProperties: envKey: CLAUDE_API_COOKIE labelEn: Claude API Cookie labelZh: Claude API Cookie + label: + en: Claude API Cookie + zh: Claude API Cookie required: false type: text - default: "" @@ -402,6 +552,9 @@ additionalProperties: envKey: CLAUDE_UUID labelEn: Claude UUID labelZh: Claude UUID + label: + en: Claude UUID + zh: Claude UUID required: false type: text - default: "" @@ -409,6 +562,9 @@ additionalProperties: envKey: CLAUDE_API_KEY labelEn: Claude API Key labelZh: Claude API 密钥 + label: + en: Claude API Key + zh: Claude API 密钥 required: false type: text - default: "" @@ -416,6 +572,9 @@ additionalProperties: envKey: QWEN_ACCESS_KEY_ID labelEn: Qwen Access Key ID labelZh: 通义千问 Access Key ID + label: + en: Qwen Access Key ID + zh: 通义千问 Access Key ID required: false type: text - default: "" @@ -423,6 +582,9 @@ additionalProperties: envKey: QWEN_ACCESS_KEY_SECRET labelEn: Qwen Access Key Secret labelZh: 通义千问 Access Key Secret + label: + en: Qwen Access Key Secret + zh: 通义千问 Access Key Secret required: false type: text - default: "" @@ -430,6 +592,9 @@ additionalProperties: envKey: QWEN_AGENT_KEY labelEn: Qwen Agent Key labelZh: 通义千问 Agent Key + label: + en: Qwen Agent Key + zh: 通义千问 Agent Key required: false type: text - default: "" @@ -437,6 +602,9 @@ additionalProperties: envKey: QWEN_APP_ID labelEn: Qwen App ID labelZh: 通义千问 App ID + label: + en: Qwen App ID + zh: 通义千问 App ID required: false type: text - default: "" @@ -444,6 +612,9 @@ additionalProperties: envKey: QWEN_NODE_ID labelEn: Qwen Node ID labelZh: 通义千问 Node ID + label: + en: Qwen Node ID + zh: 通义千问 Node ID required: false type: text - default: "" @@ -451,6 +622,9 @@ additionalProperties: envKey: DASHSCOPE_API_KEY labelEn: Dashscope API Key labelZh: Dashscope API 密钥 + label: + en: Dashscope API Key + zh: Dashscope API 密钥 required: false type: text - default: "" @@ -458,6 +632,9 @@ additionalProperties: envKey: GEMINI_API_KEY labelEn: Gemini API Key labelZh: Gemini API 密钥 + label: + en: Gemini API Key + zh: Gemini API 密钥 required: false type: text - default: "true" @@ -465,6 +642,9 @@ additionalProperties: envKey: WEWORK_SMART labelEn: WeWork Smart labelZh: WeWork 智能 + label: + en: WeWork Smart + zh: WeWork 智能 required: true type: select values: @@ -477,6 +657,9 @@ additionalProperties: envKey: SPEECH_RECOGNITION labelEn: Speech Recognition labelZh: 语音识别 + label: + en: Speech Recognition + zh: 语音识别 required: true type: select values: @@ -489,6 +672,9 @@ additionalProperties: envKey: GROUP_SPEECH_RECOGNITION labelEn: Group Speech Recognition labelZh: 群聊语音识别 + label: + en: Group Speech Recognition + zh: 群聊语音识别 required: true type: select values: @@ -501,6 +687,9 @@ additionalProperties: envKey: VOICE_REPLY_VOICE labelEn: Speech Response Speech labelZh: 语音回复语音 + label: + en: Speech Response Speech + zh: 语音回复语音 required: true type: select values: @@ -513,6 +702,9 @@ additionalProperties: envKey: ALWAYS_REPLY_VOICE labelEn: Always Reply Voice labelZh: 总是语音回复 + label: + en: Always Reply Voice + zh: 总是语音回复 required: true type: select values: @@ -525,6 +717,9 @@ additionalProperties: envKey: VOICE_TO_TEXT labelEn: Speech Recognition Engines labelZh: 语音识别引擎 + label: + en: Speech Recognition Engines + zh: 语音识别引擎 required: false type: text - default: "false" @@ -532,6 +727,9 @@ additionalProperties: envKey: TEXT_TO_VOICE labelEn: Speech Synthesis Engines labelZh: 语音合成引擎 + label: + en: Speech Synthesis Engines + zh: 语音合成引擎 required: false type: text - default: "tts-1" @@ -539,6 +737,9 @@ additionalProperties: envKey: TEXT_TO_VOICE_MODEL labelEn: Text to Voice Model labelZh: 文字转语音模型 + label: + en: Text to Voice Model + zh: 文字转语音模型 required: false type: text - default: "alloy" @@ -546,6 +747,9 @@ additionalProperties: envKey: TTS_VOICE_ID labelEn: TTS Voice ID labelZh: TTS 语音 ID + label: + en: TTS Voice ID + zh: TTS 语音 ID required: false type: text - default: "" @@ -553,6 +757,9 @@ additionalProperties: envKey: BAIDU_APP_ID labelEn: Baidu App ID labelZh: 百度 App ID + label: + en: Baidu App ID + zh: 百度 App ID required: false type: text - default: "" @@ -560,6 +767,9 @@ additionalProperties: envKey: BAIDU_API_KEY labelEn: Baidu API Key labelZh: 百度 API 密钥 + label: + en: Baidu API Key + zh: 百度 API 密钥 required: false type: text - default: "" @@ -567,12 +777,19 @@ additionalProperties: envKey: BAIDU_SECRET_KEY labelEn: Baidu Secret Key labelZh: 百度 Secret 密钥 + label: + en: Baidu Secret Key + zh: 百度 Secret 密钥 required: false type: text - default: "1537" edit: true envKey: BAIDU_DEV_PID + labelEn: Baidu Dev PID labelZh: Baidu Dev PID + label: + en: Baidu Dev PID + zh: Baidu Dev PID required: false type: text - default: "" @@ -580,6 +797,9 @@ additionalProperties: envKey: AZURE_VOICE_API_KEY labelEn: Azure Voice API Key labelZh: Azure 语音 API 密钥 + label: + en: Azure Voice API Key + zh: Azure 语音 API 密钥 required: false type: text - default: "japaneast" @@ -587,6 +807,9 @@ additionalProperties: envKey: AZURE_VOICE_REGION labelEn: Azure Voice Region labelZh: Azure 语音区域 + label: + en: Azure Voice Region + zh: Azure 语音区域 required: false type: text - default: "" @@ -594,6 +817,9 @@ additionalProperties: envKey: XI_API_KEY labelEn: Elevenlabs API Key labelZh: Elevenlabs API 密钥 + label: + en: Elevenlabs API Key + zh: Elevenlabs API 密钥 required: false type: text - default: "" @@ -601,6 +827,9 @@ additionalProperties: envKey: XI_VOICE_ID labelEn: Elevenlabs Voice ID labelZh: Elevenlabs 语音 ID + label: + en: Elevenlabs Voice ID + zh: Elevenlabs 语音 ID required: false type: text - default: "false" @@ -608,6 +837,9 @@ additionalProperties: envKey: CHAT_TIME_MODULE labelEn: Chat Time Module labelZh: 服务时间限制 + label: + en: Chat Time Module + zh: 服务时间限制 required: true type: select values: @@ -620,6 +852,9 @@ additionalProperties: envKey: CHAT_START_TIME labelEn: Chat Start Time labelZh: 服务开始时间 + label: + en: Chat Start Time + zh: 服务开始时间 required: false type: text - default: "24:00" @@ -627,6 +862,9 @@ additionalProperties: envKey: CHAT_STOP_TIME labelEn: Chat Stop Time labelZh: 服务结束时间 + label: + en: Chat Stop Time + zh: 服务结束时间 required: false type: text - default: "baidu" @@ -634,6 +872,9 @@ additionalProperties: envKey: TRANSLATE labelEn: Translate labelZh: 翻译引擎 + label: + en: Translate + zh: 翻译引擎 required: false type: text - default: "" @@ -641,6 +882,9 @@ additionalProperties: envKey: BAIDU_TRANSLATE_APP_ID labelEn: Baidu Translate App ID labelZh: 百度翻译 App ID + label: + en: Baidu Translate App ID + zh: 百度翻译 App ID required: false type: text - default: "" @@ -648,6 +892,9 @@ additionalProperties: envKey: BAIDU_TRANSLATE_APP_KEY labelEn: Baidu Translate App Key labelZh: 百度翻译 App 密钥 + label: + en: Baidu Translate App Key + zh: 百度翻译 App 密钥 required: false type: text - default: "false" @@ -655,6 +902,9 @@ additionalProperties: envKey: HOT_RELOAD labelEn: Hot Reload labelZh: 热重载 + label: + en: Hot Reload + zh: 热重载 required: true type: select values: @@ -667,6 +917,9 @@ additionalProperties: envKey: WECHATY_PUPPET_SERVICE_TOKEN labelEn: Wechaty Puppet Service Token labelZh: Wechaty 机器人服务 Token + label: + en: Wechaty Puppet Service Token + zh: Wechaty 机器人服务 Token required: false type: text - default: "" @@ -674,6 +927,9 @@ additionalProperties: envKey: WECHATMP_TOKEN labelEn: WechatMP Token labelZh: 微信公众平台 Token + label: + en: WechatMP Token + zh: 微信公众平台 Token required: false type: text - default: "8080" @@ -681,6 +937,9 @@ additionalProperties: envKey: WECHATMP_PORT labelEn: WechatMP Port labelZh: 微信公众平台端口 + label: + en: WechatMP Port + zh: 微信公众平台端口 required: false type: number - default: "" @@ -688,6 +947,9 @@ additionalProperties: envKey: WECHATMP_APP_ID labelEn: WechatMP App ID labelZh: 微信公众平台 App ID + label: + en: WechatMP App ID + zh: 微信公众平台 App ID required: false type: text - default: "" @@ -695,6 +957,9 @@ additionalProperties: envKey: WECHATMP_APP_SECRET labelEn: WechatMP App Secret labelZh: 微信公众平台 App Secret + label: + en: WechatMP App Secret + zh: 微信公众平台 App Secret required: false type: text - default: "" @@ -702,6 +967,9 @@ additionalProperties: envKey: WECHATMP_AES_KEY labelEn: WechatMP AES Key labelZh: 微信公众平台 AES Key + label: + en: WechatMP AES Key + zh: 微信公众平台 AES Key required: false type: text - default: "" @@ -709,6 +977,9 @@ additionalProperties: envKey: WECHATCOM_CORP_ID labelEn: Wechatcom Corp ID labelZh: 企业微信公司 Corp ID + label: + en: Wechatcom Corp ID + zh: 企业微信公司 Corp ID required: false type: text - default: "" @@ -716,6 +987,9 @@ additionalProperties: envKey: WECHATCOMAPP_TOKEN labelEn: WechatcomApp Token labelZh: 企业微信 App Token + label: + en: WechatcomApp Token + zh: 企业微信 App Token required: false type: text - default: "9898" @@ -723,6 +997,9 @@ additionalProperties: envKey: WECHATCOMAPP_PORT labelEn: WechatcomApp Port labelZh: 企业微信 App 端口 + label: + en: WechatcomApp Port + zh: 企业微信 App 端口 required: false type: number - default: "" @@ -730,6 +1007,9 @@ additionalProperties: envKey: WECHATCOMAPP_SECRET labelEn: WechatcomApp Secret labelZh: 企业微信 App Secret + label: + en: WechatcomApp Secret + zh: 企业微信 App Secret required: false type: text - default: "" @@ -737,6 +1017,9 @@ additionalProperties: envKey: WECHATCOMAPP_AGENT_ID labelEn: WechatcomApp Agent ID labelZh: 企业微信 App Agent ID + label: + en: WechatcomApp Agent ID + zh: 企业微信 App Agent ID required: false type: text - default: "" @@ -744,6 +1027,9 @@ additionalProperties: envKey: WECHATCOMAPP_AES_KEY labelEn: WechatcomApp AES Key labelZh: 企业微信 App AES Key + label: + en: WechatcomApp AES Key + zh: 企业微信 App AES Key required: false type: text - default: "80" @@ -751,6 +1037,9 @@ additionalProperties: envKey: FEISHU_PORT labelEn: Feishu Port labelZh: 飞书 Bot 监听端口 + label: + en: Feishu Port + zh: 飞书 Bot 监听端口 required: false type: number - default: "" @@ -758,6 +1047,9 @@ additionalProperties: envKey: FEISHU_APP_ID labelEn: Feishu App ID labelZh: 飞书机器人应用 App ID + label: + en: Feishu App ID + zh: 飞书机器人应用 App ID required: false type: text - default: "" @@ -765,6 +1057,9 @@ additionalProperties: envKey: FEISHU_APP_SECRET labelEn: Feishu App Secret labelZh: 飞书机器人 App Secret + label: + en: Feishu App Secret + zh: 飞书机器人 App Secret required: false type: text - default: "" @@ -772,6 +1067,9 @@ additionalProperties: envKey: FEISHU_TOKEN labelEn: Feishu Token labelZh: 飞书 Verification Token + label: + en: Feishu Token + zh: 飞书 Verification Token required: false type: text - default: "" @@ -779,6 +1077,9 @@ additionalProperties: envKey: FEISHU_BOT_NAME labelEn: Feishu Bot Name labelZh: 飞书机器人名称 + label: + en: Feishu Bot Name + zh: 飞书机器人名称 required: false type: text - default: "" @@ -786,6 +1087,9 @@ additionalProperties: envKey: DINGTALK_CLIENT_ID labelEn: Dingtalk Client ID labelZh: 钉钉机器人 Client ID + label: + en: Dingtalk Client ID + zh: 钉钉机器人 Client ID required: false type: text - default: "" @@ -793,6 +1097,9 @@ additionalProperties: envKey: DINGTALK_CLIENT_SECRET labelEn: Dingtalk Client Secret labelZh: 钉钉机器人 Client Secret + label: + en: Dingtalk Client Secret + zh: 钉钉机器人 Client Secret required: false type: text - default: "false" @@ -800,6 +1107,9 @@ additionalProperties: envKey: DINGTALK_CARD_ENABLED labelEn: Dingtalk Card Enabled labelZh: 钉钉卡片开启 + label: + en: Dingtalk Card Enabled + zh: 钉钉卡片开启 required: true type: select values: @@ -812,6 +1122,9 @@ additionalProperties: envKey: CLEAR_MEMORY_COMMANDS labelEn: Clear Memory Commands labelZh: 清除记忆指令 + label: + en: Clear Memory Commands + zh: 清除记忆指令 required: false type: text - default: "wx" @@ -819,6 +1132,9 @@ additionalProperties: envKey: CHANNEL_TYPE labelEn: Channel Type labelZh: 通道类型 + label: + en: Channel Type + zh: 通道类型 required: true type: select values: @@ -841,6 +1157,9 @@ additionalProperties: envKey: SUBSCRIBE_MSG labelEn: Subscribe Message labelZh: 订阅消息 + label: + en: Subscribe Message + zh: 订阅消息 required: false type: text - default: "false" @@ -848,6 +1167,9 @@ additionalProperties: envKey: DEBUG labelEn: Debug labelZh: 调试模式 + label: + en: Debug + zh: 调试模式 required: true type: select values: @@ -860,6 +1182,9 @@ additionalProperties: envKey: APPDATA_DIR labelEn: Appdata Directory labelZh: 数据目录 + label: + en: Appdata Directory + zh: 数据目录 required: false type: text - default: "$" @@ -867,6 +1192,9 @@ additionalProperties: envKey: PLUGIN_TRIGGER_PREFIX labelEn: Plugin Trigger Prefix labelZh: 插件触发前缀 + label: + en: Plugin Trigger Prefix + zh: 插件触发前缀 required: false type: text - default: "false" @@ -874,6 +1202,9 @@ additionalProperties: envKey: USE_GLOBAL_PLUGIN_CONFIG labelEn: Use Global Plugin Config labelZh: 使用全局插件配置 + label: + en: Use Global Plugin Config + zh: 使用全局插件配置 required: true type: select values: @@ -886,6 +1217,9 @@ additionalProperties: envKey: MAX_MEDIA_SEND_COUNT labelEn: Max Media Send Count labelZh: 单次最大发送媒体资源数量 + label: + en: Max Media Send Count + zh: 单次最大发送媒体资源数量 required: false type: number - default: "1" @@ -893,6 +1227,9 @@ additionalProperties: envKey: MEDIA_SEND_INTERVAL labelEn: Media Send Interval labelZh: 发送图片事件间隔(秒) + label: + en: Media Send Interval + zh: 发送图片事件间隔(秒) required: false type: number - default: "" @@ -900,6 +1237,9 @@ additionalProperties: envKey: ZHIPU_AI_API_KEY labelEn: Zhipu AI API Key labelZh: 智谱 AI API 密钥 + label: + en: Zhipu AI API Key + zh: 智谱 AI API 密钥 required: false type: text - default: "https://open.bigmodel.cn/api/paas/v4" @@ -907,6 +1247,9 @@ additionalProperties: envKey: ZHIPU_AI_API_BASE labelEn: Zhipu AI API Base labelZh: 智谱 AI API 地址 + label: + en: Zhipu AI API Base + zh: 智谱 AI API 地址 required: false type: text - default: "" @@ -914,6 +1257,9 @@ additionalProperties: envKey: MOONSHOT_API_KEY labelEn: Moonshot API Key labelZh: Moonshot API 密钥 + label: + en: Moonshot API Key + zh: Moonshot API 密钥 required: false type: text - default: "https://api.moonshot.cn/v1/chat/completions" @@ -921,6 +1267,9 @@ additionalProperties: envKey: MOONSHOT_BASE_URL labelEn: Moonshot Base URL labelZh: Moonshot API 地址 + label: + en: Moonshot Base URL + zh: Moonshot API 地址 required: false type: text - default: "false" @@ -928,6 +1277,9 @@ additionalProperties: envKey: USE_LINKAI labelEn: Use LinkAI labelZh: 使用 LinkAI + label: + en: Use LinkAI + zh: 使用 LinkAI required: true type: select values: @@ -940,6 +1292,9 @@ additionalProperties: envKey: LINKAI_API_KEY labelEn: LinkAI API Key labelZh: LinkAI API 密钥 + label: + en: LinkAI API Key + zh: LinkAI API 密钥 required: false type: text - default: "" @@ -947,6 +1302,9 @@ additionalProperties: envKey: LINKAI_APP_CODE labelEn: LinkAI App Code labelZh: LinkAI App Code + label: + en: LinkAI App Code + zh: LinkAI App Code required: false type: text - default: "https://api.link-ai.tech" @@ -954,5 +1312,8 @@ additionalProperties: envKey: LINKAI_API_BASE labelEn: LinkAI API Base labelZh: LinkAI API 地址 + label: + en: LinkAI API Base + zh: LinkAI API 地址 required: false type: text diff --git a/apps/chatgpt-web/latest/data.yml b/apps/chatgpt-web/latest/data.yml index a459a860a..d97c82bad 100644 --- a/apps/chatgpt-web/latest/data.yml +++ b/apps/chatgpt-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: ACCESS_TOKEN labelEn: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session) labelZh: OPENAI ACCESS TOKEN(与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session) + label: + en: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session) + zh: OPENAI ACCESS TOKEN(与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session) required: false type: text - default: https://bypass.duti.tech/api/conversation @@ -20,6 +26,9 @@ additionalProperties: envKey: REVERSE_PROXY labelEn: API reverse proxy, optional (enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability) labelZh: API反向代理,可选(OPENAI ACCESS TOKEN时默认启用,需要注意可用性) + label: + en: API reverse proxy, optional (enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability) + zh: API反向代理,可选(OPENAI ACCESS TOKEN时默认启用,需要注意可用性) required: false type: text - default: '' @@ -27,6 +36,9 @@ additionalProperties: envKey: API_KEY labelEn: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN) labelZh: OPENAI API KEY(与OPENAI ACCESS TOKEN至少填一个) + label: + en: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN) + zh: OPENAI API KEY(与OPENAI ACCESS TOKEN至少填一个) required: false type: text - default: gpt-3.5-turbo @@ -34,6 +46,9 @@ additionalProperties: envKey: API_MODEL labelEn: API model, optional, available when setting OPENAI API KEY(https://platform.openai.com/docs/models) labelZh: API模型,可选,设置OPENAI API KEY时可用(https://platform.openai.com/docs/models) + label: + en: API model, optional, available when setting OPENAI API KEY(https://platform.openai.com/docs/models) + zh: API模型,可选,设置OPENAI API KEY时可用(https://platform.openai.com/docs/models) required: false type: text - default: https://api.openai.com @@ -41,6 +56,9 @@ additionalProperties: envKey: API_BASE_URL labelEn: API interface address, optional, available when setting OPENAI API KEY labelZh: API接口地址,可选,设置OPENAI API KEY时可用 + label: + en: API interface address, optional, available when setting OPENAI API KEY + zh: API接口地址,可选,设置OPENAI API KEY时可用 required: false type: text - default: chatgptweb @@ -48,6 +66,9 @@ additionalProperties: envKey: SECRET_KEY labelEn: Access rights key, optional (recommended) labelZh: 访问权限密钥,可选(强烈建议填写) + label: + en: Access rights key, optional (recommended) + zh: 访问权限密钥,可选(强烈建议填写) random: true required: false rule: paramComplexity @@ -57,6 +78,9 @@ additionalProperties: envKey: REQUEST_LIMIT labelEn: Maximum number of requests per hour, optional, default unlimited labelZh: 每小时最大请求次数,可选,默认无限 + label: + en: Maximum number of requests per hour, optional, default unlimited + zh: 每小时最大请求次数,可选,默认无限 required: false type: text - default: '60000' @@ -64,6 +88,9 @@ additionalProperties: envKey: TIMEOUT labelEn: Timeout, in milliseconds, optional labelZh: 超时,单位毫秒,可选 + label: + en: Timeout, in milliseconds, optional + zh: 超时,单位毫秒,可选 required: false type: text - default: '' @@ -71,6 +98,9 @@ additionalProperties: envKey: PROXY_HOST labelEn: Socks proxy address, optional, effective when combined with Socks proxy port labelZh: Socks代理地址,可选,和Socks代理端口一起时生效 + label: + en: Socks proxy address, optional, effective when combined with Socks proxy port + zh: Socks代理地址,可选,和Socks代理端口一起时生效 required: false type: text - default: '' @@ -78,6 +108,9 @@ additionalProperties: envKey: PROXY_PORT labelEn: Socks proxy port, optional, effective when combined with Socks proxy address labelZh: Socks代理端口,可选,和Socks代理地址一起时生效 + label: + en: Socks proxy port, optional, effective when combined with Socks proxy address + zh: Socks代理端口,可选,和Socks代理地址一起时生效 required: false type: text - default: '' @@ -85,6 +118,9 @@ additionalProperties: envKey: PROXY_USERNAME labelEn: Socks proxy user name, optional, effective when combined with Socks proxy address labelZh: Socks代理用户名,可选,和Socks代理地址一起时生效 + label: + en: Socks proxy user name, optional, effective when combined with Socks proxy address + zh: Socks代理用户名,可选,和Socks代理地址一起时生效 required: false type: text - default: '' @@ -92,6 +128,9 @@ additionalProperties: envKey: PROXY_PASSWORD labelEn: Socks proxy password, optional, effective when combined with Socks proxy address labelZh: Socks代理密码,可选,和Socks代理地址一起时生效 + label: + en: Socks proxy password, optional, effective when combined with Socks proxy address + zh: Socks代理密码,可选,和Socks代理地址一起时生效 required: false type: text - default: '' @@ -99,5 +138,8 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS proxy, optional, supports http, https, socks5 labelZh: HTTPS代理,可选,支持http,https,socks5 + label: + en: HTTPS proxy, optional, supports http, https, socks5 + zh: HTTPS代理,可选,支持http,https,socks5 required: false type: text diff --git a/apps/chatgpt-web/v2.11.1/data.yml b/apps/chatgpt-web/v2.11.1/data.yml index a459a860a..d97c82bad 100644 --- a/apps/chatgpt-web/v2.11.1/data.yml +++ b/apps/chatgpt-web/v2.11.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: ACCESS_TOKEN labelEn: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session) labelZh: OPENAI ACCESS TOKEN(与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session) + label: + en: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session) + zh: OPENAI ACCESS TOKEN(与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session) required: false type: text - default: https://bypass.duti.tech/api/conversation @@ -20,6 +26,9 @@ additionalProperties: envKey: REVERSE_PROXY labelEn: API reverse proxy, optional (enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability) labelZh: API反向代理,可选(OPENAI ACCESS TOKEN时默认启用,需要注意可用性) + label: + en: API reverse proxy, optional (enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability) + zh: API反向代理,可选(OPENAI ACCESS TOKEN时默认启用,需要注意可用性) required: false type: text - default: '' @@ -27,6 +36,9 @@ additionalProperties: envKey: API_KEY labelEn: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN) labelZh: OPENAI API KEY(与OPENAI ACCESS TOKEN至少填一个) + label: + en: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN) + zh: OPENAI API KEY(与OPENAI ACCESS TOKEN至少填一个) required: false type: text - default: gpt-3.5-turbo @@ -34,6 +46,9 @@ additionalProperties: envKey: API_MODEL labelEn: API model, optional, available when setting OPENAI API KEY(https://platform.openai.com/docs/models) labelZh: API模型,可选,设置OPENAI API KEY时可用(https://platform.openai.com/docs/models) + label: + en: API model, optional, available when setting OPENAI API KEY(https://platform.openai.com/docs/models) + zh: API模型,可选,设置OPENAI API KEY时可用(https://platform.openai.com/docs/models) required: false type: text - default: https://api.openai.com @@ -41,6 +56,9 @@ additionalProperties: envKey: API_BASE_URL labelEn: API interface address, optional, available when setting OPENAI API KEY labelZh: API接口地址,可选,设置OPENAI API KEY时可用 + label: + en: API interface address, optional, available when setting OPENAI API KEY + zh: API接口地址,可选,设置OPENAI API KEY时可用 required: false type: text - default: chatgptweb @@ -48,6 +66,9 @@ additionalProperties: envKey: SECRET_KEY labelEn: Access rights key, optional (recommended) labelZh: 访问权限密钥,可选(强烈建议填写) + label: + en: Access rights key, optional (recommended) + zh: 访问权限密钥,可选(强烈建议填写) random: true required: false rule: paramComplexity @@ -57,6 +78,9 @@ additionalProperties: envKey: REQUEST_LIMIT labelEn: Maximum number of requests per hour, optional, default unlimited labelZh: 每小时最大请求次数,可选,默认无限 + label: + en: Maximum number of requests per hour, optional, default unlimited + zh: 每小时最大请求次数,可选,默认无限 required: false type: text - default: '60000' @@ -64,6 +88,9 @@ additionalProperties: envKey: TIMEOUT labelEn: Timeout, in milliseconds, optional labelZh: 超时,单位毫秒,可选 + label: + en: Timeout, in milliseconds, optional + zh: 超时,单位毫秒,可选 required: false type: text - default: '' @@ -71,6 +98,9 @@ additionalProperties: envKey: PROXY_HOST labelEn: Socks proxy address, optional, effective when combined with Socks proxy port labelZh: Socks代理地址,可选,和Socks代理端口一起时生效 + label: + en: Socks proxy address, optional, effective when combined with Socks proxy port + zh: Socks代理地址,可选,和Socks代理端口一起时生效 required: false type: text - default: '' @@ -78,6 +108,9 @@ additionalProperties: envKey: PROXY_PORT labelEn: Socks proxy port, optional, effective when combined with Socks proxy address labelZh: Socks代理端口,可选,和Socks代理地址一起时生效 + label: + en: Socks proxy port, optional, effective when combined with Socks proxy address + zh: Socks代理端口,可选,和Socks代理地址一起时生效 required: false type: text - default: '' @@ -85,6 +118,9 @@ additionalProperties: envKey: PROXY_USERNAME labelEn: Socks proxy user name, optional, effective when combined with Socks proxy address labelZh: Socks代理用户名,可选,和Socks代理地址一起时生效 + label: + en: Socks proxy user name, optional, effective when combined with Socks proxy address + zh: Socks代理用户名,可选,和Socks代理地址一起时生效 required: false type: text - default: '' @@ -92,6 +128,9 @@ additionalProperties: envKey: PROXY_PASSWORD labelEn: Socks proxy password, optional, effective when combined with Socks proxy address labelZh: Socks代理密码,可选,和Socks代理地址一起时生效 + label: + en: Socks proxy password, optional, effective when combined with Socks proxy address + zh: Socks代理密码,可选,和Socks代理地址一起时生效 required: false type: text - default: '' @@ -99,5 +138,8 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS proxy, optional, supports http, https, socks5 labelZh: HTTPS代理,可选,支持http,https,socks5 + label: + en: HTTPS proxy, optional, supports http, https, socks5 + zh: HTTPS代理,可选,支持http,https,socks5 required: false type: text diff --git a/apps/chatnio/latest/data.yml b/apps/chatnio/latest/data.yml index 9078fd7ad..32e29f242 100644 --- a/apps/chatnio/latest/data.yml +++ b/apps/chatnio/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -30,6 +36,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -38,6 +47,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -46,6 +58,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -56,6 +71,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -63,6 +81,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -70,12 +91,18 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: true type: password - default: "5" envKey: REDIS_DB labelEn: Redis Database labelZh: Redis 数据库 + label: + en: Redis Database + zh: Redis 数据库 required: true type: number - default: "true" @@ -83,6 +110,9 @@ additionalProperties: envKey: SERVE_STATIC labelEn: Serve Static labelZh: 是否启用静态文件服务 + label: + en: Serve Static + zh: 是否启用静态文件服务 required: true type: select values: diff --git a/apps/chemex/latest/data.yml b/apps/chemex/latest/data.yml index fea90add2..96329fcea 100644 --- a/apps/chemex/latest/data.yml +++ b/apps/chemex/latest/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: CHEMEX_DB_PORT key: mysql @@ -28,6 +31,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -36,6 +42,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -44,6 +53,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -53,6 +65,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -61,6 +76,9 @@ additionalProperties: envKey: ENV_PATH labelEn: Environment configuration file path labelZh: 环境配置文件路径 + label: + en: Environment configuration file path + zh: 环境配置文件路径 required: true type: text - default: "" @@ -68,12 +86,18 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis 服务 + label: + en: Redis Service + zh: Redis 服务 required: true type: service - default: "" envKey: PANEL_DB_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: true type: password - default: 6379 @@ -81,6 +105,9 @@ additionalProperties: envKey: REDIS_DB_PORT labelEn: Redis Port labelZh: Redis端口 + label: + en: Redis Port + zh: Redis端口 required: true rule: paramPort type: number diff --git a/apps/chevereto/4.3.7/data.yml b/apps/chevereto/4.3.7/data.yml index 96d70567b..fb0773764 100644 --- a/apps/chevereto/4.3.7/data.yml +++ b/apps/chevereto/4.3.7/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -18,6 +21,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -51,6 +66,9 @@ additionalProperties: envKey: CHEVERETO_MAX_POST_SIZE labelEn: Max Post Size labelZh: 最大 POST 大小 + label: + en: Max Post Size + zh: 最大 POST 大小 required: true type: text - default: "2G" @@ -58,6 +76,9 @@ additionalProperties: envKey: CHEVERETO_MAX_UPLOAD_SIZE labelEn: Max Upload Size labelZh: 最大上传大小 + label: + en: Max Upload Size + zh: 最大上传大小 required: true type: text - default: "docker" @@ -65,6 +86,9 @@ additionalProperties: envKey: CHEVERETO_SERVICING labelEn: Servicing labelZh: 服务模式 + label: + en: Servicing + zh: 服务模式 required: true type: text - default: "./data/images" @@ -72,6 +96,9 @@ additionalProperties: envKey: CHEVERETO_IMAGES_PATH labelEn: Images Path labelZh: 图片路径 + label: + en: Images Path + zh: 图片路径 required: true type: text - default: "hostname.com" @@ -79,6 +106,9 @@ additionalProperties: envKey: CHEVERETO_HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "/" @@ -86,6 +116,9 @@ additionalProperties: envKey: CHEVERETO_HOSTNAME_PATH labelEn: Hostname Path labelZh: 主机名路径 + label: + en: Hostname Path + zh: 主机名路径 required: true type: text - default: "X-Real-IP" @@ -93,6 +126,9 @@ additionalProperties: envKey: CHEVERETO_HEADER_CLIENT_IP labelEn: Client IP Header labelZh: 客户端 IP 标头 + label: + en: Client IP Header + zh: 客户端 IP 标头 required: true type: text - default: "" @@ -100,5 +136,8 @@ additionalProperties: envKey: ENCRYPTION_KEY labelEn: Encryption Key labelZh: 加密密钥 + label: + en: Encryption Key + zh: 加密密钥 required: false type: text diff --git a/apps/chevereto/latest/data.yml b/apps/chevereto/latest/data.yml index 96d70567b..fb0773764 100644 --- a/apps/chevereto/latest/data.yml +++ b/apps/chevereto/latest/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -18,6 +21,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -51,6 +66,9 @@ additionalProperties: envKey: CHEVERETO_MAX_POST_SIZE labelEn: Max Post Size labelZh: 最大 POST 大小 + label: + en: Max Post Size + zh: 最大 POST 大小 required: true type: text - default: "2G" @@ -58,6 +76,9 @@ additionalProperties: envKey: CHEVERETO_MAX_UPLOAD_SIZE labelEn: Max Upload Size labelZh: 最大上传大小 + label: + en: Max Upload Size + zh: 最大上传大小 required: true type: text - default: "docker" @@ -65,6 +86,9 @@ additionalProperties: envKey: CHEVERETO_SERVICING labelEn: Servicing labelZh: 服务模式 + label: + en: Servicing + zh: 服务模式 required: true type: text - default: "./data/images" @@ -72,6 +96,9 @@ additionalProperties: envKey: CHEVERETO_IMAGES_PATH labelEn: Images Path labelZh: 图片路径 + label: + en: Images Path + zh: 图片路径 required: true type: text - default: "hostname.com" @@ -79,6 +106,9 @@ additionalProperties: envKey: CHEVERETO_HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "/" @@ -86,6 +116,9 @@ additionalProperties: envKey: CHEVERETO_HOSTNAME_PATH labelEn: Hostname Path labelZh: 主机名路径 + label: + en: Hostname Path + zh: 主机名路径 required: true type: text - default: "X-Real-IP" @@ -93,6 +126,9 @@ additionalProperties: envKey: CHEVERETO_HEADER_CLIENT_IP labelEn: Client IP Header labelZh: 客户端 IP 标头 + label: + en: Client IP Header + zh: 客户端 IP 标头 required: true type: text - default: "" @@ -100,5 +136,8 @@ additionalProperties: envKey: ENCRYPTION_KEY labelEn: Encryption Key labelZh: 加密密钥 + label: + en: Encryption Key + zh: 加密密钥 required: false type: text diff --git a/apps/chevereto/server-latest/data.yml b/apps/chevereto/server-latest/data.yml index 293e1f5e0..b540b7029 100644 --- a/apps/chevereto/server-latest/data.yml +++ b/apps/chevereto/server-latest/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -18,6 +21,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -51,6 +66,9 @@ additionalProperties: envKey: CHEVERETO_MAX_POST_SIZE labelEn: Max Post Size labelZh: 最大 POST 大小 + label: + en: Max Post Size + zh: 最大 POST 大小 required: true type: text - default: "2G" @@ -58,6 +76,9 @@ additionalProperties: envKey: CHEVERETO_MAX_UPLOAD_SIZE labelEn: Max Upload Size labelZh: 最大上传大小 + label: + en: Max Upload Size + zh: 最大上传大小 required: true type: text - default: "server" @@ -65,6 +86,9 @@ additionalProperties: envKey: CHEVERETO_SERVICING labelEn: Servicing labelZh: 服务模式 + label: + en: Servicing + zh: 服务模式 required: true type: text - default: "./data/images" @@ -72,6 +96,9 @@ additionalProperties: envKey: CHEVERETO_IMAGES_PATH labelEn: Images Path labelZh: 图片路径 + label: + en: Images Path + zh: 图片路径 required: true type: text - default: "hostname.com" @@ -79,6 +106,9 @@ additionalProperties: envKey: CHEVERETO_HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "/" @@ -86,6 +116,9 @@ additionalProperties: envKey: CHEVERETO_HOSTNAME_PATH labelEn: Hostname Path labelZh: 主机名路径 + label: + en: Hostname Path + zh: 主机名路径 required: true type: text - default: "X-Real-IP" @@ -93,6 +126,9 @@ additionalProperties: envKey: CHEVERETO_HEADER_CLIENT_IP labelEn: Client IP Header labelZh: 客户端 IP 标头 + label: + en: Client IP Header + zh: 客户端 IP 标头 required: true type: text - default: "" @@ -100,5 +136,8 @@ additionalProperties: envKey: ENCRYPTION_KEY labelEn: Encryption Key labelZh: 加密密钥 + label: + en: Encryption Key + zh: 加密密钥 required: false type: text diff --git a/apps/chinesesubfinder/0.55.3/data.yml b/apps/chinesesubfinder/0.55.3/data.yml index 237148758..2d843f49f 100644 --- a/apps/chinesesubfinder/0.55.3/data.yml +++ b/apps/chinesesubfinder/0.55.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_IMAGE labelEn: WebUI video list with the port used to read pictures (127.0.0.1:port) labelZh: webui 视频列表读取图片用的端口 (127.0.0.1:port) + label: + en: WebUI video list with the port used to read pictures (127.0.0.1:port) + zh: webui 视频列表读取图片用的端口 (127.0.0.1:port) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/media @@ -28,6 +37,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media folder path labelZh: 媒体文件夹路径 + label: + en: Media folder path + zh: 媒体文件夹路径 required: true type: text - default: ./data/media2 @@ -35,5 +47,8 @@ additionalProperties: envKey: MEDIA_PATH2 labelEn: Media folder path labelZh: 媒体文件夹路径 + label: + en: Media folder path + zh: 媒体文件夹路径 required: true type: text diff --git a/apps/chinesesubfinder/latest/data.yml b/apps/chinesesubfinder/latest/data.yml index 237148758..2d843f49f 100644 --- a/apps/chinesesubfinder/latest/data.yml +++ b/apps/chinesesubfinder/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_IMAGE labelEn: WebUI video list with the port used to read pictures (127.0.0.1:port) labelZh: webui 视频列表读取图片用的端口 (127.0.0.1:port) + label: + en: WebUI video list with the port used to read pictures (127.0.0.1:port) + zh: webui 视频列表读取图片用的端口 (127.0.0.1:port) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/media @@ -28,6 +37,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media folder path labelZh: 媒体文件夹路径 + label: + en: Media folder path + zh: 媒体文件夹路径 required: true type: text - default: ./data/media2 @@ -35,5 +47,8 @@ additionalProperties: envKey: MEDIA_PATH2 labelEn: Media folder path labelZh: 媒体文件夹路径 + label: + en: Media folder path + zh: 媒体文件夹路径 required: true type: text diff --git a/apps/chrome-browser/1.18.0/data.yml b/apps/chrome-browser/1.18.0/data.yml index 4b5aa37ab..9d12e1f7b 100644 --- a/apps/chrome-browser/1.18.0/data.yml +++ b/apps/chrome-browser/1.18.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,5 +28,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/chrome-browser/develop/data.yml b/apps/chrome-browser/develop/data.yml index 4b5aa37ab..9d12e1f7b 100644 --- a/apps/chrome-browser/develop/data.yml +++ b/apps/chrome-browser/develop/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,5 +28,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/chuanhuchat/20241204/data.yml b/apps/chuanhuchat/20241204/data.yml index 70d33f628..81de5f85d 100644 --- a/apps/chuanhuchat/20241204/data.yml +++ b/apps/chuanhuchat/20241204/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/cloudbeaver/25.2.4/data.yml b/apps/cloudbeaver/25.2.4/data.yml index c1eb36eb7..ec237188e 100644 --- a/apps/cloudbeaver/25.2.4/data.yml +++ b/apps/cloudbeaver/25.2.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/cloudbeaver/latest/data.yml b/apps/cloudbeaver/latest/data.yml index c1eb36eb7..ec237188e 100644 --- a/apps/cloudbeaver/latest/data.yml +++ b/apps/cloudbeaver/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/clouddrive/0.9.13/data.yml b/apps/clouddrive/0.9.13/data.yml index d558602b2..a6d1e16c4 100644 --- a/apps/clouddrive/0.9.13/data.yml +++ b/apps/clouddrive/0.9.13/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "/Config" @@ -20,6 +26,9 @@ additionalProperties: envKey: CLOUDDRIVE_HOME labelEn: CloudDrive Home labelZh: CloudDrive 根目录 + label: + en: CloudDrive Home + zh: CloudDrive 根目录 required: true type: text - default: "./data/CloudNAS" @@ -27,6 +36,9 @@ additionalProperties: envKey: CLOUD_MOUNTS_PATH labelEn: Cloud Mounts Path labelZh: 云挂载路径 + label: + en: Cloud Mounts Path + zh: 云挂载路径 required: true type: text - default: "./data/Config" @@ -34,6 +46,9 @@ additionalProperties: envKey: APP_DATA_PATH labelEn: App Data Path labelZh: 应用数据路径 + label: + en: App Data Path + zh: 应用数据路径 required: true type: text - default: "./data/media" @@ -41,6 +56,9 @@ additionalProperties: envKey: SHARED_MEDIA_PATH labelEn: Shared Media Path labelZh: 共享媒体路径 + label: + en: Shared Media Path + zh: 共享媒体路径 required: true type: text - default: "true" @@ -48,6 +66,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privileged Mode labelZh: 特权模式 + label: + en: Privileged Mode + zh: 特权模式 required: true type: select values: diff --git a/apps/clouddrive/latest/data.yml b/apps/clouddrive/latest/data.yml index d558602b2..a6d1e16c4 100644 --- a/apps/clouddrive/latest/data.yml +++ b/apps/clouddrive/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "/Config" @@ -20,6 +26,9 @@ additionalProperties: envKey: CLOUDDRIVE_HOME labelEn: CloudDrive Home labelZh: CloudDrive 根目录 + label: + en: CloudDrive Home + zh: CloudDrive 根目录 required: true type: text - default: "./data/CloudNAS" @@ -27,6 +36,9 @@ additionalProperties: envKey: CLOUD_MOUNTS_PATH labelEn: Cloud Mounts Path labelZh: 云挂载路径 + label: + en: Cloud Mounts Path + zh: 云挂载路径 required: true type: text - default: "./data/Config" @@ -34,6 +46,9 @@ additionalProperties: envKey: APP_DATA_PATH labelEn: App Data Path labelZh: 应用数据路径 + label: + en: App Data Path + zh: 应用数据路径 required: true type: text - default: "./data/media" @@ -41,6 +56,9 @@ additionalProperties: envKey: SHARED_MEDIA_PATH labelEn: Shared Media Path labelZh: 共享媒体路径 + label: + en: Shared Media Path + zh: 共享媒体路径 required: true type: text - default: "true" @@ -48,6 +66,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privileged Mode labelZh: 特权模式 + label: + en: Privileged Mode + zh: 特权模式 required: true type: select values: diff --git a/apps/cloudflared/2025.10.1/data.yml b/apps/cloudflared/2025.10.1/data.yml index f73a4e584..55c180230 100644 --- a/apps/cloudflared/2025.10.1/data.yml +++ b/apps/cloudflared/2025.10.1/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: CFD_TOKEN labelEn: Token labelZh: Token + label: + en: Token + zh: Token required: true type: text diff --git a/apps/cloudflared/latest/data.yml b/apps/cloudflared/latest/data.yml index f73a4e584..55c180230 100644 --- a/apps/cloudflared/latest/data.yml +++ b/apps/cloudflared/latest/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: CFD_TOKEN labelEn: Token labelZh: Token + label: + en: Token + zh: Token required: true type: text diff --git a/apps/cloudreve-mysql/4.9.2/data.yml b/apps/cloudreve-mysql/4.9.2/data.yml index 3b04275ce..62c231236 100644 --- a/apps/cloudreve-mysql/4.9.2/data.yml +++ b/apps/cloudreve-mysql/4.9.2/data.yml @@ -95,6 +95,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Service Password labelZh: 缓存服务服务密码 + label: + en: Redis Service Password + zh: 缓存服务服务密码 required: false type: password - default: 40033 @@ -113,4 +116,4 @@ additionalProperties: zh-Hant: 埠 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/cloudreve/4.9.2/data.yml b/apps/cloudreve/4.9.2/data.yml index bf1b29f6b..3cd786831 100644 --- a/apps/cloudreve/4.9.2/data.yml +++ b/apps/cloudreve/4.9.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: UPLOAD_PATH labelEn: The upload file save path labelZh: 上传文件保存路径 + label: + en: The upload file save path + zh: 上传文件保存路径 required: true type: text - default: ./data/data @@ -20,5 +26,8 @@ additionalProperties: envKey: TMP_PATH labelEn: Temp folder path labelZh: 临时文件夹路径 + label: + en: Temp folder path + zh: 临时文件夹路径 required: true type: text diff --git a/apps/cloudreve/latest/data.yml b/apps/cloudreve/latest/data.yml index bf1b29f6b..3cd786831 100644 --- a/apps/cloudreve/latest/data.yml +++ b/apps/cloudreve/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: UPLOAD_PATH labelEn: The upload file save path labelZh: 上传文件保存路径 + label: + en: The upload file save path + zh: 上传文件保存路径 required: true type: text - default: ./data/data @@ -20,5 +26,8 @@ additionalProperties: envKey: TMP_PATH labelEn: Temp folder path labelZh: 临时文件夹路径 + label: + en: Temp folder path + zh: 临时文件夹路径 required: true type: text diff --git a/apps/cloudsaver/0.6.2/data.yml b/apps/cloudsaver/0.6.2/data.yml index e93e2200d..2551f488d 100644 --- a/apps/cloudsaver/0.6.2/data.yml +++ b/apps/cloudsaver/0.6.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CLOUDSAVER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8008 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,5 +26,8 @@ additionalProperties: envKey: JWT_SECRET labelZh: JWT 密钥 labelEn: JWT secret + label: + en: JWT secret + zh: JWT 密钥 required: true type: text diff --git a/apps/code-server/4.105.1/data.yml b/apps/code-server/4.105.1/data.yml index b280718f4..33cde19b5 100644 --- a/apps/code-server/4.105.1/data.yml +++ b/apps/code-server/4.105.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,12 +16,18 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: code envKey: WEB_PASSWORD labelEn: Web access password labelZh: 网页访问密码 + label: + en: Web access password + zh: 网页访问密码 random: true required: true rule: paramComplexity @@ -27,6 +36,9 @@ additionalProperties: envKey: SUDO_PASSWORD labelEn: sudo password labelZh: sudo密码 + label: + en: sudo password + zh: sudo密码 random: true required: true rule: paramComplexity diff --git a/apps/code-server/latest/data.yml b/apps/code-server/latest/data.yml index b280718f4..33cde19b5 100644 --- a/apps/code-server/latest/data.yml +++ b/apps/code-server/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,12 +16,18 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: code envKey: WEB_PASSWORD labelEn: Web access password labelZh: 网页访问密码 + label: + en: Web access password + zh: 网页访问密码 random: true required: true rule: paramComplexity @@ -27,6 +36,9 @@ additionalProperties: envKey: SUDO_PASSWORD labelEn: sudo password labelZh: sudo密码 + label: + en: sudo password + zh: sudo密码 random: true required: true rule: paramComplexity diff --git a/apps/cook/1.2.4/data.yml b/apps/cook/1.2.4/data.yml index 4f8a7f312..a816fc70f 100644 --- a/apps/cook/1.2.4/data.yml +++ b/apps/cook/1.2.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/cook/latest/data.yml b/apps/cook/latest/data.yml index 4f8a7f312..a816fc70f 100644 --- a/apps/cook/latest/data.yml +++ b/apps/cook/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/cookiecloud/2023.01.20.16.39/data.yml b/apps/cookiecloud/2023.01.20.16.39/data.yml index 6e9f63f15..88e50be8c 100644 --- a/apps/cookiecloud/2023.01.20.16.39/data.yml +++ b/apps/cookiecloud/2023.01.20.16.39/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "" @@ -20,5 +26,8 @@ additionalProperties: envKey: API_ROOT labelEn: API Directory labelZh: API 目录 + label: + en: API Directory + zh: API 目录 required: false type: text diff --git a/apps/cookiecloud/latest/data.yml b/apps/cookiecloud/latest/data.yml index 6e9f63f15..88e50be8c 100644 --- a/apps/cookiecloud/latest/data.yml +++ b/apps/cookiecloud/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "" @@ -20,5 +26,8 @@ additionalProperties: envKey: API_ROOT labelEn: API Directory labelZh: API 目录 + label: + en: API Directory + zh: API 目录 required: false type: text diff --git a/apps/cup/3.4.3/data.yml b/apps/cup/3.4.3/data.yml index 5d5549152..e7ddd2aae 100644 --- a/apps/cup/3.4.3/data.yml +++ b/apps/cup/3.4.3/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "51230" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 8000 - labelZh: 服务端口 8000 - required: true - rule: paramPort - type: number + formFields: + - default: "51230" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 8000 + labelZh: 服务端口 8000 + label: + en: Service Port 8000 + zh: 服务端口 8000 + required: true + rule: paramPort + type: number diff --git a/apps/cup/latest/data.yml b/apps/cup/latest/data.yml index 5d5549152..e7ddd2aae 100644 --- a/apps/cup/latest/data.yml +++ b/apps/cup/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "51230" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 8000 - labelZh: 服务端口 8000 - required: true - rule: paramPort - type: number + formFields: + - default: "51230" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 8000 + labelZh: 服务端口 8000 + label: + en: Service Port 8000 + zh: 服务端口 8000 + required: true + rule: paramPort + type: number diff --git a/apps/cyberchef/10.19.4/data.yml b/apps/cyberchef/10.19.4/data.yml index 482f7b275..3229405de 100644 --- a/apps/cyberchef/10.19.4/data.yml +++ b/apps/cyberchef/10.19.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/dailyhot-api/2.0.8/data.yml b/apps/dailyhot-api/2.0.8/data.yml index 0575ccaaa..6ae81394c 100644 --- a/apps/dailyhot-api/2.0.8/data.yml +++ b/apps/dailyhot-api/2.0.8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/dailyhot-web/latest/data.yml b/apps/dailyhot-web/latest/data.yml index 0c8a28028..707883ae2 100644 --- a/apps/dailyhot-web/latest/data.yml +++ b/apps/dailyhot-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_URL labelEn: API interface address (please build your own) labelZh: API接口地址 (请自行搭建) + label: + en: API interface address (please build your own) + zh: API接口地址 (请自行搭建) required: true type: text - default: "没有备案,这里填写备案ICP" @@ -20,5 +26,8 @@ additionalProperties: envKey: ICP_TEXT labelEn: ICP address labelZh: ICP地址 (自行填写) + label: + en: ICP address + zh: ICP地址 (自行填写) required: true type: text diff --git a/apps/dashdot-gpu/nvidia-6.2.0/data.yml b/apps/dashdot-gpu/nvidia-6.2.0/data.yml index 0330a7607..dc8aa1aa3 100644 --- a/apps/dashdot-gpu/nvidia-6.2.0/data.yml +++ b/apps/dashdot-gpu/nvidia-6.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DASHDOT_ENABLE_CPU_TEMPS labelZh: 启用 CPU 温度 labelEn: Enable CPU temps + label: + en: Enable CPU temps + zh: 启用 CPU 温度 required: true type: select values: diff --git a/apps/dashdot/6.2.0/data.yml b/apps/dashdot/6.2.0/data.yml index d4a1b471a..fca075edf 100644 --- a/apps/dashdot/6.2.0/data.yml +++ b/apps/dashdot/6.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: The drive for which you need to view statistics labelZh: 需要查看统计信息的驱动器 + label: + en: The drive for which you need to view statistics + zh: 需要查看统计信息的驱动器 required: true type: text diff --git a/apps/dashdot/dev/data.yml b/apps/dashdot/dev/data.yml index d4a1b471a..fca075edf 100644 --- a/apps/dashdot/dev/data.yml +++ b/apps/dashdot/dev/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: The drive for which you need to view statistics labelZh: 需要查看统计信息的驱动器 + label: + en: The drive for which you need to view statistics + zh: 需要查看统计信息的驱动器 required: true type: text diff --git a/apps/dashmachine/latest/data.yml b/apps/dashmachine/latest/data.yml index 296355431..69318f08f 100644 --- a/apps/dashmachine/latest/data.yml +++ b/apps/dashmachine/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/dashy/3.1.0/data.yml b/apps/dashy/3.1.0/data.yml index 2a716e457..8488f51f3 100644 --- a/apps/dashy/3.1.0/data.yml +++ b/apps/dashy/3.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/dashy/latest/data.yml b/apps/dashy/latest/data.yml index 2a716e457..8488f51f3 100644 --- a/apps/dashy/latest/data.yml +++ b/apps/dashy/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/dbgate/6.6.9/data.yml b/apps/dbgate/6.6.9/data.yml index f27732f62..62b96f76f 100644 --- a/apps/dbgate/6.6.9/data.yml +++ b/apps/dbgate/6.6.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/dbgate/beta/data.yml b/apps/dbgate/beta/data.yml index f27732f62..62b96f76f 100644 --- a/apps/dbgate/beta/data.yml +++ b/apps/dbgate/beta/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/dbgate/latest/data.yml b/apps/dbgate/latest/data.yml index f27732f62..62b96f76f 100644 --- a/apps/dbgate/latest/data.yml +++ b/apps/dbgate/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/ddns-go/6.13.2/data.yml b/apps/ddns-go/6.13.2/data.yml index e35c49577..486918dfe 100644 --- a/apps/ddns-go/6.13.2/data.yml +++ b/apps/ddns-go/6.13.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/ddns-go/latest-bridge/data.yml b/apps/ddns-go/latest-bridge/data.yml index b3882be4a..f027cb55f 100644 --- a/apps/ddns-go/latest-bridge/data.yml +++ b/apps/ddns-go/latest-bridge/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/ddns-go/latest/data.yml b/apps/ddns-go/latest/data.yml index e35c49577..486918dfe 100644 --- a/apps/ddns-go/latest/data.yml +++ b/apps/ddns-go/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/deeplx/1.0.9/data.yml b/apps/deeplx/1.0.9/data.yml index ee7ac6943..ba361049a 100644 --- a/apps/deeplx/1.0.9/data.yml +++ b/apps/deeplx/1.0.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -12,6 +15,9 @@ additionalProperties: envKey: TOKEN_VAULE labelEn: Token labelZh: 密码 + label: + en: Token + zh: 密码 random: true required: false rule: paramComplexity diff --git a/apps/deeplx/latest/data.yml b/apps/deeplx/latest/data.yml index ee7ac6943..ba361049a 100644 --- a/apps/deeplx/latest/data.yml +++ b/apps/deeplx/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -12,6 +15,9 @@ additionalProperties: envKey: TOKEN_VAULE labelEn: Token labelZh: 密码 + label: + en: Token + zh: 密码 random: true required: false rule: paramComplexity diff --git a/apps/deepseek-free-api/0.0.21/data.yml b/apps/deepseek-free-api/0.0.21/data.yml index e558009bc..0ae4f15e6 100644 --- a/apps/deepseek-free-api/0.0.21/data.yml +++ b/apps/deepseek-free-api/0.0.21/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8001" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8001" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/deepseek-free-api/latest/data.yml b/apps/deepseek-free-api/latest/data.yml index e558009bc..0ae4f15e6 100644 --- a/apps/deepseek-free-api/latest/data.yml +++ b/apps/deepseek-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8001" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8001" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/deluge/18.04.1/data.yml b/apps/deluge/18.04.1/data.yml index 5b05868c7..368eb3d2e 100644 --- a/apps/deluge/18.04.1/data.yml +++ b/apps/deluge/18.04.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DELUGE_PEER_PORT labelEn: Peer Port labelZh: Peer 端口 + label: + en: Peer Port + zh: Peer 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DELUGE_PORT_RPC labelEn: RPC Port labelZh: RPC 端口 + label: + en: RPC Port + zh: RPC 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -36,6 +48,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -43,6 +58,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "error" @@ -50,6 +68,9 @@ additionalProperties: envKey: DELUGE_LOGLEVEL labelEn: Deluge Log Level labelZh: Deluge 日志级别 + label: + en: Deluge Log Level + zh: Deluge 日志级别 required: true type: text - default: "./data/config" @@ -57,6 +78,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Deluge Config Path labelZh: Deluge 配置路径 + label: + en: Deluge Config Path + zh: Deluge 配置路径 required: true type: text - default: "./data/downloads" @@ -64,5 +88,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Downloads Path labelZh: 下载路径 + label: + en: Downloads Path + zh: 下载路径 required: true type: text diff --git a/apps/deluge/latest/data.yml b/apps/deluge/latest/data.yml index 5b05868c7..368eb3d2e 100644 --- a/apps/deluge/latest/data.yml +++ b/apps/deluge/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DELUGE_PEER_PORT labelEn: Peer Port labelZh: Peer 端口 + label: + en: Peer Port + zh: Peer 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DELUGE_PORT_RPC labelEn: RPC Port labelZh: RPC 端口 + label: + en: RPC Port + zh: RPC 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -36,6 +48,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -43,6 +58,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "error" @@ -50,6 +68,9 @@ additionalProperties: envKey: DELUGE_LOGLEVEL labelEn: Deluge Log Level labelZh: Deluge 日志级别 + label: + en: Deluge Log Level + zh: Deluge 日志级别 required: true type: text - default: "./data/config" @@ -57,6 +78,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Deluge Config Path labelZh: Deluge 配置路径 + label: + en: Deluge Config Path + zh: Deluge 配置路径 required: true type: text - default: "./data/downloads" @@ -64,5 +88,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Downloads Path labelZh: 下载路径 + label: + en: Downloads Path + zh: 下载路径 required: true type: text diff --git a/apps/demo/bridge-network/data.yml b/apps/demo/bridge-network/data.yml index 7b831e5fc..0a47dcf0f 100644 --- a/apps/demo/bridge-network/data.yml +++ b/apps/demo/bridge-network/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IMAGE labelEn: Docker Image labelZh: Docker 镜像 + label: + en: Docker Image + zh: Docker 镜像 required: true type: text - default: "always" @@ -12,6 +15,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -28,6 +34,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -36,6 +45,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP_INTERNAL labelEn: Internal Port labelZh: 内部端口 + label: + en: Internal Port + zh: 内部端口 required: true rule: paramPort type: number @@ -44,6 +56,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "/data" @@ -51,6 +66,9 @@ additionalProperties: envKey: DATA_PATH_INTERNAL labelEn: Internal Data Path labelZh: 内部数据路径 + label: + en: Internal Data Path + zh: 内部数据路径 required: true type: text - default: "Asia/Shanghai" @@ -58,6 +76,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -65,5 +86,8 @@ additionalProperties: envKey: ENV1 labelEn: Environment Variable 1 (Edit to remove comments in compose.yml to take effect) labelZh: 环境变量 1 (编辑去除compose.yml里的注释生效) + label: + en: Environment Variable 1 (Edit to remove comments in compose.yml to take effect) + zh: 环境变量 1 (编辑去除compose.yml里的注释生效) required: false type: text diff --git a/apps/demo/host-network/data.yml b/apps/demo/host-network/data.yml index 15a416c57..9d4b417e8 100644 --- a/apps/demo/host-network/data.yml +++ b/apps/demo/host-network/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IMAGE labelEn: Docker Image labelZh: Docker 镜像 + label: + en: Docker Image + zh: Docker 镜像 required: true type: text - default: "always" @@ -12,6 +15,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -28,6 +34,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the Docker application itself) labelZh: 端口 (由 Docker 应用自身决定) + label: + en: Port (determined by the Docker application itself) + zh: 端口 (由 Docker 应用自身决定) required: true rule: paramPort type: number @@ -36,6 +45,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "/data" @@ -43,6 +55,9 @@ additionalProperties: envKey: DATA_PATH_INTERNAL labelEn: Internal Data Path labelZh: 内部数据路径 + label: + en: Internal Data Path + zh: 内部数据路径 required: true type: text - default: "Asia/Shanghai" @@ -50,6 +65,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -57,5 +75,8 @@ additionalProperties: envKey: ENV1 labelEn: Environment Variable 1 (Edit to remove comments in compose.yml to take effect) labelZh: 环境变量 1 (编辑去除compose.yml里的注释生效) + label: + en: Environment Variable 1 (Edit to remove comments in compose.yml to take effect) + zh: 环境变量 1 (编辑去除compose.yml里的注释生效) required: false type: text diff --git a/apps/dify/1.9.2/data.yml b/apps/dify/1.9.2/data.yml index 9931e48c6..2df278306 100644 --- a/apps/dify/1.9.2/data.yml +++ b/apps/dify/1.9.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DIFY_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 网站端口 labelEn: WebUI port + label: + en: WebUI port + zh: 网站端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelZh: HTTPS 端口 labelEn: HTTPS port + label: + en: HTTPS port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: EXPOSE_DB_PORT labelZh: 数据库端口 labelEn: Database port + label: + en: Database port + zh: 数据库端口 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: EXPOSE_PLUGIN_DEBUGGING_PORT labelZh: 插件调试端口 labelEn: Plugin debugging port + label: + en: Plugin debugging port + zh: 插件调试端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: MILVUS_STANDALONE_API_PORT labelZh: Milvus 接口端口 labelEn: Milvus API port + label: + en: Milvus API port + zh: Milvus 接口端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: MILVUS_STANDALONE_SERVER_PORT labelZh: Milvus 服务端口 labelEn: Milvus server port + label: + en: Milvus server port + zh: Milvus 服务端口 required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: MYSCALE_PORT labelZh: MyScale 端口 labelEn: MyScale port + label: + en: MyScale port + zh: MyScale 端口 required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: ELASTICSEARCH_PORT labelZh: Elasticsearch 端口 labelEn: Elasticsearch port + label: + en: Elasticsearch port + zh: Elasticsearch 端口 required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: KIBANA_PORT labelZh: Kibana 端口 labelEn: Kibana port + label: + en: Kibana port + zh: Kibana 端口 required: true rule: paramPort type: number diff --git a/apps/diosic/latest/data.yml b/apps/diosic/latest/data.yml index 15d4a3201..62c4be07b 100644 --- a/apps/diosic/latest/data.yml +++ b/apps/diosic/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/library @@ -20,6 +26,9 @@ additionalProperties: envKey: MUSIC_PATH labelEn: Music folder path labelZh: 音乐文件夹路径 + label: + en: Music folder path + zh: 音乐文件夹路径 required: true type: text - default: "我的音乐库" @@ -27,5 +36,8 @@ additionalProperties: envKey: LIBRARY_NAME labelEn: Music library name labelZh: 音乐库名称 + label: + en: Music library name + zh: 音乐库名称 required: true type: text diff --git a/apps/discourse/3.5.2/data.yml b/apps/discourse/3.5.2/data.yml index 3aae8654d..829189c23 100644 --- a/apps/discourse/3.5.2/data.yml +++ b/apps/discourse/3.5.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DISCOURSE_DATA_TO_PERSIST labelEn: Data to Persist labelZh: 持久化数据 + label: + en: Data to Persist + zh: 持久化数据 required: true type: text - default: "no" @@ -20,6 +26,9 @@ additionalProperties: envKey: DISCOURSE_ENABLE_HTTPS labelEn: Enable HTTPS labelZh: 启用 HTTPS + label: + en: Enable HTTPS + zh: 启用 HTTPS required: true type: select values: @@ -32,6 +41,9 @@ additionalProperties: envKey: DISCOURSE_EXTERNAL_HTTP_PORT_NUMBER labelEn: External HTTP Port labelZh: 外部 HTTP 端口 + label: + en: External HTTP Port + zh: 外部 HTTP 端口 required: true type: number - default: "443" @@ -39,6 +51,9 @@ additionalProperties: envKey: DISCOURSE_EXTERNAL_HTTPS_PORT_NUMBER labelEn: External HTTPS Port labelZh: 外部 HTTPS 端口 + label: + en: External HTTPS Port + zh: 外部 HTTPS 端口 required: true type: number - default: "www.example.com" @@ -46,6 +61,9 @@ additionalProperties: envKey: DISCOURSE_HOST labelEn: Discourse Host labelZh: Discourse 主机 + label: + en: Discourse Host + zh: Discourse 主机 required: true type: text - default: "3000" @@ -53,6 +71,9 @@ additionalProperties: envKey: DISCOURSE_PORT_NUMBER labelEn: Discourse Port labelZh: Discourse 端口 + label: + en: Discourse Port + zh: Discourse 端口 required: true type: number - default: "" @@ -60,6 +81,9 @@ additionalProperties: envKey: DISCOURSE_SKIP_BOOTSTRAP labelEn: Skip Bootstrap labelZh: 跳过引导 + label: + en: Skip Bootstrap + zh: 跳过引导 required: false type: text - default: "My site!" @@ -67,6 +91,9 @@ additionalProperties: envKey: DISCOURSE_SITE_NAME labelEn: Site Name labelZh: 网站名称 + label: + en: Site Name + zh: 网站名称 required: true type: text - default: "production" @@ -74,6 +101,9 @@ additionalProperties: envKey: DISCOURSE_ENV labelEn: Environment labelZh: 环境 + label: + en: Environment + zh: 环境 required: true type: select values: @@ -88,6 +118,9 @@ additionalProperties: envKey: DISCOURSE_PRECOMPILE_ASSETS labelEn: Precompile Assets labelZh: 预编译资产 + label: + en: Precompile Assets + zh: 预编译资产 required: true type: select values: @@ -100,6 +133,9 @@ additionalProperties: envKey: DISCOURSE_ENABLE_CONF_PERSISTENCE labelEn: Enable Config Persistence labelZh: 启用配置持久化 + label: + en: Enable Config Persistence + zh: 启用配置持久化 required: true type: select values: @@ -112,6 +148,9 @@ additionalProperties: envKey: DISCOURSE_EXTRA_CONF_CONTENT labelEn: Extra Config Content labelZh: 额外配置内容 + label: + en: Extra Config Content + zh: 额外配置内容 required: true type: select values: @@ -124,6 +163,9 @@ additionalProperties: envKey: DISCOURSE_PASSENGER_SPAWN_METHOD labelEn: Passenger Spawn Method labelZh: Passenger 启动方法 + label: + en: Passenger Spawn Method + zh: Passenger 启动方法 required: true type: select values: @@ -136,6 +178,9 @@ additionalProperties: envKey: DISCOURSE_PASSENGER_EXTRA_FLAGS labelEn: Passenger Extra Flags labelZh: Passenger 额外标志 + label: + en: Passenger Extra Flags + zh: Passenger 额外标志 required: false type: text - default: "siteadmin" @@ -143,6 +188,9 @@ additionalProperties: envKey: DISCOURSE_USERNAME labelEn: Username labelZh: 用户名 + label: + en: Username + zh: 用户名 required: true type: text - default: "siteadmin12345" @@ -150,6 +198,9 @@ additionalProperties: envKey: DISCOURSE_PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: true rule: paramComplexity @@ -159,6 +210,9 @@ additionalProperties: envKey: DISCOURSE_EMAIL labelEn: Email labelZh: 电子邮箱 + label: + en: Email + zh: 电子邮箱 required: true type: text - default: "Admin" @@ -166,6 +220,9 @@ additionalProperties: envKey: DISCOURSE_FIRST_NAME labelEn: First Name labelZh: 名 + label: + en: First Name + zh: 名 required: true type: text - default: "User" @@ -173,6 +230,9 @@ additionalProperties: envKey: DISCOURSE_LAST_NAME labelEn: Last Name labelZh: 姓 + label: + en: Last Name + zh: 姓 required: true type: text - default: "" @@ -180,6 +240,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_HOST labelEn: SMTP Host labelZh: SMTP 主机 + label: + en: SMTP Host + zh: SMTP 主机 required: false type: text - default: "" @@ -187,6 +250,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_PORT_NUMBER labelEn: SMTP Port labelZh: SMTP 端口 + label: + en: SMTP Port + zh: SMTP 端口 required: false type: number - default: "" @@ -194,6 +260,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_USER labelEn: SMTP User labelZh: SMTP 用户名 + label: + en: SMTP User + zh: SMTP 用户名 required: false type: text - default: "" @@ -201,6 +270,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_PASSWORD labelEn: SMTP Password labelZh: SMTP 密码 + label: + en: SMTP Password + zh: SMTP 密码 required: false type: password - default: "" @@ -208,6 +280,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_PROTOCOL labelEn: SMTP Protocol labelZh: SMTP 协议 + label: + en: SMTP Protocol + zh: SMTP 协议 required: false type: text - default: "login" @@ -215,6 +290,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_AUTH labelEn: SMTP Auth labelZh: SMTP 认证 + label: + en: SMTP Auth + zh: SMTP 认证 required: true type: select values: @@ -229,6 +307,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_OPEN_TIMEOUT labelEn: SMTP Open Timeout labelZh: SMTP 打开超时 + label: + en: SMTP Open Timeout + zh: SMTP 打开超时 required: false type: number - default: "" @@ -236,6 +317,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_READ_TIMEOUT labelEn: SMTP Read Timeout labelZh: SMTP 读取超时 + label: + en: SMTP Read Timeout + zh: SMTP 读取超时 required: false type: number - default: "" @@ -244,6 +328,9 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: "5432" @@ -251,6 +338,9 @@ additionalProperties: envKey: PANEL_DB_PORT labelEn: Database Port Number labelZh: 数据库端口号 + label: + en: Database Port Number + zh: 数据库端口号 required: true rule: paramPort type: number @@ -258,6 +348,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -266,6 +359,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -274,6 +370,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -284,6 +383,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -291,6 +393,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -298,6 +403,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: false type: password - default: "no" @@ -305,6 +413,9 @@ additionalProperties: envKey: DISCOURSE_REDIS_USE_SSL labelEn: Redis Use SSL labelZh: Redis 使用 SSL + label: + en: Redis Use SSL + zh: Redis 使用 SSL required: true type: select values: @@ -317,5 +428,8 @@ additionalProperties: envKey: POSTGRESQL_CLIENT_CREATE_DATABASE_EXTENSIONS labelEn: PostgreSQL Client Create Database Extensions labelZh: PostgreSQL 客户端创建数据库扩展 + label: + en: PostgreSQL Client Create Database Extensions + zh: PostgreSQL 客户端创建数据库扩展 required: true type: text diff --git a/apps/discourse/latest/data.yml b/apps/discourse/latest/data.yml index 3aae8654d..829189c23 100644 --- a/apps/discourse/latest/data.yml +++ b/apps/discourse/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DISCOURSE_DATA_TO_PERSIST labelEn: Data to Persist labelZh: 持久化数据 + label: + en: Data to Persist + zh: 持久化数据 required: true type: text - default: "no" @@ -20,6 +26,9 @@ additionalProperties: envKey: DISCOURSE_ENABLE_HTTPS labelEn: Enable HTTPS labelZh: 启用 HTTPS + label: + en: Enable HTTPS + zh: 启用 HTTPS required: true type: select values: @@ -32,6 +41,9 @@ additionalProperties: envKey: DISCOURSE_EXTERNAL_HTTP_PORT_NUMBER labelEn: External HTTP Port labelZh: 外部 HTTP 端口 + label: + en: External HTTP Port + zh: 外部 HTTP 端口 required: true type: number - default: "443" @@ -39,6 +51,9 @@ additionalProperties: envKey: DISCOURSE_EXTERNAL_HTTPS_PORT_NUMBER labelEn: External HTTPS Port labelZh: 外部 HTTPS 端口 + label: + en: External HTTPS Port + zh: 外部 HTTPS 端口 required: true type: number - default: "www.example.com" @@ -46,6 +61,9 @@ additionalProperties: envKey: DISCOURSE_HOST labelEn: Discourse Host labelZh: Discourse 主机 + label: + en: Discourse Host + zh: Discourse 主机 required: true type: text - default: "3000" @@ -53,6 +71,9 @@ additionalProperties: envKey: DISCOURSE_PORT_NUMBER labelEn: Discourse Port labelZh: Discourse 端口 + label: + en: Discourse Port + zh: Discourse 端口 required: true type: number - default: "" @@ -60,6 +81,9 @@ additionalProperties: envKey: DISCOURSE_SKIP_BOOTSTRAP labelEn: Skip Bootstrap labelZh: 跳过引导 + label: + en: Skip Bootstrap + zh: 跳过引导 required: false type: text - default: "My site!" @@ -67,6 +91,9 @@ additionalProperties: envKey: DISCOURSE_SITE_NAME labelEn: Site Name labelZh: 网站名称 + label: + en: Site Name + zh: 网站名称 required: true type: text - default: "production" @@ -74,6 +101,9 @@ additionalProperties: envKey: DISCOURSE_ENV labelEn: Environment labelZh: 环境 + label: + en: Environment + zh: 环境 required: true type: select values: @@ -88,6 +118,9 @@ additionalProperties: envKey: DISCOURSE_PRECOMPILE_ASSETS labelEn: Precompile Assets labelZh: 预编译资产 + label: + en: Precompile Assets + zh: 预编译资产 required: true type: select values: @@ -100,6 +133,9 @@ additionalProperties: envKey: DISCOURSE_ENABLE_CONF_PERSISTENCE labelEn: Enable Config Persistence labelZh: 启用配置持久化 + label: + en: Enable Config Persistence + zh: 启用配置持久化 required: true type: select values: @@ -112,6 +148,9 @@ additionalProperties: envKey: DISCOURSE_EXTRA_CONF_CONTENT labelEn: Extra Config Content labelZh: 额外配置内容 + label: + en: Extra Config Content + zh: 额外配置内容 required: true type: select values: @@ -124,6 +163,9 @@ additionalProperties: envKey: DISCOURSE_PASSENGER_SPAWN_METHOD labelEn: Passenger Spawn Method labelZh: Passenger 启动方法 + label: + en: Passenger Spawn Method + zh: Passenger 启动方法 required: true type: select values: @@ -136,6 +178,9 @@ additionalProperties: envKey: DISCOURSE_PASSENGER_EXTRA_FLAGS labelEn: Passenger Extra Flags labelZh: Passenger 额外标志 + label: + en: Passenger Extra Flags + zh: Passenger 额外标志 required: false type: text - default: "siteadmin" @@ -143,6 +188,9 @@ additionalProperties: envKey: DISCOURSE_USERNAME labelEn: Username labelZh: 用户名 + label: + en: Username + zh: 用户名 required: true type: text - default: "siteadmin12345" @@ -150,6 +198,9 @@ additionalProperties: envKey: DISCOURSE_PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: true rule: paramComplexity @@ -159,6 +210,9 @@ additionalProperties: envKey: DISCOURSE_EMAIL labelEn: Email labelZh: 电子邮箱 + label: + en: Email + zh: 电子邮箱 required: true type: text - default: "Admin" @@ -166,6 +220,9 @@ additionalProperties: envKey: DISCOURSE_FIRST_NAME labelEn: First Name labelZh: 名 + label: + en: First Name + zh: 名 required: true type: text - default: "User" @@ -173,6 +230,9 @@ additionalProperties: envKey: DISCOURSE_LAST_NAME labelEn: Last Name labelZh: 姓 + label: + en: Last Name + zh: 姓 required: true type: text - default: "" @@ -180,6 +240,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_HOST labelEn: SMTP Host labelZh: SMTP 主机 + label: + en: SMTP Host + zh: SMTP 主机 required: false type: text - default: "" @@ -187,6 +250,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_PORT_NUMBER labelEn: SMTP Port labelZh: SMTP 端口 + label: + en: SMTP Port + zh: SMTP 端口 required: false type: number - default: "" @@ -194,6 +260,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_USER labelEn: SMTP User labelZh: SMTP 用户名 + label: + en: SMTP User + zh: SMTP 用户名 required: false type: text - default: "" @@ -201,6 +270,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_PASSWORD labelEn: SMTP Password labelZh: SMTP 密码 + label: + en: SMTP Password + zh: SMTP 密码 required: false type: password - default: "" @@ -208,6 +280,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_PROTOCOL labelEn: SMTP Protocol labelZh: SMTP 协议 + label: + en: SMTP Protocol + zh: SMTP 协议 required: false type: text - default: "login" @@ -215,6 +290,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_AUTH labelEn: SMTP Auth labelZh: SMTP 认证 + label: + en: SMTP Auth + zh: SMTP 认证 required: true type: select values: @@ -229,6 +307,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_OPEN_TIMEOUT labelEn: SMTP Open Timeout labelZh: SMTP 打开超时 + label: + en: SMTP Open Timeout + zh: SMTP 打开超时 required: false type: number - default: "" @@ -236,6 +317,9 @@ additionalProperties: envKey: DISCOURSE_SMTP_READ_TIMEOUT labelEn: SMTP Read Timeout labelZh: SMTP 读取超时 + label: + en: SMTP Read Timeout + zh: SMTP 读取超时 required: false type: number - default: "" @@ -244,6 +328,9 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: "5432" @@ -251,6 +338,9 @@ additionalProperties: envKey: PANEL_DB_PORT labelEn: Database Port Number labelZh: 数据库端口号 + label: + en: Database Port Number + zh: 数据库端口号 required: true rule: paramPort type: number @@ -258,6 +348,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -266,6 +359,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -274,6 +370,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -284,6 +383,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -291,6 +393,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -298,6 +403,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: false type: password - default: "no" @@ -305,6 +413,9 @@ additionalProperties: envKey: DISCOURSE_REDIS_USE_SSL labelEn: Redis Use SSL labelZh: Redis 使用 SSL + label: + en: Redis Use SSL + zh: Redis 使用 SSL required: true type: select values: @@ -317,5 +428,8 @@ additionalProperties: envKey: POSTGRESQL_CLIENT_CREATE_DATABASE_EXTENSIONS labelEn: PostgreSQL Client Create Database Extensions labelZh: PostgreSQL 客户端创建数据库扩展 + label: + en: PostgreSQL Client Create Database Extensions + zh: PostgreSQL 客户端创建数据库扩展 required: true type: text diff --git a/apps/discussion/1.2.0/data.yml b/apps/discussion/1.2.0/data.yml index 302d36d42..988f8dc8d 100644 --- a/apps/discussion/1.2.0/data.yml +++ b/apps/discussion/1.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -17,6 +20,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -42,6 +54,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/discussion/latest/data.yml b/apps/discussion/latest/data.yml index 302d36d42..988f8dc8d 100644 --- a/apps/discussion/latest/data.yml +++ b/apps/discussion/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -17,6 +20,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -42,6 +54,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/discuz/3.4/data.yml b/apps/discuz/3.4/data.yml index 6f0b95c8f..01bc8fd68 100644 --- a/apps/discuz/3.4/data.yml +++ b/apps/discuz/3.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP WebUI Port labelZh: HTTP 网页端口 + label: + en: HTTP WebUI Port + zh: HTTP 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS WebUI Port labelZh: HTTPS 网页端口 + label: + en: HTTPS WebUI Port + zh: HTTPS 网页端口 required: true rule: paramPort type: number diff --git a/apps/discuz/latest/data.yml b/apps/discuz/latest/data.yml index 6f0b95c8f..01bc8fd68 100644 --- a/apps/discuz/latest/data.yml +++ b/apps/discuz/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP WebUI Port labelZh: HTTP 网页端口 + label: + en: HTTP WebUI Port + zh: HTTP 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS WebUI Port labelZh: HTTPS 网页端口 + label: + en: HTTPS WebUI Port + zh: HTTPS 网页端口 required: true rule: paramPort type: number diff --git a/apps/docker-android/emulator_10.0_v2.18.0-p0/data.yml b/apps/docker-android/emulator_10.0_v2.18.0-p0/data.yml index c385aa049..bf8d5f743 100644 --- a/apps/docker-android/emulator_10.0_v2.18.0-p0/data.yml +++ b/apps/docker-android/emulator_10.0_v2.18.0-p0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -19,6 +22,9 @@ additionalProperties: envKey: EMULATOR_DEVICE labelEn: Emulator Device labelZh: 模拟的设备 + label: + en: Emulator Device + zh: 模拟的设备 required: true type: text - default: "true" @@ -26,6 +32,9 @@ additionalProperties: envKey: WEB_VNC labelEn: Web VNC labelZh: Web VNC + label: + en: Web VNC + zh: Web VNC required: true type: select values: @@ -38,6 +47,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/docker-android/emulator_11.0_v2.18.0-p0/data.yml b/apps/docker-android/emulator_11.0_v2.18.0-p0/data.yml index c385aa049..bf8d5f743 100644 --- a/apps/docker-android/emulator_11.0_v2.18.0-p0/data.yml +++ b/apps/docker-android/emulator_11.0_v2.18.0-p0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -19,6 +22,9 @@ additionalProperties: envKey: EMULATOR_DEVICE labelEn: Emulator Device labelZh: 模拟的设备 + label: + en: Emulator Device + zh: 模拟的设备 required: true type: text - default: "true" @@ -26,6 +32,9 @@ additionalProperties: envKey: WEB_VNC labelEn: Web VNC labelZh: Web VNC + label: + en: Web VNC + zh: Web VNC required: true type: select values: @@ -38,6 +47,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/docker-android/emulator_12.0_v2.18.0-p0/data.yml b/apps/docker-android/emulator_12.0_v2.18.0-p0/data.yml index c385aa049..bf8d5f743 100644 --- a/apps/docker-android/emulator_12.0_v2.18.0-p0/data.yml +++ b/apps/docker-android/emulator_12.0_v2.18.0-p0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -19,6 +22,9 @@ additionalProperties: envKey: EMULATOR_DEVICE labelEn: Emulator Device labelZh: 模拟的设备 + label: + en: Emulator Device + zh: 模拟的设备 required: true type: text - default: "true" @@ -26,6 +32,9 @@ additionalProperties: envKey: WEB_VNC labelEn: Web VNC labelZh: Web VNC + label: + en: Web VNC + zh: Web VNC required: true type: select values: @@ -38,6 +47,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/docker-android/emulator_13.0_v2.18.0-p0/data.yml b/apps/docker-android/emulator_13.0_v2.18.0-p0/data.yml index c385aa049..bf8d5f743 100644 --- a/apps/docker-android/emulator_13.0_v2.18.0-p0/data.yml +++ b/apps/docker-android/emulator_13.0_v2.18.0-p0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -19,6 +22,9 @@ additionalProperties: envKey: EMULATOR_DEVICE labelEn: Emulator Device labelZh: 模拟的设备 + label: + en: Emulator Device + zh: 模拟的设备 required: true type: text - default: "true" @@ -26,6 +32,9 @@ additionalProperties: envKey: WEB_VNC labelEn: Web VNC labelZh: Web VNC + label: + en: Web VNC + zh: Web VNC required: true type: select values: @@ -38,6 +47,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/docker-android/emulator_14.0_v2.18.0-p0/data.yml b/apps/docker-android/emulator_14.0_v2.18.0-p0/data.yml index c385aa049..bf8d5f743 100644 --- a/apps/docker-android/emulator_14.0_v2.18.0-p0/data.yml +++ b/apps/docker-android/emulator_14.0_v2.18.0-p0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -19,6 +22,9 @@ additionalProperties: envKey: EMULATOR_DEVICE labelEn: Emulator Device labelZh: 模拟的设备 + label: + en: Emulator Device + zh: 模拟的设备 required: true type: text - default: "true" @@ -26,6 +32,9 @@ additionalProperties: envKey: WEB_VNC labelEn: Web VNC labelZh: Web VNC + label: + en: Web VNC + zh: Web VNC required: true type: select values: @@ -38,6 +47,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/docker-android/emulator_9.0_v2.18.0-p0/data.yml b/apps/docker-android/emulator_9.0_v2.18.0-p0/data.yml index c385aa049..bf8d5f743 100644 --- a/apps/docker-android/emulator_9.0_v2.18.0-p0/data.yml +++ b/apps/docker-android/emulator_9.0_v2.18.0-p0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -19,6 +22,9 @@ additionalProperties: envKey: EMULATOR_DEVICE labelEn: Emulator Device labelZh: 模拟的设备 + label: + en: Emulator Device + zh: 模拟的设备 required: true type: text - default: "true" @@ -26,6 +32,9 @@ additionalProperties: envKey: WEB_VNC labelEn: Web VNC labelZh: Web VNC + label: + en: Web VNC + zh: Web VNC required: true type: select values: @@ -38,6 +47,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/docker-android/latest/data.yml b/apps/docker-android/latest/data.yml index f25a4434d..8457fd677 100644 --- a/apps/docker-android/latest/data.yml +++ b/apps/docker-android/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IMAGE labelEn: Container Image labelZh: 容器镜像 + label: + en: Container Image + zh: 容器镜像 required: true type: text - default: "always" @@ -12,6 +15,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -26,6 +32,9 @@ additionalProperties: envKey: EMULATOR_DEVICE labelEn: Emulator Device labelZh: 模拟的设备 + label: + en: Emulator Device + zh: 模拟的设备 required: true type: text - default: "true" @@ -33,6 +42,9 @@ additionalProperties: envKey: WEB_VNC labelEn: Web VNC labelZh: Web VNC + label: + en: Web VNC + zh: Web VNC required: true type: select values: @@ -45,6 +57,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/docker-copilot/latest/data.yml b/apps/docker-copilot/latest/data.yml index c39e1494d..a7447d64f 100644 --- a/apps/docker-copilot/latest/data.yml +++ b/apps/docker-copilot/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Service Port 12712 labelZh: 服务端口 12712 + label: + en: Service Port 12712 + zh: 服务端口 12712 required: true rule: paramPort type: number @@ -13,7 +16,10 @@ additionalProperties: envKey: SECRET_KEY labelEn: secretKey labelZh: 密码,不少于八位且非纯数字 + label: + en: secretKey + zh: 密码,不少于八位且非纯数字 random: true required: true rule: paramComplexity - type: password \ No newline at end of file + type: password diff --git a/apps/docker-hoster/20241103005433/data.yml b/apps/docker-hoster/20241103005433/data.yml index db47b418d..11d41f8f5 100644 --- a/apps/docker-hoster/20241103005433/data.yml +++ b/apps/docker-hoster/20241103005433/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text - default: "/etc/hosts" @@ -12,5 +15,8 @@ additionalProperties: envKey: HOSTS_PATH labelEn: Hosts File Path labelZh: Hosts 文件路径 + label: + en: Hosts File Path + zh: Hosts 文件路径 required: true type: text diff --git a/apps/docker-lxc/1.2/data.yml b/apps/docker-lxc/1.2/data.yml index 3b06700e9..d91703424 100644 --- a/apps/docker-lxc/1.2/data.yml +++ b/apps/docker-lxc/1.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: SSH Port labelZh: SSH 端口 + label: + en: SSH Port + zh: SSH 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: EXTERNAL_PORT labelEn: External port labelZh: 外部端口 + label: + en: External port + zh: 外部端口 required: true type: text - default: 50000-50010 @@ -20,6 +26,9 @@ additionalProperties: envKey: INTERNAL_PORT labelEn: Internal port labelZh: 内部端口 + label: + en: Internal port + zh: 内部端口 required: true type: text - default: ./data/data @@ -27,6 +36,9 @@ additionalProperties: envKey: EXTERNAL_DATA1 labelEn: External folder path 1 labelZh: 外部文件夹路径1 + label: + en: External folder path 1 + zh: 外部文件夹路径1 required: true type: text - default: /data @@ -34,6 +46,9 @@ additionalProperties: envKey: INTERNAL_DATA1 labelEn: Internal folder path 1 labelZh: 内部文件夹路径1 + label: + en: Internal folder path 1 + zh: 内部文件夹路径1 required: true type: text - default: ./data/www @@ -41,6 +56,9 @@ additionalProperties: envKey: EXTERNAL_DATA2 labelEn: External folder path 2 labelZh: 外部文件夹路径2 + label: + en: External folder path 2 + zh: 外部文件夹路径2 required: true type: text - default: /www @@ -48,6 +66,9 @@ additionalProperties: envKey: INTERNAL_DATA2 labelEn: Internal folder path 2 labelZh: 内部文件夹路径2 + label: + en: Internal folder path 2 + zh: 内部文件夹路径2 required: true type: text - default: "" @@ -55,6 +76,9 @@ additionalProperties: envKey: SSH_KEY labelEn: SSH public key labelZh: SSH 公钥 + label: + en: SSH public key + zh: SSH 公钥 required: false type: text - default: "lxc1" @@ -62,5 +86,8 @@ additionalProperties: envKey: LXC_HOSTNAME labelEn: LXC hostname labelZh: LXC主机名 + label: + en: LXC hostname + zh: LXC主机名 required: true type: text diff --git a/apps/docker-lxc/latest/data.yml b/apps/docker-lxc/latest/data.yml index 3b06700e9..d91703424 100644 --- a/apps/docker-lxc/latest/data.yml +++ b/apps/docker-lxc/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: SSH Port labelZh: SSH 端口 + label: + en: SSH Port + zh: SSH 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: EXTERNAL_PORT labelEn: External port labelZh: 外部端口 + label: + en: External port + zh: 外部端口 required: true type: text - default: 50000-50010 @@ -20,6 +26,9 @@ additionalProperties: envKey: INTERNAL_PORT labelEn: Internal port labelZh: 内部端口 + label: + en: Internal port + zh: 内部端口 required: true type: text - default: ./data/data @@ -27,6 +36,9 @@ additionalProperties: envKey: EXTERNAL_DATA1 labelEn: External folder path 1 labelZh: 外部文件夹路径1 + label: + en: External folder path 1 + zh: 外部文件夹路径1 required: true type: text - default: /data @@ -34,6 +46,9 @@ additionalProperties: envKey: INTERNAL_DATA1 labelEn: Internal folder path 1 labelZh: 内部文件夹路径1 + label: + en: Internal folder path 1 + zh: 内部文件夹路径1 required: true type: text - default: ./data/www @@ -41,6 +56,9 @@ additionalProperties: envKey: EXTERNAL_DATA2 labelEn: External folder path 2 labelZh: 外部文件夹路径2 + label: + en: External folder path 2 + zh: 外部文件夹路径2 required: true type: text - default: /www @@ -48,6 +66,9 @@ additionalProperties: envKey: INTERNAL_DATA2 labelEn: Internal folder path 2 labelZh: 内部文件夹路径2 + label: + en: Internal folder path 2 + zh: 内部文件夹路径2 required: true type: text - default: "" @@ -55,6 +76,9 @@ additionalProperties: envKey: SSH_KEY labelEn: SSH public key labelZh: SSH 公钥 + label: + en: SSH public key + zh: SSH 公钥 required: false type: text - default: "lxc1" @@ -62,5 +86,8 @@ additionalProperties: envKey: LXC_HOSTNAME labelEn: LXC hostname labelZh: LXC主机名 + label: + en: LXC hostname + zh: LXC主机名 required: true type: text diff --git a/apps/docker-osx/latest-online/data.yml b/apps/docker-osx/latest-online/data.yml index d508d0fcd..f646e0af8 100644 --- a/apps/docker-osx/latest-online/data.yml +++ b/apps/docker-osx/latest-online/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DISPLAY labelEn: Display labelZh: 显示 + label: + en: Display + zh: 显示 required: true type: text - default: "40287" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SSH labelEn: SSH Port labelZh: SSH 端口 + label: + en: SSH Port + zh: SSH 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: diff --git a/apps/docker-osx/latest/data.yml b/apps/docker-osx/latest/data.yml index d13396717..a3df1a78b 100644 --- a/apps/docker-osx/latest/data.yml +++ b/apps/docker-osx/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DISPLAY labelEn: Display labelZh: 显示 + label: + en: Display + zh: 显示 required: true type: text - default: "40287" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SSH labelEn: SSH Port labelZh: SSH 端口 + label: + en: SSH Port + zh: SSH 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -34,6 +43,9 @@ additionalProperties: envKey: IMAGE_FILE labelEn: System Image File labelZh: 系统镜像文件路径 + label: + en: System Image File + zh: 系统镜像文件路径 required: true type: text - default: "50G" @@ -41,6 +53,9 @@ additionalProperties: envKey: DISK_SIZE labelEn: Disk Size labelZh: 磁盘大小 + label: + en: Disk Size + zh: 磁盘大小 required: true type: text - default: "4" @@ -48,6 +63,9 @@ additionalProperties: envKey: RAM_SIZE labelEn: RAM Size labelZh: 内存大小 + label: + en: RAM Size + zh: 内存大小 required: true type: number - default: "2" @@ -55,6 +73,9 @@ additionalProperties: envKey: CPU_CORES labelEn: CPU Cores labelZh: CPU 核心数 + label: + en: CPU Cores + zh: CPU 核心数 required: true type: number - default: "docker" @@ -62,6 +83,9 @@ additionalProperties: envKey: USERNAME labelEn: Login Username labelZh: 登录用户名 + label: + en: Login Username + zh: 登录用户名 required: true type: text - default: "password" @@ -69,6 +93,9 @@ additionalProperties: envKey: PASSWORD labelEn: Login Password labelZh: 登录密码 + label: + en: Login Password + zh: 登录密码 random: true required: true rule: paramComplexity diff --git a/apps/dockge/1.5.0/data.yml b/apps/dockge/1.5.0/data.yml index 9af7eb405..bcb56f288 100644 --- a/apps/dockge/1.5.0/data.yml +++ b/apps/dockge/1.5.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: /opt/dockge/stacks @@ -20,5 +26,8 @@ additionalProperties: envKey: STACKS_PATH labelEn: compose yml folder path (Absolute Path) labelZh: compose 编排文件路径 (绝对路径) + label: + en: compose yml folder path (Absolute Path) + zh: compose 编排文件路径 (绝对路径) required: true type: text diff --git a/apps/dockge/latest/data.yml b/apps/dockge/latest/data.yml index 9af7eb405..bcb56f288 100644 --- a/apps/dockge/latest/data.yml +++ b/apps/dockge/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: /opt/dockge/stacks @@ -20,5 +26,8 @@ additionalProperties: envKey: STACKS_PATH labelEn: compose yml folder path (Absolute Path) labelZh: compose 编排文件路径 (绝对路径) + label: + en: compose yml folder path (Absolute Path) + zh: compose 编排文件路径 (绝对路径) required: true type: text diff --git a/apps/docmost/0.23.2/data.yml b/apps/docmost/0.23.2/data.yml index b46ee7b3f..92b959d47 100644 --- a/apps/docmost/0.23.2/data.yml +++ b/apps/docmost/0.23.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,7 +16,10 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Database Password labelZh: 数据库用户密码 + label: + en: Database Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity - type: password \ No newline at end of file + type: password diff --git a/apps/domain-admin/1.6.73/data.yml b/apps/domain-admin/1.6.73/data.yml index b614b76e8..a8e07eb61 100644 --- a/apps/domain-admin/1.6.73/data.yml +++ b/apps/domain-admin/1.6.73/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/domain-admin/latest/data.yml b/apps/domain-admin/latest/data.yml index b614b76e8..a8e07eb61 100644 --- a/apps/domain-admin/latest/data.yml +++ b/apps/domain-admin/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/dosgame/latest/data.yml b/apps/dosgame/latest/data.yml index c6f3283d4..7b4aa8e2e 100644 --- a/apps/dosgame/latest/data.yml +++ b/apps/dosgame/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/dozzle/8.14.6/data.yml b/apps/dozzle/8.14.6/data.yml index 482f7b275..3229405de 100644 --- a/apps/dozzle/8.14.6/data.yml +++ b/apps/dozzle/8.14.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/dpanel-lite/1.9.0-lite/data.yml b/apps/dpanel-lite/1.9.0-lite/data.yml index 87292423a..11a01cbb1 100644 --- a/apps/dpanel-lite/1.9.0-lite/data.yml +++ b/apps/dpanel-lite/1.9.0-lite/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "dpanel" @@ -20,6 +26,9 @@ additionalProperties: envKey: APP_NAME labelEn: Application Name labelZh: 应用名称 + label: + en: Application Name + zh: 应用名称 required: true type: text - default: "/var/run/docker.sock" @@ -27,5 +36,8 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text diff --git a/apps/dpanel/1.9.0-lite/data.yml b/apps/dpanel/1.9.0-lite/data.yml index 87292423a..11a01cbb1 100644 --- a/apps/dpanel/1.9.0-lite/data.yml +++ b/apps/dpanel/1.9.0-lite/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "dpanel" @@ -20,6 +26,9 @@ additionalProperties: envKey: APP_NAME labelEn: Application Name labelZh: 应用名称 + label: + en: Application Name + zh: 应用名称 required: true type: text - default: "/var/run/docker.sock" @@ -27,5 +36,8 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text diff --git a/apps/dpanel/1.9.0/data.yml b/apps/dpanel/1.9.0/data.yml index ec0a3c897..eed3b39ea 100644 --- a/apps/dpanel/1.9.0/data.yml +++ b/apps/dpanel/1.9.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DPANEL_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_ADMIN labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: HTTP 服务端口 labelEn: HTTP service port + label: + en: HTTP service port + zh: HTTP 服务端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelZh: HTTPS 服务端口 labelEn: HTTPS service port + label: + en: HTTPS service port + zh: HTTPS 服务端口 required: true rule: paramPort type: number diff --git a/apps/dpanel/lite/data.yml b/apps/dpanel/lite/data.yml index 87292423a..11a01cbb1 100644 --- a/apps/dpanel/lite/data.yml +++ b/apps/dpanel/lite/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "dpanel" @@ -20,6 +26,9 @@ additionalProperties: envKey: APP_NAME labelEn: Application Name labelZh: 应用名称 + label: + en: Application Name + zh: 应用名称 required: true type: text - default: "/var/run/docker.sock" @@ -27,5 +36,8 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text diff --git a/apps/dujiaoka/2.1.0/data.yml b/apps/dujiaoka/2.1.0/data.yml index d51bb3c79..8af9356d0 100644 --- a/apps/dujiaoka/2.1.0/data.yml +++ b/apps/dujiaoka/2.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DUJIAOKA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: APP_NAME labelZh: 网站名称 labelEn: Website name + label: + en: Website name + zh: 网站名称 required: true type: text - default: "base64:sKDhhXG+bHhlnH8hAVX2MbETkYABNhWNXALo0FU8WH0=" @@ -35,6 +47,9 @@ additionalProperties: envKey: APP_KEY labelZh: 应用密钥 labelEn: Application key + label: + en: Application key + zh: 应用密钥 required: true type: text - default: "http://127.0.0.1:8080" @@ -42,6 +57,9 @@ additionalProperties: envKey: APP_URL labelZh: 网站域名 labelEn: Website domain + label: + en: Website domain + zh: 网站域名 required: true type: text - default: "/admin" @@ -49,6 +67,9 @@ additionalProperties: envKey: ADMIN_ROUTE_PREFIX labelZh: 后台路径 labelEn: Admin path + label: + en: Admin path + zh: 后台路径 required: true type: text - default: "redis" @@ -56,6 +77,9 @@ additionalProperties: envKey: QUEUE_CONNECTION labelZh: 异步消息队列模式 labelEn: Asynchronous message queue mode + label: + en: Asynchronous message queue mode + zh: 异步消息队列模式 required: true type: select values: @@ -68,6 +92,9 @@ additionalProperties: envKey: CACHE_DRIVER labelZh: 缓存驱动 labelEn: Cache driver + label: + en: Cache driver + zh: 缓存驱动 required: true type: select values: @@ -80,6 +107,9 @@ additionalProperties: envKey: ADMIN_HTTPS labelZh: 启用后台 HTTPS labelEn: Enable admin HTTPS + label: + en: Enable admin HTTPS + zh: 启用后台 HTTPS required: true type: select values: diff --git a/apps/dujiaoka/latest/data.yml b/apps/dujiaoka/latest/data.yml index 465de3f90..d9509dd0a 100644 --- a/apps/dujiaoka/latest/data.yml +++ b/apps/dujiaoka/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: INSTALL labelEn: Whether to perform initial installation labelZh: 是否进行初始化安装 + label: + en: Whether to perform initial installation + zh: 是否进行初始化安装 required: true type: select values: @@ -25,6 +31,9 @@ additionalProperties: envKey: MODIFY labelEn: Modified or not labelZh: 是否已修改 + label: + en: Modified or not + zh: 是否已修改 required: true type: select values: diff --git a/apps/duplicati/2.2.0.100/data.yml b/apps/duplicati/2.2.0.100/data.yml index e81718bd2..91cfe9ee5 100644 --- a/apps/duplicati/2.2.0.100/data.yml +++ b/apps/duplicati/2.2.0.100/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: BACKUPS_PATH labelEn: External Backups Path labelZh: 外部备份路径 + label: + en: External Backups Path + zh: 外部备份路径 required: true type: text - default: "/backups" @@ -20,6 +26,9 @@ additionalProperties: envKey: INTERNAL_BACKUPS_PATH labelEn: Internal Backups Path labelZh: 内部备份路径 + label: + en: Internal Backups Path + zh: 内部备份路径 required: true type: text - default: "./data/data" @@ -27,5 +36,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/duplicati/latest/data.yml b/apps/duplicati/latest/data.yml index e81718bd2..91cfe9ee5 100644 --- a/apps/duplicati/latest/data.yml +++ b/apps/duplicati/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: BACKUPS_PATH labelEn: External Backups Path labelZh: 外部备份路径 + label: + en: External Backups Path + zh: 外部备份路径 required: true type: text - default: "/backups" @@ -20,6 +26,9 @@ additionalProperties: envKey: INTERNAL_BACKUPS_PATH labelEn: Internal Backups Path labelZh: 内部备份路径 + label: + en: Internal Backups Path + zh: 内部备份路径 required: true type: text - default: "./data/data" @@ -27,5 +36,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/dweebui/0.60/data.yml b/apps/dweebui/0.60/data.yml index 8ccf15223..9e077bafc 100644 --- a/apps/dweebui/0.60/data.yml +++ b/apps/dweebui/0.60/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/db.sqlite" @@ -20,6 +26,9 @@ additionalProperties: envKey: DB_PATH labelEn: Database Path labelZh: 数据库文件路径 + label: + en: Database Path + zh: 数据库文件路径 required: true type: text - default: "MrWiskers" @@ -27,6 +36,9 @@ additionalProperties: envKey: SECRET_KEY labelEn: Secret Key labelZh: 秘钥 + label: + en: Secret Key + zh: 秘钥 random: true required: true rule: paramComplexity @@ -36,5 +48,8 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text diff --git a/apps/dweebui/latest/data.yml b/apps/dweebui/latest/data.yml index 8ccf15223..9e077bafc 100644 --- a/apps/dweebui/latest/data.yml +++ b/apps/dweebui/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/db.sqlite" @@ -20,6 +26,9 @@ additionalProperties: envKey: DB_PATH labelEn: Database Path labelZh: 数据库文件路径 + label: + en: Database Path + zh: 数据库文件路径 required: true type: text - default: "MrWiskers" @@ -27,6 +36,9 @@ additionalProperties: envKey: SECRET_KEY labelEn: Secret Key labelZh: 秘钥 + label: + en: Secret Key + zh: 秘钥 random: true required: true rule: paramComplexity @@ -36,5 +48,8 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text diff --git a/apps/easyimage2/2.8.3-r1/data.yml b/apps/easyimage2/2.8.3-r1/data.yml index 1fca287af..e05fdcdad 100644 --- a/apps/easyimage2/2.8.3-r1/data.yml +++ b/apps/easyimage2/2.8.3-r1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/easyimage2/latest/data.yml b/apps/easyimage2/latest/data.yml index 1fca287af..e05fdcdad 100644 --- a/apps/easyimage2/latest/data.yml +++ b/apps/easyimage2/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/easynode/3.5.3/data.yml b/apps/easynode/3.5.3/data.yml index 2d32cbc42..65f1e7c53 100644 --- a/apps/easynode/3.5.3/data.yml +++ b/apps/easynode/3.5.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/easynode/latest/data.yml b/apps/easynode/latest/data.yml index 2d32cbc42..65f1e7c53 100644 --- a/apps/easynode/latest/data.yml +++ b/apps/easynode/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/easytier/2.4.5/data.yml b/apps/easytier/2.4.5/data.yml index e4031775c..521d5cd13 100644 --- a/apps/easytier/2.4.5/data.yml +++ b/apps/easytier/2.4.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/config.toml" @@ -12,6 +15,9 @@ additionalProperties: envKey: CONFIG_FILE_PATH labelEn: Configuration file path labelZh: 配置文件路径 + label: + en: Configuration file path + zh: 配置文件路径 required: true type: text - default: "/root/config.toml" @@ -19,6 +25,9 @@ additionalProperties: envKey: CONFIG_FILE_PATH_INTERNAL labelEn: Configuration file path(inside container) labelZh: 配置文件路径 (容器内部) + label: + en: Configuration file path(inside container) + zh: 配置文件路径 (容器内部) required: true type: text - default: "Asia/Shanghai" @@ -26,6 +35,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "true" @@ -33,6 +45,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privilege mode switch labelZh: 特权模式开关 + label: + en: Privilege mode switch + zh: 特权模式开关 required: true type: text - default: "easytier" @@ -40,6 +55,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "-c /root/config.toml" @@ -47,5 +65,8 @@ additionalProperties: envKey: COMMAND labelEn: Command labelZh: 命令 + label: + en: Command + zh: 命令 required: true type: text diff --git a/apps/easytier/latest/data.yml b/apps/easytier/latest/data.yml index e4031775c..521d5cd13 100644 --- a/apps/easytier/latest/data.yml +++ b/apps/easytier/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/config.toml" @@ -12,6 +15,9 @@ additionalProperties: envKey: CONFIG_FILE_PATH labelEn: Configuration file path labelZh: 配置文件路径 + label: + en: Configuration file path + zh: 配置文件路径 required: true type: text - default: "/root/config.toml" @@ -19,6 +25,9 @@ additionalProperties: envKey: CONFIG_FILE_PATH_INTERNAL labelEn: Configuration file path(inside container) labelZh: 配置文件路径 (容器内部) + label: + en: Configuration file path(inside container) + zh: 配置文件路径 (容器内部) required: true type: text - default: "Asia/Shanghai" @@ -26,6 +35,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "true" @@ -33,6 +45,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privilege mode switch labelZh: 特权模式开关 + label: + en: Privilege mode switch + zh: 特权模式开关 required: true type: text - default: "easytier" @@ -40,6 +55,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "-c /root/config.toml" @@ -47,5 +65,8 @@ additionalProperties: envKey: COMMAND labelEn: Command labelZh: 命令 + label: + en: Command + zh: 命令 required: true type: text diff --git a/apps/ech0/latest/data.yml b/apps/ech0/latest/data.yml index ecb3baf59..0d0921c97 100644 --- a/apps/ech0/latest/data.yml +++ b/apps/ech0/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: 40120 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: JWT_SECRET labelEn: JWT Secret labelZh: JWT密钥 + label: + en: JWT Secret + zh: JWT密钥 random: true required: true rule: paramComplexity diff --git a/apps/edge-browser/1.18.0/data.yml b/apps/edge-browser/1.18.0/data.yml index 488cee5dd..4f4f0f010 100644 --- a/apps/edge-browser/1.18.0/data.yml +++ b/apps/edge-browser/1.18.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,5 +28,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/edge-browser/develop/data.yml b/apps/edge-browser/develop/data.yml index 488cee5dd..4f4f0f010 100644 --- a/apps/edge-browser/develop/data.yml +++ b/apps/edge-browser/develop/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,5 +28,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/eigenfocus/0.9.0/data.yml b/apps/eigenfocus/0.9.0/data.yml index ae2c88258..54fbb6f38 100644 --- a/apps/eigenfocus/0.9.0/data.yml +++ b/apps/eigenfocus/0.9.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: EIGENFOCUS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,5 +26,8 @@ additionalProperties: envKey: DEFAULT_HOST_URL labelZh: 服务地址 labelEn: Server Url + label: + en: Server Url + zh: 服务地址 required: true type: text diff --git a/apps/elastic-elasticsearch/9.2.0/data.yml b/apps/elastic-elasticsearch/9.2.0/data.yml index d125ce856..2a9286ac7 100644 --- a/apps/elastic-elasticsearch/9.2.0/data.yml +++ b/apps/elastic-elasticsearch/9.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ELASTICSEARCH_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 9200 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CLUSTER labelZh: 集群端口 labelEn: Cluster port + label: + en: Cluster port + zh: 集群端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: ELASTIC_PASSWORD labelZh: Elasticsearch 密码 (elastic) labelEn: Elasticsearch password (elastic) + label: + en: Elasticsearch password (elastic) + zh: Elasticsearch 密码 (elastic) required: true type: password - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: KIBANA_PASSWORD labelZh: Kibana 密码 (kibana_system) labelEn: Kibana password (kibana_system) + label: + en: Kibana password (kibana_system) + zh: Kibana 密码 (kibana_system) required: false type: password - default: "elasticsearch" @@ -42,6 +57,9 @@ additionalProperties: envKey: ES_SETTING_CLUSTER_NAME labelZh: 集群名称 labelEn: Cluster name + label: + en: Cluster name + zh: 集群名称 required: true type: text - default: "es-node" @@ -49,6 +67,9 @@ additionalProperties: envKey: ES_SETTING_NODE_NAME labelZh: 节点名称 labelEn: Node name + label: + en: Node name + zh: 节点名称 required: true type: text - default: "-Xms1g -Xmx1g" @@ -56,5 +77,8 @@ additionalProperties: envKey: ES_JAVA_OPTS labelZh: Java 启动参数 (可选) labelEn: Java startup parameters (optional) + label: + en: Java startup parameters (optional) + zh: Java 启动参数 (可选) required: false type: text diff --git a/apps/elastic-kibana/9.2.0/data.yml b/apps/elastic-kibana/9.2.0/data.yml index beee07edc..921e68cca 100644 --- a/apps/elastic-kibana/9.2.0/data.yml +++ b/apps/elastic-kibana/9.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: KIBANA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5601 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,5 +26,8 @@ additionalProperties: envKey: elasticsearch_hosts labelZh: Elasticsearch 地址 labelEn: Elasticsearch address + label: + en: Elasticsearch address + zh: Elasticsearch 地址 required: true type: text diff --git a/apps/element-web/1.12.3/data.yml b/apps/element-web/1.12.3/data.yml index 39d69c828..ee6f17407 100644 --- a/apps/element-web/1.12.3/data.yml +++ b/apps/element-web/1.12.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ELEMENT_WEB_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 40124 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/element-web/latest/data.yml b/apps/element-web/latest/data.yml index 39d69c828..ee6f17407 100644 --- a/apps/element-web/latest/data.yml +++ b/apps/element-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ELEMENT_WEB_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 40124 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/emby-amilys/4.9.1.36/data.yml b/apps/emby-amilys/4.9.1.36/data.yml index 53b55a5b0..9fc921217 100644 --- a/apps/emby-amilys/4.9.1.36/data.yml +++ b/apps/emby-amilys/4.9.1.36/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt1 @@ -28,6 +37,9 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text - default: ./data/mnt2 @@ -35,6 +47,9 @@ additionalProperties: envKey: MOUNT_PATH2 labelEn: Mount folder path 2 labelZh: 挂载文件夹路径2 + label: + en: Mount folder path 2 + zh: 挂载文件夹路径2 required: true type: text - default: Asia/Shanghai @@ -42,5 +57,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/emby-amilys/latest/data.yml b/apps/emby-amilys/latest/data.yml index 53b55a5b0..9fc921217 100644 --- a/apps/emby-amilys/latest/data.yml +++ b/apps/emby-amilys/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt1 @@ -28,6 +37,9 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text - default: ./data/mnt2 @@ -35,6 +47,9 @@ additionalProperties: envKey: MOUNT_PATH2 labelEn: Mount folder path 2 labelZh: 挂载文件夹路径2 + label: + en: Mount folder path 2 + zh: 挂载文件夹路径2 required: true type: text - default: Asia/Shanghai @@ -42,5 +57,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/emby/4.9.2.6-amd64/data.yml b/apps/emby/4.9.2.6-amd64/data.yml index ded758197..38763bff7 100644 --- a/apps/emby/4.9.2.6-amd64/data.yml +++ b/apps/emby/4.9.2.6-amd64/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt1 @@ -28,6 +37,9 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text - default: ./data/mnt2 @@ -35,5 +47,8 @@ additionalProperties: envKey: MOUNT_PATH2 labelEn: Mount folder path 2 labelZh: 挂载文件夹路径2 + label: + en: Mount folder path 2 + zh: 挂载文件夹路径2 required: true type: text diff --git a/apps/emby/4.9.2.6-arm32v7/data.yml b/apps/emby/4.9.2.6-arm32v7/data.yml index ded758197..38763bff7 100644 --- a/apps/emby/4.9.2.6-arm32v7/data.yml +++ b/apps/emby/4.9.2.6-arm32v7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt1 @@ -28,6 +37,9 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text - default: ./data/mnt2 @@ -35,5 +47,8 @@ additionalProperties: envKey: MOUNT_PATH2 labelEn: Mount folder path 2 labelZh: 挂载文件夹路径2 + label: + en: Mount folder path 2 + zh: 挂载文件夹路径2 required: true type: text diff --git a/apps/emby/4.9.2.6-arm64v8/data.yml b/apps/emby/4.9.2.6-arm64v8/data.yml index ded758197..38763bff7 100644 --- a/apps/emby/4.9.2.6-arm64v8/data.yml +++ b/apps/emby/4.9.2.6-arm64v8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt1 @@ -28,6 +37,9 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text - default: ./data/mnt2 @@ -35,5 +47,8 @@ additionalProperties: envKey: MOUNT_PATH2 labelEn: Mount folder path 2 labelZh: 挂载文件夹路径2 + label: + en: Mount folder path 2 + zh: 挂载文件夹路径2 required: true type: text diff --git a/apps/excalidraw/latest/data.yml b/apps/excalidraw/latest/data.yml index 482f7b275..3229405de 100644 --- a/apps/excalidraw/latest/data.yml +++ b/apps/excalidraw/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/feedback/1.0.5/data.yml b/apps/feedback/1.0.5/data.yml index 4b3a22d2e..fe76d662a 100644 --- a/apps/feedback/1.0.5/data.yml +++ b/apps/feedback/1.0.5/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -24,6 +27,9 @@ additionalProperties: envKey: FEEDBACK_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -31,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -39,6 +48,9 @@ additionalProperties: envKey: FEEDBACK_WEBSITE labelZh: 访问地址 labelEn: Access Address + label: + en: Access Address + zh: 访问地址 required: true type: text - default: "备案号" @@ -46,6 +58,9 @@ additionalProperties: envKey: FEEDBACK_BEI_AN labelZh: 备案号 labelEn: Record Number + label: + en: Record Number + zh: 备案号 required: true type: text - default: "127.0.0.1" @@ -53,6 +68,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -60,6 +78,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -68,6 +89,9 @@ additionalProperties: envKey: DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -76,6 +100,9 @@ additionalProperties: envKey: MYSQL_USERNAME labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -83,6 +110,9 @@ additionalProperties: envKey: MYSQL_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity diff --git a/apps/fider/0.30.0/data.yml b/apps/fider/0.30.0/data.yml index 02d553a14..6837536ac 100644 --- a/apps/fider/0.30.0/data.yml +++ b/apps/fider/0.30.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Web UI 端口 labelEn: Web UI Port + label: + en: Web UI Port + zh: Web UI 端口 required: true rule: paramPort type: number @@ -27,6 +33,9 @@ additionalProperties: envKey: BASE_URL labelZh: 访问地址 labelEn: Access URL + label: + en: Access URL + zh: 访问地址 required: true type: text - default: "adc19ed6361cb4af0ff5f5bd3c52930cc6b444777d07bdcb76c2e9d623976b648640c4fbdc00cea739f15ef21522240758d747f65c15c6311f7d8678d8fe1ae565b837cdd5eb9d90594a4501dea1e6711ca0eae873302de27f210219188f4420473749fb67103afe64867120d0f7fadaecd2442e96b165c5f1602e701527f2e72188a18d195127f59632247d578d2b9a9a652240026aa5a317c972e5bdb391caab81b2779eebe0a07e28246b78e58ddd49845cf91f29cbb8e9090b2cf0ce4db0f49d52473fd75f9c274dcb5a9cb3c0bf6dd664b2fb1b603955fef325fd0b34043524b0fad2fcd2686ce04225792e267800b9b66a1762d9ebae4416500541dc8d" @@ -34,6 +43,9 @@ additionalProperties: envKey: JWT_SECRET labelZh: 应用密钥 labelEn: App key + label: + en: App key + zh: 应用密钥 required: true type: password - default: "127.0.0.1" @@ -41,6 +53,9 @@ additionalProperties: envKey: POSTGRES_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -48,6 +63,9 @@ additionalProperties: envKey: POSTGRES_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -56,6 +74,9 @@ additionalProperties: envKey: POSTGRES_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -64,6 +85,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -71,6 +95,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -80,6 +107,9 @@ additionalProperties: envKey: EMAIL_NOREPLY labelZh: 发件人地址 labelEn: Mailer Sender Address + label: + en: Mailer Sender Address + zh: 发件人地址 required: true type: text - default: "" @@ -87,6 +117,9 @@ additionalProperties: envKey: EMAIL_SMTP_HOST labelZh: 主机地址 (SMTP) labelEn: Mailer Host (SMTP) + label: + en: Mailer Host (SMTP) + zh: 主机地址 (SMTP) required: false type: text - default: 465 @@ -94,6 +127,9 @@ additionalProperties: envKey: EMAIL_SMTP_PORT labelZh: 端口 (SMTP) labelEn: Mailer Port (SMTP) + label: + en: Mailer Port (SMTP) + zh: 端口 (SMTP) required: true type: number - default: "" @@ -101,6 +137,9 @@ additionalProperties: envKey: EMAIL_SMTP_USERNAME labelZh: 用户名 (SMTP) labelEn: Mailer Username (SMTP) + label: + en: Mailer Username (SMTP) + zh: 用户名 (SMTP) required: false type: text - default: "" @@ -108,6 +147,9 @@ additionalProperties: envKey: EMAIL_SMTP_PASSWORD labelZh: 密码 (SMTP) labelEn: Mailer Password (SMTP) + label: + en: Mailer Password (SMTP) + zh: 密码 (SMTP) required: false type: text - default: "true" @@ -115,6 +157,9 @@ additionalProperties: envKey: EMAIL_SMTP_ENABLE_STARTTLS labelZh: 启用 STARTTLS (SMTP) labelEn: Enable STARTTLS (SMTP) + label: + en: Enable STARTTLS (SMTP) + zh: 启用 STARTTLS (SMTP) required: true type: select values: @@ -127,6 +172,9 @@ additionalProperties: envKey: EMAIL_MAILGUN_API labelZh: API 地址 (Mailgun) labelEn: API URL (Mailgun) + label: + en: API URL (Mailgun) + zh: API 地址 (Mailgun) required: false type: text - default: "" @@ -134,6 +182,9 @@ additionalProperties: envKey: EMAIL_MAILGUN_DOMAIN labelZh: 域名 (Mailgun) labelEn: Domain (Mailgun) + label: + en: Domain (Mailgun) + zh: 域名 (Mailgun) required: false type: text - default: "US" @@ -141,6 +192,9 @@ additionalProperties: envKey: EMAIL_MAILGUN_REGION labelZh: 区域 (Mailgun) labelEn: Region (Mailgun) + label: + en: Region (Mailgun) + zh: 区域 (Mailgun) required: false type: text - default: "us-east-1" @@ -148,6 +202,9 @@ additionalProperties: envKey: EMAIL_AWSSES_REGION labelZh: 区域 (AWS SES) labelEn: Region (AWS SES) + label: + en: Region (AWS SES) + zh: 区域 (AWS SES) required: false type: text - default: "" @@ -155,6 +212,9 @@ additionalProperties: envKey: EMAIL_AWSSES_ACCESS_KEY_ID labelZh: 授权 ID (AWS SES) labelEn: Access Key ID (AWS SES) + label: + en: Access Key ID (AWS SES) + zh: 授权 ID (AWS SES) required: false type: text - default: "" @@ -162,5 +222,8 @@ additionalProperties: envKey: EMAIL_AWSSES_SECRET_ACCESS_KEY labelZh: 授权密钥 (AWS SES) labelEn: Access Key Secret (AWS SES) + label: + en: Access Key Secret (AWS SES) + zh: 授权密钥 (AWS SES) required: false type: text diff --git a/apps/filebrowser/2.45.0/data.yml b/apps/filebrowser/2.45.0/data.yml index d62d44952..9a67379d4 100644 --- a/apps/filebrowser/2.45.0/data.yml +++ b/apps/filebrowser/2.45.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/filebrowser/latest/data.yml b/apps/filebrowser/latest/data.yml index d62d44952..9a67379d4 100644 --- a/apps/filebrowser/latest/data.yml +++ b/apps/filebrowser/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/filecodebox/beta/data.yml b/apps/filecodebox/beta/data.yml index df7f823fc..9fb1b4c57 100644 --- a/apps/filecodebox/beta/data.yml +++ b/apps/filecodebox/beta/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/firefly/4.4/data.yml b/apps/firefly/4.4/data.yml index cc168645b..3896c3faf 100644 --- a/apps/firefly/4.4/data.yml +++ b/apps/firefly/4.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: FIREFLY_PASSWORD labelEn: Webui password labelZh: 网页密码 + label: + en: Webui password + zh: 网页密码 random: true required: true rule: paramComplexity @@ -22,6 +28,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: "false" @@ -29,6 +38,9 @@ additionalProperties: envKey: FIREFLY_AUTO_SSL labelEn: Should automatic SSL certificate acquisition be enabled? If enabled, the port needs to be set to 443. labelZh: 是否启用自动获取 SSL 证书 (开启则需要将端口设置为 443) + label: + en: Should automatic SSL certificate acquisition be enabled? If enabled, the port needs to be set to 443. + zh: 是否启用自动获取 SSL 证书 (开启则需要将端口设置为 443) required: true type: select values: @@ -41,5 +53,8 @@ additionalProperties: envKey: FIREFLY_DEVICE labelEn: The network interface names for inbound and outbound traffic with WireGuard labelZh: WireGuard 出入流量网卡名称 + label: + en: The network interface names for inbound and outbound traffic with WireGuard + zh: WireGuard 出入流量网卡名称 required: false type: text diff --git a/apps/firefly/latest/data.yml b/apps/firefly/latest/data.yml index cc168645b..3896c3faf 100644 --- a/apps/firefly/latest/data.yml +++ b/apps/firefly/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: FIREFLY_PASSWORD labelEn: Webui password labelZh: 网页密码 + label: + en: Webui password + zh: 网页密码 random: true required: true rule: paramComplexity @@ -22,6 +28,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: "false" @@ -29,6 +38,9 @@ additionalProperties: envKey: FIREFLY_AUTO_SSL labelEn: Should automatic SSL certificate acquisition be enabled? If enabled, the port needs to be set to 443. labelZh: 是否启用自动获取 SSL 证书 (开启则需要将端口设置为 443) + label: + en: Should automatic SSL certificate acquisition be enabled? If enabled, the port needs to be set to 443. + zh: 是否启用自动获取 SSL 证书 (开启则需要将端口设置为 443) required: true type: select values: @@ -41,5 +53,8 @@ additionalProperties: envKey: FIREFLY_DEVICE labelEn: The network interface names for inbound and outbound traffic with WireGuard labelZh: WireGuard 出入流量网卡名称 + label: + en: The network interface names for inbound and outbound traffic with WireGuard + zh: WireGuard 出入流量网卡名称 required: false type: text diff --git a/apps/firefox-browser/1143.0.4/data.yml b/apps/firefox-browser/1143.0.4/data.yml index f510085d0..702232554 100644 --- a/apps/firefox-browser/1143.0.4/data.yml +++ b/apps/firefox-browser/1143.0.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HTTP_USER labelEn: Access User labelZh: 访问用户 + label: + en: Access User + zh: 访问用户 required: true type: text - default: Password @@ -28,6 +37,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: false required: true rule: paramComplexity @@ -37,6 +49,9 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text - default: ./data @@ -44,5 +59,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/firefox-browser/latest/data.yml b/apps/firefox-browser/latest/data.yml index f510085d0..702232554 100644 --- a/apps/firefox-browser/latest/data.yml +++ b/apps/firefox-browser/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HTTP_USER labelEn: Access User labelZh: 访问用户 + label: + en: Access User + zh: 访问用户 required: true type: text - default: Password @@ -28,6 +37,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: false required: true rule: paramComplexity @@ -37,6 +49,9 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text - default: ./data @@ -44,5 +59,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/flaresolverr/3.4.4/data.yml b/apps/flaresolverr/3.4.4/data.yml index 32948e8bf..67845e4ad 100644 --- a/apps/flaresolverr/3.4.4/data.yml +++ b/apps/flaresolverr/3.4.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: LOG_LEVEL labelEn: Log Level labelZh: 日志级别 + label: + en: Log Level + zh: 日志级别 required: true type: select values: @@ -27,6 +33,9 @@ additionalProperties: envKey: LOG_HTML labelEn: Log HTML labelZh: 日志 HTML 输出 + label: + en: Log HTML + zh: 日志 HTML 输出 required: true type: select values: @@ -39,6 +48,9 @@ additionalProperties: envKey: CAPTCHA_SOLVER labelEn: CAPTCHA Solver labelZh: CAPTCHA 解密器 + label: + en: CAPTCHA Solver + zh: CAPTCHA 解密器 required: true type: text - default: "Asia/Shanghai" @@ -46,6 +58,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "none" @@ -53,6 +68,9 @@ additionalProperties: envKey: LANG labelEn: Language labelZh: 语言 + label: + en: Language + zh: 语言 required: true type: text - default: "true" @@ -60,6 +78,9 @@ additionalProperties: envKey: HEADLESS labelEn: Headless Mode labelZh: 无头模式 + label: + en: Headless Mode + zh: 无头模式 required: true type: select values: @@ -72,6 +93,9 @@ additionalProperties: envKey: BROWSER_TIMEOUT labelEn: Browser Timeout labelZh: 浏览器超时时间 + label: + en: Browser Timeout + zh: 浏览器超时时间 required: true type: number - default: "https://www.google.com" @@ -79,6 +103,9 @@ additionalProperties: envKey: TEST_URL labelEn: Test URL labelZh: 测试 URL + label: + en: Test URL + zh: 测试 URL required: true type: text - default: "0.0.0.0" @@ -86,6 +113,9 @@ additionalProperties: envKey: HOST labelEn: Host labelZh: 监听地址 + label: + en: Host + zh: 监听地址 required: true type: text - default: "false" @@ -93,6 +123,9 @@ additionalProperties: envKey: PROMETHEUS_ENABLED labelEn: Prometheus Enabled labelZh: 启用 Prometheus + label: + en: Prometheus Enabled + zh: 启用 Prometheus required: true type: select values: diff --git a/apps/flaresolverr/latest/data.yml b/apps/flaresolverr/latest/data.yml index 32948e8bf..67845e4ad 100644 --- a/apps/flaresolverr/latest/data.yml +++ b/apps/flaresolverr/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: LOG_LEVEL labelEn: Log Level labelZh: 日志级别 + label: + en: Log Level + zh: 日志级别 required: true type: select values: @@ -27,6 +33,9 @@ additionalProperties: envKey: LOG_HTML labelEn: Log HTML labelZh: 日志 HTML 输出 + label: + en: Log HTML + zh: 日志 HTML 输出 required: true type: select values: @@ -39,6 +48,9 @@ additionalProperties: envKey: CAPTCHA_SOLVER labelEn: CAPTCHA Solver labelZh: CAPTCHA 解密器 + label: + en: CAPTCHA Solver + zh: CAPTCHA 解密器 required: true type: text - default: "Asia/Shanghai" @@ -46,6 +58,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "none" @@ -53,6 +68,9 @@ additionalProperties: envKey: LANG labelEn: Language labelZh: 语言 + label: + en: Language + zh: 语言 required: true type: text - default: "true" @@ -60,6 +78,9 @@ additionalProperties: envKey: HEADLESS labelEn: Headless Mode labelZh: 无头模式 + label: + en: Headless Mode + zh: 无头模式 required: true type: select values: @@ -72,6 +93,9 @@ additionalProperties: envKey: BROWSER_TIMEOUT labelEn: Browser Timeout labelZh: 浏览器超时时间 + label: + en: Browser Timeout + zh: 浏览器超时时间 required: true type: number - default: "https://www.google.com" @@ -79,6 +103,9 @@ additionalProperties: envKey: TEST_URL labelEn: Test URL labelZh: 测试 URL + label: + en: Test URL + zh: 测试 URL required: true type: text - default: "0.0.0.0" @@ -86,6 +113,9 @@ additionalProperties: envKey: HOST labelEn: Host labelZh: 监听地址 + label: + en: Host + zh: 监听地址 required: true type: text - default: "false" @@ -93,6 +123,9 @@ additionalProperties: envKey: PROMETHEUS_ENABLED labelEn: Prometheus Enabled labelZh: 启用 Prometheus + label: + en: Prometheus Enabled + zh: 启用 Prometheus required: true type: select values: diff --git a/apps/flarum/1.8.10/data.yml b/apps/flarum/1.8.10/data.yml index dc65e000b..4019f7ae2 100644 --- a/apps/flarum/1.8.10/data.yml +++ b/apps/flarum/1.8.10/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: FLARUM_DB_PORT key: mysql @@ -28,6 +31,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -36,6 +42,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -44,6 +53,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -52,6 +64,9 @@ additionalProperties: envKey: PANEL_DB_PREFIX labelEn: Database prefix labelZh: 数据库前缀 + label: + en: Database prefix + zh: 数据库前缀 required: true type: text - default: 40020 @@ -59,6 +74,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -67,6 +85,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: http://localhost:40020 @@ -74,5 +95,8 @@ additionalProperties: envKey: FLARUM_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text diff --git a/apps/flarum/latest/data.yml b/apps/flarum/latest/data.yml index dc65e000b..4019f7ae2 100644 --- a/apps/flarum/latest/data.yml +++ b/apps/flarum/latest/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: FLARUM_DB_PORT key: mysql @@ -28,6 +31,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -36,6 +42,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -44,6 +53,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -52,6 +64,9 @@ additionalProperties: envKey: PANEL_DB_PREFIX labelEn: Database prefix labelZh: 数据库前缀 + label: + en: Database prefix + zh: 数据库前缀 required: true type: text - default: 40020 @@ -59,6 +74,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -67,6 +85,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: http://localhost:40020 @@ -74,5 +95,8 @@ additionalProperties: envKey: FLARUM_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text diff --git a/apps/flexget/3.18.20/data.yml b/apps/flexget/3.18.20/data.yml index 6593e499e..7ba917204 100644 --- a/apps/flexget/3.18.20/data.yml +++ b/apps/flexget/3.18.20/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -20,12 +26,18 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: flexget envKey: WEB_PASSWORD labelEn: Web access password labelZh: 网页访问密码 + label: + en: Web access password + zh: 网页访问密码 random: true edit: true required: true diff --git a/apps/flexget/latest/data.yml b/apps/flexget/latest/data.yml index 6593e499e..7ba917204 100644 --- a/apps/flexget/latest/data.yml +++ b/apps/flexget/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -20,12 +26,18 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: flexget envKey: WEB_PASSWORD labelEn: Web access password labelZh: 网页访问密码 + label: + en: Web access password + zh: 网页访问密码 random: true edit: true required: true diff --git a/apps/focalboard/7.11.4/data.yml b/apps/focalboard/7.11.4/data.yml index 4367dc99a..ddf6b4283 100644 --- a/apps/focalboard/7.11.4/data.yml +++ b/apps/focalboard/7.11.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/focalboard/latest/data.yml b/apps/focalboard/latest/data.yml index 4367dc99a..ddf6b4283 100644 --- a/apps/focalboard/latest/data.yml +++ b/apps/focalboard/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/fossbilling/0.7.2/data.yml b/apps/fossbilling/0.7.2/data.yml index e11132c05..e05b5622f 100644 --- a/apps/fossbilling/0.7.2/data.yml +++ b/apps/fossbilling/0.7.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/freshrss/1.27.1/data.yml b/apps/freshrss/1.27.1/data.yml index 6abbd9700..63201c247 100644 --- a/apps/freshrss/1.27.1/data.yml +++ b/apps/freshrss/1.27.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/extensions" @@ -20,6 +26,9 @@ additionalProperties: envKey: EXTENSIONS_PATH labelEn: Extensions Path labelZh: 扩展路径 + label: + en: Extensions Path + zh: 扩展路径 required: true type: text - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "2,32" @@ -34,6 +46,9 @@ additionalProperties: envKey: CRON_MIN labelEn: Cron Min labelZh: 定时任务分钟 + label: + en: Cron Min + zh: 定时任务分钟 required: true type: text - default: "development" @@ -41,6 +56,9 @@ additionalProperties: envKey: FRESHRSS_ENV labelEn: Environment labelZh: 环境 + label: + en: Environment + zh: 环境 required: true type: select values: diff --git a/apps/freshrss/latest/data.yml b/apps/freshrss/latest/data.yml index 6abbd9700..63201c247 100644 --- a/apps/freshrss/latest/data.yml +++ b/apps/freshrss/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/extensions" @@ -20,6 +26,9 @@ additionalProperties: envKey: EXTENSIONS_PATH labelEn: Extensions Path labelZh: 扩展路径 + label: + en: Extensions Path + zh: 扩展路径 required: true type: text - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "2,32" @@ -34,6 +46,9 @@ additionalProperties: envKey: CRON_MIN labelEn: Cron Min labelZh: 定时任务分钟 + label: + en: Cron Min + zh: 定时任务分钟 required: true type: text - default: "development" @@ -41,6 +56,9 @@ additionalProperties: envKey: FRESHRSS_ENV labelEn: Environment labelZh: 环境 + label: + en: Environment + zh: 环境 required: true type: select values: diff --git a/apps/frigate/0.16.2/data.yml b/apps/frigate/0.16.2/data.yml index 72c3ea825..ead3a86c1 100644 --- a/apps/frigate/0.16.2/data.yml +++ b/apps/frigate/0.16.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privileged Mode labelZh: 特权模式 + label: + en: Privileged Mode + zh: 特权模式 required: true type: select values: @@ -17,6 +20,9 @@ additionalProperties: envKey: SHM_SIZE labelEn: Shared Memory Size labelZh: 共享内存大小 + label: + en: Shared Memory Size + zh: 共享内存大小 required: true type: text - default: "./data/config" @@ -24,6 +30,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/storage" @@ -31,6 +40,9 @@ additionalProperties: envKey: STORAGE_PATH labelEn: Storage Path labelZh: 存储路径 + label: + en: Storage Path + zh: 存储路径 required: true type: text - default: "1000000000" @@ -38,6 +50,9 @@ additionalProperties: envKey: TMPFS_SIZE labelEn: Tmpfs Size labelZh: Tmpfs 大小 + label: + en: Tmpfs Size + zh: Tmpfs 大小 required: true type: number - default: "8971" @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: RTSP_PORT labelEn: RTSP Port labelZh: RTSP 端口 + label: + en: RTSP Port + zh: RTSP 端口 required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: WEBRTC_TCP_PORT labelEn: WebRTC TCP Port labelZh: WebRTC TCP 端口 + label: + en: WebRTC TCP Port + zh: WebRTC TCP 端口 required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: WEBRTC_UDP_PORT labelEn: WebRTC UDP Port labelZh: WebRTC UDP 端口 + label: + en: WebRTC UDP Port + zh: WebRTC UDP 端口 required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: FRIGATE_RTSP_PASSWORD labelEn: RTSP Password labelZh: RTSP 密码 + label: + en: RTSP Password + zh: RTSP 密码 random: true required: true rule: paramComplexity diff --git a/apps/frigate/stable/data.yml b/apps/frigate/stable/data.yml index 72c3ea825..ead3a86c1 100644 --- a/apps/frigate/stable/data.yml +++ b/apps/frigate/stable/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privileged Mode labelZh: 特权模式 + label: + en: Privileged Mode + zh: 特权模式 required: true type: select values: @@ -17,6 +20,9 @@ additionalProperties: envKey: SHM_SIZE labelEn: Shared Memory Size labelZh: 共享内存大小 + label: + en: Shared Memory Size + zh: 共享内存大小 required: true type: text - default: "./data/config" @@ -24,6 +30,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/storage" @@ -31,6 +40,9 @@ additionalProperties: envKey: STORAGE_PATH labelEn: Storage Path labelZh: 存储路径 + label: + en: Storage Path + zh: 存储路径 required: true type: text - default: "1000000000" @@ -38,6 +50,9 @@ additionalProperties: envKey: TMPFS_SIZE labelEn: Tmpfs Size labelZh: Tmpfs 大小 + label: + en: Tmpfs Size + zh: Tmpfs 大小 required: true type: number - default: "8971" @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: RTSP_PORT labelEn: RTSP Port labelZh: RTSP 端口 + label: + en: RTSP Port + zh: RTSP 端口 required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: WEBRTC_TCP_PORT labelEn: WebRTC TCP Port labelZh: WebRTC TCP 端口 + label: + en: WebRTC TCP Port + zh: WebRTC TCP 端口 required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: WEBRTC_UDP_PORT labelEn: WebRTC UDP Port labelZh: WebRTC UDP 端口 + label: + en: WebRTC UDP Port + zh: WebRTC UDP 端口 required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: FRIGATE_RTSP_PASSWORD labelEn: RTSP Password labelZh: RTSP 密码 + label: + en: RTSP Password + zh: RTSP 密码 random: true required: true rule: paramComplexity diff --git a/apps/frp-panel-master/0.1.24/data.yml b/apps/frp-panel-master/0.1.24/data.yml index 605bc0b31..811bc1734 100644 --- a/apps/frp-panel-master/0.1.24/data.yml +++ b/apps/frp-panel-master/0.1.24/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (Internal 9000) labelZh: 端口 (对应内部 9000) + label: + en: Port (Internal 9000) + zh: 端口 (对应内部 9000) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_RPC labelEn: RPC Port (Internal 9001) labelZh: RPC 端口 (对应内部 9001) + label: + en: RPC Port (Internal 9001) + zh: RPC 端口 (对应内部 9001) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: '' @@ -28,6 +37,9 @@ additionalProperties: envKey: APP_GLOBAL_SECRET labelEn: Secret Keys labelZh: 通信密钥 + label: + en: Secret Keys + zh: 通信密钥 random: true required: true rule: paramComplexity @@ -37,5 +49,8 @@ additionalProperties: envKey: MASTER_RPC_HOST labelEn: The IP that RPC is listening on labelZh: RPC 监听 IP + label: + en: The IP that RPC is listening on + zh: RPC 监听 IP required: true type: text diff --git a/apps/frp-panel-master/latest/data.yml b/apps/frp-panel-master/latest/data.yml index 605bc0b31..811bc1734 100644 --- a/apps/frp-panel-master/latest/data.yml +++ b/apps/frp-panel-master/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (Internal 9000) labelZh: 端口 (对应内部 9000) + label: + en: Port (Internal 9000) + zh: 端口 (对应内部 9000) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_RPC labelEn: RPC Port (Internal 9001) labelZh: RPC 端口 (对应内部 9001) + label: + en: RPC Port (Internal 9001) + zh: RPC 端口 (对应内部 9001) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: '' @@ -28,6 +37,9 @@ additionalProperties: envKey: APP_GLOBAL_SECRET labelEn: Secret Keys labelZh: 通信密钥 + label: + en: Secret Keys + zh: 通信密钥 random: true required: true rule: paramComplexity @@ -37,5 +49,8 @@ additionalProperties: envKey: MASTER_RPC_HOST labelEn: The IP that RPC is listening on labelZh: RPC 监听 IP + label: + en: The IP that RPC is listening on + zh: RPC 监听 IP required: true type: text diff --git a/apps/frp-panel/0.1.24/data.yml b/apps/frp-panel/0.1.24/data.yml index bee50127f..97ebafb31 100644 --- a/apps/frp-panel/0.1.24/data.yml +++ b/apps/frp-panel/0.1.24/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: COMMAND_LINE labelEn: Command parameters (Determined by the control node) labelZh: 命令参数 (由控制节点决定,注意修改具体) + label: + en: Command parameters (Determined by the control node) + zh: 命令参数 (由控制节点决定,注意修改具体) required: true type: text diff --git a/apps/frp-panel/latest/data.yml b/apps/frp-panel/latest/data.yml index bee50127f..97ebafb31 100644 --- a/apps/frp-panel/latest/data.yml +++ b/apps/frp-panel/latest/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: COMMAND_LINE labelEn: Command parameters (Determined by the control node) labelZh: 命令参数 (由控制节点决定,注意修改具体) + label: + en: Command parameters (Determined by the control node) + zh: 命令参数 (由控制节点决定,注意修改具体) required: true type: text diff --git a/apps/frpc/0.64.0/data.yml b/apps/frpc/0.64.0/data.yml index ade86cdd4..a24214e1e 100644 --- a/apps/frpc/0.64.0/data.yml +++ b/apps/frpc/0.64.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CONFIG_FILE_PATH labelEn: Configuration file path labelZh: 配置文件路径 + label: + en: Configuration file path + zh: 配置文件路径 required: true type: text - default: 6000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the configuration file) labelZh: 端口 (由配置文件决定) + label: + en: Port (determined by the configuration file) + zh: 端口 (由配置文件决定) required: true type: number - default: ./data/ssl @@ -19,5 +25,8 @@ additionalProperties: envKey: SSL_FOLDER_PATH labelEn: Certificate folder path (corresponding to "/etc/frp/ssl" in container) labelZh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl") + label: + en: Certificate folder path (corresponding to "/etc/frp/ssl" in container) + zh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl") required: true type: text diff --git a/apps/frpc/latest/data.yml b/apps/frpc/latest/data.yml index ade86cdd4..a24214e1e 100644 --- a/apps/frpc/latest/data.yml +++ b/apps/frpc/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CONFIG_FILE_PATH labelEn: Configuration file path labelZh: 配置文件路径 + label: + en: Configuration file path + zh: 配置文件路径 required: true type: text - default: 6000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the configuration file) labelZh: 端口 (由配置文件决定) + label: + en: Port (determined by the configuration file) + zh: 端口 (由配置文件决定) required: true type: number - default: ./data/ssl @@ -19,5 +25,8 @@ additionalProperties: envKey: SSL_FOLDER_PATH labelEn: Certificate folder path (corresponding to "/etc/frp/ssl" in container) labelZh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl") + label: + en: Certificate folder path (corresponding to "/etc/frp/ssl" in container) + zh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl") required: true type: text diff --git a/apps/frps/0.64.0/data.yml b/apps/frps/0.64.0/data.yml index a04a9f472..d8b4f20cc 100644 --- a/apps/frps/0.64.0/data.yml +++ b/apps/frps/0.64.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CONFIG_FILE_PATH labelEn: Configuration file path labelZh: 配置文件路径 + label: + en: Configuration file path + zh: 配置文件路径 required: true type: text - default: 7000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the configuration file) labelZh: 端口 (由配置文件决定) + label: + en: Port (determined by the configuration file) + zh: 端口 (由配置文件决定) required: true type: number - default: ./data/ssl @@ -19,5 +25,8 @@ additionalProperties: envKey: SSL_FOLDER_PATH labelEn: Certificate folder path (corresponding to "/etc/frp/ssl" in container) labelZh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl") + label: + en: Certificate folder path (corresponding to "/etc/frp/ssl" in container) + zh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl") required: true type: text diff --git a/apps/frps/latest/data.yml b/apps/frps/latest/data.yml index a04a9f472..d8b4f20cc 100644 --- a/apps/frps/latest/data.yml +++ b/apps/frps/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CONFIG_FILE_PATH labelEn: Configuration file path labelZh: 配置文件路径 + label: + en: Configuration file path + zh: 配置文件路径 required: true type: text - default: 7000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the configuration file) labelZh: 端口 (由配置文件决定) + label: + en: Port (determined by the configuration file) + zh: 端口 (由配置文件决定) required: true type: number - default: ./data/ssl @@ -19,5 +25,8 @@ additionalProperties: envKey: SSL_FOLDER_PATH labelEn: Certificate folder path (corresponding to "/etc/frp/ssl" in container) labelZh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl") + label: + en: Certificate folder path (corresponding to "/etc/frp/ssl" in container) + zh: 证书文件夹路径 (对应容器内 "/etc/frp/ssl") required: true type: text diff --git a/apps/garage-hq-web/2.1.0/data.yml b/apps/garage-hq-web/2.1.0/data.yml index cd2db94b2..983e348a8 100644 --- a/apps/garage-hq-web/2.1.0/data.yml +++ b/apps/garage-hq-web/2.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: GARAGE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3909 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_S3_API labelZh: S3 API 接口 labelEn: S3 API + label: + en: S3 API + zh: S3 API 接口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_RPC labelZh: RPC 通信 labelEn: RPC Communication + label: + en: RPC Communication + zh: RPC 通信 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_S3_WEB labelZh: S3 通讯端口 labelEn: S3 Communication + label: + en: S3 Communication + zh: S3 通讯端口 required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: 管理 API labelEn: Manage API + label: + en: Manage API + zh: 管理 API required: true rule: paramPort type: number diff --git a/apps/garage-hq/2.1.0/data.yml b/apps/garage-hq/2.1.0/data.yml index f7cac3683..7e9054d69 100644 --- a/apps/garage-hq/2.1.0/data.yml +++ b/apps/garage-hq/2.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: GARAGE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3902 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_S3_API labelZh: S3 API 接口 labelEn: S3 API + label: + en: S3 API + zh: S3 API 接口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_RPC labelZh: RPC 通信 labelEn: RPC Communication + label: + en: RPC Communication + zh: RPC 通信 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: 管理 API labelEn: Manage API + label: + en: Manage API + zh: 管理 API required: true rule: paramPort type: number diff --git a/apps/gateway-go/2.0.11/data.yml b/apps/gateway-go/2.0.11/data.yml index 7073efefe..39a1de989 100644 --- a/apps/gateway-go/2.0.11/data.yml +++ b/apps/gateway-go/2.0.11/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/gateway-go/latest/data.yml b/apps/gateway-go/latest/data.yml index 7073efefe..39a1de989 100644 --- a/apps/gateway-go/latest/data.yml +++ b/apps/gateway-go/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/geekbench/4/data.yml b/apps/geekbench/4/data.yml index 0685131f5..17ce67021 100644 --- a/apps/geekbench/4/data.yml +++ b/apps/geekbench/4/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: TIPS labelEn: Tips labelZh: 提示 + label: + en: Tips + zh: 提示 required: true type: text diff --git a/apps/geekbench/5/data.yml b/apps/geekbench/5/data.yml index 0685131f5..17ce67021 100644 --- a/apps/geekbench/5/data.yml +++ b/apps/geekbench/5/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: TIPS labelEn: Tips labelZh: 提示 + label: + en: Tips + zh: 提示 required: true type: text diff --git a/apps/geekbench/6/data.yml b/apps/geekbench/6/data.yml index 0685131f5..17ce67021 100644 --- a/apps/geekbench/6/data.yml +++ b/apps/geekbench/6/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: TIPS labelEn: Tips labelZh: 提示 + label: + en: Tips + zh: 提示 required: true type: text diff --git a/apps/gh-proxy/4.3.4/data.yml b/apps/gh-proxy/4.3.4/data.yml index f93ba9d5a..567e3c4a5 100644 --- a/apps/gh-proxy/4.3.4/data.yml +++ b/apps/gh-proxy/4.3.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/gh-proxy/latest/data.yml b/apps/gh-proxy/latest/data.yml index f93ba9d5a..567e3c4a5 100644 --- a/apps/gh-proxy/latest/data.yml +++ b/apps/gh-proxy/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/ghost/6.6.1/data.yml b/apps/ghost/6.6.1/data.yml index 0336f649f..21d4a5798 100644 --- a/apps/ghost/6.6.1/data.yml +++ b/apps/ghost/6.6.1/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -24,6 +27,9 @@ additionalProperties: envKey: GHOST_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2368 @@ -31,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -39,6 +48,9 @@ additionalProperties: envKey: url labelZh: 域名 labelEn: Domain + label: + en: Domain + zh: 域名 required: true rule: paramExtUrl type: text @@ -47,6 +59,9 @@ additionalProperties: envKey: admin__url labelZh: 域名 (后台) labelEn: Domain (Admin) + label: + en: Domain (Admin) + zh: 域名 (后台) required: true rule: paramExtUrl type: text @@ -55,6 +70,9 @@ additionalProperties: envKey: database__connection__host labelZh: 数据库 主机 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机 required: true type: text - default: 3306 @@ -62,6 +80,9 @@ additionalProperties: envKey: database__connection__port labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -70,6 +91,9 @@ additionalProperties: envKey: database__connection__user labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -77,6 +101,9 @@ additionalProperties: envKey: database__connection__password labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 required: true type: password - default: "ghost" @@ -84,6 +111,9 @@ additionalProperties: envKey: database__connection__database labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "SMTP" @@ -91,6 +121,9 @@ additionalProperties: envKey: mail__transport labelZh: 邮件传输协议 labelEn: Mail Transport Protocol + label: + en: Mail Transport Protocol + zh: 邮件传输协议 required: true type: text - default: "smtp.qq.com" @@ -98,6 +131,9 @@ additionalProperties: envKey: mail__options__host labelZh: 邮件服务器 labelEn: Mail Server + label: + en: Mail Server + zh: 邮件服务器 required: true type: text - default: 465 @@ -105,6 +141,9 @@ additionalProperties: envKey: mail__options__port labelZh: 邮件服务器 端口 labelEn: Mail Server Port + label: + en: Mail Server Port + zh: 邮件服务器 端口 required: true type: number - default: "" @@ -112,6 +151,9 @@ additionalProperties: envKey: mail__options__auth__user labelZh: 邮件鉴权 用户名 labelEn: Mail Username + label: + en: Mail Username + zh: 邮件鉴权 用户名 required: true type: text - default: "" @@ -119,6 +161,9 @@ additionalProperties: envKey: mail__options__auth__pass labelZh: 邮件鉴权 密码 labelEn: Mail Password + label: + en: Mail Password + zh: 邮件鉴权 密码 required: true type: password - default: "" @@ -126,5 +171,8 @@ additionalProperties: envKey: mail__from labelZh: 邮件发送者 labelEn: Mail Sender + label: + en: Mail Sender + zh: 邮件发送者 required: true type: text diff --git a/apps/gitea-runner/0.2.13/data.yml b/apps/gitea-runner/0.2.13/data.yml index 757dfa4eb..e3e4d261c 100644 --- a/apps/gitea-runner/0.2.13/data.yml +++ b/apps/gitea-runner/0.2.13/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: GITEA_RUNNER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: GITEA_INSTANCE_URL labelZh: Gitea 实例 URL labelEn: Gitea instance URL + label: + en: Gitea instance URL + zh: Gitea 实例 URL required: true type: text - default: "" @@ -19,6 +25,9 @@ additionalProperties: envKey: GITEA_RUNNER_REGISTRATION_TOKEN labelZh: 注册令牌 labelEn: Registration token + label: + en: Registration token + zh: 注册令牌 required: true type: text - default: "" @@ -26,6 +35,9 @@ additionalProperties: envKey: GITEA_RUNNER_NAME labelZh: Runner 名称 labelEn: Runner name + label: + en: Runner name + zh: Runner 名称 required: true type: text - default: "" @@ -33,5 +45,8 @@ additionalProperties: envKey: GITEA_RUNNER_LABELS labelZh: Runner 标签 labelEn: Runner labels + label: + en: Runner labels + zh: Runner 标签 required: true type: text diff --git a/apps/gitea/1.25.1/data.yml b/apps/gitea/1.25.1/data.yml index 1dcf9df60..3ddc1274b 100644 --- a/apps/gitea/1.25.1/data.yml +++ b/apps/gitea/1.25.1/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: 数据库 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: 数据库 服务 (前置检查) required: true type: apps values: @@ -26,12 +29,18 @@ additionalProperties: envKey: GITEA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3000 envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -39,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SSH labelZh: SSH 端口 labelEn: SSH Port + label: + en: SSH Port + zh: SSH 端口 required: true rule: paramPort type: number @@ -47,6 +59,9 @@ additionalProperties: envKey: DB_TYPE labelZh: 数据库 类型 labelEn: Database Type + label: + en: Database Type + zh: 数据库 类型 required: true type: select values: @@ -61,6 +76,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: false type: text - default: 5432 @@ -68,6 +86,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: false rule: paramPort type: number @@ -76,6 +97,9 @@ additionalProperties: envKey: DB_USER labelZh: 数据库 用户名 labelEn: Database User + label: + en: Database User + zh: 数据库 用户名 required: false type: text - default: "" @@ -83,6 +107,9 @@ additionalProperties: envKey: DB_PASSWD labelEn: Database Password labelZh: 数据库 密码 + label: + en: Database Password + zh: 数据库 密码 random: true required: false rule: paramComplexity @@ -92,6 +119,9 @@ additionalProperties: envKey: DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: false type: text - default: "Gitea" @@ -99,6 +129,9 @@ additionalProperties: envKey: APP_NAME labelZh: 应用名称 labelEn: Application Name + label: + en: Application Name + zh: 应用名称 required: true type: text - default: "localhost" @@ -106,6 +139,9 @@ additionalProperties: envKey: DOMAIN labelZh: HTTP 克隆域名 labelEn: HTTP Clone Domain + label: + en: HTTP Clone Domain + zh: HTTP 克隆域名 required: true type: text - default: "localhost" @@ -113,6 +149,9 @@ additionalProperties: envKey: SSH_DOMAIN labelZh: SSH 克隆域名 labelEn: SSH Clone Domain + label: + en: SSH Clone Domain + zh: SSH 克隆域名 required: true type: text - default: 22 @@ -120,6 +159,9 @@ additionalProperties: envKey: SSH_PORT labelZh: SSH 克隆显示端口 labelEn: SSH Clone Display Port + label: + en: SSH Clone Display Port + zh: SSH 克隆显示端口 required: true rule: paramPort type: number @@ -128,6 +170,9 @@ additionalProperties: envKey: ROOT_URL labelZh: 公共 URL (覆盖级) labelEn: Public URL (Override) + label: + en: Public URL (Override) + zh: 公共 URL (覆盖级) required: false rule: paramExtUrl type: text @@ -136,6 +181,9 @@ additionalProperties: envKey: LFS_START_SERVER labelZh: 启用 Git LFS 支持 labelEn: Enable Git LFS Support + label: + en: Enable Git LFS Support + zh: 启用 Git LFS 支持 required: true type: select values: @@ -148,6 +196,9 @@ additionalProperties: envKey: DISABLE_REGISTRATION labelZh: 禁用注册 labelEn: Disable Registration + label: + en: Disable Registration + zh: 禁用注册 required: true type: select values: @@ -160,6 +211,9 @@ additionalProperties: envKey: REQUIRE_SIGNIN_VIEW labelZh: 强制登录 labelEn: Require Signin + label: + en: Require Signin + zh: 强制登录 required: true type: select values: @@ -172,6 +226,9 @@ additionalProperties: envKey: INSTALL_LOCK labelZh: 禁止访问安装页面 labelEn: Disable Access to Install Page + label: + en: Disable Access to Install Page + zh: 禁止访问安装页面 required: true type: select values: @@ -184,6 +241,9 @@ additionalProperties: envKey: SECRET_KEY labelZh: 全局加密密钥 labelEn: Global Secret Key + label: + en: Global Secret Key + zh: 全局加密密钥 required: false type: text - default: "false" @@ -191,6 +251,9 @@ additionalProperties: envKey: PROXY_ENABLED labelZh: 启用代理 (全局 + Webhook) labelEn: Enable Proxy (Global + Webhook) + label: + en: Enable Proxy (Global + Webhook) + zh: 启用代理 (全局 + Webhook) required: true type: select values: @@ -203,6 +266,9 @@ additionalProperties: envKey: PROXY_URL labelZh: 代理服务器地址 (全局 + Webhook) labelEn: Proxy Server URL (Global + Webhook) + label: + en: Proxy Server URL (Global + Webhook) + zh: 代理服务器地址 (全局 + Webhook) required: false type: text - default: "**" @@ -210,6 +276,9 @@ additionalProperties: envKey: PROXY_HOSTS labelZh: 代理网址 (全局 + Webhook) labelEn: Proxy Hosts (Global + Webhook) + label: + en: Proxy Hosts (Global + Webhook) + zh: 代理网址 (全局 + Webhook) required: false type: text - default: "false" @@ -217,6 +286,9 @@ additionalProperties: envKey: MAILER_ENABLED labelZh: 启用邮件服务 labelEn: Enable Mailer Service + label: + en: Enable Mailer Service + zh: 启用邮件服务 required: true type: select values: @@ -229,6 +301,9 @@ additionalProperties: envKey: MAILER_SMTP_ADDR labelZh: 邮件服务器地址 labelEn: Mailer Server Address + label: + en: Mailer Server Address + zh: 邮件服务器地址 required: false type: text - default: 465 @@ -236,6 +311,9 @@ additionalProperties: envKey: MAILER_SMTP_PORT labelZh: 邮件服务器端口 labelEn: Mailer Server Port + label: + en: Mailer Server Port + zh: 邮件服务器端口 required: false type: number - default: "" @@ -243,6 +321,9 @@ additionalProperties: envKey: MAILER_USER labelZh: 邮件服务用户名 labelEn: Mailer Username + label: + en: Mailer Username + zh: 邮件服务用户名 required: false type: text - default: "" @@ -250,6 +331,9 @@ additionalProperties: envKey: MAILER_PASSWD labelZh: 邮件服务密码 labelEn: Mailer Password + label: + en: Mailer Password + zh: 邮件服务密码 required: false type: text - default: "" @@ -257,6 +341,9 @@ additionalProperties: envKey: MAILER_FROM labelZh: 邮件服务发件人 labelEn: Mailer From + label: + en: Mailer From + zh: 邮件服务发件人 required: false type: text - default: "[Gitea]" @@ -264,5 +351,8 @@ additionalProperties: envKey: MAILER_SUBJECT_PREFIX labelZh: 邮件服务主题前缀 labelEn: Mailer Subject Prefix + label: + en: Mailer Subject Prefix + zh: 邮件服务主题前缀 required: false type: text diff --git a/apps/gitlab-jh/18.5.1/data.yml b/apps/gitlab-jh/18.5.1/data.yml index 0fbaab4cb..cb03edbeb 100644 --- a/apps/gitlab-jh/18.5.1/data.yml +++ b/apps/gitlab-jh/18.5.1/data.yml @@ -1,18 +1,24 @@ additionalProperties: - formFields: - - default: 8080 - envKey: PANEL_APP_PORT_HTTP - labelEn: HTTP Port - labelZh: HTTP 端口 - random: false - required: true - rule: paramPort - type: number - - default: 8022 - envKey: PANEL_APP_PORT_22 - labelEn: Port 22 in container - labelZh: 容器内的 22 端口 - random: false - required: true - rule: paramPort - type: number + formFields: + - default: 8080 + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 + random: false + required: true + rule: paramPort + type: number + - default: 8022 + envKey: PANEL_APP_PORT_22 + labelEn: Port 22 in container + labelZh: 容器内的 22 端口 + label: + en: Port 22 in container + zh: 容器内的 22 端口 + random: false + required: true + rule: paramPort + type: number diff --git a/apps/gitlab-jh/latest/data.yml b/apps/gitlab-jh/latest/data.yml index 0fbaab4cb..cb03edbeb 100644 --- a/apps/gitlab-jh/latest/data.yml +++ b/apps/gitlab-jh/latest/data.yml @@ -1,18 +1,24 @@ additionalProperties: - formFields: - - default: 8080 - envKey: PANEL_APP_PORT_HTTP - labelEn: HTTP Port - labelZh: HTTP 端口 - random: false - required: true - rule: paramPort - type: number - - default: 8022 - envKey: PANEL_APP_PORT_22 - labelEn: Port 22 in container - labelZh: 容器内的 22 端口 - random: false - required: true - rule: paramPort - type: number + formFields: + - default: 8080 + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 + random: false + required: true + rule: paramPort + type: number + - default: 8022 + envKey: PANEL_APP_PORT_22 + labelEn: Port 22 in container + labelZh: 容器内的 22 端口 + label: + en: Port 22 in container + zh: 容器内的 22 端口 + random: false + required: true + rule: paramPort + type: number diff --git a/apps/gitlab/18.5.1-ce.0/data.yml b/apps/gitlab/18.5.1-ce.0/data.yml index 43858877e..3165236af 100644 --- a/apps/gitlab/18.5.1-ce.0/data.yml +++ b/apps/gitlab/18.5.1-ce.0/data.yml @@ -1,18 +1,24 @@ additionalProperties: - formFields: - - default: 8080 - envKey: PANEL_APP_PORT_HTTP - labelEn: HTTP Port - labelZh: HTTP 端口 - random: false - required: true - rule: paramPort - type: number - - default: 8022 - envKey: PANEL_APP_PORT_SSH - labelEn: SSH Port - labelZh: SSH 端口 - random: false - required: true - rule: paramPort - type: number + formFields: + - default: 8080 + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 + random: false + required: true + rule: paramPort + type: number + - default: 8022 + envKey: PANEL_APP_PORT_SSH + labelEn: SSH Port + labelZh: SSH 端口 + label: + en: SSH Port + zh: SSH 端口 + random: false + required: true + rule: paramPort + type: number diff --git a/apps/gitlab/18.5.1-ee.0/data.yml b/apps/gitlab/18.5.1-ee.0/data.yml index 43858877e..3165236af 100644 --- a/apps/gitlab/18.5.1-ee.0/data.yml +++ b/apps/gitlab/18.5.1-ee.0/data.yml @@ -1,18 +1,24 @@ additionalProperties: - formFields: - - default: 8080 - envKey: PANEL_APP_PORT_HTTP - labelEn: HTTP Port - labelZh: HTTP 端口 - random: false - required: true - rule: paramPort - type: number - - default: 8022 - envKey: PANEL_APP_PORT_SSH - labelEn: SSH Port - labelZh: SSH 端口 - random: false - required: true - rule: paramPort - type: number + formFields: + - default: 8080 + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 + random: false + required: true + rule: paramPort + type: number + - default: 8022 + envKey: PANEL_APP_PORT_SSH + labelEn: SSH Port + labelZh: SSH 端口 + label: + en: SSH Port + zh: SSH 端口 + random: false + required: true + rule: paramPort + type: number diff --git a/apps/glance-agent/latest/data.yml b/apps/glance-agent/latest/data.yml index e4858c95b..a760f8467 100644 --- a/apps/glance-agent/latest/data.yml +++ b/apps/glance-agent/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "12080" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 8000 - labelZh: 服务端口 8000 - required: true - rule: paramPort - type: number + formFields: + - default: "12080" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 8000 + labelZh: 服务端口 8000 + label: + en: Service Port 8000 + zh: 服务端口 8000 + required: true + rule: paramPort + type: number diff --git a/apps/glance/0.8.4/data.yml b/apps/glance/0.8.4/data.yml index 43a79fa49..25ef5fc21 100644 --- a/apps/glance/0.8.4/data.yml +++ b/apps/glance/0.8.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: GLANCE_CONFIG_PATH labelEn: Glance Configuration Path labelZh: Glance 配置文件路径 + label: + en: Glance Configuration Path + zh: Glance 配置文件路径 required: true type: text diff --git a/apps/glance/latest/data.yml b/apps/glance/latest/data.yml index 43a79fa49..25ef5fc21 100644 --- a/apps/glance/latest/data.yml +++ b/apps/glance/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: GLANCE_CONFIG_PATH labelEn: Glance Configuration Path labelZh: Glance 配置文件路径 + label: + en: Glance Configuration Path + zh: Glance 配置文件路径 required: true type: text diff --git a/apps/glm-free-api/0.0.37/data.yml b/apps/glm-free-api/0.0.37/data.yml index 6f5a33326..a4cc5f0c0 100644 --- a/apps/glm-free-api/0.0.37/data.yml +++ b/apps/glm-free-api/0.0.37/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8004" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8004" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/glm-free-api/latest/data.yml b/apps/glm-free-api/latest/data.yml index 6f5a33326..a4cc5f0c0 100644 --- a/apps/glm-free-api/latest/data.yml +++ b/apps/glm-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8004" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8004" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/go-chatgpt-api/latest/data.yml b/apps/go-chatgpt-api/latest/data.yml index 160729a1b..845b1881b 100644 --- a/apps/go-chatgpt-api/latest/data.yml +++ b/apps/go-chatgpt-api/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_PANDORA labelEn: Pandora API mode labelZh: 潘多拉API模式 + label: + en: Pandora API mode + zh: 潘多拉API模式 required: false type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: ARKOSE_TOKEN_URL labelEn: ARKOSE Token URL labelZh: ARKOSE_TOKEN 链接 + label: + en: ARKOSE Token URL + zh: ARKOSE_TOKEN 链接 required: false type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: OPENAI_EMAIL labelEn: OpenAI account email labelZh: OpenAI账户邮箱 + label: + en: OpenAI account email + zh: OpenAI账户邮箱 required: false type: text - default: "" @@ -34,5 +46,8 @@ additionalProperties: envKey: OPENAI_PASSWORD labelEn: OpenAI account password labelZh: OpenAI账户密码 + label: + en: OpenAI account password + zh: OpenAI账户密码 required: false type: text diff --git a/apps/gogs/0.13.3/data.yml b/apps/gogs/0.13.3/data.yml index e1013c968..8a96ffade 100644 --- a/apps/gogs/0.13.3/data.yml +++ b/apps/gogs/0.13.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -21,6 +24,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: HTTP 端口 + label: + en: Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -29,6 +35,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SSH labelEn: Internal Port (External access must be enabled) labelZh: SSH 端口 (须勾选端口外部访问) + label: + en: Internal Port (External access must be enabled) + zh: SSH 端口 (须勾选端口外部访问) required: true rule: paramPort type: number @@ -37,6 +46,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "Asia/Shanghai" @@ -44,6 +56,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "https://github.com/gogs/gogs/tree/main/docker#container-options" @@ -51,6 +66,9 @@ additionalProperties: envKey: X1 labelEn: For detailed descriptions of environment variables, see labelZh: 详细的环境变量说明参见 + label: + en: For detailed descriptions of environment variables, see + zh: 详细的环境变量说明参见 required: false type: text - default: "true" @@ -58,6 +76,9 @@ additionalProperties: envKey: SOCAT_LINK labelEn: Bind linked docker container to localhost socket using socat. labelZh: 使用 socat 将链接的 docker 容器绑定到 localhost 的套接字 + label: + en: Bind linked docker container to localhost socket using socat. + zh: 使用 socat 将链接的 docker 容器绑定到 localhost 的套接字 required: false type: select values: @@ -70,6 +91,9 @@ additionalProperties: envKey: RUN_CROND labelEn: Request crond to be run inside the container labelZh: 请求在容器内运行 crond + label: + en: Request crond to be run inside the container + zh: 请求在容器内运行 crond required: false type: select values: diff --git a/apps/gopeed/1.8.2/data.yml b/apps/gopeed/1.8.2/data.yml index a56c0a0d7..5102f60a0 100644 --- a/apps/gopeed/1.8.2/data.yml +++ b/apps/gopeed/1.8.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text diff --git a/apps/gopeed/latest/data.yml b/apps/gopeed/latest/data.yml index a56c0a0d7..5102f60a0 100644 --- a/apps/gopeed/latest/data.yml +++ b/apps/gopeed/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text diff --git a/apps/gotify/2.7.3/data.yml b/apps/gotify/2.7.3/data.yml index 36a2dbeaf..78fc5aeb1 100644 --- a/apps/gotify/2.7.3/data.yml +++ b/apps/gotify/2.7.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: admin @@ -20,6 +26,9 @@ additionalProperties: envKey: GOTIFY_DEFAULTUSER_NAME labelEn: Default User Name labelZh: 默认用户名 + label: + en: Default User Name + zh: 默认用户名 required: true type: text - default: "password" @@ -27,6 +36,9 @@ additionalProperties: envKey: GOTIFY_DEFAULTUSER_PASS labelEn: Default User Password labelZh: 默认用户密码 + label: + en: Default User Password + zh: 默认用户密码 required: false random: true rule: paramComplexity @@ -36,6 +48,9 @@ additionalProperties: envKey: GOTIFY_REGISTRATION labelEn: Enable Registration labelZh: 允许注册 + label: + en: Enable Registration + zh: 允许注册 required: true type: select values: @@ -48,6 +63,9 @@ additionalProperties: envKey: GOTIFY_PASSSTRENGTH labelEn: Minimum Password Strength labelZh: 最低密码强度 + label: + en: Minimum Password Strength + zh: 最低密码强度 required: true type: number - default: "80" @@ -55,6 +73,9 @@ additionalProperties: envKey: GOTIFY_SERVER_PORT labelEn: Internal Container Ports labelZh: 容器内部端口 + label: + en: Internal Container Ports + zh: 容器内部端口 required: true rule: paramPort type: number @@ -63,6 +84,9 @@ additionalProperties: envKey: GOTIFY_SERVER_KEEPALIVEPERIODSECONDS labelEn: Keepalive Period (seconds) labelZh: 保持活跃时间(秒) + label: + en: Keepalive Period (seconds) + zh: 保持活跃时间(秒) required: true type: number - default: "" @@ -70,6 +94,9 @@ additionalProperties: envKey: GOTIFY_SERVER_LISTENADDR labelEn: Listen Address labelZh: 监听地址 + label: + en: Listen Address + zh: 监听地址 required: false type: text - default: "false" @@ -77,6 +104,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_ENABLED labelEn: Enable SSL labelZh: 启用 SSL + label: + en: Enable SSL + zh: 启用 SSL required: true type: select values: @@ -89,6 +119,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_REDIRECTTOHTTPS labelEn: Redirect to HTTPS labelZh: 重定向到 HTTPS + label: + en: Redirect to HTTPS + zh: 重定向到 HTTPS required: true type: select values: @@ -101,6 +134,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LISTENADDR labelEn: SSL Listen Address labelZh: SSL 监听地址 + label: + en: SSL Listen Address + zh: SSL 监听地址 required: false type: text - default: 443 @@ -108,6 +144,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_PORT labelEn: SSL Port labelZh: SSL 端口 + label: + en: SSL Port + zh: SSL 端口 required: true rule: paramPort type: number @@ -116,6 +155,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_CERTFILE labelEn: SSL Certificate File (inside container) labelZh: SSL 证书文件 (容器内部) + label: + en: SSL Certificate File (inside container) + zh: SSL 证书文件 (容器内部) required: false type: text - default: "" @@ -123,6 +165,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_CERTKEY labelEn: SSL Certificate Key (inside container) labelZh: SSL 证书密钥 (容器内部) + label: + en: SSL Certificate Key (inside container) + zh: SSL 证书密钥 (容器内部) required: false type: text - default: "false" @@ -130,6 +175,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LETSENCRYPT_ENABLED labelEn: Enable Let's Encrypt labelZh: 启用 Let's Encrypt + label: + en: Enable Let's Encrypt + zh: 启用 Let's Encrypt required: true type: select values: @@ -142,6 +190,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LETSENCRYPT_ACCEPTTOS labelEn: Accept Let's Encrypt TOS labelZh: 接受 Let's Encrypt 条款 + label: + en: Accept Let's Encrypt TOS + zh: 接受 Let's Encrypt 条款 required: true type: select values: @@ -154,6 +205,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LETSENCRYPT_CACHE labelEn: Let's Encrypt Cache Directory labelZh: Let's Encrypt 缓存目录 + label: + en: Let's Encrypt Cache Directory + zh: Let's Encrypt 缓存目录 required: true type: text - default: "" @@ -161,6 +215,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LETSENCRYPT_HOSTS labelEn: Let's Encrypt Hosts labelZh: Let's Encrypt 域名 + label: + en: Let's Encrypt Hosts + zh: Let's Encrypt 域名 required: false type: text - default: "" @@ -168,6 +225,9 @@ additionalProperties: envKey: GOTIFY_SERVER_RESPONSEHEADERS labelEn: Response Headers labelZh: 响应头 + label: + en: Response Headers + zh: 响应头 required: false type: text - default: "" @@ -175,6 +235,9 @@ additionalProperties: envKey: GOTIFY_SERVER_CORS_ALLOWORIGINS labelEn: CORS Allow Origins labelZh: 允许跨域来源 + label: + en: CORS Allow Origins + zh: 允许跨域来源 required: false type: text - default: "" @@ -182,6 +245,9 @@ additionalProperties: envKey: GOTIFY_SERVER_CORS_ALLOWMETHODS labelEn: CORS Allow Methods labelZh: 允许跨域方法 + label: + en: CORS Allow Methods + zh: 允许跨域方法 required: false type: text - default: "" @@ -189,6 +255,9 @@ additionalProperties: envKey: GOTIFY_SERVER_CORS_ALLOWHEADERS labelEn: CORS Allow Headers labelZh: 允许跨域头 + label: + en: CORS Allow Headers + zh: 允许跨域头 required: false type: text - default: "" @@ -196,6 +265,9 @@ additionalProperties: envKey: GOTIFY_SERVER_STREAM_ALLOWEDORIGINS labelEn: Allowed origins for websocket connections labelZh: Websocket 连接的允许来源 + label: + en: Allowed origins for websocket connections + zh: Websocket 连接的允许来源 required: false type: text - default: 45 @@ -203,6 +275,9 @@ additionalProperties: envKey: GOTIFY_SERVER_STREAM_PINGPERIODSECONDS labelEn: The interval in which websocket pings will be sent (seconds) labelZh: 发送 websocket ping 的时间间隔(秒) + label: + en: The interval in which websocket pings will be sent (seconds) + zh: 发送 websocket ping 的时间间隔(秒) required: true type: number - default: sqlite3 @@ -210,6 +285,9 @@ additionalProperties: envKey: GOTIFY_DATABASE_DIALECT labelEn: Database Dialect labelZh: 数据库方式 + label: + en: Database Dialect + zh: 数据库方式 required: true type: text - default: "data/gotify.db" @@ -217,6 +295,9 @@ additionalProperties: envKey: GOTIFY_DATABASE_CONNECTION labelEn: Database Connection labelZh: 数据库连接 + label: + en: Database Connection + zh: 数据库连接 required: true type: text - default: "data/images" @@ -224,6 +305,9 @@ additionalProperties: envKey: GOTIFY_UPLOADEDIMAGESDIR labelEn: Uploaded Images Directory labelZh: 上传的图片目录 + label: + en: Uploaded Images Directory + zh: 上传的图片目录 required: true type: text - default: "data/plugins" @@ -231,5 +315,8 @@ additionalProperties: envKey: GOTIFY_PLUGINSDIR labelEn: Plugins Directory labelZh: 插件目录 + label: + en: Plugins Directory + zh: 插件目录 required: true type: text diff --git a/apps/gotify/latest/data.yml b/apps/gotify/latest/data.yml index 36a2dbeaf..78fc5aeb1 100644 --- a/apps/gotify/latest/data.yml +++ b/apps/gotify/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: admin @@ -20,6 +26,9 @@ additionalProperties: envKey: GOTIFY_DEFAULTUSER_NAME labelEn: Default User Name labelZh: 默认用户名 + label: + en: Default User Name + zh: 默认用户名 required: true type: text - default: "password" @@ -27,6 +36,9 @@ additionalProperties: envKey: GOTIFY_DEFAULTUSER_PASS labelEn: Default User Password labelZh: 默认用户密码 + label: + en: Default User Password + zh: 默认用户密码 required: false random: true rule: paramComplexity @@ -36,6 +48,9 @@ additionalProperties: envKey: GOTIFY_REGISTRATION labelEn: Enable Registration labelZh: 允许注册 + label: + en: Enable Registration + zh: 允许注册 required: true type: select values: @@ -48,6 +63,9 @@ additionalProperties: envKey: GOTIFY_PASSSTRENGTH labelEn: Minimum Password Strength labelZh: 最低密码强度 + label: + en: Minimum Password Strength + zh: 最低密码强度 required: true type: number - default: "80" @@ -55,6 +73,9 @@ additionalProperties: envKey: GOTIFY_SERVER_PORT labelEn: Internal Container Ports labelZh: 容器内部端口 + label: + en: Internal Container Ports + zh: 容器内部端口 required: true rule: paramPort type: number @@ -63,6 +84,9 @@ additionalProperties: envKey: GOTIFY_SERVER_KEEPALIVEPERIODSECONDS labelEn: Keepalive Period (seconds) labelZh: 保持活跃时间(秒) + label: + en: Keepalive Period (seconds) + zh: 保持活跃时间(秒) required: true type: number - default: "" @@ -70,6 +94,9 @@ additionalProperties: envKey: GOTIFY_SERVER_LISTENADDR labelEn: Listen Address labelZh: 监听地址 + label: + en: Listen Address + zh: 监听地址 required: false type: text - default: "false" @@ -77,6 +104,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_ENABLED labelEn: Enable SSL labelZh: 启用 SSL + label: + en: Enable SSL + zh: 启用 SSL required: true type: select values: @@ -89,6 +119,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_REDIRECTTOHTTPS labelEn: Redirect to HTTPS labelZh: 重定向到 HTTPS + label: + en: Redirect to HTTPS + zh: 重定向到 HTTPS required: true type: select values: @@ -101,6 +134,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LISTENADDR labelEn: SSL Listen Address labelZh: SSL 监听地址 + label: + en: SSL Listen Address + zh: SSL 监听地址 required: false type: text - default: 443 @@ -108,6 +144,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_PORT labelEn: SSL Port labelZh: SSL 端口 + label: + en: SSL Port + zh: SSL 端口 required: true rule: paramPort type: number @@ -116,6 +155,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_CERTFILE labelEn: SSL Certificate File (inside container) labelZh: SSL 证书文件 (容器内部) + label: + en: SSL Certificate File (inside container) + zh: SSL 证书文件 (容器内部) required: false type: text - default: "" @@ -123,6 +165,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_CERTKEY labelEn: SSL Certificate Key (inside container) labelZh: SSL 证书密钥 (容器内部) + label: + en: SSL Certificate Key (inside container) + zh: SSL 证书密钥 (容器内部) required: false type: text - default: "false" @@ -130,6 +175,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LETSENCRYPT_ENABLED labelEn: Enable Let's Encrypt labelZh: 启用 Let's Encrypt + label: + en: Enable Let's Encrypt + zh: 启用 Let's Encrypt required: true type: select values: @@ -142,6 +190,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LETSENCRYPT_ACCEPTTOS labelEn: Accept Let's Encrypt TOS labelZh: 接受 Let's Encrypt 条款 + label: + en: Accept Let's Encrypt TOS + zh: 接受 Let's Encrypt 条款 required: true type: select values: @@ -154,6 +205,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LETSENCRYPT_CACHE labelEn: Let's Encrypt Cache Directory labelZh: Let's Encrypt 缓存目录 + label: + en: Let's Encrypt Cache Directory + zh: Let's Encrypt 缓存目录 required: true type: text - default: "" @@ -161,6 +215,9 @@ additionalProperties: envKey: GOTIFY_SERVER_SSL_LETSENCRYPT_HOSTS labelEn: Let's Encrypt Hosts labelZh: Let's Encrypt 域名 + label: + en: Let's Encrypt Hosts + zh: Let's Encrypt 域名 required: false type: text - default: "" @@ -168,6 +225,9 @@ additionalProperties: envKey: GOTIFY_SERVER_RESPONSEHEADERS labelEn: Response Headers labelZh: 响应头 + label: + en: Response Headers + zh: 响应头 required: false type: text - default: "" @@ -175,6 +235,9 @@ additionalProperties: envKey: GOTIFY_SERVER_CORS_ALLOWORIGINS labelEn: CORS Allow Origins labelZh: 允许跨域来源 + label: + en: CORS Allow Origins + zh: 允许跨域来源 required: false type: text - default: "" @@ -182,6 +245,9 @@ additionalProperties: envKey: GOTIFY_SERVER_CORS_ALLOWMETHODS labelEn: CORS Allow Methods labelZh: 允许跨域方法 + label: + en: CORS Allow Methods + zh: 允许跨域方法 required: false type: text - default: "" @@ -189,6 +255,9 @@ additionalProperties: envKey: GOTIFY_SERVER_CORS_ALLOWHEADERS labelEn: CORS Allow Headers labelZh: 允许跨域头 + label: + en: CORS Allow Headers + zh: 允许跨域头 required: false type: text - default: "" @@ -196,6 +265,9 @@ additionalProperties: envKey: GOTIFY_SERVER_STREAM_ALLOWEDORIGINS labelEn: Allowed origins for websocket connections labelZh: Websocket 连接的允许来源 + label: + en: Allowed origins for websocket connections + zh: Websocket 连接的允许来源 required: false type: text - default: 45 @@ -203,6 +275,9 @@ additionalProperties: envKey: GOTIFY_SERVER_STREAM_PINGPERIODSECONDS labelEn: The interval in which websocket pings will be sent (seconds) labelZh: 发送 websocket ping 的时间间隔(秒) + label: + en: The interval in which websocket pings will be sent (seconds) + zh: 发送 websocket ping 的时间间隔(秒) required: true type: number - default: sqlite3 @@ -210,6 +285,9 @@ additionalProperties: envKey: GOTIFY_DATABASE_DIALECT labelEn: Database Dialect labelZh: 数据库方式 + label: + en: Database Dialect + zh: 数据库方式 required: true type: text - default: "data/gotify.db" @@ -217,6 +295,9 @@ additionalProperties: envKey: GOTIFY_DATABASE_CONNECTION labelEn: Database Connection labelZh: 数据库连接 + label: + en: Database Connection + zh: 数据库连接 required: true type: text - default: "data/images" @@ -224,6 +305,9 @@ additionalProperties: envKey: GOTIFY_UPLOADEDIMAGESDIR labelEn: Uploaded Images Directory labelZh: 上传的图片目录 + label: + en: Uploaded Images Directory + zh: 上传的图片目录 required: true type: text - default: "data/plugins" @@ -231,5 +315,8 @@ additionalProperties: envKey: GOTIFY_PLUGINSDIR labelEn: Plugins Directory labelZh: 插件目录 + label: + en: Plugins Directory + zh: 插件目录 required: true type: text diff --git a/apps/gowebdav/latest/data.yml b/apps/gowebdav/latest/data.yml index 6b99498e2..ce9c898d1 100644 --- a/apps/gowebdav/latest/data.yml +++ b/apps/gowebdav/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DAV labelEn: WebDAV Configuration (referring to the path inside the container) labelZh: WebDAV 配置 (指的容器内部的路径) + label: + en: WebDAV Configuration (referring to the path inside the container) + zh: WebDAV 配置 (指的容器内部的路径) required: true type: text - default: ./data/data @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 外部数据文件夹路径 + label: + en: Data folder path + zh: 外部数据文件夹路径 required: true type: text - default: /data @@ -27,6 +36,9 @@ additionalProperties: envKey: INNER_DATA_PATH labelEn: Path to the internal data folder corresponding to the external data labelZh: 外部数据对应的内部数据文件夹路径 + label: + en: Path to the internal data folder corresponding to the external data + zh: 外部数据对应的内部数据文件夹路径 required: true type: text - default: ./data/data2 @@ -34,6 +46,9 @@ additionalProperties: envKey: DATA_PATH2 labelEn: Data folder path 2 labelZh: 外部数据文件夹路径2 + label: + en: Data folder path 2 + zh: 外部数据文件夹路径2 required: true type: text - default: /data2 @@ -41,5 +56,8 @@ additionalProperties: envKey: INNER_DATA_PATH2 labelEn: Path to internal data folder corresponding to external data2 labelZh: 外部数据对应的内部数据文件夹路径2 + label: + en: Path to internal data folder corresponding to external data2 + zh: 外部数据对应的内部数据文件夹路径2 required: true type: text diff --git a/apps/gpt-load/1.3.2/data.yml b/apps/gpt-load/1.3.2/data.yml index 140b5d714..de76a0509 100644 --- a/apps/gpt-load/1.3.2/data.yml +++ b/apps/gpt-load/1.3.2/data.yml @@ -1,10 +1,13 @@ additionalProperties: formFields: - - default: 3001 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number + - default: 3001 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/gpt-load/latest/data.yml b/apps/gpt-load/latest/data.yml index 140b5d714..de76a0509 100644 --- a/apps/gpt-load/latest/data.yml +++ b/apps/gpt-load/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: formFields: - - default: 3001 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number + - default: 3001 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/grafana/12.2.1/data.yml b/apps/grafana/12.2.1/data.yml index 61cafff89..523df10a5 100644 --- a/apps/grafana/12.2.1/data.yml +++ b/apps/grafana/12.2.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/grafana/latest/data.yml b/apps/grafana/latest/data.yml index 61cafff89..523df10a5 100644 --- a/apps/grafana/latest/data.yml +++ b/apps/grafana/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/h5ai/1.25.3/data.yml b/apps/h5ai/1.25.3/data.yml index 4a7da02a8..8a53896ab 100644 --- a/apps/h5ai/1.25.3/data.yml +++ b/apps/h5ai/1.25.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: The path to the shared data folder labelZh: 分享的数据文件夹路径 + label: + en: The path to the shared data folder + zh: 分享的数据文件夹路径 required: true type: text - default: ./data/config @@ -20,6 +26,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Path to the configuration file labelZh: 配置文件所在路径 + label: + en: Path to the configuration file + zh: 配置文件所在路径 required: true type: text - default: "true" @@ -27,12 +36,18 @@ additionalProperties: envKey: AUTH_ENABLE labelEn: "Authentication (On: true, Off: false)" labelZh: 身份验证(开启:true,关闭:false) + label: + en: "Authentication (On: true, Off: false)" + zh: 身份验证(开启:true,关闭:false) required: true type: text - default: h5ai envKey: USER labelEn: User labelZh: 用户名 + label: + en: User + zh: 用户名 random: true required: false rule: paramCommon @@ -41,6 +56,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 用户密码 + label: + en: Password + zh: 用户密码 random: true required: false rule: paramComplexity diff --git a/apps/h5ai/latest/data.yml b/apps/h5ai/latest/data.yml index 4a7da02a8..8a53896ab 100644 --- a/apps/h5ai/latest/data.yml +++ b/apps/h5ai/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: The path to the shared data folder labelZh: 分享的数据文件夹路径 + label: + en: The path to the shared data folder + zh: 分享的数据文件夹路径 required: true type: text - default: ./data/config @@ -20,6 +26,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Path to the configuration file labelZh: 配置文件所在路径 + label: + en: Path to the configuration file + zh: 配置文件所在路径 required: true type: text - default: "true" @@ -27,12 +36,18 @@ additionalProperties: envKey: AUTH_ENABLE labelEn: "Authentication (On: true, Off: false)" labelZh: 身份验证(开启:true,关闭:false) + label: + en: "Authentication (On: true, Off: false)" + zh: 身份验证(开启:true,关闭:false) required: true type: text - default: h5ai envKey: USER labelEn: User labelZh: 用户名 + label: + en: User + zh: 用户名 random: true required: false rule: paramCommon @@ -41,6 +56,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 用户密码 + label: + en: Password + zh: 用户密码 random: true required: false rule: paramComplexity diff --git a/apps/halo-h2/2.21.9/data.yml b/apps/halo-h2/2.21.9/data.yml index 9ee7b37bc..e9c2beafb 100644 --- a/apps/halo-h2/2.21.9/data.yml +++ b/apps/halo-h2/2.21.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: HALO_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8090 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: HALO_EXTERNAL_URL labelZh: 公网访问地址 labelEn: External URL + label: + en: External URL + zh: 公网访问地址 required: true rule: paramExtUrl type: text diff --git a/apps/halo/2.21.9/data.yml b/apps/halo/2.21.9/data.yml index 28e4d54ce..92e0f4dc9 100644 --- a/apps/halo/2.21.9/data.yml +++ b/apps/halo/2.21.9/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: 数据库服务 (前置检查) labelEn: Database Service + label: + en: Database Service + zh: 数据库服务 (前置检查) required: true type: apps values: @@ -25,6 +28,9 @@ additionalProperties: envKey: HALO_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8090 @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number @@ -40,6 +49,9 @@ additionalProperties: envKey: HALO_EXTERNAL_URL labelZh: 公网访问地址 labelEn: External URL + label: + en: External URL + zh: 公网访问地址 required: true rule: paramExtUrl type: text @@ -48,6 +60,9 @@ additionalProperties: envKey: HALO_REMEMBER_ME_TOKEN_VALIDITY labelZh: 保持登录时间 labelEn: Remember me token validity + label: + en: Remember me token validity + zh: 保持登录时间 required: true type: text - default: "postgresql" @@ -55,6 +70,9 @@ additionalProperties: envKey: DB_TYPE labelZh: 数据库 类型 labelEn: Database Type + label: + en: Database Type + zh: 数据库 类型 required: true type: select values: @@ -67,6 +85,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -74,6 +95,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -82,6 +106,9 @@ additionalProperties: envKey: DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -90,6 +117,9 @@ additionalProperties: envKey: DB_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -97,6 +127,9 @@ additionalProperties: envKey: DB_USER_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity diff --git a/apps/happy-chatgpt/latest/data.yml b/apps/happy-chatgpt/latest/data.yml index 770c4839d..a9b5ed06f 100644 --- a/apps/happy-chatgpt/latest/data.yml +++ b/apps/happy-chatgpt/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_KEY labelEn: OPENAI API KEY labelZh: OPENAI API KEY + label: + en: OPENAI API KEY + zh: OPENAI API KEY required: true type: text - default: "happychatgpt" @@ -20,6 +26,9 @@ additionalProperties: envKey: SECRET_KEY labelEn: Access rights key, optional (recommended) labelZh: 访问权限密钥,可选(强烈建议填写) + label: + en: Access rights key, optional (recommended) + zh: 访问权限密钥,可选(强烈建议填写) random: true required: false rule: paramComplexity @@ -29,6 +38,9 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS proxy (http://127.0.0.1:7890) labelZh: HTTPS代理 (http://127.0.0.1:7890) + label: + en: HTTPS proxy (http://127.0.0.1:7890) + zh: HTTPS代理 (http://127.0.0.1:7890) required: false type: text - default: '' @@ -36,6 +48,9 @@ additionalProperties: envKey: API_BASE_URL labelEn: API interface address (https://api.openai.com) labelZh: API接口地址 (https://api.openai.com) + label: + en: API interface address (https://api.openai.com) + zh: API接口地址 (https://api.openai.com) required: false type: text - default: '' @@ -43,6 +58,9 @@ additionalProperties: envKey: API_MODEL labelEn: API model, optional (https://platform.openai.com/docs/models) labelZh: API模型,可选 (https://platform.openai.com/docs/models) + label: + en: API model, optional (https://platform.openai.com/docs/models) + zh: API模型,可选 (https://platform.openai.com/docs/models) required: false type: text - default: '' @@ -50,6 +68,9 @@ additionalProperties: envKey: HEAD_SCRIPTS_VAULE labelEn: Inject analytics or other scripts before the page labelZh: 在页面的 之前注入分析或其他脚本 + label: + en: Inject analytics or other scripts before the page + zh: 在页面的 之前注入分析或其他脚本 required: false type: text - default: '' @@ -57,5 +78,8 @@ additionalProperties: envKey: PUBLIC_SECRET_KEY_VAULE labelEn: The secret string for the project. The signature used to generate the API call labelZh: 项目的秘密字符串。用于生成 API 调用的签名 + label: + en: The secret string for the project. The signature used to generate the API call + zh: 项目的秘密字符串。用于生成 API 调用的签名 required: false type: text diff --git a/apps/hasty-paste/latest/data.yml b/apps/hasty-paste/latest/data.yml index c0e3d423c..025f6e737 100644 --- a/apps/hasty-paste/latest/data.yml +++ b/apps/hasty-paste/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/headscale-derp/1.90.6/data.yml b/apps/headscale-derp/1.90.6/data.yml index 549bd07b9..0af877b2c 100644 --- a/apps/headscale-derp/1.90.6/data.yml +++ b/apps/headscale-derp/1.90.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_STUN labelEn: STUN Service Port labelZh: STUN 服务端口 + label: + en: STUN Service Port + zh: STUN 服务端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path (Domain certificate needs to be replaced, certificate file name is the same as the server hostname) labelZh: 数据文件夹路径 (需要替换域名证书,证书文件名与服务器主机名相同) + label: + en: Data folder path (Domain certificate needs to be replaced, certificate file name is the same as the server hostname) + zh: 数据文件夹路径 (需要替换域名证书,证书文件名与服务器主机名相同) required: true type: text - default: 'derper.your-domain.com' @@ -28,6 +37,9 @@ additionalProperties: envKey: DERP_DOMAIN labelEn: Derper server hostname labelZh: Derper服务器主机名 + label: + en: Derper server hostname + zh: Derper服务器主机名 required: true type: text - default: "false" @@ -35,5 +47,8 @@ additionalProperties: envKey: CLIENTS_VERIFY_SWITCH labelEn: "Client verify (On: true, Off: false)" labelZh: 客户端验证(开启:true,关闭:false) + label: + en: "Client verify (On: true, Off: false)" + zh: 客户端验证(开启:true,关闭:false) required: true type: text diff --git a/apps/headscale-derp/latest/data.yml b/apps/headscale-derp/latest/data.yml index 549bd07b9..0af877b2c 100644 --- a/apps/headscale-derp/latest/data.yml +++ b/apps/headscale-derp/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_STUN labelEn: STUN Service Port labelZh: STUN 服务端口 + label: + en: STUN Service Port + zh: STUN 服务端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path (Domain certificate needs to be replaced, certificate file name is the same as the server hostname) labelZh: 数据文件夹路径 (需要替换域名证书,证书文件名与服务器主机名相同) + label: + en: Data folder path (Domain certificate needs to be replaced, certificate file name is the same as the server hostname) + zh: 数据文件夹路径 (需要替换域名证书,证书文件名与服务器主机名相同) required: true type: text - default: 'derper.your-domain.com' @@ -28,6 +37,9 @@ additionalProperties: envKey: DERP_DOMAIN labelEn: Derper server hostname labelZh: Derper服务器主机名 + label: + en: Derper server hostname + zh: Derper服务器主机名 required: true type: text - default: "false" @@ -35,5 +47,8 @@ additionalProperties: envKey: CLIENTS_VERIFY_SWITCH labelEn: "Client verify (On: true, Off: false)" labelZh: 客户端验证(开启:true,关闭:false) + label: + en: "Client verify (On: true, Off: false)" + zh: 客户端验证(开启:true,关闭:false) required: true type: text diff --git a/apps/headscale-ui/2025.08.23/data.yml b/apps/headscale-ui/2025.08.23/data.yml index 65dd56f48..9053bc16d 100644 --- a/apps/headscale-ui/2025.08.23/data.yml +++ b/apps/headscale-ui/2025.08.23/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/headscale-ui/latest/data.yml b/apps/headscale-ui/latest/data.yml index 65dd56f48..9053bc16d 100644 --- a/apps/headscale-ui/latest/data.yml +++ b/apps/headscale-ui/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/headscale-webui/latest/data.yml b/apps/headscale-webui/latest/data.yml index 2870afbe9..e503b8a6d 100644 --- a/apps/headscale-webui/latest/data.yml +++ b/apps/headscale-webui/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: '/opt/1panel/apps/local/headscale/headscale/data/config' @@ -20,6 +26,9 @@ additionalProperties: envKey: HEADSCALE_PATH labelEn: Headscale configuration file path labelZh: Headscale 配置文件路径 + label: + en: Headscale configuration file path + zh: Headscale 配置文件路径 required: true type: text - default: http://172.18.0.241:8080 @@ -27,6 +36,9 @@ additionalProperties: envKey: HS_SERVER labelEn: Headscale server url labelZh: Headscale 服务器链接 + label: + en: Headscale server url + zh: Headscale 服务器链接 required: true rule: paramExtUrl type: text @@ -35,6 +47,9 @@ additionalProperties: envKey: External_URL labelEn: External URL (Domain URL) labelZh: 外部访问地址 (域名地址) + label: + en: External URL (Domain URL) + zh: 外部访问地址 (域名地址) required: true rule: paramExtUrl type: text @@ -43,6 +58,9 @@ additionalProperties: envKey: URL_PATH labelEn: Admin console path labelZh: 后台管理路径 + label: + en: Admin console path + zh: 后台管理路径 required: true type: text - default: Asia/Shanghai @@ -50,6 +68,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: 'TvMhk7FDnAfaIwp0RDRsq3AVNdrYBuhNT0NTPNw4vIQ=' @@ -57,6 +78,9 @@ additionalProperties: envKey: SECRET_KEY labelEn: Secret key (Obtained by running 'openssl rand -base64 32') labelZh: 加密密钥 (终端执行'openssl rand -base64 32'获得) + label: + en: Secret key (Obtained by running 'openssl rand -base64 32') + zh: 加密密钥 (终端执行'openssl rand -base64 32'获得) required: true type: text - default: Basic @@ -64,6 +88,9 @@ additionalProperties: envKey: AUTH_TYPE labelEn: Authentication method (leave blank without http validation) labelZh: 验证方式 (留空无 http 验证) + label: + en: Authentication method (leave blank without http validation) + zh: 验证方式 (留空无 http 验证) required: false type: text - default: user @@ -71,6 +98,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: false type: text - default: password @@ -78,6 +108,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: false rule: paramComplexity diff --git a/apps/headscale/0.23.0-alpha3/data.yml b/apps/headscale/0.23.0-alpha3/data.yml index c64c629b1..63c89bb4c 100644 --- a/apps/headscale/0.23.0-alpha3/data.yml +++ b/apps/headscale/0.23.0-alpha3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (Corresponding to internal 8080) labelZh: 端口 (对应内部 8080) + label: + en: Port (Corresponding to internal 8080) + zh: 端口 (对应内部 8080) required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: SUBNET labelEn: 1panel-network Subnet IP (View the docker network to obtain the CIDR block) labelZh: 1panel-network 子网 IP (查看docker网络获取网段) + label: + en: 1panel-network Subnet IP (View the docker network to obtain the CIDR block) + zh: 1panel-network 子网 IP (查看docker网络获取网段) required: true type: text diff --git a/apps/headscale/0.26.1/data.yml b/apps/headscale/0.26.1/data.yml index c64c629b1..63c89bb4c 100644 --- a/apps/headscale/0.26.1/data.yml +++ b/apps/headscale/0.26.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (Corresponding to internal 8080) labelZh: 端口 (对应内部 8080) + label: + en: Port (Corresponding to internal 8080) + zh: 端口 (对应内部 8080) required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: SUBNET labelEn: 1panel-network Subnet IP (View the docker network to obtain the CIDR block) labelZh: 1panel-network 子网 IP (查看docker网络获取网段) + label: + en: 1panel-network Subnet IP (View the docker network to obtain the CIDR block) + zh: 1panel-network 子网 IP (查看docker网络获取网段) required: true type: text diff --git a/apps/heimdall/2.7.6/data.yml b/apps/heimdall/2.7.6/data.yml index a4890cc86..b3ecc465f 100644 --- a/apps/heimdall/2.7.6/data.yml +++ b/apps/heimdall/2.7.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/heimdall/latest/data.yml b/apps/heimdall/latest/data.yml index a4890cc86..b3ecc465f 100644 --- a/apps/heimdall/latest/data.yml +++ b/apps/heimdall/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/hertzbeat/1.7.2/data.yml b/apps/hertzbeat/1.7.2/data.yml index d32ad0fdf..219f6a0de 100644 --- a/apps/hertzbeat/1.7.2/data.yml +++ b/apps/hertzbeat/1.7.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/hertzbeat/latest/data.yml b/apps/hertzbeat/latest/data.yml index d32ad0fdf..219f6a0de 100644 --- a/apps/hertzbeat/latest/data.yml +++ b/apps/hertzbeat/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/hexo/latest/data.yml b/apps/hexo/latest/data.yml index 753efccda..d7c8368d8 100644 --- a/apps/hexo/latest/data.yml +++ b/apps/hexo/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: GIT_USERNAME labelEn: Git username labelZh: Git 用户名 + label: + en: Git username + zh: Git 用户名 required: true type: text - default: "" @@ -20,5 +26,8 @@ additionalProperties: envKey: GIT_MAIL labelEn: Git Email labelZh: Git 邮箱 + label: + en: Git Email + zh: Git 邮箱 required: true type: text diff --git a/apps/hexo/main/data.yml b/apps/hexo/main/data.yml index 58520a16e..3ccba37b7 100644 --- a/apps/hexo/main/data.yml +++ b/apps/hexo/main/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/hexo/stable-25-05-01/data.yml b/apps/hexo/stable-25-05-01/data.yml index 77eb60dfd..b225326e8 100644 --- a/apps/hexo/stable-25-05-01/data.yml +++ b/apps/hexo/stable-25-05-01/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: GIT_USERNAME labelEn: Git username labelZh: Git 用户名 + label: + en: Git username + zh: Git 用户名 required: true type: text - default: "" @@ -27,5 +36,8 @@ additionalProperties: envKey: GIT_MAIL labelEn: Git Email labelZh: Git 邮箱 + label: + en: Git Email + zh: Git 邮箱 required: true type: text diff --git a/apps/hexo/taskbjorn-latest/data.yml b/apps/hexo/taskbjorn-latest/data.yml index 58520a16e..3ccba37b7 100644 --- a/apps/hexo/taskbjorn-latest/data.yml +++ b/apps/hexo/taskbjorn-latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/hivision-id-photo/1.3.1/data.yml b/apps/hivision-id-photo/1.3.1/data.yml index a8d122462..ecf333c79 100644 --- a/apps/hivision-id-photo/1.3.1/data.yml +++ b/apps/hivision-id-photo/1.3.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP_INTERNAL labelEn: Internal Port labelZh: 内部端口 + label: + en: Internal Port + zh: 内部端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: COMMAND labelEn: Command labelZh: 启动命令 + label: + en: Command + zh: 启动命令 required: true type: text - default: "" @@ -28,6 +37,9 @@ additionalProperties: envKey: FACE_PLUS_API_KEY labelEn: FACE Plus API Key labelZh: FACE Plus API 密钥 + label: + en: FACE Plus API Key + zh: FACE Plus API 密钥 required: false type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: FACE_PLUS_API_SECRET labelEn: FACE Plus API Secret labelZh: FACE Plus API 密钥 Secret + label: + en: FACE Plus API Secret + zh: FACE Plus API 密钥 Secret required: false type: text - default: "" @@ -42,6 +57,9 @@ additionalProperties: envKey: RUN_MODE labelEn: Run Mode labelZh: 运行模式 + label: + en: Run Mode + zh: 运行模式 required: false type: text - default: "zh" @@ -49,5 +67,8 @@ additionalProperties: envKey: DEFAULT_LANG labelEn: Default Language labelZh: 默认语言 + label: + en: Default Language + zh: 默认语言 required: false type: text diff --git a/apps/hivision-id-photo/latest-gpu/data.yml b/apps/hivision-id-photo/latest-gpu/data.yml index a8d122462..ecf333c79 100644 --- a/apps/hivision-id-photo/latest-gpu/data.yml +++ b/apps/hivision-id-photo/latest-gpu/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP_INTERNAL labelEn: Internal Port labelZh: 内部端口 + label: + en: Internal Port + zh: 内部端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: COMMAND labelEn: Command labelZh: 启动命令 + label: + en: Command + zh: 启动命令 required: true type: text - default: "" @@ -28,6 +37,9 @@ additionalProperties: envKey: FACE_PLUS_API_KEY labelEn: FACE Plus API Key labelZh: FACE Plus API 密钥 + label: + en: FACE Plus API Key + zh: FACE Plus API 密钥 required: false type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: FACE_PLUS_API_SECRET labelEn: FACE Plus API Secret labelZh: FACE Plus API 密钥 Secret + label: + en: FACE Plus API Secret + zh: FACE Plus API 密钥 Secret required: false type: text - default: "" @@ -42,6 +57,9 @@ additionalProperties: envKey: RUN_MODE labelEn: Run Mode labelZh: 运行模式 + label: + en: Run Mode + zh: 运行模式 required: false type: text - default: "zh" @@ -49,5 +67,8 @@ additionalProperties: envKey: DEFAULT_LANG labelEn: Default Language labelZh: 默认语言 + label: + en: Default Language + zh: 默认语言 required: false type: text diff --git a/apps/hivision-id-photo/latest/data.yml b/apps/hivision-id-photo/latest/data.yml index a8d122462..ecf333c79 100644 --- a/apps/hivision-id-photo/latest/data.yml +++ b/apps/hivision-id-photo/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP_INTERNAL labelEn: Internal Port labelZh: 内部端口 + label: + en: Internal Port + zh: 内部端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: COMMAND labelEn: Command labelZh: 启动命令 + label: + en: Command + zh: 启动命令 required: true type: text - default: "" @@ -28,6 +37,9 @@ additionalProperties: envKey: FACE_PLUS_API_KEY labelEn: FACE Plus API Key labelZh: FACE Plus API 密钥 + label: + en: FACE Plus API Key + zh: FACE Plus API 密钥 required: false type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: FACE_PLUS_API_SECRET labelEn: FACE Plus API Secret labelZh: FACE Plus API 密钥 Secret + label: + en: FACE Plus API Secret + zh: FACE Plus API 密钥 Secret required: false type: text - default: "" @@ -42,6 +57,9 @@ additionalProperties: envKey: RUN_MODE labelEn: Run Mode labelZh: 运行模式 + label: + en: Run Mode + zh: 运行模式 required: false type: text - default: "zh" @@ -49,5 +67,8 @@ additionalProperties: envKey: DEFAULT_LANG labelEn: Default Language labelZh: 默认语言 + label: + en: Default Language + zh: 默认语言 required: false type: text diff --git a/apps/homarr/0.16.0/data.yml b/apps/homarr/0.16.0/data.yml index c25000094..5616fdefd 100644 --- a/apps/homarr/0.16.0/data.yml +++ b/apps/homarr/0.16.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: HOMARR_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 7575 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/home-assistant/2023.8.0.dev20230723/data.yml b/apps/home-assistant/2023.8.0.dev20230723/data.yml index a0ed67dc7..f48d65713 100644 --- a/apps/home-assistant/2023.8.0.dev20230723/data.yml +++ b/apps/home-assistant/2023.8.0.dev20230723/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/home-assistant/latest/data.yml b/apps/home-assistant/latest/data.yml index a0ed67dc7..f48d65713 100644 --- a/apps/home-assistant/latest/data.yml +++ b/apps/home-assistant/latest/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/homepage/1.6.1/data.yml b/apps/homepage/1.6.1/data.yml index 2117bc24a..f4ebdb762 100644 --- a/apps/homepage/1.6.1/data.yml +++ b/apps/homepage/1.6.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/homepage/latest/data.yml b/apps/homepage/latest/data.yml index 2117bc24a..f4ebdb762 100644 --- a/apps/homepage/latest/data.yml +++ b/apps/homepage/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/hubcmdui/4.0.7/data.yml b/apps/hubcmdui/4.0.7/data.yml index 5169a81c6..1fa14e961 100644 --- a/apps/hubcmdui/4.0.7/data.yml +++ b/apps/hubcmdui/4.0.7/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "30080" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 3000 - labelZh: 服务端口 3000 - required: true - rule: paramPort - type: number + formFields: + - default: "30080" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 3000 + labelZh: 服务端口 3000 + label: + en: Service Port 3000 + zh: 服务端口 3000 + required: true + rule: paramPort + type: number diff --git a/apps/hubcmdui/latest/data.yml b/apps/hubcmdui/latest/data.yml index 5169a81c6..1fa14e961 100644 --- a/apps/hubcmdui/latest/data.yml +++ b/apps/hubcmdui/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "30080" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 3000 - labelZh: 服务端口 3000 - required: true - rule: paramPort - type: number + formFields: + - default: "30080" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 3000 + labelZh: 服务端口 3000 + label: + en: Service Port 3000 + zh: 服务端口 3000 + required: true + rule: paramPort + type: number diff --git a/apps/icat_lite/1.1/data.yml b/apps/icat_lite/1.1/data.yml index 067aa5f41..6d5190ed8 100644 --- a/apps/icat_lite/1.1/data.yml +++ b/apps/icat_lite/1.1/data.yml @@ -6,12 +6,18 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: 5432 envKey: PANEL_DB_PORT labelEn: Database port labelZh: 数据库端口 + label: + en: Database port + zh: 数据库端口 random: false required: true rule: paramPort @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: ICAT_PWDKEY labelEn: Key for encrypted password (lost and can't log in) labelZh: 用于加密的密码的密钥 (丢失无法登录) + label: + en: Key for encrypted password (lost and can't log in) + zh: 用于加密的密码的密钥 (丢失无法登录) random: true required: true type: text @@ -61,5 +82,8 @@ additionalProperties: envKey: ICAT_COOKIEPWD labelEn: CookiePassword (at least 32 bits) labelZh: 登录状态加密密码 (至少32位) + label: + en: CookiePassword (at least 32 bits) + zh: 登录状态加密密码 (至少32位) required: false type: text diff --git a/apps/icat_lite/latest/data.yml b/apps/icat_lite/latest/data.yml index 067aa5f41..6d5190ed8 100644 --- a/apps/icat_lite/latest/data.yml +++ b/apps/icat_lite/latest/data.yml @@ -6,12 +6,18 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: 5432 envKey: PANEL_DB_PORT labelEn: Database port labelZh: 数据库端口 + label: + en: Database port + zh: 数据库端口 random: false required: true rule: paramPort @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: ICAT_PWDKEY labelEn: Key for encrypted password (lost and can't log in) labelZh: 用于加密的密码的密钥 (丢失无法登录) + label: + en: Key for encrypted password (lost and can't log in) + zh: 用于加密的密码的密钥 (丢失无法登录) random: true required: true type: text @@ -61,5 +82,8 @@ additionalProperties: envKey: ICAT_COOKIEPWD labelEn: CookiePassword (at least 32 bits) labelZh: 登录状态加密密码 (至少32位) + label: + en: CookiePassword (at least 32 bits) + zh: 登录状态加密密码 (至少32位) required: false type: text diff --git a/apps/iframely/2.5.0/data.yml b/apps/iframely/2.5.0/data.yml index 0e70fadc4..4e900ceb9 100644 --- a/apps/iframely/2.5.0/data.yml +++ b/apps/iframely/2.5.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PROXY labelZh: HTTP 代理 labelEn: HTTP Proxy + label: + en: HTTP Proxy + zh: HTTP 代理 required: false type: text - default: 4 @@ -20,5 +26,8 @@ additionalProperties: envKey: MAX_REDIRECTS labelZh: 最大重定向次数 labelEn: Max Redirects + label: + en: Max Redirects + zh: 最大重定向次数 required: false type: number diff --git a/apps/ikaros-Suwmlee/2.6.1/data.yml b/apps/ikaros-Suwmlee/2.6.1/data.yml index ba9cd6b20..9d1057460 100644 --- a/apps/ikaros-Suwmlee/2.6.1/data.yml +++ b/apps/ikaros-Suwmlee/2.6.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IKAROS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 12346 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/ikaros/0.21.0/data.yml b/apps/ikaros/0.21.0/data.yml index 0afcf2a65..ee5a0b65b 100644 --- a/apps/ikaros/0.21.0/data.yml +++ b/apps/ikaros/0.21.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -18,6 +21,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -51,6 +66,9 @@ additionalProperties: envKey: IKAROS_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true rule: paramHttp type: text @@ -59,6 +77,9 @@ additionalProperties: envKey: SERVER_LOG_LEVEL labelEn: Core Server Package Log level labelZh: 核心Server包日志级别 + label: + en: Core Server Package Log level + zh: 核心Server包日志级别 required: false type: select values: @@ -77,6 +98,9 @@ additionalProperties: envKey: PLUGIN_LOG_LEVEL labelEn: Plugin Package Log level labelZh: 插件包日志级别 + label: + en: Plugin Package Log level + zh: 插件包日志级别 required: false type: select values: @@ -95,6 +119,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "tomoki" @@ -102,6 +129,9 @@ additionalProperties: envKey: IKAROS_ADMIN_USERNAME labelEn: Admin Username labelZh: 管理员用户名 + label: + en: Admin Username + zh: 管理员用户名 random: true required: true rule: paramCommon @@ -111,6 +141,9 @@ additionalProperties: envKey: IKAROS_ADMIN_PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramComplexity @@ -120,6 +153,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "C.UTF-8" @@ -127,6 +163,9 @@ additionalProperties: envKey: LANG labelEn: Language labelZh: 语言 + label: + en: Language + zh: 语言 required: true type: text - default: "C:zh" @@ -134,6 +173,9 @@ additionalProperties: envKey: LANGUAGE labelEn: Language Setting labelZh: 语言设置 + label: + en: Language Setting + zh: 语言设置 required: true type: text - default: "C.UTF-8" @@ -141,5 +183,8 @@ additionalProperties: envKey: LC_ALL labelEn: Locale Setting labelZh: 地区设置 + label: + en: Locale Setting + zh: 地区设置 required: true type: text diff --git a/apps/ikaros/dev/data.yml b/apps/ikaros/dev/data.yml index 0afcf2a65..ee5a0b65b 100644 --- a/apps/ikaros/dev/data.yml +++ b/apps/ikaros/dev/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -18,6 +21,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -51,6 +66,9 @@ additionalProperties: envKey: IKAROS_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true rule: paramHttp type: text @@ -59,6 +77,9 @@ additionalProperties: envKey: SERVER_LOG_LEVEL labelEn: Core Server Package Log level labelZh: 核心Server包日志级别 + label: + en: Core Server Package Log level + zh: 核心Server包日志级别 required: false type: select values: @@ -77,6 +98,9 @@ additionalProperties: envKey: PLUGIN_LOG_LEVEL labelEn: Plugin Package Log level labelZh: 插件包日志级别 + label: + en: Plugin Package Log level + zh: 插件包日志级别 required: false type: select values: @@ -95,6 +119,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "tomoki" @@ -102,6 +129,9 @@ additionalProperties: envKey: IKAROS_ADMIN_USERNAME labelEn: Admin Username labelZh: 管理员用户名 + label: + en: Admin Username + zh: 管理员用户名 random: true required: true rule: paramCommon @@ -111,6 +141,9 @@ additionalProperties: envKey: IKAROS_ADMIN_PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramComplexity @@ -120,6 +153,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "C.UTF-8" @@ -127,6 +163,9 @@ additionalProperties: envKey: LANG labelEn: Language labelZh: 语言 + label: + en: Language + zh: 语言 required: true type: text - default: "C:zh" @@ -134,6 +173,9 @@ additionalProperties: envKey: LANGUAGE labelEn: Language Setting labelZh: 语言设置 + label: + en: Language Setting + zh: 语言设置 required: true type: text - default: "C.UTF-8" @@ -141,5 +183,8 @@ additionalProperties: envKey: LC_ALL labelEn: Locale Setting labelZh: 地区设置 + label: + en: Locale Setting + zh: 地区设置 required: true type: text diff --git a/apps/immich-machine-learning/2.1.0/data.yml b/apps/immich-machine-learning/2.1.0/data.yml index e5850a9bb..828119091 100644 --- a/apps/immich-machine-learning/2.1.0/data.yml +++ b/apps/immich-machine-learning/2.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IMMICH_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2283 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: IMMICH_DRIVE_PATH labelZh: 硬件驱动路径 labelEn: Drive path + label: + en: Drive path + zh: 硬件驱动路径 required: true type: text - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TZ labelZh: 时区 labelEn: Timezone + label: + en: Timezone + zh: 时区 required: true type: text - default: "XLM-Roberta-Large-Vit-B-16Plus" @@ -34,6 +46,9 @@ additionalProperties: envKey: MACHINE_LEARNING_PRELOAD__CLIP labelEn: Machine Learning Preload Model labelZh: 机器学习 预加载模型 + label: + en: Machine Learning Preload Model + zh: 机器学习 预加载模型 required: false type: text - default: "buffalo_l" @@ -41,6 +56,9 @@ additionalProperties: envKey: MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION labelEn: Machine Learning Preload Model labelZh: 人脸识别 预加载模型 + label: + en: Machine Learning Preload Model + zh: 人脸识别 预加载模型 required: false type: select values: @@ -57,5 +75,8 @@ additionalProperties: envKey: HF_ENDPOINT labelZh: Hugging Face 服务地址 labelEn: Hugging Face Endpoint + label: + en: Hugging Face Endpoint + zh: Hugging Face 服务地址 required: false type: text diff --git a/apps/immich-no-machine/2.1.0/data.yml b/apps/immich-no-machine/2.1.0/data.yml index a53e80d04..10ba56aaa 100644 --- a/apps/immich-no-machine/2.1.0/data.yml +++ b/apps/immich-no-machine/2.1.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_REDIS_TYPE labelZh: Redis 服务 (前置检查) labelEn: Redis Service (Pre-check) + label: + en: Redis Service (Pre-check) + zh: Redis 服务 (前置检查) required: true type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: IMMICH_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2283 @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -34,6 +43,9 @@ additionalProperties: envKey: DB_PASSWORD labelEn: Database Password labelZh: 数据库连接密码 + label: + en: Database Password + zh: 数据库连接密码 random: true required: true rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_APP_PORT_DB labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -51,6 +66,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: "postgres" @@ -58,6 +76,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database User + label: + en: Database User + zh: 数据库 用户名 required: true type: text - default: "immich" @@ -65,6 +86,9 @@ additionalProperties: envKey: DB_DATABASE_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "127.0.0.1" @@ -72,6 +96,9 @@ additionalProperties: envKey: REDIS_HOSTNAME labelZh: Redis 主机 labelEn: Redis Host + label: + en: Redis Host + zh: Redis 主机 required: true type: text - default: 6379 @@ -79,6 +106,9 @@ additionalProperties: envKey: REDIS_PORT labelZh: Redis 端口 labelEn: Redis Port + label: + en: Redis Port + zh: Redis 端口 required: true rule: paramPort type: number @@ -87,6 +117,9 @@ additionalProperties: envKey: REDIS_DBINDEX labelZh: Redis 索引 labelEn: Redis Index + label: + en: Redis Index + zh: Redis 索引 required: true type: number - default: "" @@ -94,6 +127,9 @@ additionalProperties: envKey: REDIS_USERNAME labelZh: Redis 用户名 labelEn: Redis Username + label: + en: Redis Username + zh: Redis 用户名 required: false type: text - default: "" @@ -101,6 +137,9 @@ additionalProperties: envKey: REDIS_PASSWORD labelZh: Redis 密码 labelEn: Redis Password + label: + en: Redis Password + zh: Redis 密码 required: false type: password - default: "false" @@ -108,6 +147,9 @@ additionalProperties: envKey: IMMICH_IGNORE_MOUNT_CHECK_ERRORS labelZh: 是否跳过目录检查 labelEn: Skip Mount Check + label: + en: Skip Mount Check + zh: 是否跳过目录检查 required: false type: select values: diff --git a/apps/immich-server/2.1.0/data.yml b/apps/immich-server/2.1.0/data.yml index 984b81bdc..511107044 100644 --- a/apps/immich-server/2.1.0/data.yml +++ b/apps/immich-server/2.1.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_REDIS_TYPE labelZh: Redis 服务 (前置检查) labelEn: Redis Service (Pre-check) + label: + en: Redis Service (Pre-check) + zh: Redis 服务 (前置检查) required: true type: apps values: @@ -23,6 +26,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -33,6 +39,9 @@ additionalProperties: envKey: IMMICH_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2283 @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -48,6 +60,9 @@ additionalProperties: envKey: TZ labelZh: 时区 labelEn: Timezone + label: + en: Timezone + zh: 时区 required: true type: text - default: "127.0.0.1" @@ -55,6 +70,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -62,6 +80,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -70,6 +91,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database User + label: + en: Database User + zh: 数据库 用户名 required: true type: text - default: "" @@ -77,6 +101,9 @@ additionalProperties: envKey: DB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -86,6 +113,9 @@ additionalProperties: envKey: DB_DATABASE_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "127.0.0.1" @@ -93,6 +123,9 @@ additionalProperties: envKey: REDIS_HOSTNAME labelZh: Redis 主机 labelEn: Redis Host + label: + en: Redis Host + zh: Redis 主机 required: true type: text - default: 6379 @@ -100,6 +133,9 @@ additionalProperties: envKey: REDIS_PORT labelZh: Redis 端口 labelEn: Redis Port + label: + en: Redis Port + zh: Redis 端口 required: true rule: paramPort type: number @@ -108,6 +144,9 @@ additionalProperties: envKey: REDIS_DBINDEX labelZh: Redis 索引 labelEn: Redis Index + label: + en: Redis Index + zh: Redis 索引 required: true type: number - default: "" @@ -115,6 +154,9 @@ additionalProperties: envKey: REDIS_USERNAME labelZh: Redis 用户名 labelEn: Redis Username + label: + en: Redis Username + zh: Redis 用户名 required: false type: text - default: "" @@ -122,6 +164,9 @@ additionalProperties: envKey: REDIS_PASSWORD labelZh: Redis 密码 labelEn: Redis Password + label: + en: Redis Password + zh: Redis 密码 required: false type: password - default: "false" @@ -129,6 +174,9 @@ additionalProperties: envKey: IMMICH_IGNORE_MOUNT_CHECK_ERRORS labelZh: 是否跳过目录检查 labelEn: Skip Mount Check + label: + en: Skip Mount Check + zh: 是否跳过目录检查 required: false type: select values: diff --git a/apps/immich/2.1.0/data.yml b/apps/immich/2.1.0/data.yml index d902e2da7..b50acc0df 100644 --- a/apps/immich/2.1.0/data.yml +++ b/apps/immich/2.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: UPLOAD_LOCATION labelEn: Path to folder for uploading labelZh: 上传用文件夹路径 + label: + en: Path to folder for uploading + zh: 上传用文件夹路径 required: true type: text - default: ./data/cache @@ -20,6 +26,9 @@ additionalProperties: envKey: CACHE_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text - default: ./data/data @@ -27,6 +36,9 @@ additionalProperties: envKey: DB_PATH labelEn: Database folder path labelZh: 数据库文件夹路径 + label: + en: Database folder path + zh: 数据库文件夹路径 required: true type: text - default: immich @@ -34,6 +46,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 required: true rule: paramCommon type: text @@ -42,6 +57,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: Postgres User labelZh: Postgres 数据库用户 + label: + en: Postgres User + zh: Postgres 数据库用户 required: true rule: paramCommon type: text @@ -50,6 +68,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Postgres Password labelZh: Postgres 数据库用户密码 + label: + en: Postgres Password + zh: Postgres 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/immich/release/data.yml b/apps/immich/release/data.yml index d902e2da7..b50acc0df 100644 --- a/apps/immich/release/data.yml +++ b/apps/immich/release/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: UPLOAD_LOCATION labelEn: Path to folder for uploading labelZh: 上传用文件夹路径 + label: + en: Path to folder for uploading + zh: 上传用文件夹路径 required: true type: text - default: ./data/cache @@ -20,6 +26,9 @@ additionalProperties: envKey: CACHE_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text - default: ./data/data @@ -27,6 +36,9 @@ additionalProperties: envKey: DB_PATH labelEn: Database folder path labelZh: 数据库文件夹路径 + label: + en: Database folder path + zh: 数据库文件夹路径 required: true type: text - default: immich @@ -34,6 +46,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 required: true rule: paramCommon type: text @@ -42,6 +57,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: Postgres User labelZh: Postgres 数据库用户 + label: + en: Postgres User + zh: Postgres 数据库用户 required: true rule: paramCommon type: text @@ -50,6 +68,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Postgres Password labelZh: Postgres 数据库用户密码 + label: + en: Postgres Password + zh: Postgres 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/iperf/latest/data.yml b/apps/iperf/latest/data.yml index 8fe2165eb..93b6cbe71 100644 --- a/apps/iperf/latest/data.yml +++ b/apps/iperf/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "-s" @@ -20,5 +26,8 @@ additionalProperties: envKey: IPERF_COMMAND labelEn: iPerf Command labelZh: iPerf 命令 + label: + en: iPerf Command + zh: iPerf 命令 required: true type: text diff --git a/apps/it-tools/2024.10.22-7ca5933/data.yml b/apps/it-tools/2024.10.22-7ca5933/data.yml index b1ac61dd0..ea92ea320 100644 --- a/apps/it-tools/2024.10.22-7ca5933/data.yml +++ b/apps/it-tools/2024.10.22-7ca5933/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/it-tools/latest/data.yml b/apps/it-tools/latest/data.yml index b1ac61dd0..ea92ea320 100644 --- a/apps/it-tools/latest/data.yml +++ b/apps/it-tools/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/iycms/3.3.44/data.yml b/apps/iycms/3.3.44/data.yml index 3eb35853e..4990341ac 100644 --- a/apps/iycms/3.3.44/data.yml +++ b/apps/iycms/3.3.44/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IYCMS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 80 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_ADMIN labelZh: 管理端口 labelEn: Admin port + label: + en: Admin port + zh: 管理端口 required: true rule: paramPort type: number diff --git a/apps/iyuu-plus/latest-mysql/data.yml b/apps/iyuu-plus/latest-mysql/data.yml index 9df847fbe..cd76b6e58 100644 --- a/apps/iyuu-plus/latest-mysql/data.yml +++ b/apps/iyuu-plus/latest-mysql/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IYUUCN_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8780 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 (Nginx) labelEn: WebUI port (Nginx) + label: + en: WebUI port (Nginx) + zh: WebUI 端口 (Nginx) required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_IYUU labelZh: WebUI 端口 (IYUU) labelEn: WebUI port (IYUU) + label: + en: WebUI port (IYUU) + zh: WebUI 端口 (IYUU) required: false rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WS labelZh: WebUI 端口 (WS) labelEn: WebUI port (WS) + label: + en: WebUI port (WS) + zh: WebUI 端口 (WS) required: false rule: paramPort type: number diff --git a/apps/iyuu-plus/latest/data.yml b/apps/iyuu-plus/latest/data.yml index 9df847fbe..cd76b6e58 100644 --- a/apps/iyuu-plus/latest/data.yml +++ b/apps/iyuu-plus/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IYUUCN_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8780 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 (Nginx) labelEn: WebUI port (Nginx) + label: + en: WebUI port (Nginx) + zh: WebUI 端口 (Nginx) required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_IYUU labelZh: WebUI 端口 (IYUU) labelEn: WebUI port (IYUU) + label: + en: WebUI port (IYUU) + zh: WebUI 端口 (IYUU) required: false rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WS labelZh: WebUI 端口 (WS) labelEn: WebUI port (WS) + label: + en: WebUI port (WS) + zh: WebUI 端口 (WS) required: false rule: paramPort type: number diff --git a/apps/iyuuplus/latest/data.yml b/apps/iyuuplus/latest/data.yml index 9e8e67bdb..18acca318 100644 --- a/apps/iyuuplus/latest/data.yml +++ b/apps/iyuuplus/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: IYUU_PATH labelEn: IYUU Path labelZh: IYUU 路径 + label: + en: IYUU Path + zh: IYUU 路径 required: true type: text - default: "./data/data" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/qbittorrent" @@ -27,6 +36,9 @@ additionalProperties: envKey: QBITTORRENT_PATH labelEn: QBittorrent Path labelZh: QBittorrent 路径 + label: + en: QBittorrent Path + zh: QBittorrent 路径 required: true type: text - default: "/qbittorrent" @@ -34,6 +46,9 @@ additionalProperties: envKey: INTERNAL_QBITTORRENT_PATH labelEn: Internal QBittorrent Path labelZh: 内部 QBittorrent 路径 + label: + en: Internal QBittorrent Path + zh: 内部 QBittorrent 路径 required: true type: text - default: "./data/transmission" @@ -41,6 +56,9 @@ additionalProperties: envKey: TRANSMISSION_PATH labelEn: Transmission Path labelZh: Transmission 路径 + label: + en: Transmission Path + zh: Transmission 路径 required: true type: text - default: "/transmission" @@ -48,6 +66,9 @@ additionalProperties: envKey: INTERNAL_TRANSMISSION_PATH labelEn: Internal Transmission Path labelZh: 内部 Transmission 路径 + label: + en: Internal Transmission Path + zh: 内部 Transmission 路径 required: true type: text - default: "./data/mnt" @@ -55,6 +76,9 @@ additionalProperties: envKey: EXTERNAL_MOUNT_PATH labelEn: External Mount Path labelZh: 外部挂载路径 + label: + en: External Mount Path + zh: 外部挂载路径 required: true type: text - default: "/mnt" @@ -62,5 +86,8 @@ additionalProperties: envKey: INTERNAL_MOUNT_PATH labelEn: Internal Mount Path labelZh: 内部挂载路径 + label: + en: Internal Mount Path + zh: 内部挂载路径 required: true type: text diff --git a/apps/jellyfin/10.11.2/data.yml b/apps/jellyfin/10.11.2/data.yml index dfe440e34..244b0f610 100644 --- a/apps/jellyfin/10.11.2/data.yml +++ b/apps/jellyfin/10.11.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MEDIA_FOLDER_PATH labelEn: Media folder path labelZh: 媒体文件夹路径 + label: + en: Media folder path + zh: 媒体文件夹路径 required: true type: text - default: ./data/cache @@ -20,5 +26,8 @@ additionalProperties: envKey: CACHE_FOLDER_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text diff --git a/apps/jellyfin/latest/data.yml b/apps/jellyfin/latest/data.yml index dfe440e34..244b0f610 100644 --- a/apps/jellyfin/latest/data.yml +++ b/apps/jellyfin/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MEDIA_FOLDER_PATH labelEn: Media folder path labelZh: 媒体文件夹路径 + label: + en: Media folder path + zh: 媒体文件夹路径 required: true type: text - default: ./data/cache @@ -20,5 +26,8 @@ additionalProperties: envKey: CACHE_FOLDER_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text diff --git a/apps/jellyfin/nyanmisaka-latest/data.yml b/apps/jellyfin/nyanmisaka-latest/data.yml index dfe440e34..244b0f610 100644 --- a/apps/jellyfin/nyanmisaka-latest/data.yml +++ b/apps/jellyfin/nyanmisaka-latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MEDIA_FOLDER_PATH labelEn: Media folder path labelZh: 媒体文件夹路径 + label: + en: Media folder path + zh: 媒体文件夹路径 required: true type: text - default: ./data/cache @@ -20,5 +26,8 @@ additionalProperties: envKey: CACHE_FOLDER_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text diff --git a/apps/jellyfin/unstable/data.yml b/apps/jellyfin/unstable/data.yml index dfe440e34..244b0f610 100644 --- a/apps/jellyfin/unstable/data.yml +++ b/apps/jellyfin/unstable/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MEDIA_FOLDER_PATH labelEn: Media folder path labelZh: 媒体文件夹路径 + label: + en: Media folder path + zh: 媒体文件夹路径 required: true type: text - default: ./data/cache @@ -20,5 +26,8 @@ additionalProperties: envKey: CACHE_FOLDER_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text diff --git a/apps/jellyseerr/2.7.3/data.yml b/apps/jellyseerr/2.7.3/data.yml index cf3b77521..2d5123cde 100644 --- a/apps/jellyseerr/2.7.3/data.yml +++ b/apps/jellyseerr/2.7.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: JELLYSEERR_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5055 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI Port + label: + en: WebUI Port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: JELLYFIN_TYPE labelZh: 播放媒体服务器类型 labelEn: Play media server type + label: + en: Play media server type + zh: 播放媒体服务器类型 required: true type: select values: @@ -32,5 +41,8 @@ additionalProperties: envKey: http_proxy labelZh: HTTP(s) 网络代理 labelEn: HTTP(s) Proxy + label: + en: HTTP(s) Proxy + zh: HTTP(s) 网络代理 required: false type: text diff --git a/apps/jimeng-free-api/0.0.6/data.yml b/apps/jimeng-free-api/0.0.6/data.yml index 563030b57..da3d4a174 100644 --- a/apps/jimeng-free-api/0.0.6/data.yml +++ b/apps/jimeng-free-api/0.0.6/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8005" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8005" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/jimeng-free-api/latest/data.yml b/apps/jimeng-free-api/latest/data.yml index 563030b57..da3d4a174 100644 --- a/apps/jimeng-free-api/latest/data.yml +++ b/apps/jimeng-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8005" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8005" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/joplin/3.4.3/data.yml b/apps/joplin/3.4.3/data.yml index 5591b23f1..38c7d80b1 100644 --- a/apps/joplin/3.4.3/data.yml +++ b/apps/joplin/3.4.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -14,6 +17,9 @@ additionalProperties: key: postgresql labelEn: Postgres database Service labelZh: Postgres数据库服务 + label: + en: Postgres database Service + zh: Postgres数据库服务 required: true type: service - default: "5432" @@ -21,6 +27,9 @@ additionalProperties: envKey: POSTGRES_PORT labelEn: Postgres database Service Port labelZh: Postgres数据库服务端口 + label: + en: Postgres database Service Port + zh: Postgres数据库服务端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_DB labelEn: Postgres database Name labelZh: Postgres数据库名 + label: + en: Postgres database Name + zh: Postgres数据库名 required: true rule: paramCommon type: text @@ -37,6 +49,9 @@ additionalProperties: envKey: POSTGRES_USER labelEn: Postgres database User Name labelZh: Postgres数据库用户名 + label: + en: Postgres database User Name + zh: Postgres数据库用户名 required: true rule: paramCommon type: text @@ -45,6 +60,9 @@ additionalProperties: envKey: POSTGRES_PWD labelEn: Postgres database User Password labelZh: Postgres数据库密码 + label: + en: Postgres database User Password + zh: Postgres数据库密码 required: true rule: paramCommon type: password @@ -53,5 +71,8 @@ additionalProperties: envKey: JOPLIN_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text diff --git a/apps/joplin/latest/data.yml b/apps/joplin/latest/data.yml index 5591b23f1..38c7d80b1 100644 --- a/apps/joplin/latest/data.yml +++ b/apps/joplin/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -14,6 +17,9 @@ additionalProperties: key: postgresql labelEn: Postgres database Service labelZh: Postgres数据库服务 + label: + en: Postgres database Service + zh: Postgres数据库服务 required: true type: service - default: "5432" @@ -21,6 +27,9 @@ additionalProperties: envKey: POSTGRES_PORT labelEn: Postgres database Service Port labelZh: Postgres数据库服务端口 + label: + en: Postgres database Service Port + zh: Postgres数据库服务端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_DB labelEn: Postgres database Name labelZh: Postgres数据库名 + label: + en: Postgres database Name + zh: Postgres数据库名 required: true rule: paramCommon type: text @@ -37,6 +49,9 @@ additionalProperties: envKey: POSTGRES_USER labelEn: Postgres database User Name labelZh: Postgres数据库用户名 + label: + en: Postgres database User Name + zh: Postgres数据库用户名 required: true rule: paramCommon type: text @@ -45,6 +60,9 @@ additionalProperties: envKey: POSTGRES_PWD labelEn: Postgres database User Password labelZh: Postgres数据库密码 + label: + en: Postgres database User Password + zh: Postgres数据库密码 required: true rule: paramCommon type: password @@ -53,5 +71,8 @@ additionalProperties: envKey: JOPLIN_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text diff --git a/apps/jproxy/3.4.8/data.yml b/apps/jproxy/3.4.8/data.yml index a2c7adef6..0ad0af06a 100644 --- a/apps/jproxy/3.4.8/data.yml +++ b/apps/jproxy/3.4.8/data.yml @@ -5,12 +5,18 @@ additionalProperties: envKey: JPROXY_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8117 envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -19,6 +25,9 @@ additionalProperties: envKey: JAVA_OPTS labelZh: 运行参数 labelEn: Run parameters + label: + en: Run parameters + zh: 运行参数 required: true type: text - default: 4320 @@ -26,6 +35,9 @@ additionalProperties: envKey: CACHE_EXPIRES labelZh: 缓存过期时间 (分钟) labelEn: Cache expiration time (minutes) + label: + en: Cache expiration time (minutes) + zh: 缓存过期时间 (分钟) required: true type: number - default: 10080 @@ -33,6 +45,9 @@ additionalProperties: envKey: TOKEN_EXPIRES labelZh: 登录过期时间 (分钟) labelEn: Login expiration time (minutes) + label: + en: Login expiration time (minutes) + zh: 登录过期时间 (分钟) required: true type: number - default: 3 @@ -40,6 +55,9 @@ additionalProperties: envKey: SYNC_INTERVAL labelZh: 同步间隔 (分钟) labelEn: Synchronization interval (minutes) + label: + en: Synchronization interval (minutes) + zh: 同步间隔 (分钟) required: true type: number - default: "true" @@ -47,6 +65,9 @@ additionalProperties: envKey: RENAME_FILE labelZh: 允许文件重命名 labelEn: Allow file renaming + label: + en: Allow file renaming + zh: 允许文件重命名 required: true type: select values: @@ -59,6 +80,9 @@ additionalProperties: envKey: MIN_COUNT labelZh: 追加语言标题 (结果小于设定值) labelEn: Append language title (result is less than the set value) + label: + en: Append language title (result is less than the set value) + zh: 追加语言标题 (结果小于设定值) required: true type: number - default: 15 @@ -66,5 +90,8 @@ additionalProperties: envKey: INDEXER_RESULT_CACHE_EXPIRES labelZh: 索引器结果缓存过期时间 (分钟) labelEn: Indexer result cache expiration time (minutes) + label: + en: Indexer result cache expiration time (minutes) + zh: 索引器结果缓存过期时间 (分钟) required: true type: number diff --git a/apps/jsonhero/latest/data.yml b/apps/jsonhero/latest/data.yml index 83117241e..6dd9cad8f 100644 --- a/apps/jsonhero/latest/data.yml +++ b/apps/jsonhero/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/karakeep/0.27.1/data.yml b/apps/karakeep/0.27.1/data.yml index d09bd7fbc..046060215 100644 --- a/apps/karakeep/0.27.1/data.yml +++ b/apps/karakeep/0.27.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: NEXTAUTH_SECRET labelEn: NextAuth Secret labelZh: NextAuth密钥 + label: + en: NextAuth Secret + zh: NextAuth密钥 required: true type: text - default: "a+BQCRpK74QuCSqZPhJ6hDeryTn/1rFKhwuc5DC19hOrI8VR" @@ -20,6 +26,9 @@ additionalProperties: envKey: MEILI_MASTER_KEY labelEn: Meilisearch Master Key labelZh: Meilisearch主密钥 + label: + en: Meilisearch Master Key + zh: Meilisearch主密钥 required: true type: text - default: "" @@ -27,5 +36,8 @@ additionalProperties: envKey: OPENAI_API_KEY labelEn: OpenAI API Key labelZh: OpenAI API 密钥 + label: + en: OpenAI API Key + zh: OpenAI API 密钥 required: false - type: text \ No newline at end of file + type: text diff --git a/apps/kavita/0.8.8/data.yml b/apps/kavita/0.8.8/data.yml index 4b825c2e2..48c8d0da3 100644 --- a/apps/kavita/0.8.8/data.yml +++ b/apps/kavita/0.8.8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: KAVITA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/kimai/2.38.0/data.yml b/apps/kimai/2.38.0/data.yml index bee6d6f5b..7434c6b23 100644 --- a/apps/kimai/2.38.0/data.yml +++ b/apps/kimai/2.38.0/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -24,6 +27,9 @@ additionalProperties: envKey: KIMAI2_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8001 @@ -31,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number @@ -39,6 +48,9 @@ additionalProperties: envKey: ADMINMAIL labelZh: 管理员邮箱 labelEn: Admin Email + label: + en: Admin Email + zh: 管理员邮箱 required: true type: text - default: "" @@ -46,6 +58,9 @@ additionalProperties: envKey: ADMINPASS labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "127.0.0.1" @@ -53,6 +68,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -60,6 +78,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -68,6 +89,9 @@ additionalProperties: envKey: DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -76,6 +100,9 @@ additionalProperties: envKey: DB_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -83,6 +110,9 @@ additionalProperties: envKey: DB_USER_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity diff --git a/apps/kimi-free-api/0.0.36/data.yml b/apps/kimi-free-api/0.0.36/data.yml index 2b7be3cb5..18d5ba4e9 100644 --- a/apps/kimi-free-api/0.0.36/data.yml +++ b/apps/kimi-free-api/0.0.36/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8002" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8002" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/kimi-free-api/latest/data.yml b/apps/kimi-free-api/latest/data.yml index 2b7be3cb5..18d5ba4e9 100644 --- a/apps/kimi-free-api/latest/data.yml +++ b/apps/kimi-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8002" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8002" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/kirara/latest/data.yml b/apps/kirara/latest/data.yml index 68c4eccc4..72e13cb32 100644 --- a/apps/kirara/latest/data.yml +++ b/apps/kirara/latest/data.yml @@ -1,17 +1,23 @@ additionalProperties: formFields: - - default: 48080 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: ./data - edit: true - envKey: DATA_PATH - labelEn: Data folder path - labelZh: 数据文件夹路径 - required: true - type: text + - default: 48080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number + - default: ./data + edit: true + envKey: DATA_PATH + labelEn: Data folder path + labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 + required: true + type: text diff --git a/apps/kkfileview/4.1.0/data.yml b/apps/kkfileview/4.1.0/data.yml index f3a812d68..a8ca2ee62 100644 --- a/apps/kkfileview/4.1.0/data.yml +++ b/apps/kkfileview/4.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/kkfileview/latest/data.yml b/apps/kkfileview/latest/data.yml index f3a812d68..a8ca2ee62 100644 --- a/apps/kkfileview/latest/data.yml +++ b/apps/kkfileview/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/kms-web/1113/data.yml b/apps/kms-web/1113/data.yml index 884d4f17a..30f9429c2 100644 --- a/apps/kms-web/1113/data.yml +++ b/apps/kms-web/1113/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: KMS_PORT labelEn: KMS Port labelZh: KMS端口 + label: + en: KMS Port + zh: KMS端口 required: true rule: paramPort type: number diff --git a/apps/kms-web/latest/data.yml b/apps/kms-web/latest/data.yml index 884d4f17a..30f9429c2 100644 --- a/apps/kms-web/latest/data.yml +++ b/apps/kms-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: KMS_PORT labelEn: KMS Port labelZh: KMS端口 + label: + en: KMS Port + zh: KMS端口 required: true rule: paramPort type: number diff --git a/apps/komari/1.1.3/data.yml b/apps/komari/1.1.3/data.yml index 70bd16c21..88dfacb70 100644 --- a/apps/komari/1.1.3/data.yml +++ b/apps/komari/1.1.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 应用端口 + label: + en: Port + zh: 应用端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: ADMIN_USERNAME labelEn: Admin Username labelZh: 管理员用户名 + label: + en: Admin Username + zh: 管理员用户名 required: true rule: paramCommon type: text @@ -21,6 +27,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramComplexity diff --git a/apps/komari/latest/data.yml b/apps/komari/latest/data.yml index 70bd16c21..88dfacb70 100644 --- a/apps/komari/latest/data.yml +++ b/apps/komari/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 应用端口 + label: + en: Port + zh: 应用端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: ADMIN_USERNAME labelEn: Admin Username labelZh: 管理员用户名 + label: + en: Admin Username + zh: 管理员用户名 required: true rule: paramCommon type: text @@ -21,6 +27,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramComplexity diff --git a/apps/komga/1.23.5/data.yml b/apps/komga/1.23.5/data.yml index 87e8233e0..0fc1ae554 100644 --- a/apps/komga/1.23.5/data.yml +++ b/apps/komga/1.23.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: KOMGA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 25600 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/koodo-reader/latest/data.yml b/apps/koodo-reader/latest/data.yml index f399b274b..fb93cb1dc 100644 --- a/apps/koodo-reader/latest/data.yml +++ b/apps/koodo-reader/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/kotatsu/20251009/data.yml b/apps/kotatsu/20251009/data.yml index 996f2a90d..a6f9b0914 100644 --- a/apps/kotatsu/20251009/data.yml +++ b/apps/kotatsu/20251009/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -32,6 +38,9 @@ additionalProperties: envKey: JWT_SECRET labelZh: JWT 密钥 labelEn: JWT secret + label: + en: JWT secret + zh: JWT 密钥 required: true type: password - default: "127.0.0.1" @@ -39,6 +48,9 @@ additionalProperties: envKey: DATABASE_HOST labelZh: 数据库 主机 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机 required: true type: text - default: 3306 @@ -46,6 +58,9 @@ additionalProperties: envKey: DATABASE_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -54,6 +69,9 @@ additionalProperties: envKey: DATABASE_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "kotatsu-syncserver" @@ -61,6 +79,9 @@ additionalProperties: envKey: DATABASE_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -68,6 +89,9 @@ additionalProperties: envKey: DATABASE_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 required: true type: password - default: "true" @@ -75,6 +99,9 @@ additionalProperties: envKey: ALLOW_NEW_REGISTER labelZh: 允许新用户注册 labelEn: Allow new users to register + label: + en: Allow new users to register + zh: 允许新用户注册 required: true type: select values: diff --git a/apps/kvrocks/2.13.0/data.yml b/apps/kvrocks/2.13.0/data.yml index 6685158cb..40c41da9b 100644 --- a/apps/kvrocks/2.13.0/data.yml +++ b/apps/kvrocks/2.13.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: KVROCKS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 6666 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 服务端口 labelEn: Service port + label: + en: Service port + zh: 服务端口 required: true rule: paramPort type: number diff --git a/apps/laftools/5.5.20/data.yml b/apps/laftools/5.5.20/data.yml index 8b01ffb82..e9a2a8e32 100644 --- a/apps/laftools/5.5.20/data.yml +++ b/apps/laftools/5.5.20/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: LAF_REGION labelEn: LAF Region labelZh: 地区 + label: + en: LAF Region + zh: 地区 required: true type: text - default: "zh_CN" @@ -20,6 +26,9 @@ additionalProperties: envKey: APP_LANG labelEn: App Language labelZh: 应用语言 + label: + en: App Language + zh: 应用语言 required: true type: text - default: "./data" @@ -27,5 +36,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/laftools/latest/data.yml b/apps/laftools/latest/data.yml index 8b01ffb82..e9a2a8e32 100644 --- a/apps/laftools/latest/data.yml +++ b/apps/laftools/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: LAF_REGION labelEn: LAF Region labelZh: 地区 + label: + en: LAF Region + zh: 地区 required: true type: text - default: "zh_CN" @@ -20,6 +26,9 @@ additionalProperties: envKey: APP_LANG labelEn: App Language labelZh: 应用语言 + label: + en: App Language + zh: 应用语言 required: true type: text - default: "./data" @@ -27,5 +36,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/langchain-chatchat/0.3.1.3/data.yml b/apps/langchain-chatchat/0.3.1.3/data.yml index fab6285c9..2932ecdb2 100644 --- a/apps/langchain-chatchat/0.3.1.3/data.yml +++ b/apps/langchain-chatchat/0.3.1.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: GPU_DRIVER_TYPE labelEn: GPU Driver type labelZh: GPU 驱动的类型 + label: + en: GPU Driver type + zh: GPU 驱动的类型 required: true type: text diff --git a/apps/lanraragi/0.9.21/data.yml b/apps/lanraragi/0.9.21/data.yml index f0d6dd5e5..1cc9f8ca4 100644 --- a/apps/lanraragi/0.9.21/data.yml +++ b/apps/lanraragi/0.9.21/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONTENT_DIRECTORY labelEn: Content Directory labelZh: 媒体库目录 + label: + en: Content Directory + zh: 媒体库目录 required: true type: text - default: "./data/thumb" @@ -20,6 +26,9 @@ additionalProperties: envKey: THUMBNAIL_DIRECTORY labelEn: Thumbnail Directory labelZh: 缩略图目录 + label: + en: Thumbnail Directory + zh: 缩略图目录 required: true type: text - default: "./data/database" @@ -27,6 +36,9 @@ additionalProperties: envKey: DATABASE_DIRECTORY labelEn: Database Directory labelZh: 数据库目录 + label: + en: Database Directory + zh: 数据库目录 required: true type: text - default: "./data/plugin" @@ -34,6 +46,9 @@ additionalProperties: envKey: PLUGIN_DIRECTORY labelEn: Plugin Directory labelZh: 插件目录 + label: + en: Plugin Directory + zh: 插件目录 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: HTTP_PROXY labelEn: HTTP Proxy labelZh: HTTP 代理 + label: + en: HTTP Proxy + zh: HTTP 代理 required: false type: text - default: "" @@ -48,6 +66,9 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS Proxy labelZh: HTTPS 代理 + label: + en: HTTPS Proxy + zh: HTTPS 代理 required: false type: text - default: "Asia/Shanghai" @@ -55,5 +76,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text diff --git a/apps/lanraragi/latest/data.yml b/apps/lanraragi/latest/data.yml index f0d6dd5e5..1cc9f8ca4 100644 --- a/apps/lanraragi/latest/data.yml +++ b/apps/lanraragi/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONTENT_DIRECTORY labelEn: Content Directory labelZh: 媒体库目录 + label: + en: Content Directory + zh: 媒体库目录 required: true type: text - default: "./data/thumb" @@ -20,6 +26,9 @@ additionalProperties: envKey: THUMBNAIL_DIRECTORY labelEn: Thumbnail Directory labelZh: 缩略图目录 + label: + en: Thumbnail Directory + zh: 缩略图目录 required: true type: text - default: "./data/database" @@ -27,6 +36,9 @@ additionalProperties: envKey: DATABASE_DIRECTORY labelEn: Database Directory labelZh: 数据库目录 + label: + en: Database Directory + zh: 数据库目录 required: true type: text - default: "./data/plugin" @@ -34,6 +46,9 @@ additionalProperties: envKey: PLUGIN_DIRECTORY labelEn: Plugin Directory labelZh: 插件目录 + label: + en: Plugin Directory + zh: 插件目录 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: HTTP_PROXY labelEn: HTTP Proxy labelZh: HTTP 代理 + label: + en: HTTP Proxy + zh: HTTP 代理 required: false type: text - default: "" @@ -48,6 +66,9 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS Proxy labelZh: HTTPS 代理 + label: + en: HTTPS Proxy + zh: HTTPS 代理 required: false type: text - default: "Asia/Shanghai" @@ -55,5 +76,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text diff --git a/apps/libreoffice/25.2.5/data.yml b/apps/libreoffice/25.2.5/data.yml index 6e5c8d8ef..dd92392ba 100644 --- a/apps/libreoffice/25.2.5/data.yml +++ b/apps/libreoffice/25.2.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: password @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity diff --git a/apps/libreoffice/latest/data.yml b/apps/libreoffice/latest/data.yml index 6e5c8d8ef..dd92392ba 100644 --- a/apps/libreoffice/latest/data.yml +++ b/apps/libreoffice/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: password @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity diff --git a/apps/librespeed/5.4.1/data.yml b/apps/librespeed/5.4.1/data.yml index 44fc2baf4..06bfad5f5 100644 --- a/apps/librespeed/5.4.1/data.yml +++ b/apps/librespeed/5.4.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MODE labelEn: Mode labelZh: 模式 + label: + en: Mode + zh: 模式 required: true type: text - default: "LibreSpeed" @@ -20,6 +26,9 @@ additionalProperties: envKey: TITLE labelEn: Title labelZh: 标题 + label: + en: Title + zh: 标题 required: true type: text - default: "false" @@ -27,6 +36,9 @@ additionalProperties: envKey: TELEMETRY labelEn: Telemetry labelZh: 遥测 + label: + en: Telemetry + zh: 遥测 required: true type: select values: @@ -39,6 +51,9 @@ additionalProperties: envKey: ENABLE_ID_OBFUSCATION labelEn: Enable ID Obfuscation labelZh: 启用 ID 混淆 + label: + en: Enable ID Obfuscation + zh: 启用 ID 混淆 required: true type: select values: @@ -51,6 +66,9 @@ additionalProperties: envKey: REDACT_IP_ADDRESSES labelEn: Redact IP Addresses labelZh: 隐藏 IP 地址 + label: + en: Redact IP Addresses + zh: 隐藏 IP 地址 required: true type: select values: @@ -63,6 +81,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: false rule: paramCommon @@ -72,6 +93,9 @@ additionalProperties: envKey: EMAIL labelEn: Email address for GDPR requests (must be specified when telemetry is enabled) labelZh: GDPR 请求的电子邮件地址 (启用遥测时必须指定) + label: + en: Email address for GDPR requests (must be specified when telemetry is enabled) + zh: GDPR 请求的电子邮件地址 (启用遥测时必须指定) required: false type: text - default: "false" @@ -79,6 +103,9 @@ additionalProperties: envKey: DISABLE_IPINFO labelEn: Disable IPInfo labelZh: 禁用 IPInfo + label: + en: Disable IPInfo + zh: 禁用 IPInfo required: true type: select values: @@ -91,6 +118,9 @@ additionalProperties: envKey: DISTANCE labelEn: Distance labelZh: 距离 + label: + en: Distance + zh: 距离 required: false type: select values: diff --git a/apps/librespeed/latest/data.yml b/apps/librespeed/latest/data.yml index 44fc2baf4..06bfad5f5 100644 --- a/apps/librespeed/latest/data.yml +++ b/apps/librespeed/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MODE labelEn: Mode labelZh: 模式 + label: + en: Mode + zh: 模式 required: true type: text - default: "LibreSpeed" @@ -20,6 +26,9 @@ additionalProperties: envKey: TITLE labelEn: Title labelZh: 标题 + label: + en: Title + zh: 标题 required: true type: text - default: "false" @@ -27,6 +36,9 @@ additionalProperties: envKey: TELEMETRY labelEn: Telemetry labelZh: 遥测 + label: + en: Telemetry + zh: 遥测 required: true type: select values: @@ -39,6 +51,9 @@ additionalProperties: envKey: ENABLE_ID_OBFUSCATION labelEn: Enable ID Obfuscation labelZh: 启用 ID 混淆 + label: + en: Enable ID Obfuscation + zh: 启用 ID 混淆 required: true type: select values: @@ -51,6 +66,9 @@ additionalProperties: envKey: REDACT_IP_ADDRESSES labelEn: Redact IP Addresses labelZh: 隐藏 IP 地址 + label: + en: Redact IP Addresses + zh: 隐藏 IP 地址 required: true type: select values: @@ -63,6 +81,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: false rule: paramCommon @@ -72,6 +93,9 @@ additionalProperties: envKey: EMAIL labelEn: Email address for GDPR requests (must be specified when telemetry is enabled) labelZh: GDPR 请求的电子邮件地址 (启用遥测时必须指定) + label: + en: Email address for GDPR requests (must be specified when telemetry is enabled) + zh: GDPR 请求的电子邮件地址 (启用遥测时必须指定) required: false type: text - default: "false" @@ -79,6 +103,9 @@ additionalProperties: envKey: DISABLE_IPINFO labelEn: Disable IPInfo labelZh: 禁用 IPInfo + label: + en: Disable IPInfo + zh: 禁用 IPInfo required: true type: select values: @@ -91,6 +118,9 @@ additionalProperties: envKey: DISTANCE labelEn: Distance labelZh: 距离 + label: + en: Distance + zh: 距离 required: false type: select values: diff --git a/apps/libretv/202508060117/data.yml b/apps/libretv/202508060117/data.yml index 0f1b51b6a..516a1267a 100644 --- a/apps/libretv/202508060117/data.yml +++ b/apps/libretv/202508060117/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true edit: true rule: paramPort @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PASSWORD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true edit: true @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_ADMIN_PASSWORD labelEn: Access Password labelZh: 管理密码 + label: + en: Access Password + zh: 管理密码 random: true required: true edit: true diff --git a/apps/libretv/latest/data.yml b/apps/libretv/latest/data.yml index 90e04e6df..ff02e9e44 100644 --- a/apps/libretv/latest/data.yml +++ b/apps/libretv/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 required: true type: text diff --git a/apps/limesurvey/6.15.8/data.yml b/apps/limesurvey/6.15.8/data.yml index c8a82e034..5b3650d11 100644 --- a/apps/limesurvey/6.15.8/data.yml +++ b/apps/limesurvey/6.15.8/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: 数据库服务 (前置检查) labelEn: Database Service + label: + en: Database Service + zh: 数据库服务 (前置检查) required: true type: apps values: @@ -25,6 +28,9 @@ additionalProperties: envKey: LIMESURVEY_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number @@ -40,6 +49,9 @@ additionalProperties: envKey: ADMIN_NAME labelZh: 管理员 昵称 labelEn: Admin Name + label: + en: Admin Name + zh: 管理员 昵称 required: true type: text - default: "" @@ -47,6 +59,9 @@ additionalProperties: envKey: ADMIN_EMAIL labelZh: 管理员 邮箱 labelEn: Admin Email + label: + en: Admin Email + zh: 管理员 邮箱 required: true type: text - default: "admin" @@ -54,6 +69,9 @@ additionalProperties: envKey: ADMIN_USER labelZh: 管理员 用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员 用户名 required: true type: text - default: "" @@ -61,6 +79,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelZh: 管理员 密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员 密码 required: true type: password - default: "pgsql" @@ -68,6 +89,9 @@ additionalProperties: envKey: DB_TYPE labelZh: 数据库 类型 labelEn: Database Type + label: + en: Database Type + zh: 数据库 类型 required: true type: select values: @@ -80,6 +104,9 @@ additionalProperties: envKey: DB_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -87,6 +114,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -95,6 +125,9 @@ additionalProperties: envKey: DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -103,6 +136,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -110,6 +146,9 @@ additionalProperties: envKey: DB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -119,5 +158,8 @@ additionalProperties: envKey: PUBLIC_URL labelZh: 公网域名 labelEn: Public URL + label: + en: Public URL + zh: 公网域名 required: true type: text diff --git a/apps/linkding/1.44.1/data.yml b/apps/linkding/1.44.1/data.yml index e9e50943d..adc6fece1 100644 --- a/apps/linkding/1.44.1/data.yml +++ b/apps/linkding/1.44.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/linkding/latest/data.yml b/apps/linkding/latest/data.yml index e9e50943d..adc6fece1 100644 --- a/apps/linkding/latest/data.yml +++ b/apps/linkding/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/linkstack/latest/data.yml b/apps/linkstack/latest/data.yml index 96d3671d8..9a0f71ca5 100644 --- a/apps/linkstack/latest/data.yml +++ b/apps/linkstack/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Application HTTP Port labelZh: 应用 HTTP 端口 + label: + en: Application HTTP Port + zh: 应用 HTTP 端口 required: true type: number - default: 40226 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Application HTTPS Port labelZh: 应用 HTTPS 端口 + label: + en: Application HTTPS Port + zh: 应用 HTTPS 端口 required: true type: number - default: www.example.xyz @@ -19,6 +25,9 @@ additionalProperties: envKey: HTTP_SERVER_NAME labelEn: HTTP Server Name labelZh: HTTP 服务器名称 + label: + en: HTTP Server Name + zh: HTTP 服务器名称 required: true type: text - default: www.example.xyz @@ -26,6 +35,9 @@ additionalProperties: envKey: HTTPS_SERVER_NAME labelEn: HTTPS Server Name labelZh: HTTPS 服务器名称 + label: + en: HTTPS Server Name + zh: HTTPS 服务器名称 required: true type: text - default: admin@example.xyz @@ -33,6 +45,9 @@ additionalProperties: envKey: SERVER_ADMIN labelEn: Server Admin labelZh: 服务器管理员 + label: + en: Server Admin + zh: 服务器管理员 required: true type: text - default: Asia/Shanghai @@ -40,6 +55,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: 512M @@ -47,6 +65,9 @@ additionalProperties: envKey: PHP_MEMORY_LIMIT labelEn: PHP Memory Limit labelZh: PHP 内存限制 + label: + en: PHP Memory Limit + zh: PHP 内存限制 required: true type: text - default: 8M @@ -54,5 +75,8 @@ additionalProperties: envKey: UPLOAD_MAX_FILESIZE labelEn: Upload Max Filesize labelZh: 上传文件最大限制 + label: + en: Upload Max Filesize + zh: 上传文件最大限制 required: true type: text diff --git a/apps/linkwarden/2.13.1/data.yml b/apps/linkwarden/2.13.1/data.yml index b31f5a528..4c2cc0252 100644 --- a/apps/linkwarden/2.13.1/data.yml +++ b/apps/linkwarden/2.13.1/data.yml @@ -1,34 +1,46 @@ additionalProperties: - formFields: - - default: "3000" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 3000 - labelZh: 服务端口 3000 - required: true - rule: paramPort - type: number - - default: "" - edit: true - envKey: NEXTAUTH_SECRET - labelEn: NEXTAuth Secret - labelZh: NEXTAuth 密钥 - required: true - rule: paramComplexity - type: password - - default: "" - edit: true - envKey: POSTGRES_PASSWORD - labelEn: Postgres Password - labelZh: Postgres 数据库密码 - required: true - rule: paramComplexity - type: password - - default: "" - edit: true - envKey: MEILI_MASTER_KEY - labelEn: Meilisearch Master Key - labelZh: Meilisearch 主密钥 - required: true - rule: paramComplexity - type: password + formFields: + - default: "3000" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 3000 + labelZh: 服务端口 3000 + label: + en: Service Port 3000 + zh: 服务端口 3000 + required: true + rule: paramPort + type: number + - default: "" + edit: true + envKey: NEXTAUTH_SECRET + labelEn: NEXTAuth Secret + labelZh: NEXTAuth 密钥 + label: + en: NEXTAuth Secret + zh: NEXTAuth 密钥 + required: true + rule: paramComplexity + type: password + - default: "" + edit: true + envKey: POSTGRES_PASSWORD + labelEn: Postgres Password + labelZh: Postgres 数据库密码 + label: + en: Postgres Password + zh: Postgres 数据库密码 + required: true + rule: paramComplexity + type: password + - default: "" + edit: true + envKey: MEILI_MASTER_KEY + labelEn: Meilisearch Master Key + labelZh: Meilisearch 主密钥 + label: + en: Meilisearch Master Key + zh: Meilisearch 主密钥 + required: true + rule: paramComplexity + type: password diff --git a/apps/linkwarden/latest/data.yml b/apps/linkwarden/latest/data.yml index b31f5a528..4c2cc0252 100644 --- a/apps/linkwarden/latest/data.yml +++ b/apps/linkwarden/latest/data.yml @@ -1,34 +1,46 @@ additionalProperties: - formFields: - - default: "3000" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 3000 - labelZh: 服务端口 3000 - required: true - rule: paramPort - type: number - - default: "" - edit: true - envKey: NEXTAUTH_SECRET - labelEn: NEXTAuth Secret - labelZh: NEXTAuth 密钥 - required: true - rule: paramComplexity - type: password - - default: "" - edit: true - envKey: POSTGRES_PASSWORD - labelEn: Postgres Password - labelZh: Postgres 数据库密码 - required: true - rule: paramComplexity - type: password - - default: "" - edit: true - envKey: MEILI_MASTER_KEY - labelEn: Meilisearch Master Key - labelZh: Meilisearch 主密钥 - required: true - rule: paramComplexity - type: password + formFields: + - default: "3000" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 3000 + labelZh: 服务端口 3000 + label: + en: Service Port 3000 + zh: 服务端口 3000 + required: true + rule: paramPort + type: number + - default: "" + edit: true + envKey: NEXTAUTH_SECRET + labelEn: NEXTAuth Secret + labelZh: NEXTAuth 密钥 + label: + en: NEXTAuth Secret + zh: NEXTAuth 密钥 + required: true + rule: paramComplexity + type: password + - default: "" + edit: true + envKey: POSTGRES_PASSWORD + labelEn: Postgres Password + labelZh: Postgres 数据库密码 + label: + en: Postgres Password + zh: Postgres 数据库密码 + required: true + rule: paramComplexity + type: password + - default: "" + edit: true + envKey: MEILI_MASTER_KEY + labelEn: Meilisearch Master Key + labelZh: Meilisearch 主密钥 + label: + en: Meilisearch Master Key + zh: Meilisearch 主密钥 + required: true + rule: paramComplexity + type: password diff --git a/apps/linux-command/1.21.0/data.yml b/apps/linux-command/1.21.0/data.yml index 2d6660433..acb09c8b6 100644 --- a/apps/linux-command/1.21.0/data.yml +++ b/apps/linux-command/1.21.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/linux-command/latest/data.yml b/apps/linux-command/latest/data.yml index 2d6660433..acb09c8b6 100644 --- a/apps/linux-command/latest/data.yml +++ b/apps/linux-command/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/lobe-chat-data/1.142.9/data.yml b/apps/lobe-chat-data/1.142.9/data.yml index de53c7d2f..517259297 100644 --- a/apps/lobe-chat-data/1.142.9/data.yml +++ b/apps/lobe-chat-data/1.142.9/data.yml @@ -6,6 +6,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Application Port labelZh: 应用端口 + label: + en: Application Port + zh: 应用端口 required: true rule: paramPort type: number @@ -14,6 +17,9 @@ additionalProperties: envKey: CASDOOR_PORT labelEn: CASDOOR Port labelZh: CASDOOR 端口 + label: + en: CASDOOR Port + zh: CASDOOR 端口 required: true rule: paramPort type: number @@ -22,6 +28,9 @@ additionalProperties: envKey: MINIO_PORT labelEn: MinIO Port labelZh: MinIO端口 + label: + en: MinIO Port + zh: MinIO端口 required: true rule: paramPort type: number @@ -30,6 +39,9 @@ additionalProperties: envKey: APP_URL labelEn: Application URL labelZh: 应用地址 + label: + en: Application URL + zh: 应用地址 required: true rule: paramExtUrl type: text @@ -38,6 +50,9 @@ additionalProperties: envKey: AUTH_URL labelEn: Auth Service URL labelZh: 认证服务地址 + label: + en: Auth Service URL + zh: 认证服务地址 required: true rule: paramExtUrl type: text @@ -47,6 +62,9 @@ additionalProperties: envKey: LOBE_DB_NAME labelEn: Database Name labelZh: 数据库名称 + label: + en: Database Name + zh: 数据库名称 random: true required: true rule: paramCommon @@ -56,6 +74,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelEn: Database Password labelZh: 数据库密码 + label: + en: Database Password + zh: 数据库密码 required: true rule: paramCommon type: password @@ -64,6 +85,9 @@ additionalProperties: envKey: AUTH_CASDOOR_ISSUER labelEn: AUTH CASDOOR ISSUER labelZh: AUTH CASDOOR ISSUER + label: + en: AUTH CASDOOR ISSUER + zh: AUTH CASDOOR ISSUER required: true rule: paramExtUrl type: text @@ -73,6 +97,9 @@ additionalProperties: envKey: AUTH_CASDOOR_ID labelEn: AUTH CASDOOR ID labelZh: AUTH CASDOOR ID + label: + en: AUTH CASDOOR ID + zh: AUTH CASDOOR ID required: true rule: paramCommon type: text @@ -81,6 +108,9 @@ additionalProperties: envKey: AUTH_CASDOOR_SECRET labelEn: AUTH CASDOOR SECRET labelZh: AUTH CASDOOR SECRET + label: + en: AUTH CASDOOR SECRET + zh: AUTH CASDOOR SECRET required: true rule: paramCommon type: password @@ -90,6 +120,9 @@ additionalProperties: envKey: MINIO_ROOT_USER labelEn: MinIO ROOT User labelZh: MinIO ROOT User + label: + en: MinIO ROOT User + zh: MinIO ROOT User required: true rule: paramCommon type: text @@ -98,6 +131,9 @@ additionalProperties: envKey: MINIO_ROOT_PASSWORD labelEn: MinIO ROOT Password labelZh: MinIO ROOT Password + label: + en: MinIO ROOT Password + zh: MinIO ROOT Password required: true rule: paramCommon type: password @@ -107,6 +143,9 @@ additionalProperties: envKey: S3_ENDPOINT labelEn: S3 Endpoint labelZh: S3 Endpoint + label: + en: S3 Endpoint + zh: S3 Endpoint required: true rule: paramExtUrl type: text @@ -115,6 +154,9 @@ additionalProperties: envKey: S3_PUBLIC_DOMAIN labelEn: S3 PUBLIC DOMAIN labelZh: S3 PUBLIC DOMAIN + label: + en: S3 PUBLIC DOMAIN + zh: S3 PUBLIC DOMAIN required: true rule: paramExtUrl type: text @@ -123,6 +165,9 @@ additionalProperties: envKey: MINIO_LOBE_BUCKET labelEn: MINIO LOBE BUCKET labelZh: MINIO LOBE BUCKET + label: + en: MINIO LOBE BUCKET + zh: MINIO LOBE BUCKET required: true rule: paramCommon type: text @@ -132,6 +177,9 @@ additionalProperties: envKey: origin labelEn: origin labelZh: origin + label: + en: origin + zh: origin required: true rule: paramExtUrl - type: text \ No newline at end of file + type: text diff --git a/apps/lobe-chat/1.142.9/data.yml b/apps/lobe-chat/1.142.9/data.yml index 697fc82b7..31207b289 100644 --- a/apps/lobe-chat/1.142.9/data.yml +++ b/apps/lobe-chat/1.142.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: OPENAI_API_KEY labelEn: OpenAI API Key labelZh: OpenAI API 密钥 + label: + en: OpenAI API Key + zh: OpenAI API 密钥 required: false type: password - default: "https://api.openai.com/v1" @@ -20,6 +26,9 @@ additionalProperties: envKey: OPENAI_PROXY_URL labelEn: OpenAI Proxy URL labelZh: OpenAI 代理 URL + label: + en: OpenAI Proxy URL + zh: OpenAI 代理 URL required: false type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: ACCESS_CODE labelEn: Access Code labelZh: 访问密码 + label: + en: Access Code + zh: 访问密码 random: true required: false rule: paramComplexity @@ -36,5 +48,8 @@ additionalProperties: envKey: OPENAI_MODEL_LIST labelEn: OpenAI Model List labelZh: OpenAI 模型列表 + label: + en: OpenAI Model List + zh: OpenAI 模型列表 required: false type: text diff --git a/apps/lobe-chat/latest/data.yml b/apps/lobe-chat/latest/data.yml index 697fc82b7..31207b289 100644 --- a/apps/lobe-chat/latest/data.yml +++ b/apps/lobe-chat/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: OPENAI_API_KEY labelEn: OpenAI API Key labelZh: OpenAI API 密钥 + label: + en: OpenAI API Key + zh: OpenAI API 密钥 required: false type: password - default: "https://api.openai.com/v1" @@ -20,6 +26,9 @@ additionalProperties: envKey: OPENAI_PROXY_URL labelEn: OpenAI Proxy URL labelZh: OpenAI 代理 URL + label: + en: OpenAI Proxy URL + zh: OpenAI 代理 URL required: false type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: ACCESS_CODE labelEn: Access Code labelZh: 访问密码 + label: + en: Access Code + zh: 访问密码 random: true required: false rule: paramComplexity @@ -36,5 +48,8 @@ additionalProperties: envKey: OPENAI_MODEL_LIST labelEn: OpenAI Model List labelZh: OpenAI 模型列表 + label: + en: OpenAI Model List + zh: OpenAI 模型列表 required: false type: text diff --git a/apps/lobe-chat/pglite/data.yml b/apps/lobe-chat/pglite/data.yml index 7aa3f8b2a..54f172814 100644 --- a/apps/lobe-chat/pglite/data.yml +++ b/apps/lobe-chat/pglite/data.yml @@ -1,47 +1,65 @@ additionalProperties: formFields: - - default: 40247 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: "password" - edit: true - envKey: OPENAI_API_KEY - labelEn: OpenAI API Key - labelZh: OpenAI API 密钥 - required: false - type: password - - default: "https://api.openai.com/v1" - edit: true - envKey: OPENAI_PROXY_URL - labelEn: OpenAI Proxy URL - labelZh: OpenAI 代理 URL - required: false - type: text - - default: "" - edit: true - envKey: ACCESS_CODE - labelEn: Access Code - labelZh: 访问密码 - random: true - required: false - rule: paramComplexity - type: password - - default: "" - edit: true - envKey: OPENAI_MODEL_LIST - labelEn: OpenAI Model List - labelZh: OpenAI 模型列表 - required: false - type: text - - default: "" - edit: true - envKey: SEARXNG_URL - labelEn: SEARXNG_URL - labelZh: searxng地址 - required: false - type: text + - default: 40247 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number + - default: "password" + edit: true + envKey: OPENAI_API_KEY + labelEn: OpenAI API Key + labelZh: OpenAI API 密钥 + label: + en: OpenAI API Key + zh: OpenAI API 密钥 + required: false + type: password + - default: "https://api.openai.com/v1" + edit: true + envKey: OPENAI_PROXY_URL + labelEn: OpenAI Proxy URL + labelZh: OpenAI 代理 URL + label: + en: OpenAI Proxy URL + zh: OpenAI 代理 URL + required: false + type: text + - default: "" + edit: true + envKey: ACCESS_CODE + labelEn: Access Code + labelZh: 访问密码 + label: + en: Access Code + zh: 访问密码 + random: true + required: false + rule: paramComplexity + type: password + - default: "" + edit: true + envKey: OPENAI_MODEL_LIST + labelEn: OpenAI Model List + labelZh: OpenAI 模型列表 + label: + en: OpenAI Model List + zh: OpenAI 模型列表 + required: false + type: text + - default: "" + edit: true + envKey: SEARXNG_URL + labelEn: SEARXNG_URL + labelZh: searxng地址 + label: + en: SEARXNG_URL + zh: searxng地址 + required: false + type: text diff --git a/apps/logto/1.32.0/data.yml b/apps/logto/1.32.0/data.yml index aac2f13e9..737c9c12c 100644 --- a/apps/logto/1.32.0/data.yml +++ b/apps/logto/1.32.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -27,6 +33,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -35,6 +44,9 @@ additionalProperties: envKey: ENDPOINT labelZh: OIDC 发行者域名 labelEn: OIDC Issuer Domain + label: + en: OIDC Issuer Domain + zh: OIDC 发行者域名 required: true type: text - default: "http://127.0.0.1:3002" @@ -42,6 +54,9 @@ additionalProperties: envKey: ADMIN_ENDPOINT labelZh: 控制台重定向地址 labelEn: Admin Redirect URL + label: + en: Admin Redirect URL + zh: 控制台重定向地址 required: true type: text - default: "false" @@ -49,6 +64,9 @@ additionalProperties: envKey: ADMIN_DISABLE_LOCALHOST labelZh: 禁用后台访问 labelEn: Disable Admin Access + label: + en: Disable Admin Access + zh: 禁用后台访问 required: true type: select values: @@ -61,6 +79,9 @@ additionalProperties: envKey: POSTGRES_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -68,6 +89,9 @@ additionalProperties: envKey: POSTGRES_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -76,6 +100,9 @@ additionalProperties: envKey: POSTGRES_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -84,6 +111,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -91,6 +121,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -100,5 +133,8 @@ additionalProperties: envKey: REDIS_URL labelZh: 中央缓存 Redis labelEn: Central Cache Redis + label: + en: Central Cache Redis + zh: 中央缓存 Redis required: false type: text diff --git a/apps/lrcapi/1.6.0/data.yml b/apps/lrcapi/1.6.0/data.yml index 25a7f5d58..a64fe25a5 100644 --- a/apps/lrcapi/1.6.0/data.yml +++ b/apps/lrcapi/1.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MUSIC_PATH labelEn: Music Path labelZh: 音乐路径 + label: + en: Music Path + zh: 音乐路径 required: true type: text - default: "authkey" @@ -20,6 +26,9 @@ additionalProperties: envKey: API_AUTH labelEn: API Auth Key labelZh: API 鉴权 Key + label: + en: API Auth Key + zh: API 鉴权 Key random: true required: true rule: paramComplexity diff --git a/apps/lrcapi/latest/data.yml b/apps/lrcapi/latest/data.yml index 25a7f5d58..a64fe25a5 100644 --- a/apps/lrcapi/latest/data.yml +++ b/apps/lrcapi/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MUSIC_PATH labelEn: Music Path labelZh: 音乐路径 + label: + en: Music Path + zh: 音乐路径 required: true type: text - default: "authkey" @@ -20,6 +26,9 @@ additionalProperties: envKey: API_AUTH labelEn: API Auth Key labelZh: API 鉴权 Key + label: + en: API Auth Key + zh: API 鉴权 Key random: true required: true rule: paramComplexity diff --git a/apps/lsky-pro/latest/data.yml b/apps/lsky-pro/latest/data.yml index 8ab76730c..770e248a6 100644 --- a/apps/lsky-pro/latest/data.yml +++ b/apps/lsky-pro/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/lucky/2.19.5/data.yml b/apps/lucky/2.19.5/data.yml index 64f4e57c8..ef3030fdc 100644 --- a/apps/lucky/2.19.5/data.yml +++ b/apps/lucky/2.19.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the listening port) labelZh: 端口 (由监听端口决定) + label: + en: Port (determined by the listening port) + zh: 端口 (由监听端口决定) required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/lucky/latest/data.yml b/apps/lucky/latest/data.yml index 64f4e57c8..ef3030fdc 100644 --- a/apps/lucky/latest/data.yml +++ b/apps/lucky/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the listening port) labelZh: 端口 (由监听端口决定) + label: + en: Port (determined by the listening port) + zh: 端口 (由监听端口决定) required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/luxirty-search/latest/data.yml b/apps/luxirty-search/latest/data.yml index dfe510272..8d387c3e4 100644 --- a/apps/luxirty-search/latest/data.yml +++ b/apps/luxirty-search/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/maccms10/2025.1000.4051/data.yml b/apps/maccms10/2025.1000.4051/data.yml index 5eb4aaec6..c82e8c717 100644 --- a/apps/maccms10/2025.1000.4051/data.yml +++ b/apps/maccms10/2025.1000.4051/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/macos/2.27/data.yml b/apps/macos/2.27/data.yml index 333a06387..fdb3e54b7 100644 --- a/apps/macos/2.27/data.yml +++ b/apps/macos/2.27/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MACOS_STORAGE_ROOT_PATH labelZh: MacOS 存储目录 labelEn: MacOS Storage Path + label: + en: MacOS Storage Path + zh: MacOS 存储目录 required: true type: text - default: 8006 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_REMOTE labelZh: Mac 远程桌面 端口 labelEn: Mac Remote Desktop Port + label: + en: Mac Remote Desktop Port + zh: Mac 远程桌面 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: VERSION labelZh: MacOS 版本 labelEn: MacOS Version + label: + en: MacOS Version + zh: MacOS 版本 required: true type: select values: @@ -46,6 +58,9 @@ additionalProperties: envKey: RAM_SIZE labelZh: 内存大小 labelEn: RAM Size + label: + en: RAM Size + zh: 内存大小 required: true type: text - default: "64G" @@ -53,6 +68,9 @@ additionalProperties: envKey: DISK_SIZE labelZh: 硬盘大小 labelEn: Disk Size + label: + en: Disk Size + zh: 硬盘大小 required: true type: text - default: 4 @@ -60,5 +78,8 @@ additionalProperties: envKey: CPU_CORES labelZh: CPU 核心数 labelEn: CPU Cores + label: + en: CPU Cores + zh: CPU 核心数 required: true type: number diff --git a/apps/maddy-mail/0.8.1/data.yml b/apps/maddy-mail/0.8.1/data.yml index 7778fa0f6..a73992adf 100644 --- a/apps/maddy-mail/0.8.1/data.yml +++ b/apps/maddy-mail/0.8.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SMTP_IN_PORT labelEn: SMTP inbound port labelZh: SMTP 入站端口 + label: + en: SMTP inbound port + zh: SMTP 入站端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: IMAP4_PORT labelEn: IMAP4 port labelZh: IMAP4 端口 + label: + en: IMAP4 port + zh: IMAP4 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: IMAP4_PORT2 labelEn: IMAP4 port labelZh: IMAP4 端口 + label: + en: IMAP4 port + zh: IMAP4 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: SMTP_S_PORT labelEn: SMTP Submission ports labelZh: SMTP 提交端口 + label: + en: SMTP Submission ports + zh: SMTP 提交端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: SMTP_S_PORT2 labelEn: SMTP Submission ports labelZh: SMTP 提交端口 + label: + en: SMTP Submission ports + zh: SMTP 提交端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: MAIL_HOSTNAME labelEn: Mail MX hostname labelZh: 邮箱 MX 主机名 + label: + en: Mail MX hostname + zh: 邮箱 MX 主机名 required: true type: text - default: example.com @@ -52,5 +70,8 @@ additionalProperties: envKey: MAIL_DOMAIN labelEn: Mail domain labelZh: 邮箱域名 + label: + en: Mail domain + zh: 邮箱域名 required: true type: text diff --git a/apps/maddy-mail/latest/data.yml b/apps/maddy-mail/latest/data.yml index 7778fa0f6..a73992adf 100644 --- a/apps/maddy-mail/latest/data.yml +++ b/apps/maddy-mail/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SMTP_IN_PORT labelEn: SMTP inbound port labelZh: SMTP 入站端口 + label: + en: SMTP inbound port + zh: SMTP 入站端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: IMAP4_PORT labelEn: IMAP4 port labelZh: IMAP4 端口 + label: + en: IMAP4 port + zh: IMAP4 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: IMAP4_PORT2 labelEn: IMAP4 port labelZh: IMAP4 端口 + label: + en: IMAP4 port + zh: IMAP4 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: SMTP_S_PORT labelEn: SMTP Submission ports labelZh: SMTP 提交端口 + label: + en: SMTP Submission ports + zh: SMTP 提交端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: SMTP_S_PORT2 labelEn: SMTP Submission ports labelZh: SMTP 提交端口 + label: + en: SMTP Submission ports + zh: SMTP 提交端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: MAIL_HOSTNAME labelEn: Mail MX hostname labelZh: 邮箱 MX 主机名 + label: + en: Mail MX hostname + zh: 邮箱 MX 主机名 required: true type: text - default: example.com @@ -52,5 +70,8 @@ additionalProperties: envKey: MAIL_DOMAIN labelEn: Mail domain labelZh: 邮箱域名 + label: + en: Mail domain + zh: 邮箱域名 required: true type: text diff --git a/apps/magic-resume/latest/data.yml b/apps/magic-resume/latest/data.yml index 179f5068f..8f325969e 100644 --- a/apps/magic-resume/latest/data.yml +++ b/apps/magic-resume/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/mailserver/15.1.0/data.yml b/apps/mailserver/15.1.0/data.yml index 222d8729a..9b9cae5c4 100644 --- a/apps/mailserver/15.1.0/data.yml +++ b/apps/mailserver/15.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MAILSERVER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 25 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SMTP labelZh: SMTP 端口 (保持默认) labelEn: SMTP Port (keep default) + label: + en: SMTP Port (keep default) + zh: SMTP 端口 (保持默认) required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_IMAP labelZh: IMAP 端口 (保持默认) labelEn: IMAP Port (keep default) + label: + en: IMAP Port (keep default) + zh: IMAP 端口 (保持默认) required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SMTPS labelZh: SMTP SSL 端口 (保持默认) labelEn: SMTP SSL Port (keep default) + label: + en: SMTP SSL Port (keep default) + zh: SMTP SSL 端口 (保持默认) required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_ESMTP labelZh: SMTP 提交端口 (保持默认) labelEn: SMTP Submission Port (keep default) + label: + en: SMTP Submission Port (keep default) + zh: SMTP 提交端口 (保持默认) required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_IPAPS labelZh: IMAP SSL 端口 (保持默认) labelEn: IMAP SSL Port (keep default) + label: + en: IMAP SSL Port (keep default) + zh: IMAP SSL 端口 (保持默认) required: true rule: paramPort type: number @@ -52,6 +70,9 @@ additionalProperties: envKey: PANEL_APP_PORT_MANAGESIEVE labelZh: ManageSieve 端口 (保持默认) labelEn: ManageSieve Port (keep default) + label: + en: ManageSieve Port (keep default) + zh: ManageSieve 端口 (保持默认) required: true rule: paramPort type: number @@ -60,6 +81,9 @@ additionalProperties: envKey: ENABLE_POP3 labelZh: 启用 POP3 labelEn: Enable POP3 + label: + en: Enable POP3 + zh: 启用 POP3 required: true type: select values: @@ -72,6 +96,9 @@ additionalProperties: envKey: PANEL_APP_PORT_POP labelZh: POP3 端口 (保持默认) labelEn: POP3 Port (keep default) + label: + en: POP3 Port (keep default) + zh: POP3 端口 (保持默认) required: false rule: paramPort type: number @@ -80,6 +107,9 @@ additionalProperties: envKey: PANEL_APP_PORT_POPS labelZh: POP3 SSL 端口 (保持默认) labelEn: POP3 SSL Port (keep default) + label: + en: POP3 SSL Port (keep default) + zh: POP3 SSL 端口 (保持默认) required: false rule: paramPort type: number @@ -88,6 +118,9 @@ additionalProperties: envKey: HOSTNAME_FQDN labelZh: 邮件服务器域名 labelEn: Mail server domain name + label: + en: Mail server domain name + zh: 邮件服务器域名 required: true type: text - default: "postmaster@domain.com" @@ -95,6 +128,9 @@ additionalProperties: envKey: POSTMASTER_ADDRESS labelZh: 管理员邮箱地址 labelEn: Postmaster email address + label: + en: Postmaster email address + zh: 管理员邮箱地址 required: true type: text - default: "0" @@ -102,6 +138,9 @@ additionalProperties: envKey: ENABLE_AMAVIS labelZh: 内容过滤器 (Amavis支持) labelEn: Content filter (Amavis support) + label: + en: Content filter (Amavis support) + zh: 内容过滤器 (Amavis支持) required: true type: select values: @@ -114,6 +153,9 @@ additionalProperties: envKey: ENABLE_CLAMAV labelZh: 邮件病毒扫描 (ClamAV支持) labelEn: Mail virus scanning (ClamAV support) + label: + en: Mail virus scanning (ClamAV support) + zh: 邮件病毒扫描 (ClamAV支持) required: true type: select values: @@ -126,6 +168,9 @@ additionalProperties: envKey: SSL_TYPE labelZh: SSL 证书类型 labelEn: SSL certificate type + label: + en: SSL certificate type + zh: SSL 证书类型 required: true type: select values: @@ -138,6 +183,9 @@ additionalProperties: envKey: CERTS_PUBLIC_CRT labelZh: SSL Public 证书文件名 labelEn: SSL Public certificate file name + label: + en: SSL Public certificate file name + zh: SSL Public 证书文件名 required: false type: text - default: "private.key" @@ -145,6 +193,9 @@ additionalProperties: envKey: CERTS_PRIVATE_KEY labelZh: SSL Private 证书文件名 labelEn: SSL Private certificate file name + label: + en: SSL Private certificate file name + zh: SSL Private 证书文件名 required: false type: text - default: "" @@ -152,6 +203,9 @@ additionalProperties: envKey: RELAY_HOST labelZh: SMTP 中继主机 labelEn: SMTP relay host + label: + en: SMTP relay host + zh: SMTP 中继主机 required: false type: text - default: 587 @@ -159,6 +213,9 @@ additionalProperties: envKey: RELAY_PORT labelZh: SMTP 中继端口 labelEn: SMTP relay port + label: + en: SMTP relay port + zh: SMTP 中继端口 required: false type: number - default: "" @@ -166,6 +223,9 @@ additionalProperties: envKey: RELAY_USER labelZh: SMTP 中继用户名 labelEn: SMTP relay username + label: + en: SMTP relay username + zh: SMTP 中继用户名 required: false type: text - default: "" @@ -173,6 +233,9 @@ additionalProperties: envKey: RELAY_PASSWORD labelZh: SMTP 中继密码 labelEn: SMTP relay password + label: + en: SMTP relay password + zh: SMTP 中继密码 required: false type: text - default: "" @@ -180,6 +243,9 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network proxy + label: + en: Network proxy + zh: 网络代理 required: false type: text - default: "localhost:127.0.0.1" @@ -187,6 +253,9 @@ additionalProperties: envKey: DOMAIN_HOSTS1 labelZh: 固定域名解析 labelEn: Domain resolution + label: + en: Domain resolution + zh: 固定域名解析 required: true type: text - default: "1.1.1.1" @@ -194,6 +263,9 @@ additionalProperties: envKey: DNS1 labelZh: 域名解析 (DNS) labelEn: Domain resolution (DNS) + label: + en: Domain resolution (DNS) + zh: 域名解析 (DNS) required: true type: text - default: "114.114.114.114" @@ -201,5 +273,8 @@ additionalProperties: envKey: DNS2 labelZh: 域名解析 (备用 DNS) labelEn: Domain resolution (Backup DNS) + label: + en: Domain resolution (Backup DNS) + zh: 域名解析 (备用 DNS) required: true type: text diff --git a/apps/mariadb/11.8.3/data.yml b/apps/mariadb/11.8.3/data.yml index 410c3e7d5..bbf03fa0c 100644 --- a/apps/mariadb/11.8.3/data.yml +++ b/apps/mariadb/11.8.3/data.yml @@ -5,12 +5,18 @@ additionalProperties: envKey: MARIADB_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3306 envKey: PANEL_APP_PORT_HTTP labelZh: 连接端口 labelEn: Connection Port + label: + en: Connection Port + zh: 连接端口 required: true rule: paramPort type: number @@ -18,6 +24,9 @@ additionalProperties: envKey: MYSQL_ROOT_PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramComplexity diff --git a/apps/matomo/5.5.1-fpm-alpine/data.yml b/apps/matomo/5.5.1-fpm-alpine/data.yml index 7a22b3ca7..38914e3ce 100644 --- a/apps/matomo/5.5.1-fpm-alpine/data.yml +++ b/apps/matomo/5.5.1-fpm-alpine/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: MATOMO_DB_PORT key: mysql @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -48,6 +60,9 @@ additionalProperties: envKey: PANEL_DB_PREFIX labelEn: Database prefix labelZh: 数据库前缀 + label: + en: Database prefix + zh: 数据库前缀 required: true type: text - default: 40077 @@ -55,6 +70,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -63,5 +81,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text diff --git a/apps/matomo/latest/data.yml b/apps/matomo/latest/data.yml index 7a22b3ca7..38914e3ce 100644 --- a/apps/matomo/latest/data.yml +++ b/apps/matomo/latest/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: MATOMO_DB_PORT key: mysql @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -48,6 +60,9 @@ additionalProperties: envKey: PANEL_DB_PREFIX labelEn: Database prefix labelZh: 数据库前缀 + label: + en: Database prefix + zh: 数据库前缀 required: true type: text - default: 40077 @@ -55,6 +70,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -63,5 +81,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text diff --git a/apps/mattermost/11.0.4/data.yml b/apps/mattermost/11.0.4/data.yml index 7d558eab0..10a4fd44a 100644 --- a/apps/mattermost/11.0.4/data.yml +++ b/apps/mattermost/11.0.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CALLS labelEn: RTC Port labelZh: RTC 服务端口 + label: + en: RTC Port + zh: RTC 服务端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: MATTERMOST_CONTAINER_READONLY labelEn: Read Only Container labelZh: 只读容器 + label: + en: Read Only Container + zh: 只读容器 required: false type: select values: @@ -33,6 +42,9 @@ additionalProperties: envKey: MATTERMOST_CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/data" @@ -40,6 +52,9 @@ additionalProperties: envKey: MATTERMOST_DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/logs" @@ -47,6 +62,9 @@ additionalProperties: envKey: MATTERMOST_LOGS_PATH labelEn: Logs Path labelZh: 日志路径 + label: + en: Logs Path + zh: 日志路径 required: true type: text - default: "./data/plugins" @@ -54,6 +72,9 @@ additionalProperties: envKey: MATTERMOST_PLUGINS_PATH labelEn: Plugins Path labelZh: 插件路径 + label: + en: Plugins Path + zh: 插件路径 required: true type: text - default: "./data/client/plugins" @@ -61,6 +82,9 @@ additionalProperties: envKey: MATTERMOST_CLIENT_PLUGINS_PATH labelEn: Client Plugins Path labelZh: 客户端插件路径 + label: + en: Client Plugins Path + zh: 客户端插件路径 required: true type: text - default: "" @@ -68,6 +92,9 @@ additionalProperties: envKey: GITLAB_PKI_CHAIN_PATH labelEn: GitLab PKI Chain Path (Edit to remove comments in compose.yml to take effect) labelZh: GitLab PKI 链路径 (编辑去除compose.yml里的注释生效) + label: + en: GitLab PKI Chain Path (Edit to remove comments in compose.yml to take effect) + zh: GitLab PKI 链路径 (编辑去除compose.yml里的注释生效) required: false type: text - default: "./data/bleve/indexes" @@ -75,6 +102,9 @@ additionalProperties: envKey: MATTERMOST_BLEVE_INDEXES_PATH labelEn: Bleve Indexes Path labelZh: Bleve 索引路径 + label: + en: Bleve Indexes Path + zh: Bleve 索引路径 required: true type: text - default: "Asia/Shanghai" @@ -82,6 +112,9 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "postgres" @@ -89,6 +122,9 @@ additionalProperties: envKey: MM_SQLSETTINGS_DRIVERNAME labelEn: SQL Driver Name labelZh: SQL 驱动名称 + label: + en: SQL Driver Name + zh: SQL 驱动名称 required: true type: text - default: "/mattermost/bleve-indexes" @@ -96,6 +132,9 @@ additionalProperties: envKey: MM_BLEVESETTINGS_INDEXDIR labelEn: Bleve Index Directory labelZh: Bleve 索引目录 + label: + en: Bleve Index Directory + zh: Bleve 索引目录 required: true type: text - default: "http://localhost:40271" @@ -103,6 +142,9 @@ additionalProperties: envKey: MM_SERVICESETTINGS_SITEURL labelEn: Site URL labelZh: 站点 URL + label: + en: Site URL + zh: 站点 URL required: true rule: paramExtUrl type: text @@ -110,6 +152,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps child: @@ -124,6 +169,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -132,6 +180,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -140,6 +191,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/mattermost/latest/data.yml b/apps/mattermost/latest/data.yml index 7d558eab0..10a4fd44a 100644 --- a/apps/mattermost/latest/data.yml +++ b/apps/mattermost/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CALLS labelEn: RTC Port labelZh: RTC 服务端口 + label: + en: RTC Port + zh: RTC 服务端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: MATTERMOST_CONTAINER_READONLY labelEn: Read Only Container labelZh: 只读容器 + label: + en: Read Only Container + zh: 只读容器 required: false type: select values: @@ -33,6 +42,9 @@ additionalProperties: envKey: MATTERMOST_CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/data" @@ -40,6 +52,9 @@ additionalProperties: envKey: MATTERMOST_DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/logs" @@ -47,6 +62,9 @@ additionalProperties: envKey: MATTERMOST_LOGS_PATH labelEn: Logs Path labelZh: 日志路径 + label: + en: Logs Path + zh: 日志路径 required: true type: text - default: "./data/plugins" @@ -54,6 +72,9 @@ additionalProperties: envKey: MATTERMOST_PLUGINS_PATH labelEn: Plugins Path labelZh: 插件路径 + label: + en: Plugins Path + zh: 插件路径 required: true type: text - default: "./data/client/plugins" @@ -61,6 +82,9 @@ additionalProperties: envKey: MATTERMOST_CLIENT_PLUGINS_PATH labelEn: Client Plugins Path labelZh: 客户端插件路径 + label: + en: Client Plugins Path + zh: 客户端插件路径 required: true type: text - default: "" @@ -68,6 +92,9 @@ additionalProperties: envKey: GITLAB_PKI_CHAIN_PATH labelEn: GitLab PKI Chain Path (Edit to remove comments in compose.yml to take effect) labelZh: GitLab PKI 链路径 (编辑去除compose.yml里的注释生效) + label: + en: GitLab PKI Chain Path (Edit to remove comments in compose.yml to take effect) + zh: GitLab PKI 链路径 (编辑去除compose.yml里的注释生效) required: false type: text - default: "./data/bleve/indexes" @@ -75,6 +102,9 @@ additionalProperties: envKey: MATTERMOST_BLEVE_INDEXES_PATH labelEn: Bleve Indexes Path labelZh: Bleve 索引路径 + label: + en: Bleve Indexes Path + zh: Bleve 索引路径 required: true type: text - default: "Asia/Shanghai" @@ -82,6 +112,9 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "postgres" @@ -89,6 +122,9 @@ additionalProperties: envKey: MM_SQLSETTINGS_DRIVERNAME labelEn: SQL Driver Name labelZh: SQL 驱动名称 + label: + en: SQL Driver Name + zh: SQL 驱动名称 required: true type: text - default: "/mattermost/bleve-indexes" @@ -96,6 +132,9 @@ additionalProperties: envKey: MM_BLEVESETTINGS_INDEXDIR labelEn: Bleve Index Directory labelZh: Bleve 索引目录 + label: + en: Bleve Index Directory + zh: Bleve 索引目录 required: true type: text - default: "http://localhost:40271" @@ -103,6 +142,9 @@ additionalProperties: envKey: MM_SERVICESETTINGS_SITEURL labelEn: Site URL labelZh: 站点 URL + label: + en: Site URL + zh: 站点 URL required: true rule: paramExtUrl type: text @@ -110,6 +152,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps child: @@ -124,6 +169,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -132,6 +180,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -140,6 +191,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/maxkb/2.3.0/data.yml b/apps/maxkb/2.3.0/data.yml index 526d12cdc..819795931 100644 --- a/apps/maxkb/2.3.0/data.yml +++ b/apps/maxkb/2.3.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MAXKB_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/mcsmanager-daemon/3.4.0/data.yml b/apps/mcsmanager-daemon/3.4.0/data.yml index 6112918dc..aff96b13c 100644 --- a/apps/mcsmanager-daemon/3.4.0/data.yml +++ b/apps/mcsmanager-daemon/3.4.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/mcsmanager-daemon/latest/data.yml b/apps/mcsmanager-daemon/latest/data.yml index 6112918dc..aff96b13c 100644 --- a/apps/mcsmanager-daemon/latest/data.yml +++ b/apps/mcsmanager-daemon/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/mcsmanager-web/10.1.0/data.yml b/apps/mcsmanager-web/10.1.0/data.yml index 74fb4cfa1..a6af4ff61 100644 --- a/apps/mcsmanager-web/10.1.0/data.yml +++ b/apps/mcsmanager-web/10.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/mcsmanager-web/latest/data.yml b/apps/mcsmanager-web/latest/data.yml index 74fb4cfa1..a6af4ff61 100644 --- a/apps/mcsmanager-web/latest/data.yml +++ b/apps/mcsmanager-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/mcy-shop/5.0.29/data.yml b/apps/mcy-shop/5.0.29/data.yml index 482f7b275..3229405de 100644 --- a/apps/mcy-shop/5.0.29/data.yml +++ b/apps/mcy-shop/5.0.29/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/md/2.1.0/data.yml b/apps/md/2.1.0/data.yml index 31e9d0715..3814bd339 100644 --- a/apps/md/2.1.0/data.yml +++ b/apps/md/2.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/mdc-ng/1.21.1/data.yml b/apps/mdc-ng/1.21.1/data.yml index e1bfa96a1..33c25341c 100644 --- a/apps/mdc-ng/1.21.1/data.yml +++ b/apps/mdc-ng/1.21.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/media" @@ -20,6 +26,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "/media" @@ -27,6 +36,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL labelEn: Internal Media Path labelZh: 容器内部媒体路径 + label: + en: Internal Media Path + zh: 容器内部媒体路径 required: true type: text - default: "./data/media2" @@ -34,6 +46,9 @@ additionalProperties: envKey: MEDIA_PATH_2 labelEn: Media Path 2 labelZh: 媒体路径 2 + label: + en: Media Path 2 + zh: 媒体路径 2 required: true type: text - default: "/media2" @@ -41,6 +56,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL_2 labelEn: Internal Media Path 2 labelZh: 容器内部媒体路径 2 + label: + en: Internal Media Path 2 + zh: 容器内部媒体路径 2 required: true type: text - default: "1000" @@ -48,6 +66,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -55,6 +76,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -62,5 +86,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/mdc-ng/latest/data.yml b/apps/mdc-ng/latest/data.yml index e1bfa96a1..33c25341c 100644 --- a/apps/mdc-ng/latest/data.yml +++ b/apps/mdc-ng/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/media" @@ -20,6 +26,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "/media" @@ -27,6 +36,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL labelEn: Internal Media Path labelZh: 容器内部媒体路径 + label: + en: Internal Media Path + zh: 容器内部媒体路径 required: true type: text - default: "./data/media2" @@ -34,6 +46,9 @@ additionalProperties: envKey: MEDIA_PATH_2 labelEn: Media Path 2 labelZh: 媒体路径 2 + label: + en: Media Path 2 + zh: 媒体路径 2 required: true type: text - default: "/media2" @@ -41,6 +56,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL_2 labelEn: Internal Media Path 2 labelZh: 容器内部媒体路径 2 + label: + en: Internal Media Path 2 + zh: 容器内部媒体路径 2 required: true type: text - default: "1000" @@ -48,6 +66,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -55,6 +76,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -62,5 +86,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/mdcx/20241003/data.yml b/apps/mdcx/20241003/data.yml index 5d19fc072..da7b1acd9 100644 --- a/apps/mdcx/20241003/data.yml +++ b/apps/mdcx/20241003/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: VNC_PORT labelEn: VNC Port labelZh: VNC 端口 + label: + en: VNC Port + zh: VNC 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DISPLAY_WIDTH labelEn: Display Width labelZh: 显示宽度 + label: + en: Display Width + zh: 显示宽度 required: true type: number - default: "750" @@ -28,6 +37,9 @@ additionalProperties: envKey: DISPLAY_HEIGHT labelEn: Display Height labelZh: 显示高度 + label: + en: Display Height + zh: 显示高度 required: true type: number - default: "password" @@ -35,6 +47,9 @@ additionalProperties: envKey: VNC_PASSWORD labelEn: VNC Password labelZh: VNC 密码 + label: + en: VNC Password + zh: VNC 密码 random: true required: true rule: paramComplexity @@ -44,6 +59,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/mdcx-config" @@ -51,6 +69,9 @@ additionalProperties: envKey: MDCX_CONFIG_PATH labelEn: MDCx Config Path labelZh: MDCx 配置路径 + label: + en: MDCx Config Path + zh: MDCx 配置路径 required: true type: text - default: "./data/mdcx-config/MDCx.config" @@ -58,6 +79,9 @@ additionalProperties: envKey: MDCX_CONFIG_FILE labelEn: MDCx Config File labelZh: MDCx 配置文件 + label: + en: MDCx Config File + zh: MDCx 配置文件 required: true type: text - default: "./data/logs" @@ -65,6 +89,9 @@ additionalProperties: envKey: LOGS_PATH labelEn: Logs Path labelZh: 日志路径 + label: + en: Logs Path + zh: 日志路径 required: true type: text - default: "./data/media" @@ -72,6 +99,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "/media" @@ -79,6 +109,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL labelEn: Internal Media Path labelZh: 容器内部媒体路径 + label: + en: Internal Media Path + zh: 容器内部媒体路径 required: true type: text - default: "./data/media2" @@ -86,6 +119,9 @@ additionalProperties: envKey: MEDIA_PATH_2 labelEn: Media Path 2 labelZh: 媒体路径 2 + label: + en: Media Path 2 + zh: 媒体路径 2 required: true type: text - default: "/media2" @@ -93,6 +129,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL_2 labelEn: Internal Media Path 2 labelZh: 容器内部媒体路径 2 + label: + en: Internal Media Path 2 + zh: 容器内部媒体路径 2 required: true type: text - default: "1000" @@ -100,6 +139,9 @@ additionalProperties: envKey: USER_ID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -107,6 +149,9 @@ additionalProperties: envKey: GROUP_ID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number - default: "Asia/Shanghai" @@ -114,5 +159,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/mdcx/latest/data.yml b/apps/mdcx/latest/data.yml index 5d19fc072..da7b1acd9 100644 --- a/apps/mdcx/latest/data.yml +++ b/apps/mdcx/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: VNC_PORT labelEn: VNC Port labelZh: VNC 端口 + label: + en: VNC Port + zh: VNC 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DISPLAY_WIDTH labelEn: Display Width labelZh: 显示宽度 + label: + en: Display Width + zh: 显示宽度 required: true type: number - default: "750" @@ -28,6 +37,9 @@ additionalProperties: envKey: DISPLAY_HEIGHT labelEn: Display Height labelZh: 显示高度 + label: + en: Display Height + zh: 显示高度 required: true type: number - default: "password" @@ -35,6 +47,9 @@ additionalProperties: envKey: VNC_PASSWORD labelEn: VNC Password labelZh: VNC 密码 + label: + en: VNC Password + zh: VNC 密码 random: true required: true rule: paramComplexity @@ -44,6 +59,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/mdcx-config" @@ -51,6 +69,9 @@ additionalProperties: envKey: MDCX_CONFIG_PATH labelEn: MDCx Config Path labelZh: MDCx 配置路径 + label: + en: MDCx Config Path + zh: MDCx 配置路径 required: true type: text - default: "./data/mdcx-config/MDCx.config" @@ -58,6 +79,9 @@ additionalProperties: envKey: MDCX_CONFIG_FILE labelEn: MDCx Config File labelZh: MDCx 配置文件 + label: + en: MDCx Config File + zh: MDCx 配置文件 required: true type: text - default: "./data/logs" @@ -65,6 +89,9 @@ additionalProperties: envKey: LOGS_PATH labelEn: Logs Path labelZh: 日志路径 + label: + en: Logs Path + zh: 日志路径 required: true type: text - default: "./data/media" @@ -72,6 +99,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "/media" @@ -79,6 +109,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL labelEn: Internal Media Path labelZh: 容器内部媒体路径 + label: + en: Internal Media Path + zh: 容器内部媒体路径 required: true type: text - default: "./data/media2" @@ -86,6 +119,9 @@ additionalProperties: envKey: MEDIA_PATH_2 labelEn: Media Path 2 labelZh: 媒体路径 2 + label: + en: Media Path 2 + zh: 媒体路径 2 required: true type: text - default: "/media2" @@ -93,6 +129,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL_2 labelEn: Internal Media Path 2 labelZh: 容器内部媒体路径 2 + label: + en: Internal Media Path 2 + zh: 容器内部媒体路径 2 required: true type: text - default: "1000" @@ -100,6 +139,9 @@ additionalProperties: envKey: USER_ID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -107,6 +149,9 @@ additionalProperties: envKey: GROUP_ID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number - default: "Asia/Shanghai" @@ -114,5 +159,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/mdserver-web/bridge-latest/data.yml b/apps/mdserver-web/bridge-latest/data.yml index 49038f5c5..fbd6e7de7 100644 --- a/apps/mdserver-web/bridge-latest/data.yml +++ b/apps/mdserver-web/bridge-latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Panel Port labelZh: 面板端口 + label: + en: Web Panel Port + zh: 面板端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PORT labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HTTPS_PORT labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PHPMYAYMIN_PORT labelEn: phpMyAdmin Port labelZh: phpMyAdmin 端口 + label: + en: phpMyAdmin Port + zh: phpMyAdmin 端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: CLOSE_ADMIN_PATH labelEn: Close Admin Path labelZh: 关闭管理路径 + label: + en: Close Admin Path + zh: 关闭管理路径 required: true type: select values: @@ -49,6 +64,9 @@ additionalProperties: envKey: USERNAME labelEn: Username labelZh: 用户名 + label: + en: Username + zh: 用户名 random: true required: true type: text @@ -57,6 +75,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: true rule: paramComplexity diff --git a/apps/mdserver-web/latest/data.yml b/apps/mdserver-web/latest/data.yml index 260b0e824..5b4532bec 100644 --- a/apps/mdserver-web/latest/data.yml +++ b/apps/mdserver-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Panel Port labelZh: 面板端口 + label: + en: Web Panel Port + zh: 面板端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CLOSE_ADMIN_PATH labelEn: Close Admin Path labelZh: 关闭管理路径 + label: + en: Close Admin Path + zh: 关闭管理路径 required: true type: select values: @@ -25,6 +31,9 @@ additionalProperties: envKey: USERNAME labelEn: Username labelZh: 用户名 + label: + en: Username + zh: 用户名 random: true required: true type: text @@ -33,6 +42,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: true rule: paramComplexity diff --git a/apps/medama/0.6.1/data.yml b/apps/medama/0.6.1/data.yml index af4c334b1..6caa63781 100644 --- a/apps/medama/0.6.1/data.yml +++ b/apps/medama/0.6.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/medama/latest/data.yml b/apps/medama/latest/data.yml index af4c334b1..6caa63781 100644 --- a/apps/medama/latest/data.yml +++ b/apps/medama/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/mediacms/6.7.1/data.yml b/apps/mediacms/6.7.1/data.yml index 228e48432..0f888af14 100644 --- a/apps/mediacms/6.7.1/data.yml +++ b/apps/mediacms/6.7.1/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -23,6 +26,9 @@ additionalProperties: envKey: PANEL_REDIS_TYPE labelZh: Redis 服务 (前置检查) labelEn: Redis Service (Pre-check) + label: + en: Redis Service (Pre-check) + zh: Redis 服务 (前置检查) required: true type: apps values: @@ -33,6 +39,9 @@ additionalProperties: envKey: MEDIACMS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -48,6 +60,9 @@ additionalProperties: envKey: ADMIN_USER labelZh: 管理员 用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员 用户名 required: true type: text - default: "" @@ -55,6 +70,9 @@ additionalProperties: envKey: ADMIN_EMAIL labelZh: 管理员邮箱 labelEn: Admin Email + label: + en: Admin Email + zh: 管理员邮箱 required: true type: text - default: "" @@ -62,6 +80,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "http://localhost" @@ -69,6 +90,9 @@ additionalProperties: envKey: FRONTEND_HOST labelZh: 公开地址 labelEn: Public address + label: + en: Public address + zh: 公开地址 required: true type: text - default: "MediaCMS" @@ -76,6 +100,9 @@ additionalProperties: envKey: PORTAL_NAME labelZh: 站点名称 labelEn: Site Name + label: + en: Site Name + zh: 站点名称 required: true type: text - default: "redis://127.0.0.1:6379/1" @@ -83,6 +110,9 @@ additionalProperties: envKey: REDIS_LOCATION labelZh: Redis 地址 labelEn: Redis Location + label: + en: Redis Location + zh: Redis 地址 required: true type: text - default: "127.0.0.1" @@ -90,6 +120,9 @@ additionalProperties: envKey: POSTGRES_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -97,6 +130,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -105,6 +141,9 @@ additionalProperties: envKey: DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -113,6 +152,9 @@ additionalProperties: envKey: DB_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -120,6 +162,9 @@ additionalProperties: envKey: DB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity diff --git a/apps/mediawiki/1.44.2/data.yml b/apps/mediawiki/1.44.2/data.yml index 8000ce85a..e013357f1 100644 --- a/apps/mediawiki/1.44.2/data.yml +++ b/apps/mediawiki/1.44.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MEDIAWIKI_IMAGES_PATH labelEn: MediaWiki Images Path labelZh: MediaWiki 图片路径 + label: + en: MediaWiki Images Path + zh: MediaWiki 图片路径 required: true type: text - default: "./data/data" @@ -20,6 +26,9 @@ additionalProperties: envKey: MEDIAWIKI_DATA_PATH labelEn: MediaWiki Data Path labelZh: MediaWiki 数据路径 + label: + en: MediaWiki Data Path + zh: MediaWiki 数据路径 required: true type: text - default: "/var/www/data" @@ -27,6 +36,9 @@ additionalProperties: envKey: INTERNAL_DATA_PATH labelEn: Internal container data paths labelZh: 容器内部数据路径 + label: + en: Internal container data paths + zh: 容器内部数据路径 required: true type: text - default: "./data/LocalSettings.php" @@ -34,5 +46,8 @@ additionalProperties: envKey: LOCAL_SETTINGS_PATH labelEn: LocalSettings.php Path ([necessary] Edit compose.yml to close the mapping to regenerate the configuration file) labelZh: LocalSettings.php 路径 (【必要】编辑 compose.yml 关闭映射可重新生成配置文件) + label: + en: LocalSettings.php Path ([necessary] Edit compose.yml to close the mapping to regenerate the configuration file) + zh: LocalSettings.php 路径 (【必要】编辑 compose.yml 关闭映射可重新生成配置文件) required: true type: text diff --git a/apps/mediawiki/latest/data.yml b/apps/mediawiki/latest/data.yml index 8000ce85a..e013357f1 100644 --- a/apps/mediawiki/latest/data.yml +++ b/apps/mediawiki/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MEDIAWIKI_IMAGES_PATH labelEn: MediaWiki Images Path labelZh: MediaWiki 图片路径 + label: + en: MediaWiki Images Path + zh: MediaWiki 图片路径 required: true type: text - default: "./data/data" @@ -20,6 +26,9 @@ additionalProperties: envKey: MEDIAWIKI_DATA_PATH labelEn: MediaWiki Data Path labelZh: MediaWiki 数据路径 + label: + en: MediaWiki Data Path + zh: MediaWiki 数据路径 required: true type: text - default: "/var/www/data" @@ -27,6 +36,9 @@ additionalProperties: envKey: INTERNAL_DATA_PATH labelEn: Internal container data paths labelZh: 容器内部数据路径 + label: + en: Internal container data paths + zh: 容器内部数据路径 required: true type: text - default: "./data/LocalSettings.php" @@ -34,5 +46,8 @@ additionalProperties: envKey: LOCAL_SETTINGS_PATH labelEn: LocalSettings.php Path ([necessary] Edit compose.yml to close the mapping to regenerate the configuration file) labelZh: LocalSettings.php 路径 (【必要】编辑 compose.yml 关闭映射可重新生成配置文件) + label: + en: LocalSettings.php Path ([necessary] Edit compose.yml to close the mapping to regenerate the configuration file) + zh: LocalSettings.php 路径 (【必要】编辑 compose.yml 关闭映射可重新生成配置文件) required: true type: text diff --git a/apps/memcached/1.6.19/data.yml b/apps/memcached/1.6.19/data.yml index 315c6b2de..08ec3fd64 100644 --- a/apps/memcached/1.6.19/data.yml +++ b/apps/memcached/1.6.19/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: MEM_CACHED labelEn: Maximum memory usage(MB) labelZh: 内存最大占用量(MB) + label: + en: Maximum memory usage(MB) + zh: 内存最大占用量(MB) required: true type: number diff --git a/apps/memcached/latest/data.yml b/apps/memcached/latest/data.yml index 315c6b2de..08ec3fd64 100644 --- a/apps/memcached/latest/data.yml +++ b/apps/memcached/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: MEM_CACHED labelEn: Maximum memory usage(MB) labelZh: 内存最大占用量(MB) + label: + en: Maximum memory usage(MB) + zh: 内存最大占用量(MB) required: true type: number diff --git a/apps/meowfacts/latest/data.yml b/apps/meowfacts/latest/data.yml index 6a5dde69d..12be07796 100644 --- a/apps/meowfacts/latest/data.yml +++ b/apps/meowfacts/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/message-pusher/v0.4.12/data.yml b/apps/message-pusher/v0.4.12/data.yml index 18dea9161..3a15c0a8b 100644 --- a/apps/message-pusher/v0.4.12/data.yml +++ b/apps/message-pusher/v0.4.12/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/metaso-free-api/latest/data.yml b/apps/metaso-free-api/latest/data.yml index 926ff3d38..5b55a97bf 100644 --- a/apps/metaso-free-api/latest/data.yml +++ b/apps/metaso-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8009" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8009" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/metatube-sdk-go/1.3.2/data.yml b/apps/metatube-sdk-go/1.3.2/data.yml index ff151fe8c..0e277d331 100644 --- a/apps/metatube-sdk-go/1.3.2/data.yml +++ b/apps/metatube-sdk-go/1.3.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -17,6 +20,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -42,6 +54,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -51,6 +66,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "" @@ -58,6 +76,9 @@ additionalProperties: envKey: HTTP_PROXY labelEn: HTTP Proxy labelZh: HTTP 代理 + label: + en: HTTP Proxy + zh: HTTP 代理 required: false type: text - default: "" @@ -65,5 +86,8 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS Proxy labelZh: HTTPS 代理 + label: + en: HTTPS Proxy + zh: HTTPS 代理 required: false type: text diff --git a/apps/metatube-sdk-go/latest/data.yml b/apps/metatube-sdk-go/latest/data.yml index ff151fe8c..0e277d331 100644 --- a/apps/metatube-sdk-go/latest/data.yml +++ b/apps/metatube-sdk-go/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -17,6 +20,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -34,6 +43,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -42,6 +54,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -51,6 +66,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "" @@ -58,6 +76,9 @@ additionalProperties: envKey: HTTP_PROXY labelEn: HTTP Proxy labelZh: HTTP 代理 + label: + en: HTTP Proxy + zh: HTTP 代理 required: false type: text - default: "" @@ -65,5 +86,8 @@ additionalProperties: envKey: HTTPS_PROXY labelEn: HTTPS Proxy labelZh: HTTPS 代理 + label: + en: HTTPS Proxy + zh: HTTPS 代理 required: false type: text diff --git a/apps/metatube-server-memory/1.3.2/data.yml b/apps/metatube-server-memory/1.3.2/data.yml index e3d2f00d7..8fa50974a 100644 --- a/apps/metatube-server-memory/1.3.2/data.yml +++ b/apps/metatube-server-memory/1.3.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: TOKEN labelZh: 访问令牌 labelEn: Access Token + label: + en: Access Token + zh: 访问令牌 required: true type: password - default: "1m" @@ -20,6 +26,9 @@ additionalProperties: envKey: REQUEST_TIMEOUT labelZh: 请求超时时间 labelEn: Request Timeout + label: + en: Request Timeout + zh: 请求超时时间 required: true type: text - default: "" @@ -27,5 +36,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 (HTTP/Socket5) labelEn: Network Proxy (HTTP/Socket5) + label: + en: Network Proxy (HTTP/Socket5) + zh: 网络代理 (HTTP/Socket5) required: false type: text diff --git a/apps/metatube-server/1.3.2/data.yml b/apps/metatube-server/1.3.2/data.yml index 27a787ee9..544d7711c 100644 --- a/apps/metatube-server/1.3.2/data.yml +++ b/apps/metatube-server/1.3.2/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: METATUBE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -34,6 +43,9 @@ additionalProperties: envKey: TOKEN labelZh: 访问令牌 labelEn: Access Token + label: + en: Access Token + zh: 访问令牌 required: true type: password - default: "127.0.0.1" @@ -41,6 +53,9 @@ additionalProperties: envKey: POSTGRES_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -48,6 +63,9 @@ additionalProperties: envKey: POSTGRES_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -56,6 +74,9 @@ additionalProperties: envKey: POSTGRES_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -64,6 +85,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -71,6 +95,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -80,6 +107,9 @@ additionalProperties: envKey: REQUEST_TIMEOUT labelZh: 请求超时时间 labelEn: Request Timeout + label: + en: Request Timeout + zh: 请求超时时间 required: true type: text - default: "" @@ -87,5 +117,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 (HTTP/Socket5) labelEn: Network Proxy (HTTP/Socket5) + label: + en: Network Proxy (HTTP/Socket5) + zh: 网络代理 (HTTP/Socket5) required: false type: text diff --git a/apps/meting-api/latest/data.yml b/apps/meting-api/latest/data.yml index 968785207..7c51ea35b 100644 --- a/apps/meting-api/latest/data.yml +++ b/apps/meting-api/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/metube/latest/data.yml b/apps/metube/latest/data.yml index c01818403..584379d71 100644 --- a/apps/metube/latest/data.yml +++ b/apps/metube/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DOWNLOAD_DIR labelEn: Download Directory labelZh: 下载目录 + label: + en: Download Directory + zh: 下载目录 required: true type: text - default: "1000" @@ -20,6 +26,9 @@ additionalProperties: envKey: UID labelEn: UID labelZh: 用户 ID + label: + en: UID + zh: 用户 ID required: true type: number - default: "1000" @@ -27,6 +36,9 @@ additionalProperties: envKey: GID labelEn: GID labelZh: 用户组 ID + label: + en: GID + zh: 用户组 ID required: true type: number - default: "auto" @@ -34,6 +46,9 @@ additionalProperties: envKey: DEFAULT_THEME labelEn: Default Theme labelZh: 默认主题 + label: + en: Default Theme + zh: 默认主题 required: true type: select values: @@ -48,6 +63,9 @@ additionalProperties: envKey: AUDIO_DOWNLOAD_DIR labelEn: Audio Download Directory labelZh: 音频下载目录 + label: + en: Audio Download Directory + zh: 音频下载目录 required: false type: text - default: "/downloads/.metube" @@ -55,6 +73,9 @@ additionalProperties: envKey: STATE_DIR labelEn: State Directory labelZh: 状态目录 + label: + en: State Directory + zh: 状态目录 required: true type: text - default: "/downloads/temp" @@ -62,6 +83,9 @@ additionalProperties: envKey: TEMP_DIR labelEn: Temp Directory labelZh: 临时目录 + label: + en: Temp Directory + zh: 临时目录 required: false type: text - default: "false" @@ -69,6 +93,9 @@ additionalProperties: envKey: DOWNLOAD_DIRS_INDEXABLE labelEn: Download Dirs Indexable labelZh: 目录可索引 + label: + en: Download Dirs Indexable + zh: 目录可索引 required: true type: select values: @@ -81,6 +108,9 @@ additionalProperties: envKey: CUSTOM_DIRS labelEn: Custom Directories labelZh: 自定义目录 + label: + en: Custom Directories + zh: 自定义目录 required: true type: select values: @@ -93,6 +123,9 @@ additionalProperties: envKey: CREATE_CUSTOM_DIRS labelEn: Create Custom Directories labelZh: 创建自定义目录 + label: + en: Create Custom Directories + zh: 创建自定义目录 required: true type: select values: @@ -105,6 +138,9 @@ additionalProperties: envKey: DELETE_FILE_ON_TRASHCAN labelEn: Delete File on Trashcan labelZh: 删除文件 + label: + en: Delete File on Trashcan + zh: 删除文件 required: true type: select values: @@ -117,6 +153,9 @@ additionalProperties: envKey: URL_PREFIX labelEn: URL Prefix labelZh: URL 前缀 + label: + en: URL Prefix + zh: URL 前缀 required: true type: text - default: "" @@ -124,6 +163,9 @@ additionalProperties: envKey: PUBLIC_HOST_URL labelEn: Public Host URL labelZh: 公共主机URL + label: + en: Public Host URL + zh: 公共主机URL required: false type: text - default: "" @@ -131,6 +173,9 @@ additionalProperties: envKey: PUBLIC_HOST_AUDIO_URL labelEn: Public Host Audio URL labelZh: 公共音频主机URL + label: + en: Public Host Audio URL + zh: 公共音频主机URL required: false type: text - default: "false" @@ -138,6 +183,9 @@ additionalProperties: envKey: DEFAULT_OPTION_PLAYLIST_STRICT_MODE labelEn: Strict Playlist Mode labelZh: 严格播放列表模式 + label: + en: Strict Playlist Mode + zh: 严格播放列表模式 required: true type: select values: @@ -150,5 +198,8 @@ additionalProperties: envKey: DEFAULT_OPTION_PLAYLIST_ITEM_LIMIT labelEn: Playlist Item Limit labelZh: 播放列表项限制 + label: + en: Playlist Item Limit + zh: 播放列表项限制 required: true type: number diff --git a/apps/mi-gpt-gui/1.12.0/data.yml b/apps/mi-gpt-gui/1.12.0/data.yml index 0d17ec09a..43951886e 100644 --- a/apps/mi-gpt-gui/1.12.0/data.yml +++ b/apps/mi-gpt-gui/1.12.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: LOGIN_USER labelEn: Username labelZh: 用户名 + label: + en: Username + zh: 用户名 random: true required: true rule: paramCommon @@ -22,6 +28,9 @@ additionalProperties: envKey: LOGIN_PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: true rule: paramComplexity diff --git a/apps/mi-gpt-gui/latest/data.yml b/apps/mi-gpt-gui/latest/data.yml index 0d17ec09a..43951886e 100644 --- a/apps/mi-gpt-gui/latest/data.yml +++ b/apps/mi-gpt-gui/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: LOGIN_USER labelEn: Username labelZh: 用户名 + label: + en: Username + zh: 用户名 random: true required: true rule: paramCommon @@ -22,6 +28,9 @@ additionalProperties: envKey: LOGIN_PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: true rule: paramComplexity diff --git a/apps/mi-gpt/4.2.0/data.yml b/apps/mi-gpt/4.2.0/data.yml index 919665bef..ff0fd712c 100644 --- a/apps/mi-gpt/4.2.0/data.yml +++ b/apps/mi-gpt/4.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OPENAI_MODEL labelEn: Model labelZh: 模型 + label: + en: Model + zh: 模型 required: false type: text - default: "sk-xxxxxxxxxxxxxxx" @@ -12,6 +15,9 @@ additionalProperties: envKey: OPENAI_API_KEY labelEn: API Key labelZh: API 密钥 + label: + en: API Key + zh: API 密钥 required: false type: password - default: "https://api.openai.com/v1" @@ -19,6 +25,9 @@ additionalProperties: envKey: OPENAI_BASE_URL labelEn: Base URL labelZh: 基础 URL + label: + en: Base URL + zh: 基础 URL required: false type: text - default: "" @@ -26,6 +35,9 @@ additionalProperties: envKey: OPENAI_API_VERSION labelEn: Azure OpenAI API Version (Edit to remove comments in compose.yml to take effect) labelZh: Azure OpenAI API 版本 (编辑去除compose.yml里的注释生效) + label: + en: Azure OpenAI API Version (Edit to remove comments in compose.yml to take effect) + zh: Azure OpenAI API 版本 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -33,6 +45,9 @@ additionalProperties: envKey: AZURE_OPENAI_API_KEY labelEn: Azure OpenAI API Key (Edit to remove comments in compose.yml to take effect) labelZh: Azure OpenAI API 密钥 (编辑去除compose.yml里的注释生效) + label: + en: Azure OpenAI API Key (Edit to remove comments in compose.yml to take effect) + zh: Azure OpenAI API 密钥 (编辑去除compose.yml里的注释生效) required: false type: password - default: "" @@ -40,6 +55,9 @@ additionalProperties: envKey: AZURE_OPENAI_ENDPOINT labelEn: Azure OpenAI Endpoint (Edit to remove comments in compose.yml to take effect) labelZh: Azure OpenAI 端点 (编辑去除compose.yml里的注释生效) + label: + en: Azure OpenAI Endpoint (Edit to remove comments in compose.yml to take effect) + zh: Azure OpenAI 端点 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -47,6 +65,9 @@ additionalProperties: envKey: AZURE_OPENAI_DEPLOYMENT labelEn: Azure OpenAI Deployment (Edit to remove comments in compose.yml to take effect) labelZh: Azure OpenAI 部署名 (编辑去除compose.yml里的注释生效) + label: + en: Azure OpenAI Deployment (Edit to remove comments in compose.yml to take effect) + zh: Azure OpenAI 部署名 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -54,6 +75,9 @@ additionalProperties: envKey: AUDIO_SILENT labelEn: Audio Silent URL (Edit to remove comments in compose.yml to take effect) labelZh: 静音音频链接 (编辑去除compose.yml里的注释生效) + label: + en: Audio Silent URL (Edit to remove comments in compose.yml to take effect) + zh: 静音音频链接 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -61,6 +85,9 @@ additionalProperties: envKey: AUDIO_BEEP labelEn: Audio Beep URL (Edit to remove comments in compose.yml to take effect) labelZh: 提示音链接 (编辑去除compose.yml里的注释生效) + label: + en: Audio Beep URL (Edit to remove comments in compose.yml to take effect) + zh: 提示音链接 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -68,6 +95,9 @@ additionalProperties: envKey: AUDIO_ACTIVE labelEn: Audio Active URL (Edit to remove comments in compose.yml to take effect) labelZh: 唤醒音频链接 (编辑去除compose.yml里的注释生效) + label: + en: Audio Active URL (Edit to remove comments in compose.yml to take effect) + zh: 唤醒音频链接 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -75,6 +105,9 @@ additionalProperties: envKey: AUDIO_ERROR labelEn: Audio Error URL (Edit to remove comments in compose.yml to take effect) labelZh: 错误音频链接 (编辑去除compose.yml里的注释生效) + label: + en: Audio Error URL (Edit to remove comments in compose.yml to take effect) + zh: 错误音频链接 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -82,5 +115,8 @@ additionalProperties: envKey: TTS_BASE_URL labelEn: TTS Base URL (Edit to remove comments in compose.yml to take effect) labelZh: TTS 接口地址 (编辑去除compose.yml里的注释生效) + label: + en: TTS Base URL (Edit to remove comments in compose.yml to take effect) + zh: TTS 接口地址 (编辑去除compose.yml里的注释生效) required: false type: text diff --git a/apps/mi-gpt/latest/data.yml b/apps/mi-gpt/latest/data.yml index 919665bef..ff0fd712c 100644 --- a/apps/mi-gpt/latest/data.yml +++ b/apps/mi-gpt/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OPENAI_MODEL labelEn: Model labelZh: 模型 + label: + en: Model + zh: 模型 required: false type: text - default: "sk-xxxxxxxxxxxxxxx" @@ -12,6 +15,9 @@ additionalProperties: envKey: OPENAI_API_KEY labelEn: API Key labelZh: API 密钥 + label: + en: API Key + zh: API 密钥 required: false type: password - default: "https://api.openai.com/v1" @@ -19,6 +25,9 @@ additionalProperties: envKey: OPENAI_BASE_URL labelEn: Base URL labelZh: 基础 URL + label: + en: Base URL + zh: 基础 URL required: false type: text - default: "" @@ -26,6 +35,9 @@ additionalProperties: envKey: OPENAI_API_VERSION labelEn: Azure OpenAI API Version (Edit to remove comments in compose.yml to take effect) labelZh: Azure OpenAI API 版本 (编辑去除compose.yml里的注释生效) + label: + en: Azure OpenAI API Version (Edit to remove comments in compose.yml to take effect) + zh: Azure OpenAI API 版本 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -33,6 +45,9 @@ additionalProperties: envKey: AZURE_OPENAI_API_KEY labelEn: Azure OpenAI API Key (Edit to remove comments in compose.yml to take effect) labelZh: Azure OpenAI API 密钥 (编辑去除compose.yml里的注释生效) + label: + en: Azure OpenAI API Key (Edit to remove comments in compose.yml to take effect) + zh: Azure OpenAI API 密钥 (编辑去除compose.yml里的注释生效) required: false type: password - default: "" @@ -40,6 +55,9 @@ additionalProperties: envKey: AZURE_OPENAI_ENDPOINT labelEn: Azure OpenAI Endpoint (Edit to remove comments in compose.yml to take effect) labelZh: Azure OpenAI 端点 (编辑去除compose.yml里的注释生效) + label: + en: Azure OpenAI Endpoint (Edit to remove comments in compose.yml to take effect) + zh: Azure OpenAI 端点 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -47,6 +65,9 @@ additionalProperties: envKey: AZURE_OPENAI_DEPLOYMENT labelEn: Azure OpenAI Deployment (Edit to remove comments in compose.yml to take effect) labelZh: Azure OpenAI 部署名 (编辑去除compose.yml里的注释生效) + label: + en: Azure OpenAI Deployment (Edit to remove comments in compose.yml to take effect) + zh: Azure OpenAI 部署名 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -54,6 +75,9 @@ additionalProperties: envKey: AUDIO_SILENT labelEn: Audio Silent URL (Edit to remove comments in compose.yml to take effect) labelZh: 静音音频链接 (编辑去除compose.yml里的注释生效) + label: + en: Audio Silent URL (Edit to remove comments in compose.yml to take effect) + zh: 静音音频链接 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -61,6 +85,9 @@ additionalProperties: envKey: AUDIO_BEEP labelEn: Audio Beep URL (Edit to remove comments in compose.yml to take effect) labelZh: 提示音链接 (编辑去除compose.yml里的注释生效) + label: + en: Audio Beep URL (Edit to remove comments in compose.yml to take effect) + zh: 提示音链接 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -68,6 +95,9 @@ additionalProperties: envKey: AUDIO_ACTIVE labelEn: Audio Active URL (Edit to remove comments in compose.yml to take effect) labelZh: 唤醒音频链接 (编辑去除compose.yml里的注释生效) + label: + en: Audio Active URL (Edit to remove comments in compose.yml to take effect) + zh: 唤醒音频链接 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -75,6 +105,9 @@ additionalProperties: envKey: AUDIO_ERROR labelEn: Audio Error URL (Edit to remove comments in compose.yml to take effect) labelZh: 错误音频链接 (编辑去除compose.yml里的注释生效) + label: + en: Audio Error URL (Edit to remove comments in compose.yml to take effect) + zh: 错误音频链接 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -82,5 +115,8 @@ additionalProperties: envKey: TTS_BASE_URL labelEn: TTS Base URL (Edit to remove comments in compose.yml to take effect) labelZh: TTS 接口地址 (编辑去除compose.yml里的注释生效) + label: + en: TTS Base URL (Edit to remove comments in compose.yml to take effect) + zh: TTS 接口地址 (编辑去除compose.yml里的注释生效) required: false type: text diff --git a/apps/mind-map/latest/data.yml b/apps/mind-map/latest/data.yml index 732d3cb47..be3188780 100644 --- a/apps/mind-map/latest/data.yml +++ b/apps/mind-map/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/minichat/0.0.9/data.yml b/apps/minichat/0.0.9/data.yml index 13b7b8a2f..ce75a03fd 100644 --- a/apps/minichat/0.0.9/data.yml +++ b/apps/minichat/0.0.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Configuration Path labelZh: 配置路径 + label: + en: Configuration Path + zh: 配置路径 required: true type: text - default: "bulma" @@ -20,5 +26,8 @@ additionalProperties: envKey: TEMPLATE_NAME labelEn: Template Name labelZh: 模板名称 + label: + en: Template Name + zh: 模板名称 required: true type: text diff --git a/apps/minichat/latest/data.yml b/apps/minichat/latest/data.yml index 13b7b8a2f..ce75a03fd 100644 --- a/apps/minichat/latest/data.yml +++ b/apps/minichat/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Configuration Path labelZh: 配置路径 + label: + en: Configuration Path + zh: 配置路径 required: true type: text - default: "bulma" @@ -20,5 +26,8 @@ additionalProperties: envKey: TEMPLATE_NAME labelEn: Template Name labelZh: 模板名称 + label: + en: Template Name + zh: 模板名称 required: true type: text diff --git a/apps/minimax-free-api/latest/data.yml b/apps/minimax-free-api/latest/data.yml index 218c06b09..eda9033e4 100644 --- a/apps/minimax-free-api/latest/data.yml +++ b/apps/minimax-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8007" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8007" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/minio/2025-05-24/data.yml b/apps/minio/2025-05-24/data.yml index 1c10b12a5..4059e8d59 100644 --- a/apps/minio/2025-05-24/data.yml +++ b/apps/minio/2025-05-24/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MINIO_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 9001 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 (映射内部端口) labelEn: API Port (mapped internal port) + label: + en: API Port (mapped internal port) + zh: API 端口 (映射内部端口) required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: MINIO_API_PORT labelZh: API 内部端口 labelEn: Internal API Port + label: + en: Internal API Port + zh: API 内部端口 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: MINIO_ROOT_USER labelZh: 管理员 用户名 labelEn: Root User + label: + en: Root User + zh: 管理员 用户名 required: true type: text - default: "" @@ -43,6 +58,9 @@ additionalProperties: envKey: MINIO_ROOT_PASSWORD labelZh: 管理员 密码 labelEn: Root Password + label: + en: Root Password + zh: 管理员 密码 random: true required: true rule: paramComplexity @@ -52,6 +70,9 @@ additionalProperties: envKey: MINIO_BROWSER labelEn: Enable WebUI labelZh: 启用 WebUI + label: + en: Enable WebUI + zh: 启用 WebUI required: true type: select values: @@ -64,6 +85,9 @@ additionalProperties: envKey: MINIO_BROWSER_LOGIN_ANIMATION labelEn: WebUI login animation labelZh: WebUI 登录动画 + label: + en: WebUI login animation + zh: WebUI 登录动画 required: true type: select values: @@ -76,6 +100,9 @@ additionalProperties: envKey: MINIO_BROWSER_SESSION_DURATION labelEn: Session duration labelZh: 会话持续时间 (s/秒 m/分钟 h/小时 d/天) + label: + en: Session duration + zh: 会话持续时间 (s/秒 m/分钟 h/小时 d/天) required: true type: text - default: "http://127.0.0.1:9000" @@ -83,6 +110,9 @@ additionalProperties: envKey: MINIO_SERVER_URL labelZh: API 服务器 URL labelEn: API Server URL + label: + en: API Server URL + zh: API 服务器 URL rule: paramExtUrl required: true type: text @@ -91,6 +121,9 @@ additionalProperties: envKey: MINIO_SERVER_HOST labelZh: API 域名 labelEn: API Hostname + label: + en: API Hostname + zh: API 域名 required: true type: text - default: "http://127.0.0.1:9001" @@ -98,6 +131,9 @@ additionalProperties: envKey: MINIO_BROWSER_REDIRECT_URL labelZh: WebUI 重定向 URL labelEn: WebUI Redirect URL + label: + en: WebUI Redirect URL + zh: WebUI 重定向 URL rule: paramExtUrl required: true type: text diff --git a/apps/minipaint/latest/data.yml b/apps/minipaint/latest/data.yml index 3fb2ef3ce..bfb096602 100644 --- a/apps/minipaint/latest/data.yml +++ b/apps/minipaint/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/mixspace/8/data.yml b/apps/mixspace/8/data.yml index f62253e20..5c3f86dbe 100644 --- a/apps/mixspace/8/data.yml +++ b/apps/mixspace/8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: ALLOWED_ORIGINS labelEn: Allowed domain (multiple delimited with ",") labelZh: 被允许的域名 (多个使用英文逗号分割) + label: + en: Allowed domain (multiple delimited with ",") + zh: 被允许的域名 (多个使用英文逗号分割) required: true type: text - default: Np2qgqtiUayA857a @@ -20,6 +26,9 @@ additionalProperties: envKey: JWT_SECRET labelEn: JWT key (16 to 32 characters) labelZh: JWT 密钥 (16 到 32 位字符) + label: + en: JWT key (16 to 32 characters) + zh: JWT 密钥 (16 到 32 位字符) random: true required: true rule: paramComplexity @@ -29,6 +38,9 @@ additionalProperties: envKey: ENCRYPT_KEY labelEn: Encryption key (not recommended for non-special needs, run "openssl rand -hex 32" on the terminal to obtain it) labelZh: 加密密钥 (非特殊需求不建议填写,终端执行 "openssl rand -hex 32" 获取) + label: + en: Encryption key (not recommended for non-special needs, run "openssl rand -hex 32" on the terminal to obtain it) + zh: 加密密钥 (非特殊需求不建议填写,终端执行 "openssl rand -hex 32" 获取) required: false type: text - default: "false" @@ -36,6 +48,9 @@ additionalProperties: envKey: ENCRYPT_ENABLE labelEn: Whether to enable encryption (true or false, if you want to enable it, you need to enter the encryption key) labelZh: 是否开启加密 (true或false,开启则需要填写加密密钥) + label: + en: Whether to enable encryption (true or false, if you want to enable it, you need to enter the encryption key) + zh: 是否开启加密 (true或false,开启则需要填写加密密钥) required: true type: text - default: Asia/Shanghai @@ -43,6 +58,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: 172.19.0 @@ -50,5 +68,8 @@ additionalProperties: envKey: SUBNET_PREFIX labelEn: New docker network subnet prefix labelZh: 新 docker 网络子网前缀 + label: + en: New docker network subnet prefix + zh: 新 docker 网络子网前缀 required: true type: text diff --git a/apps/mixspace/latest/data.yml b/apps/mixspace/latest/data.yml index f62253e20..5c3f86dbe 100644 --- a/apps/mixspace/latest/data.yml +++ b/apps/mixspace/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: ALLOWED_ORIGINS labelEn: Allowed domain (multiple delimited with ",") labelZh: 被允许的域名 (多个使用英文逗号分割) + label: + en: Allowed domain (multiple delimited with ",") + zh: 被允许的域名 (多个使用英文逗号分割) required: true type: text - default: Np2qgqtiUayA857a @@ -20,6 +26,9 @@ additionalProperties: envKey: JWT_SECRET labelEn: JWT key (16 to 32 characters) labelZh: JWT 密钥 (16 到 32 位字符) + label: + en: JWT key (16 to 32 characters) + zh: JWT 密钥 (16 到 32 位字符) random: true required: true rule: paramComplexity @@ -29,6 +38,9 @@ additionalProperties: envKey: ENCRYPT_KEY labelEn: Encryption key (not recommended for non-special needs, run "openssl rand -hex 32" on the terminal to obtain it) labelZh: 加密密钥 (非特殊需求不建议填写,终端执行 "openssl rand -hex 32" 获取) + label: + en: Encryption key (not recommended for non-special needs, run "openssl rand -hex 32" on the terminal to obtain it) + zh: 加密密钥 (非特殊需求不建议填写,终端执行 "openssl rand -hex 32" 获取) required: false type: text - default: "false" @@ -36,6 +48,9 @@ additionalProperties: envKey: ENCRYPT_ENABLE labelEn: Whether to enable encryption (true or false, if you want to enable it, you need to enter the encryption key) labelZh: 是否开启加密 (true或false,开启则需要填写加密密钥) + label: + en: Whether to enable encryption (true or false, if you want to enable it, you need to enter the encryption key) + zh: 是否开启加密 (true或false,开启则需要填写加密密钥) required: true type: text - default: Asia/Shanghai @@ -43,6 +58,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: 172.19.0 @@ -50,5 +68,8 @@ additionalProperties: envKey: SUBNET_PREFIX labelEn: New docker network subnet prefix labelZh: 新 docker 网络子网前缀 + label: + en: New docker network subnet prefix + zh: 新 docker 网络子网前缀 required: true type: text diff --git a/apps/modstartblog/8.6.0/data.yml b/apps/modstartblog/8.6.0/data.yml index 7f0ecf437..5137fd90f 100644 --- a/apps/modstartblog/8.6.0/data.yml +++ b/apps/modstartblog/8.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP WebUI Port labelZh: HTTP 网页端口 + label: + en: HTTP WebUI Port + zh: HTTP 网页端口 required: true rule: paramPort type: number diff --git a/apps/modstartcms/7.6.0/data.yml b/apps/modstartcms/7.6.0/data.yml index 236226b3a..519909a0a 100644 --- a/apps/modstartcms/7.6.0/data.yml +++ b/apps/modstartcms/7.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP WebUI Port labelZh: HTTP 网页端口 + label: + en: HTTP WebUI Port + zh: HTTP 网页端口 required: true rule: paramPort type: number diff --git a/apps/moments-drizzle2001/2.0/data.yml b/apps/moments-drizzle2001/2.0/data.yml index fc24f619a..14e65a728 100644 --- a/apps/moments-drizzle2001/2.0/data.yml +++ b/apps/moments-drizzle2001/2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/moments-drizzle2001/latest/data.yml b/apps/moments-drizzle2001/latest/data.yml index fc24f619a..14e65a728 100644 --- a/apps/moments-drizzle2001/latest/data.yml +++ b/apps/moments-drizzle2001/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/moments-kingwrcy/0.2.11/data.yml b/apps/moments-kingwrcy/0.2.11/data.yml index dc177cabe..1426f72c5 100644 --- a/apps/moments-kingwrcy/0.2.11/data.yml +++ b/apps/moments-kingwrcy/0.2.11/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/moments-kingwrcy/latest/data.yml b/apps/moments-kingwrcy/latest/data.yml index dc177cabe..1426f72c5 100644 --- a/apps/moments-kingwrcy/latest/data.yml +++ b/apps/moments-kingwrcy/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/moontv/latest/data.yml b/apps/moontv/latest/data.yml index 7d1092563..f6f86cc58 100644 --- a/apps/moontv/latest/data.yml +++ b/apps/moontv/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: NEXT_PUBLIC_SITE_NAME labelZh: 网站名称 labelEn: Site Name + label: + en: Site Name + zh: 网站名称 required: true type: text - default: "本网站仅提供影视信息搜索服务,所有内容均来自第三方网站。本站不存储任何视频资源,不对任何内容的准确性、合法性、完整性负责。" @@ -20,6 +26,9 @@ additionalProperties: envKey: ANNOUNCEMENT labelZh: 站点公告 labelEn: Site Announcement + label: + en: Site Announcement + zh: 站点公告 required: true type: text - default: 5 @@ -27,6 +36,9 @@ additionalProperties: envKey: NEXT_PUBLIC_SEARCH_MAX_PAGE labelZh: 搜索结果最大页数 labelEn: Search result maximum number of pages + label: + en: Search result maximum number of pages + zh: 搜索结果最大页数 required: true type: number - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: USERNAME labelZh: 管理员用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员用户名 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "false" @@ -48,6 +66,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ENABLE_REGISTER labelZh: 是否允许注册 labelEn: Enable Register + label: + en: Enable Register + zh: 是否允许注册 required: true type: select values: @@ -60,6 +81,9 @@ additionalProperties: envKey: NEXT_PUBLIC_DISABLE_YELLOW_FILTER labelZh: 关闭色情内容过滤 labelEn: Disable Yellow Filter + label: + en: Disable Yellow Filter + zh: 关闭色情内容过滤 required: true type: select values: @@ -72,6 +96,9 @@ additionalProperties: envKey: NEXT_PUBLIC_STORAGE_TYPE labelZh: 数据存储类型 labelEn: Storage Type + label: + en: Storage Type + zh: 数据存储类型 required: true type: select values: @@ -86,6 +113,9 @@ additionalProperties: envKey: REDIS_URL labelZh: Redis 地址 (Redis 存储) labelEn: Redis Address (Redis Storage) + label: + en: Redis Address (Redis Storage) + zh: Redis 地址 (Redis 存储) required: false type: text - default: "redis://127.0.0.1:6666" @@ -93,6 +123,9 @@ additionalProperties: envKey: KVROCKS_URL labelZh: Kvrocks 地址 (Kvrocks 存储) labelEn: Kvrocks Address (Kvrocks Storage) + label: + en: Kvrocks Address (Kvrocks Storage) + zh: Kvrocks 地址 (Kvrocks 存储) required: false type: text - default: "" @@ -100,6 +133,9 @@ additionalProperties: envKey: UPSTASH_URL labelZh: Upstash 地址 (Upstash 存储) labelEn: Upstash Address (Upstash Storage) + label: + en: Upstash Address (Upstash Storage) + zh: Upstash 地址 (Upstash 存储) required: false type: text - default: "" @@ -107,5 +143,8 @@ additionalProperties: envKey: UPSTASH_TOKEN labelZh: Upstash 授权码 (Upstash 存储) labelEn: Upstash Token (Upstash Storage) + label: + en: Upstash Token (Upstash Storage) + zh: Upstash 授权码 (Upstash 存储) required: false - type: password \ No newline at end of file + type: password diff --git a/apps/mosdns/5.3.3/data.yml b/apps/mosdns/5.3.3/data.yml index 1afe9f176..1ee72bab7 100644 --- a/apps/mosdns/5.3.3/data.yml +++ b/apps/mosdns/5.3.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: DNS service port labelZh: DNS服务端口 + label: + en: DNS service port + zh: DNS服务端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelEn: API port labelZh: API端口 + label: + en: API port + zh: API端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/mosdns/latest/data.yml b/apps/mosdns/latest/data.yml index 1afe9f176..1ee72bab7 100644 --- a/apps/mosdns/latest/data.yml +++ b/apps/mosdns/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: DNS service port labelZh: DNS服务端口 + label: + en: DNS service port + zh: DNS服务端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelEn: API port labelZh: API端口 + label: + en: API port + zh: API端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/mosdns/static-latest/data.yml b/apps/mosdns/static-latest/data.yml index 0babfbbae..11646f07b 100644 --- a/apps/mosdns/static-latest/data.yml +++ b/apps/mosdns/static-latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: DNS service port labelZh: DNS服务端口 + label: + en: DNS service port + zh: DNS服务端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelEn: API port labelZh: API端口 + label: + en: API port + zh: API端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: 172.18.0.240 @@ -28,5 +37,8 @@ additionalProperties: envKey: SUBNET labelEn: Subnet IP labelZh: 子网 IP + label: + en: Subnet IP + zh: 子网 IP required: true type: text diff --git a/apps/movie-pilot/1.9.19/data.yml b/apps/movie-pilot/1.9.19/data.yml index a8bcba311..916404281 100644 --- a/apps/movie-pilot/1.9.19/data.yml +++ b/apps/movie-pilot/1.9.19/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MOVIEPILOT_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "./downloads" @@ -12,6 +15,9 @@ additionalProperties: envKey: MOVIEPILOT_DOWNLOADS_PATH labelZh: 文件下载路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 文件下载路径 required: true type: text - default: 3000 @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI Port + label: + en: WebUI Port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -27,6 +36,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API Port + label: + en: API Port + zh: API 端口 required: true rule: paramPort type: number @@ -35,6 +47,9 @@ additionalProperties: envKey: SUPERUSER labelZh: 管理员用户名 labelEn: Superuser Username + label: + en: Superuser Username + zh: 管理员用户名 required: true type: text - default: "moviepilot" @@ -42,6 +57,9 @@ additionalProperties: envKey: API_TOKEN labelZh: API 令牌 labelEn: API Token + label: + en: API Token + zh: API 令牌 required: true type: password - default: "" @@ -49,6 +67,9 @@ additionalProperties: envKey: PROXY_HOST labelZh: 网络代理 labelEn: Proxy Host + label: + en: Proxy Host + zh: 网络代理 required: false rule: paramExtUrl type: text @@ -57,6 +78,9 @@ additionalProperties: envKey: AUTO_UPDATE_RESOURCES labelZh: 自动更新资源包 labelEn: Auto Update Resources + label: + en: Auto Update Resources + zh: 自动更新资源包 required: true type: select values: @@ -69,6 +93,9 @@ additionalProperties: envKey: MOVIEPILOT_AUTO_UPDATE labelZh: 自动更新 labelEn: Auto Update + label: + en: Auto Update + zh: 自动更新 required: true type: select values: @@ -85,6 +112,9 @@ additionalProperties: envKey: IYUU_SIGN labelEn: IYUU Sign labelZh: IYUU登录令牌 + label: + en: IYUU Sign + zh: IYUU登录令牌 required: false type: password - default: "" @@ -92,6 +122,9 @@ additionalProperties: envKey: HHCLUB_USERNAME labelZh: hhclub 用户名 labelEn: hhclub username + label: + en: hhclub username + zh: hhclub 用户名 required: false type: text - default: "" @@ -99,6 +132,9 @@ additionalProperties: envKey: HHCLUB_PASSKEY labelZh: hhclub 密钥 labelEn: hhclub passkay + label: + en: hhclub passkay + zh: hhclub 密钥 required: false type: password - default: "" @@ -106,6 +142,9 @@ additionalProperties: envKey: AUDIENCES_UID labelZh: audiences 用户ID labelEn: audiences username + label: + en: audiences username + zh: audiences 用户ID required: false type: text - default: "" @@ -113,6 +152,9 @@ additionalProperties: envKey: AUDIENCES_PASSKEY labelZh: audiences 密钥 labelEn: audiences passkay + label: + en: audiences passkay + zh: audiences 密钥 required: false type: password - default: "" @@ -120,6 +162,9 @@ additionalProperties: envKey: HDDOLBY_ID labelZh: hddolby 用户ID labelEn: hddolby username + label: + en: hddolby username + zh: hddolby 用户ID required: false type: text - default: "" @@ -127,6 +172,9 @@ additionalProperties: envKey: HDDOLBY_PASSKEY labelZh: hddolby 密钥 labelEn: hddolby passkay + label: + en: hddolby passkay + zh: hddolby 密钥 required: false type: password - default: "" @@ -134,6 +182,9 @@ additionalProperties: envKey: ZMPT_UID labelZh: zmpt 用户ID labelEn: zmpt username + label: + en: zmpt username + zh: zmpt 用户ID required: false type: text - default: "" @@ -141,6 +192,9 @@ additionalProperties: envKey: ZMPT_PASSKEY labelZh: zmpt 密钥 labelEn: zmpt passkay + label: + en: zmpt passkay + zh: zmpt 密钥 required: false type: password - default: "" @@ -148,6 +202,9 @@ additionalProperties: envKey: FREEFARM_UID labelZh: freefarm 用户ID labelEn: freefarm username + label: + en: freefarm username + zh: freefarm 用户ID required: false type: text - default: "" @@ -155,6 +212,9 @@ additionalProperties: envKey: FREEFARM_PASSKEY labelZh: freefarm 密钥 labelEn: freefarm passkay + label: + en: freefarm passkay + zh: freefarm 密钥 required: false type: password - default: "" @@ -162,6 +222,9 @@ additionalProperties: envKey: HDFANS_UID labelZh: hdfans 用户ID labelEn: hdfans username + label: + en: hdfans username + zh: hdfans 用户ID required: false type: text - default: "" @@ -169,6 +232,9 @@ additionalProperties: envKey: HDFANS_PASSKEY labelZh: hdfans 密钥 labelEn: hdfans passkay + label: + en: hdfans passkay + zh: hdfans 密钥 required: false type: password - default: "" @@ -176,6 +242,9 @@ additionalProperties: envKey: WINTERSAKURA_UID labelZh: wintersakura 用户ID labelEn: wintersakura username + label: + en: wintersakura username + zh: wintersakura 用户ID required: false type: text - default: "" @@ -183,6 +252,9 @@ additionalProperties: envKey: WINTERSAKURA_PASSKEY labelZh: wintersakura 密钥 labelEn: wintersakura passkay + label: + en: wintersakura passkay + zh: wintersakura 密钥 required: false type: password - default: "" @@ -190,6 +262,9 @@ additionalProperties: envKey: LEAVES_UID labelZh: leaves 用户ID labelEn: leaves username + label: + en: leaves username + zh: leaves 用户ID required: false type: text - default: "" @@ -197,6 +272,9 @@ additionalProperties: envKey: LEAVES_PASSKEY labelZh: leaves 密钥 labelEn: leaves passkay + label: + en: leaves passkay + zh: leaves 密钥 required: false type: password - default: "" @@ -204,6 +282,9 @@ additionalProperties: envKey: PTBA_UID labelZh: ptba 用户ID labelEn: ptba username + label: + en: ptba username + zh: ptba 用户ID required: false type: text - default: "" @@ -211,6 +292,9 @@ additionalProperties: envKey: PTBA_PASSKEY labelZh: ptba 密钥 labelEn: ptba passkay + label: + en: ptba passkay + zh: ptba 密钥 required: false type: password - default: "" @@ -218,6 +302,9 @@ additionalProperties: envKey: ICC2022_UID labelZh: icc2022 用户ID labelEn: icc2022 username + label: + en: icc2022 username + zh: icc2022 用户ID required: false type: text - default: "" @@ -225,6 +312,9 @@ additionalProperties: envKey: ICC2022_PASSKEY labelZh: icc2022 密钥 labelEn: icc2022 passkay + label: + en: icc2022 passkay + zh: icc2022 密钥 required: false type: password - default: "" @@ -232,6 +322,9 @@ additionalProperties: envKey: XINGTAN_UID labelZh: xingtan 用户ID labelEn: xingtan username + label: + en: xingtan username + zh: xingtan 用户ID required: false type: text - default: "" @@ -239,6 +332,9 @@ additionalProperties: envKey: XINGTAN_PASSKEY labelZh: xingtan 密钥 labelEn: xingtan passkay + label: + en: xingtan passkay + zh: xingtan 密钥 required: false type: password - default: "" @@ -246,6 +342,9 @@ additionalProperties: envKey: PTVICOMO_UID labelZh: ptvicomo 用户ID labelEn: ptvicomo username + label: + en: ptvicomo username + zh: ptvicomo 用户ID required: false type: text - default: "" @@ -253,6 +352,9 @@ additionalProperties: envKey: PTVICOMO_PASSKEY labelZh: ptvicomo 密钥 labelEn: ptvicomo passkay + label: + en: ptvicomo passkay + zh: ptvicomo 密钥 required: false type: password - default: "" @@ -260,6 +362,9 @@ additionalProperties: envKey: AGSVPT_UID labelZh: agsvpt 用户ID labelEn: agsvpt username + label: + en: agsvpt username + zh: agsvpt 用户ID required: false type: text - default: "" @@ -267,6 +372,9 @@ additionalProperties: envKey: AGSVPT_PASSKEY labelZh: agsvpt 密钥 labelEn: agsvpt passkay + label: + en: agsvpt passkay + zh: agsvpt 密钥 required: false type: password - default: "" @@ -274,6 +382,9 @@ additionalProperties: envKey: HDKYL_UID labelZh: hdkyl 用户ID labelEn: hdkyl username + label: + en: hdkyl username + zh: hdkyl 用户ID required: false type: text - default: "" @@ -281,6 +392,9 @@ additionalProperties: envKey: HDKYL_PASSKEY labelZh: hdkyl 密钥 labelEn: hdkyl passkay + label: + en: hdkyl passkay + zh: hdkyl 密钥 required: false type: password - default: "" @@ -288,6 +402,9 @@ additionalProperties: envKey: QINGWA_UID labelZh: qingwa 用户ID labelEn: qingwa username + label: + en: qingwa username + zh: qingwa 用户ID required: false type: text - default: "" @@ -295,6 +412,9 @@ additionalProperties: envKey: QINGWA_PASSKEY labelZh: qingwa 密钥 labelEn: qingwa passkay + label: + en: qingwa passkay + zh: qingwa 密钥 required: false type: password - default: "" @@ -302,6 +422,9 @@ additionalProperties: envKey: DISCFAN_UID labelZh: discfan 用户ID labelEn: discfan username + label: + en: discfan username + zh: discfan 用户ID required: false type: text - default: "" @@ -309,6 +432,9 @@ additionalProperties: envKey: DISCFAN_PASSKEY labelZh: discfan 密钥 labelEn: discfan passkay + label: + en: discfan passkay + zh: discfan 密钥 required: false type: password - default: "" @@ -316,6 +442,9 @@ additionalProperties: envKey: ROUSI_UID labelZh: rousi 用户ID labelEn: rousi username + label: + en: rousi username + zh: rousi 用户ID required: false type: text - default: "" @@ -323,5 +452,8 @@ additionalProperties: envKey: ROUSI_PASSKEY labelZh: rousi 密钥 labelEn: rousi passkay + label: + en: rousi passkay + zh: rousi 密钥 required: false type: password diff --git a/apps/movie-pilot/2.8.1/data.yml b/apps/movie-pilot/2.8.1/data.yml index d08ebc392..598d8db58 100644 --- a/apps/movie-pilot/2.8.1/data.yml +++ b/apps/movie-pilot/2.8.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MOVIEPILOT_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "./downloads" @@ -12,6 +15,9 @@ additionalProperties: envKey: MOVIEPILOT_DOWNLOADS_PATH labelZh: 文件下载路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 文件下载路径 required: true type: text - default: 3000 @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI Port + label: + en: WebUI Port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -27,6 +36,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API Port + label: + en: API Port + zh: API 端口 required: true rule: paramPort type: number @@ -35,6 +47,9 @@ additionalProperties: envKey: SUPERUSER labelZh: 管理员用户名 labelEn: Superuser Username + label: + en: Superuser Username + zh: 管理员用户名 required: true type: text - default: "moviepilot" @@ -42,6 +57,9 @@ additionalProperties: envKey: API_TOKEN labelZh: API 令牌 labelEn: API Token + label: + en: API Token + zh: API 令牌 required: true type: password - default: "" @@ -49,6 +67,9 @@ additionalProperties: envKey: PROXY_HOST labelZh: 网络代理 labelEn: Proxy Host + label: + en: Proxy Host + zh: 网络代理 required: false rule: paramExtUrl type: text @@ -57,6 +78,9 @@ additionalProperties: envKey: MOVIEPILOT_AUTO_UPDATE labelZh: 重启时自动更新 labelEn: Auto Update on Restart + label: + en: Auto Update on Restart + zh: 重启时自动更新 required: true type: select values: @@ -73,6 +97,9 @@ additionalProperties: envKey: AUTO_UPDATE_RESOURCE labelZh: 自动更新资源包 labelEn: Auto Update Resources + label: + en: Auto Update Resources + zh: 自动更新资源包 required: true type: select values: @@ -85,5 +112,8 @@ additionalProperties: envKey: IYUU_SIGN labelEn: IYUU Sign labelZh: IYUU登录令牌 + label: + en: IYUU Sign + zh: IYUU登录令牌 required: false type: password diff --git a/apps/moviepilot/2.8.1/data.yml b/apps/moviepilot/2.8.1/data.yml index 97e2c39d6..2fc3f3f6f 100644 --- a/apps/moviepilot/2.8.1/data.yml +++ b/apps/moviepilot/2.8.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/core" @@ -12,6 +15,9 @@ additionalProperties: envKey: CORE_PATH labelEn: Core Path labelZh: 核心路径 + label: + en: Core Path + zh: 核心路径 required: true type: text - default: "/var/run/docker.sock" @@ -19,6 +25,9 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker套接字路径 + label: + en: Docker Socket Path + zh: Docker套接字路径 required: true type: text - default: "./data/media" @@ -26,6 +35,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "moviepilot" @@ -33,6 +45,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "022" @@ -40,12 +55,18 @@ additionalProperties: envKey: UMASK labelEn: File Umask labelZh: 文件掩码 + label: + en: File Umask + zh: 文件掩码 required: true type: text - default: "0" envKey: USER_ID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number edit: true @@ -53,6 +74,9 @@ additionalProperties: envKey: GROUP_ID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number edit: true @@ -61,6 +85,9 @@ additionalProperties: envKey: TZ labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "release" @@ -68,6 +95,9 @@ additionalProperties: envKey: MOVIEPILOT_AUTO_UPDATE labelEn: MoviePilot Auto Update labelZh: MoviePilot 自动更新 + label: + en: MoviePilot Auto Update + zh: MoviePilot 自动更新 required: true type: select values: @@ -84,6 +114,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Panel HTTP Port labelZh: 面板 HTTP 端口 + label: + en: Panel HTTP Port + zh: 面板 HTTP 端口 required: true rule: paramPort type: number @@ -92,6 +125,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelEn: API Port labelZh: API 端口 + label: + en: API Port + zh: API 端口 required: true rule: paramPort type: number @@ -100,6 +136,9 @@ additionalProperties: envKey: SUPERUSER labelEn: Superuser Username labelZh: 超级管理员用户名 + label: + en: Superuser Username + zh: 超级管理员用户名 required: true type: text - default: "password" @@ -107,6 +146,9 @@ additionalProperties: envKey: SUPERUSER_PASSWORD labelEn: Superuser Password labelZh: 超级管理员密码 + label: + en: Superuser Password + zh: 超级管理员密码 random: true required: true rule: paramComplexity @@ -116,6 +158,9 @@ additionalProperties: envKey: WALLPAPER labelEn: Wallpaper labelZh: 登录首页电影海报 + label: + en: Wallpaper + zh: 登录首页电影海报 required: true type: select values: @@ -128,6 +173,9 @@ additionalProperties: envKey: API_TOKEN labelEn: API Token labelZh: API 密钥 + label: + en: API Token + zh: API 密钥 required: true type: text - default: "" @@ -135,6 +183,9 @@ additionalProperties: envKey: PROXY_HOST labelEn: Proxy host labelZh: 网络代理 + label: + en: Proxy host + zh: 网络代理 required: false type: text - default: "api.themoviedb.org" @@ -142,6 +193,9 @@ additionalProperties: envKey: TMDB_API_DOMAIN labelEn: TMDB API Domain labelZh: TMDB API 地址 + label: + en: TMDB API Domain + zh: TMDB API 地址 required: true type: text - default: "/media/downloads" @@ -149,6 +203,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download Path (in container) labelZh: 下载保存目录 (容器内) + label: + en: Download Path (in container) + zh: 下载保存目录 (容器内) required: true type: text - default: "/media/downloads/movies" @@ -156,6 +213,9 @@ additionalProperties: envKey: DOWNLOAD_MOVIE_PATH labelEn: Download Movie Path (in container) labelZh: 电影下载目录 (容器内) + label: + en: Download Movie Path (in container) + zh: 电影下载目录 (容器内) required: true type: text - default: "/media/downloads/tv" @@ -163,6 +223,9 @@ additionalProperties: envKey: DOWNLOAD_TV_PATH labelEn: Download TV Path (in container) labelZh: 电视剧下载目录 (容器内) + label: + en: Download TV Path (in container) + zh: 电视剧下载目录 (容器内) required: true type: text - default: "/media/downloads/anime" @@ -170,6 +233,9 @@ additionalProperties: envKey: DOWNLOAD_ANIME_PATH labelEn: Download Anime Path (in container) labelZh: 动漫下载目录 (容器内) + label: + en: Download Anime Path (in container) + zh: 动漫下载目录 (容器内) required: true type: text - default: "false" @@ -177,6 +243,9 @@ additionalProperties: envKey: DOWNLOAD_SUBTITLE labelEn: Download Subtitle labelZh: 下载字幕 + label: + en: Download Subtitle + zh: 下载字幕 required: true type: select values: @@ -189,6 +258,9 @@ additionalProperties: envKey: DOWNLOAD_CATEGORY labelEn: Download Category labelZh: 下载二级分类 + label: + en: Download Category + zh: 下载二级分类 required: true type: select values: @@ -201,6 +273,9 @@ additionalProperties: envKey: DOWNLOADER_MONITOR labelEn: Downloader Monitor labelZh: 下载器监控 + label: + en: Downloader Monitor + zh: 下载器监控 required: true type: select values: @@ -213,6 +288,9 @@ additionalProperties: envKey: SUBSCRIBE_MODE labelEn: Subscribe Mode labelZh: 订阅模式 + label: + en: Subscribe Mode + zh: 订阅模式 required: true type: text - default: "30" @@ -220,6 +298,9 @@ additionalProperties: envKey: SUBSCRIBE_RSS_INTERVAL labelEn: Subscribe RSS Interval labelZh: 订阅 RSS 间隔 + label: + en: Subscribe RSS Interval + zh: 订阅 RSS 间隔 required: true type: number - default: "true" @@ -227,6 +308,9 @@ additionalProperties: envKey: SCRAP_METADATA labelEn: Scrap Metadata labelZh: 刮削入库 + label: + en: Scrap Metadata + zh: 刮削入库 required: true type: select values: @@ -239,6 +323,9 @@ additionalProperties: envKey: SCRAP_FOLLOW_TMDB labelEn: Scrap Follow TMDB labelZh: 刮削跟随 TMDB + label: + en: Scrap Follow TMDB + zh: 刮削跟随 TMDB required: true type: select values: @@ -251,6 +338,9 @@ additionalProperties: envKey: TORRENT_TAG labelEn: Torrent Tag labelZh: 种子标签 + label: + en: Torrent Tag + zh: 种子标签 required: true type: text - default: "/media" @@ -258,6 +348,9 @@ additionalProperties: envKey: LIBRARY_PATH labelEn: Library Path (in container) labelZh: 媒体库路径 (容器内) + label: + en: Library Path (in container) + zh: 媒体库路径 (容器内) required: true type: text - default: "movies" @@ -265,6 +358,9 @@ additionalProperties: envKey: LIBRARY_MOVIE_NAME labelEn: Library Movie Name labelZh: 电影媒体库名称 + label: + en: Library Movie Name + zh: 电影媒体库名称 required: true type: text - default: "tv" @@ -272,6 +368,9 @@ additionalProperties: envKey: LIBRARY_TV_NAME labelEn: Library TV Name labelZh: 电视剧媒体库名称 + label: + en: Library TV Name + zh: 电视剧媒体库名称 required: true type: text - default: "anime" @@ -279,6 +378,9 @@ additionalProperties: envKey: LIBRARY_ANIME_NAME labelEn: Library Anime Name labelZh: 动漫媒体库名称 + label: + en: Library Anime Name + zh: 动漫媒体库名称 required: true type: text - default: "false" @@ -286,6 +388,9 @@ additionalProperties: envKey: LIBRARY_CATEGORY labelEn: Library Category labelZh: 媒体库二级分类 + label: + en: Library Category + zh: 媒体库二级分类 required: false type: select values: @@ -298,6 +403,9 @@ additionalProperties: envKey: TRANSFER_TYPE labelEn: Transfer Type labelZh: 转移方式 + label: + en: Transfer Type + zh: 转移方式 required: true type: select values: @@ -314,6 +422,9 @@ additionalProperties: envKey: OVERWRITE_MODE labelEn: Overwrite Mode labelZh: 转移覆盖模式 + label: + en: Overwrite Mode + zh: 转移覆盖模式 required: true type: select values: @@ -328,6 +439,9 @@ additionalProperties: envKey: COOKIECLOUD_HOST labelEn: CookieCloud Host labelZh: CookieCloud 服务器地址 + label: + en: CookieCloud Host + zh: CookieCloud 服务器地址 required: false type: text - default: "" @@ -335,6 +449,9 @@ additionalProperties: envKey: COOKIECLOUD_KEY labelEn: CookieCloud Key labelZh: CookieCloud 用户 KEY + label: + en: CookieCloud Key + zh: CookieCloud 用户 KEY required: false type: text - default: "" @@ -342,6 +459,9 @@ additionalProperties: envKey: COOKIECLOUD_PASSWORD labelEn: CookieCloud Password labelZh: CookieCloud 密码 + label: + en: CookieCloud Password + zh: CookieCloud 密码 required: false type: text - default: "20" @@ -349,6 +469,9 @@ additionalProperties: envKey: COOKIECLOUD_INTERVAL labelEn: CookieCloud Interval labelZh: CookieCloud 同步间隔(分钟) + label: + en: CookieCloud Interval + zh: CookieCloud 同步间隔(分钟) required: false type: number - default: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36" @@ -356,6 +479,9 @@ additionalProperties: envKey: USER_AGENT labelEn: User Agent labelZh: 用户代理 + label: + en: User Agent + zh: 用户代理 required: true type: text - default: "false" @@ -363,6 +489,9 @@ additionalProperties: envKey: SUBSCRIBE_SEARCH labelEn: Subscribe Search labelZh: 订阅搜索 + label: + en: Subscribe Search + zh: 订阅搜索 required: false type: select values: @@ -375,6 +504,9 @@ additionalProperties: envKey: AUTO_DOWNLOAD_USER labelEn: Auto Download User labelZh: 自动下载用户 + label: + en: Auto Download User + zh: 自动下载用户 required: false type: text - default: "https://raw.githubusercontent.com/jxxghp/MoviePilot-Plugins/main/" @@ -382,6 +514,9 @@ additionalProperties: envKey: PLUGIN_MARKET labelEn: Plugin Market labelZh: 插件市场仓库地址 + label: + en: Plugin Market + zh: 插件市场仓库地址 required: true type: text - default: "telegram" @@ -389,6 +524,9 @@ additionalProperties: envKey: MESSAGER labelEn: Messager labelZh: 消息通知渠道 + label: + en: Messager + zh: 消息通知渠道 required: true type: select values: @@ -405,6 +543,9 @@ additionalProperties: envKey: TELEGRAM_TOKEN labelEn: Telegram Token labelZh: Telegram Token + label: + en: Telegram Token + zh: Telegram Token required: false type: text - default: "" @@ -412,6 +553,9 @@ additionalProperties: envKey: TELEGRAM_CHAT_ID labelEn: Telegram Chat ID labelZh: Telegram Chat ID + label: + en: Telegram Chat ID + zh: Telegram Chat ID required: false type: text - default: "" @@ -419,6 +563,9 @@ additionalProperties: envKey: TELEGRAM_USERS labelEn: Telegram Users labelZh: 电报用户 + label: + en: Telegram Users + zh: 电报用户 required: false type: text - default: "" @@ -426,6 +573,9 @@ additionalProperties: envKey: TELEGRAM_ADMINS labelEn: Telegram Admins labelZh: 电报管理员 + label: + en: Telegram Admins + zh: 电报管理员 required: false type: text - default: "" @@ -433,6 +583,9 @@ additionalProperties: envKey: WECHAT_CORPID labelEn: WeChat CorpID labelZh: 微信企业ID + label: + en: WeChat CorpID + zh: 微信企业ID required: false type: text - default: "" @@ -440,6 +593,9 @@ additionalProperties: envKey: WECHAT_APP_SECRET labelEn: WeChat App Secret labelZh: 微信应用密钥 + label: + en: WeChat App Secret + zh: 微信应用密钥 required: false type: text - default: "" @@ -447,6 +603,9 @@ additionalProperties: envKey: WECHAT_APP_ID labelEn: WeChat App ID labelZh: 微信应用ID + label: + en: WeChat App ID + zh: 微信应用ID required: false type: text - default: "" @@ -454,6 +613,9 @@ additionalProperties: envKey: WECHAT_TOKEN labelEn: WeChat Token labelZh: 微信令牌 + label: + en: WeChat Token + zh: 微信令牌 required: false type: text - default: "" @@ -461,6 +623,9 @@ additionalProperties: envKey: WECHAT_ENCODING_AESKEY labelEn: WeChat Encoding AES Key labelZh: 微信编码 AES 密钥 + label: + en: WeChat Encoding AES Key + zh: 微信编码 AES 密钥 required: false type: text - default: "" @@ -468,6 +633,9 @@ additionalProperties: envKey: WECHAT_ADMINS labelEn: WeChat Admins labelZh: 微信管理员 + label: + en: WeChat Admins + zh: 微信管理员 required: false type: text - default: "" @@ -475,6 +643,9 @@ additionalProperties: envKey: WECHAT_PROXY labelEn: WeChat Proxy labelZh: 微信代理 + label: + en: WeChat Proxy + zh: 微信代理 required: false type: text - default: "" @@ -482,6 +653,9 @@ additionalProperties: envKey: SLACK_OAUTH_TOKEN labelEn: Slack OAuth Token labelZh: Slack OAuth 令牌 + label: + en: Slack OAuth Token + zh: Slack OAuth 令牌 required: false type: text - default: "" @@ -489,6 +663,9 @@ additionalProperties: envKey: SLACK_APP_TOKEN labelEn: Slack App Token labelZh: Slack 应用令牌 + label: + en: Slack App Token + zh: Slack 应用令牌 required: false type: text - default: "" @@ -496,6 +673,9 @@ additionalProperties: envKey: SLACK_CHANNEL labelEn: Slack Channel labelZh: Slack 频道 + label: + en: Slack Channel + zh: Slack 频道 required: false type: text - default: "" @@ -503,6 +683,9 @@ additionalProperties: envKey: SYNOLOGYCHAT_WEBHOOK labelEn: Synology Chat Webhook labelZh: 群晖聊天 Webhook + label: + en: Synology Chat Webhook + zh: 群晖聊天 Webhook required: false type: text - default: "" @@ -510,6 +693,9 @@ additionalProperties: envKey: SYNOLOGYCHAT_TOKEN labelEn: Synology Chat Token labelZh: 群晖聊天令牌 + label: + en: Synology Chat Token + zh: 群晖聊天令牌 required: false type: text - default: "qbittorrent" @@ -517,6 +703,9 @@ additionalProperties: envKey: DOWNLOADER labelEn: Downloader labelZh: 下载器 + label: + en: Downloader + zh: 下载器 required: true type: select values: @@ -529,6 +718,9 @@ additionalProperties: envKey: QB_HOST labelEn: QB Host labelZh: qBittorrent 主机地址 + label: + en: QB Host + zh: qBittorrent 主机地址 required: false type: text - default: "" @@ -536,6 +728,9 @@ additionalProperties: envKey: QB_USER labelEn: QB User labelZh: qBittorrent 用户名 + label: + en: QB User + zh: qBittorrent 用户名 required: false type: text - default: "" @@ -543,6 +738,9 @@ additionalProperties: envKey: QB_PASSWORD labelEn: QB Password labelZh: qBittorrent 密码 + label: + en: QB Password + zh: qBittorrent 密码 required: false type: text - default: "true" @@ -550,6 +748,9 @@ additionalProperties: envKey: QB_SEQUENTIAL labelEn: QB Sequential labelZh: qBittorrent 顺序下载 + label: + en: QB Sequential + zh: qBittorrent 顺序下载 required: true type: select values: @@ -562,6 +763,9 @@ additionalProperties: envKey: QB_FORCE_RESUME labelEn: QB Force Resume labelZh: qBittorrent 强制继续下载 + label: + en: QB Force Resume + zh: qBittorrent 强制继续下载 required: true type: select values: @@ -574,6 +778,9 @@ additionalProperties: envKey: TR_HOST labelEn: Transmission Host labelZh: Transmission 主机 + label: + en: Transmission Host + zh: Transmission 主机 required: false type: text - default: "" @@ -581,6 +788,9 @@ additionalProperties: envKey: TR_USER labelEn: Transmission Username labelZh: Transmission 用户名 + label: + en: Transmission Username + zh: Transmission 用户名 required: false type: text - default: "" @@ -588,6 +798,9 @@ additionalProperties: envKey: TR_PASSWORD labelEn: Transmission Password labelZh: Transmission 密码 + label: + en: Transmission Password + zh: Transmission 密码 required: false type: password - default: "emby" @@ -595,6 +808,9 @@ additionalProperties: envKey: MEDIASERVER labelEn: Media Server labelZh: 媒体服务器 + label: + en: Media Server + zh: 媒体服务器 required: true type: select values: @@ -609,6 +825,9 @@ additionalProperties: envKey: EMBY_HOST labelEn: Emby Host labelZh: Emby 主机地址 + label: + en: Emby Host + zh: Emby 主机地址 required: false type: text - default: "" @@ -616,6 +835,9 @@ additionalProperties: envKey: EMBY_API_KEY labelEn: Emby API Key labelZh: Emby API 密钥 + label: + en: Emby API Key + zh: Emby API 密钥 required: false type: text - default: "" @@ -623,6 +845,9 @@ additionalProperties: envKey: JELLYFIN_HOST labelEn: Jellyfin Host labelZh: Jellyfin 主机 + label: + en: Jellyfin Host + zh: Jellyfin 主机 required: false type: text - default: "" @@ -630,6 +855,9 @@ additionalProperties: envKey: JELLYFIN_API_KEY labelEn: Jellyfin API Key labelZh: Jellyfin API 密钥 + label: + en: Jellyfin API Key + zh: Jellyfin API 密钥 required: false type: text - default: "" @@ -637,6 +865,9 @@ additionalProperties: envKey: PLEX_HOST labelEn: Plex Host labelZh: Plex 主机 + label: + en: Plex Host + zh: Plex 主机 required: false type: text - default: "" @@ -644,6 +875,9 @@ additionalProperties: envKey: PLEX_TOKEN labelEn: Plex Token labelZh: Plex 令牌 + label: + en: Plex Token + zh: Plex 令牌 required: false type: text - default: "6" @@ -651,6 +885,9 @@ additionalProperties: envKey: MEDIASERVER_SYNC_INTERVAL labelEn: Media Server Sync Interval labelZh: 媒体服务器同步间隔(小时) + label: + en: Media Server Sync Interval + zh: 媒体服务器同步间隔(小时) required: true type: number - default: "" @@ -658,6 +895,9 @@ additionalProperties: envKey: MEDIASERVER_SYNC_BLACKLIST labelEn: Media Server Sync Blacklist labelZh: 媒体服务器同步黑名单 + label: + en: Media Server Sync Blacklist + zh: 媒体服务器同步黑名单 required: false type: text - default: "audiences" @@ -665,6 +905,9 @@ additionalProperties: envKey: AUTH_SITE labelEn: Authentication Site labelZh: 认证站点 + label: + en: Authentication Site + zh: 认证站点 required: true type: select values: @@ -709,6 +952,9 @@ additionalProperties: envKey: IYUU_SIGN labelEn: IYUU Sign labelZh: IYUU 登录令牌 + label: + en: IYUU Sign + zh: IYUU 登录令牌 required: false type: text - default: "" @@ -716,6 +962,9 @@ additionalProperties: envKey: HHCLUB_USERNAME labelEn: HHClub Username labelZh: HHClub 用户名 + label: + en: HHClub Username + zh: HHClub 用户名 required: false type: text - default: "" @@ -723,6 +972,9 @@ additionalProperties: envKey: HHCLUB_PASSKEY labelEn: HHClub Passkey labelZh: HHClub 密钥 + label: + en: HHClub Passkey + zh: HHClub 密钥 required: false type: text - default: "" @@ -730,6 +982,9 @@ additionalProperties: envKey: AUDIENCES_UID labelEn: Audiences UID labelZh: Audiences 用户ID + label: + en: Audiences UID + zh: Audiences 用户ID required: false type: text - default: "" @@ -737,6 +992,9 @@ additionalProperties: envKey: AUDIENCES_PASSKEY labelEn: Audiences Passkey labelZh: Audiences 密钥 + label: + en: Audiences Passkey + zh: Audiences 密钥 required: false type: text - default: "" @@ -744,6 +1002,9 @@ additionalProperties: envKey: HDDOLBY_ID labelEn: HDDolby ID labelZh: HDDolby 用户ID + label: + en: HDDolby ID + zh: HDDolby 用户ID required: false type: text - default: "" @@ -751,6 +1012,9 @@ additionalProperties: envKey: HDDOLBY_PASSKEY labelEn: HDDolby Passkey labelZh: HDDolby 密钥 + label: + en: HDDolby Passkey + zh: HDDolby 密钥 required: false type: text - default: "" @@ -758,6 +1022,9 @@ additionalProperties: envKey: ZMPT_UID labelEn: ZMPT UID labelZh: ZMPT 用户ID + label: + en: ZMPT UID + zh: ZMPT 用户ID required: false type: text - default: "" @@ -765,6 +1032,9 @@ additionalProperties: envKey: ZMPT_PASSKEY labelEn: ZMPT Passkey labelZh: ZMPT 密钥 + label: + en: ZMPT Passkey + zh: ZMPT 密钥 required: false type: text - default: "" @@ -772,6 +1042,9 @@ additionalProperties: envKey: FREEFARM_UID labelEn: FreeFarm UID labelZh: FreeFarm 用户ID + label: + en: FreeFarm UID + zh: FreeFarm 用户ID required: false type: text - default: "" @@ -779,6 +1052,9 @@ additionalProperties: envKey: FREEFARM_PASSKEY labelEn: FreeFarm Passkey labelZh: FreeFarm 密钥 + label: + en: FreeFarm Passkey + zh: FreeFarm 密钥 required: false type: text - default: "" @@ -786,6 +1062,9 @@ additionalProperties: envKey: HDFANS_UID labelEn: HDFans UID labelZh: HDFans 用户ID + label: + en: HDFans UID + zh: HDFans 用户ID required: false type: text - default: "" @@ -793,6 +1072,9 @@ additionalProperties: envKey: HDFANS_PASSKEY labelEn: HDFans Passkey labelZh: HDFans 密钥 + label: + en: HDFans Passkey + zh: HDFans 密钥 required: false type: text - default: "" @@ -800,6 +1082,9 @@ additionalProperties: envKey: WINTERSAKURA_UID labelEn: WinterSakura UID labelZh: WinterSakura 用户ID + label: + en: WinterSakura UID + zh: WinterSakura 用户ID required: false type: text - default: "" @@ -807,6 +1092,9 @@ additionalProperties: envKey: WINTERSAKURA_PASSKEY labelEn: WinterSakura Passkey labelZh: WinterSakura 密钥 + label: + en: WinterSakura Passkey + zh: WinterSakura 密钥 required: false type: text - default: "" @@ -814,6 +1102,9 @@ additionalProperties: envKey: LEAVES_UID labelEn: Leaves UID labelZh: Leaves 用户ID + label: + en: Leaves UID + zh: Leaves 用户ID required: false type: text - default: "" @@ -821,6 +1112,9 @@ additionalProperties: envKey: LEAVES_PASSKEY labelEn: Leaves Passkey labelZh: Leaves 密钥 + label: + en: Leaves Passkey + zh: Leaves 密钥 required: false type: text - default: "" @@ -828,6 +1122,9 @@ additionalProperties: envKey: PTBA_UID labelEn: PTBA UID labelZh: PTBA 用户ID + label: + en: PTBA UID + zh: PTBA 用户ID required: false type: text - default: "" @@ -835,6 +1132,9 @@ additionalProperties: envKey: PTBA_PASSKEY labelEn: PTBA Passkey labelZh: PTBA 密钥 + label: + en: PTBA Passkey + zh: PTBA 密钥 required: false type: text - default: "" @@ -842,6 +1142,9 @@ additionalProperties: envKey: ICC2022_UID labelEn: ICC2022 UID labelZh: ICC2022 用户ID + label: + en: ICC2022 UID + zh: ICC2022 用户ID required: false type: text - default: "" @@ -849,6 +1152,9 @@ additionalProperties: envKey: ICC2022_PASSKEY labelEn: ICC2022 Passkey labelZh: ICC2022 密钥 + label: + en: ICC2022 Passkey + zh: ICC2022 密钥 required: false type: text - default: "" @@ -856,6 +1162,9 @@ additionalProperties: envKey: PTLSP_UID labelEn: PTLSP UID labelZh: PTLSP 用户ID + label: + en: PTLSP UID + zh: PTLSP 用户ID required: false type: text - default: "" @@ -863,6 +1172,9 @@ additionalProperties: envKey: PTLSP_PASSKEY labelEn: PTLSP Passkey labelZh: PTLSP 密钥 + label: + en: PTLSP Passkey + zh: PTLSP 密钥 required: false type: text - default: "" @@ -870,6 +1182,9 @@ additionalProperties: envKey: XINGTAN_UID labelEn: XINGTAN UID labelZh: XINGTAN 用户ID + label: + en: XINGTAN UID + zh: XINGTAN 用户ID required: false type: text - default: "" @@ -877,6 +1192,9 @@ additionalProperties: envKey: XINGTAN_PASSKEY labelEn: XINGTAN Passkey labelZh: XINGTAN 密钥 + label: + en: XINGTAN Passkey + zh: XINGTAN 密钥 required: false type: text - default: "" @@ -884,6 +1202,9 @@ additionalProperties: envKey: PTVICOMO_UID labelEn: PTVICOMO UID labelZh: PTVICOMO 用户ID + label: + en: PTVICOMO UID + zh: PTVICOMO 用户ID required: false type: text - default: "" @@ -891,6 +1212,9 @@ additionalProperties: envKey: PTVICOMO_PASSKEY labelEn: PTVICOMO Passkey labelZh: PTVICOMO 密钥 + label: + en: PTVICOMO Passkey + zh: PTVICOMO 密钥 required: false type: text - default: "" @@ -898,6 +1222,9 @@ additionalProperties: envKey: AGSVPT_UID labelEn: AGSVPT UID labelZh: AGSVPT 用户ID + label: + en: AGSVPT UID + zh: AGSVPT 用户ID required: false type: text - default: "" @@ -905,6 +1232,9 @@ additionalProperties: envKey: AGSVPT_PASSKEY labelEn: AGSVPT Passkey labelZh: AGSVPT 密钥 + label: + en: AGSVPT Passkey + zh: AGSVPT 密钥 required: false type: text - default: "" @@ -912,6 +1242,9 @@ additionalProperties: envKey: HDKYL_UID labelEn: HDKYL UID labelZh: HDKYL 用户ID + label: + en: HDKYL UID + zh: HDKYL 用户ID required: false type: text - default: "" @@ -919,6 +1252,9 @@ additionalProperties: envKey: HDKYL_PASSKEY labelEn: HDKYL Passkey labelZh: HDKYL 密钥 + label: + en: HDKYL Passkey + zh: HDKYL 密钥 required: false type: text - default: "" @@ -926,6 +1262,9 @@ additionalProperties: envKey: QINGWA_UID labelEn: QINGWA UID labelZh: QINGWA 用户ID + label: + en: QINGWA UID + zh: QINGWA 用户ID required: false type: text - default: "" @@ -933,6 +1272,9 @@ additionalProperties: envKey: QINGWA_PASSKEY labelEn: QINGWA Passkey labelZh: QINGWA 密钥 + label: + en: QINGWA Passkey + zh: QINGWA 密钥 required: false type: text - default: "" @@ -940,6 +1282,9 @@ additionalProperties: envKey: DISCFAN_UID labelEn: DISCFAN UID labelZh: DISCFAN 用户ID + label: + en: DISCFAN UID + zh: DISCFAN 用户ID required: false type: text - default: "" @@ -947,6 +1292,9 @@ additionalProperties: envKey: DISCFAN_PASSKEY labelEn: DISCFAN Passkey labelZh: DISCFAN 密钥 + label: + en: DISCFAN Passkey + zh: DISCFAN 密钥 required: false type: text - default: "false" @@ -954,6 +1302,9 @@ additionalProperties: envKey: BIG_MEMORY_MODE labelEn: Big Memory Mode labelZh: 大内存模式 + label: + en: Big Memory Mode + zh: 大内存模式 required: true type: select values: @@ -966,6 +1317,9 @@ additionalProperties: envKey: MOVIE_RENAME_FORMAT labelEn: Movie Rename Format labelZh: 电影重命名格式 + label: + en: Movie Rename Format + zh: 电影重命名格式 required: true type: text - default: '{{title}}{% if year %} ({{year}}){% endif %}/Season {{season}}/{{title}} - {{season_episode}}{% if part %}-{{part}}{% endif %}{% if episode %} - 第 {{episode}} 集{% endif %}{{fileExt}}' @@ -973,5 +1327,8 @@ additionalProperties: envKey: TV_RENAME_FORMAT labelEn: TV Rename Format labelZh: 电视剧重命名格式 + label: + en: TV Rename Format + zh: 电视剧重命名格式 required: true type: text diff --git a/apps/moviepilot/latest/data.yml b/apps/moviepilot/latest/data.yml index 97e2c39d6..2fc3f3f6f 100644 --- a/apps/moviepilot/latest/data.yml +++ b/apps/moviepilot/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/core" @@ -12,6 +15,9 @@ additionalProperties: envKey: CORE_PATH labelEn: Core Path labelZh: 核心路径 + label: + en: Core Path + zh: 核心路径 required: true type: text - default: "/var/run/docker.sock" @@ -19,6 +25,9 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker套接字路径 + label: + en: Docker Socket Path + zh: Docker套接字路径 required: true type: text - default: "./data/media" @@ -26,6 +35,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "moviepilot" @@ -33,6 +45,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "022" @@ -40,12 +55,18 @@ additionalProperties: envKey: UMASK labelEn: File Umask labelZh: 文件掩码 + label: + en: File Umask + zh: 文件掩码 required: true type: text - default: "0" envKey: USER_ID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number edit: true @@ -53,6 +74,9 @@ additionalProperties: envKey: GROUP_ID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number edit: true @@ -61,6 +85,9 @@ additionalProperties: envKey: TZ labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "release" @@ -68,6 +95,9 @@ additionalProperties: envKey: MOVIEPILOT_AUTO_UPDATE labelEn: MoviePilot Auto Update labelZh: MoviePilot 自动更新 + label: + en: MoviePilot Auto Update + zh: MoviePilot 自动更新 required: true type: select values: @@ -84,6 +114,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Panel HTTP Port labelZh: 面板 HTTP 端口 + label: + en: Panel HTTP Port + zh: 面板 HTTP 端口 required: true rule: paramPort type: number @@ -92,6 +125,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelEn: API Port labelZh: API 端口 + label: + en: API Port + zh: API 端口 required: true rule: paramPort type: number @@ -100,6 +136,9 @@ additionalProperties: envKey: SUPERUSER labelEn: Superuser Username labelZh: 超级管理员用户名 + label: + en: Superuser Username + zh: 超级管理员用户名 required: true type: text - default: "password" @@ -107,6 +146,9 @@ additionalProperties: envKey: SUPERUSER_PASSWORD labelEn: Superuser Password labelZh: 超级管理员密码 + label: + en: Superuser Password + zh: 超级管理员密码 random: true required: true rule: paramComplexity @@ -116,6 +158,9 @@ additionalProperties: envKey: WALLPAPER labelEn: Wallpaper labelZh: 登录首页电影海报 + label: + en: Wallpaper + zh: 登录首页电影海报 required: true type: select values: @@ -128,6 +173,9 @@ additionalProperties: envKey: API_TOKEN labelEn: API Token labelZh: API 密钥 + label: + en: API Token + zh: API 密钥 required: true type: text - default: "" @@ -135,6 +183,9 @@ additionalProperties: envKey: PROXY_HOST labelEn: Proxy host labelZh: 网络代理 + label: + en: Proxy host + zh: 网络代理 required: false type: text - default: "api.themoviedb.org" @@ -142,6 +193,9 @@ additionalProperties: envKey: TMDB_API_DOMAIN labelEn: TMDB API Domain labelZh: TMDB API 地址 + label: + en: TMDB API Domain + zh: TMDB API 地址 required: true type: text - default: "/media/downloads" @@ -149,6 +203,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download Path (in container) labelZh: 下载保存目录 (容器内) + label: + en: Download Path (in container) + zh: 下载保存目录 (容器内) required: true type: text - default: "/media/downloads/movies" @@ -156,6 +213,9 @@ additionalProperties: envKey: DOWNLOAD_MOVIE_PATH labelEn: Download Movie Path (in container) labelZh: 电影下载目录 (容器内) + label: + en: Download Movie Path (in container) + zh: 电影下载目录 (容器内) required: true type: text - default: "/media/downloads/tv" @@ -163,6 +223,9 @@ additionalProperties: envKey: DOWNLOAD_TV_PATH labelEn: Download TV Path (in container) labelZh: 电视剧下载目录 (容器内) + label: + en: Download TV Path (in container) + zh: 电视剧下载目录 (容器内) required: true type: text - default: "/media/downloads/anime" @@ -170,6 +233,9 @@ additionalProperties: envKey: DOWNLOAD_ANIME_PATH labelEn: Download Anime Path (in container) labelZh: 动漫下载目录 (容器内) + label: + en: Download Anime Path (in container) + zh: 动漫下载目录 (容器内) required: true type: text - default: "false" @@ -177,6 +243,9 @@ additionalProperties: envKey: DOWNLOAD_SUBTITLE labelEn: Download Subtitle labelZh: 下载字幕 + label: + en: Download Subtitle + zh: 下载字幕 required: true type: select values: @@ -189,6 +258,9 @@ additionalProperties: envKey: DOWNLOAD_CATEGORY labelEn: Download Category labelZh: 下载二级分类 + label: + en: Download Category + zh: 下载二级分类 required: true type: select values: @@ -201,6 +273,9 @@ additionalProperties: envKey: DOWNLOADER_MONITOR labelEn: Downloader Monitor labelZh: 下载器监控 + label: + en: Downloader Monitor + zh: 下载器监控 required: true type: select values: @@ -213,6 +288,9 @@ additionalProperties: envKey: SUBSCRIBE_MODE labelEn: Subscribe Mode labelZh: 订阅模式 + label: + en: Subscribe Mode + zh: 订阅模式 required: true type: text - default: "30" @@ -220,6 +298,9 @@ additionalProperties: envKey: SUBSCRIBE_RSS_INTERVAL labelEn: Subscribe RSS Interval labelZh: 订阅 RSS 间隔 + label: + en: Subscribe RSS Interval + zh: 订阅 RSS 间隔 required: true type: number - default: "true" @@ -227,6 +308,9 @@ additionalProperties: envKey: SCRAP_METADATA labelEn: Scrap Metadata labelZh: 刮削入库 + label: + en: Scrap Metadata + zh: 刮削入库 required: true type: select values: @@ -239,6 +323,9 @@ additionalProperties: envKey: SCRAP_FOLLOW_TMDB labelEn: Scrap Follow TMDB labelZh: 刮削跟随 TMDB + label: + en: Scrap Follow TMDB + zh: 刮削跟随 TMDB required: true type: select values: @@ -251,6 +338,9 @@ additionalProperties: envKey: TORRENT_TAG labelEn: Torrent Tag labelZh: 种子标签 + label: + en: Torrent Tag + zh: 种子标签 required: true type: text - default: "/media" @@ -258,6 +348,9 @@ additionalProperties: envKey: LIBRARY_PATH labelEn: Library Path (in container) labelZh: 媒体库路径 (容器内) + label: + en: Library Path (in container) + zh: 媒体库路径 (容器内) required: true type: text - default: "movies" @@ -265,6 +358,9 @@ additionalProperties: envKey: LIBRARY_MOVIE_NAME labelEn: Library Movie Name labelZh: 电影媒体库名称 + label: + en: Library Movie Name + zh: 电影媒体库名称 required: true type: text - default: "tv" @@ -272,6 +368,9 @@ additionalProperties: envKey: LIBRARY_TV_NAME labelEn: Library TV Name labelZh: 电视剧媒体库名称 + label: + en: Library TV Name + zh: 电视剧媒体库名称 required: true type: text - default: "anime" @@ -279,6 +378,9 @@ additionalProperties: envKey: LIBRARY_ANIME_NAME labelEn: Library Anime Name labelZh: 动漫媒体库名称 + label: + en: Library Anime Name + zh: 动漫媒体库名称 required: true type: text - default: "false" @@ -286,6 +388,9 @@ additionalProperties: envKey: LIBRARY_CATEGORY labelEn: Library Category labelZh: 媒体库二级分类 + label: + en: Library Category + zh: 媒体库二级分类 required: false type: select values: @@ -298,6 +403,9 @@ additionalProperties: envKey: TRANSFER_TYPE labelEn: Transfer Type labelZh: 转移方式 + label: + en: Transfer Type + zh: 转移方式 required: true type: select values: @@ -314,6 +422,9 @@ additionalProperties: envKey: OVERWRITE_MODE labelEn: Overwrite Mode labelZh: 转移覆盖模式 + label: + en: Overwrite Mode + zh: 转移覆盖模式 required: true type: select values: @@ -328,6 +439,9 @@ additionalProperties: envKey: COOKIECLOUD_HOST labelEn: CookieCloud Host labelZh: CookieCloud 服务器地址 + label: + en: CookieCloud Host + zh: CookieCloud 服务器地址 required: false type: text - default: "" @@ -335,6 +449,9 @@ additionalProperties: envKey: COOKIECLOUD_KEY labelEn: CookieCloud Key labelZh: CookieCloud 用户 KEY + label: + en: CookieCloud Key + zh: CookieCloud 用户 KEY required: false type: text - default: "" @@ -342,6 +459,9 @@ additionalProperties: envKey: COOKIECLOUD_PASSWORD labelEn: CookieCloud Password labelZh: CookieCloud 密码 + label: + en: CookieCloud Password + zh: CookieCloud 密码 required: false type: text - default: "20" @@ -349,6 +469,9 @@ additionalProperties: envKey: COOKIECLOUD_INTERVAL labelEn: CookieCloud Interval labelZh: CookieCloud 同步间隔(分钟) + label: + en: CookieCloud Interval + zh: CookieCloud 同步间隔(分钟) required: false type: number - default: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36" @@ -356,6 +479,9 @@ additionalProperties: envKey: USER_AGENT labelEn: User Agent labelZh: 用户代理 + label: + en: User Agent + zh: 用户代理 required: true type: text - default: "false" @@ -363,6 +489,9 @@ additionalProperties: envKey: SUBSCRIBE_SEARCH labelEn: Subscribe Search labelZh: 订阅搜索 + label: + en: Subscribe Search + zh: 订阅搜索 required: false type: select values: @@ -375,6 +504,9 @@ additionalProperties: envKey: AUTO_DOWNLOAD_USER labelEn: Auto Download User labelZh: 自动下载用户 + label: + en: Auto Download User + zh: 自动下载用户 required: false type: text - default: "https://raw.githubusercontent.com/jxxghp/MoviePilot-Plugins/main/" @@ -382,6 +514,9 @@ additionalProperties: envKey: PLUGIN_MARKET labelEn: Plugin Market labelZh: 插件市场仓库地址 + label: + en: Plugin Market + zh: 插件市场仓库地址 required: true type: text - default: "telegram" @@ -389,6 +524,9 @@ additionalProperties: envKey: MESSAGER labelEn: Messager labelZh: 消息通知渠道 + label: + en: Messager + zh: 消息通知渠道 required: true type: select values: @@ -405,6 +543,9 @@ additionalProperties: envKey: TELEGRAM_TOKEN labelEn: Telegram Token labelZh: Telegram Token + label: + en: Telegram Token + zh: Telegram Token required: false type: text - default: "" @@ -412,6 +553,9 @@ additionalProperties: envKey: TELEGRAM_CHAT_ID labelEn: Telegram Chat ID labelZh: Telegram Chat ID + label: + en: Telegram Chat ID + zh: Telegram Chat ID required: false type: text - default: "" @@ -419,6 +563,9 @@ additionalProperties: envKey: TELEGRAM_USERS labelEn: Telegram Users labelZh: 电报用户 + label: + en: Telegram Users + zh: 电报用户 required: false type: text - default: "" @@ -426,6 +573,9 @@ additionalProperties: envKey: TELEGRAM_ADMINS labelEn: Telegram Admins labelZh: 电报管理员 + label: + en: Telegram Admins + zh: 电报管理员 required: false type: text - default: "" @@ -433,6 +583,9 @@ additionalProperties: envKey: WECHAT_CORPID labelEn: WeChat CorpID labelZh: 微信企业ID + label: + en: WeChat CorpID + zh: 微信企业ID required: false type: text - default: "" @@ -440,6 +593,9 @@ additionalProperties: envKey: WECHAT_APP_SECRET labelEn: WeChat App Secret labelZh: 微信应用密钥 + label: + en: WeChat App Secret + zh: 微信应用密钥 required: false type: text - default: "" @@ -447,6 +603,9 @@ additionalProperties: envKey: WECHAT_APP_ID labelEn: WeChat App ID labelZh: 微信应用ID + label: + en: WeChat App ID + zh: 微信应用ID required: false type: text - default: "" @@ -454,6 +613,9 @@ additionalProperties: envKey: WECHAT_TOKEN labelEn: WeChat Token labelZh: 微信令牌 + label: + en: WeChat Token + zh: 微信令牌 required: false type: text - default: "" @@ -461,6 +623,9 @@ additionalProperties: envKey: WECHAT_ENCODING_AESKEY labelEn: WeChat Encoding AES Key labelZh: 微信编码 AES 密钥 + label: + en: WeChat Encoding AES Key + zh: 微信编码 AES 密钥 required: false type: text - default: "" @@ -468,6 +633,9 @@ additionalProperties: envKey: WECHAT_ADMINS labelEn: WeChat Admins labelZh: 微信管理员 + label: + en: WeChat Admins + zh: 微信管理员 required: false type: text - default: "" @@ -475,6 +643,9 @@ additionalProperties: envKey: WECHAT_PROXY labelEn: WeChat Proxy labelZh: 微信代理 + label: + en: WeChat Proxy + zh: 微信代理 required: false type: text - default: "" @@ -482,6 +653,9 @@ additionalProperties: envKey: SLACK_OAUTH_TOKEN labelEn: Slack OAuth Token labelZh: Slack OAuth 令牌 + label: + en: Slack OAuth Token + zh: Slack OAuth 令牌 required: false type: text - default: "" @@ -489,6 +663,9 @@ additionalProperties: envKey: SLACK_APP_TOKEN labelEn: Slack App Token labelZh: Slack 应用令牌 + label: + en: Slack App Token + zh: Slack 应用令牌 required: false type: text - default: "" @@ -496,6 +673,9 @@ additionalProperties: envKey: SLACK_CHANNEL labelEn: Slack Channel labelZh: Slack 频道 + label: + en: Slack Channel + zh: Slack 频道 required: false type: text - default: "" @@ -503,6 +683,9 @@ additionalProperties: envKey: SYNOLOGYCHAT_WEBHOOK labelEn: Synology Chat Webhook labelZh: 群晖聊天 Webhook + label: + en: Synology Chat Webhook + zh: 群晖聊天 Webhook required: false type: text - default: "" @@ -510,6 +693,9 @@ additionalProperties: envKey: SYNOLOGYCHAT_TOKEN labelEn: Synology Chat Token labelZh: 群晖聊天令牌 + label: + en: Synology Chat Token + zh: 群晖聊天令牌 required: false type: text - default: "qbittorrent" @@ -517,6 +703,9 @@ additionalProperties: envKey: DOWNLOADER labelEn: Downloader labelZh: 下载器 + label: + en: Downloader + zh: 下载器 required: true type: select values: @@ -529,6 +718,9 @@ additionalProperties: envKey: QB_HOST labelEn: QB Host labelZh: qBittorrent 主机地址 + label: + en: QB Host + zh: qBittorrent 主机地址 required: false type: text - default: "" @@ -536,6 +728,9 @@ additionalProperties: envKey: QB_USER labelEn: QB User labelZh: qBittorrent 用户名 + label: + en: QB User + zh: qBittorrent 用户名 required: false type: text - default: "" @@ -543,6 +738,9 @@ additionalProperties: envKey: QB_PASSWORD labelEn: QB Password labelZh: qBittorrent 密码 + label: + en: QB Password + zh: qBittorrent 密码 required: false type: text - default: "true" @@ -550,6 +748,9 @@ additionalProperties: envKey: QB_SEQUENTIAL labelEn: QB Sequential labelZh: qBittorrent 顺序下载 + label: + en: QB Sequential + zh: qBittorrent 顺序下载 required: true type: select values: @@ -562,6 +763,9 @@ additionalProperties: envKey: QB_FORCE_RESUME labelEn: QB Force Resume labelZh: qBittorrent 强制继续下载 + label: + en: QB Force Resume + zh: qBittorrent 强制继续下载 required: true type: select values: @@ -574,6 +778,9 @@ additionalProperties: envKey: TR_HOST labelEn: Transmission Host labelZh: Transmission 主机 + label: + en: Transmission Host + zh: Transmission 主机 required: false type: text - default: "" @@ -581,6 +788,9 @@ additionalProperties: envKey: TR_USER labelEn: Transmission Username labelZh: Transmission 用户名 + label: + en: Transmission Username + zh: Transmission 用户名 required: false type: text - default: "" @@ -588,6 +798,9 @@ additionalProperties: envKey: TR_PASSWORD labelEn: Transmission Password labelZh: Transmission 密码 + label: + en: Transmission Password + zh: Transmission 密码 required: false type: password - default: "emby" @@ -595,6 +808,9 @@ additionalProperties: envKey: MEDIASERVER labelEn: Media Server labelZh: 媒体服务器 + label: + en: Media Server + zh: 媒体服务器 required: true type: select values: @@ -609,6 +825,9 @@ additionalProperties: envKey: EMBY_HOST labelEn: Emby Host labelZh: Emby 主机地址 + label: + en: Emby Host + zh: Emby 主机地址 required: false type: text - default: "" @@ -616,6 +835,9 @@ additionalProperties: envKey: EMBY_API_KEY labelEn: Emby API Key labelZh: Emby API 密钥 + label: + en: Emby API Key + zh: Emby API 密钥 required: false type: text - default: "" @@ -623,6 +845,9 @@ additionalProperties: envKey: JELLYFIN_HOST labelEn: Jellyfin Host labelZh: Jellyfin 主机 + label: + en: Jellyfin Host + zh: Jellyfin 主机 required: false type: text - default: "" @@ -630,6 +855,9 @@ additionalProperties: envKey: JELLYFIN_API_KEY labelEn: Jellyfin API Key labelZh: Jellyfin API 密钥 + label: + en: Jellyfin API Key + zh: Jellyfin API 密钥 required: false type: text - default: "" @@ -637,6 +865,9 @@ additionalProperties: envKey: PLEX_HOST labelEn: Plex Host labelZh: Plex 主机 + label: + en: Plex Host + zh: Plex 主机 required: false type: text - default: "" @@ -644,6 +875,9 @@ additionalProperties: envKey: PLEX_TOKEN labelEn: Plex Token labelZh: Plex 令牌 + label: + en: Plex Token + zh: Plex 令牌 required: false type: text - default: "6" @@ -651,6 +885,9 @@ additionalProperties: envKey: MEDIASERVER_SYNC_INTERVAL labelEn: Media Server Sync Interval labelZh: 媒体服务器同步间隔(小时) + label: + en: Media Server Sync Interval + zh: 媒体服务器同步间隔(小时) required: true type: number - default: "" @@ -658,6 +895,9 @@ additionalProperties: envKey: MEDIASERVER_SYNC_BLACKLIST labelEn: Media Server Sync Blacklist labelZh: 媒体服务器同步黑名单 + label: + en: Media Server Sync Blacklist + zh: 媒体服务器同步黑名单 required: false type: text - default: "audiences" @@ -665,6 +905,9 @@ additionalProperties: envKey: AUTH_SITE labelEn: Authentication Site labelZh: 认证站点 + label: + en: Authentication Site + zh: 认证站点 required: true type: select values: @@ -709,6 +952,9 @@ additionalProperties: envKey: IYUU_SIGN labelEn: IYUU Sign labelZh: IYUU 登录令牌 + label: + en: IYUU Sign + zh: IYUU 登录令牌 required: false type: text - default: "" @@ -716,6 +962,9 @@ additionalProperties: envKey: HHCLUB_USERNAME labelEn: HHClub Username labelZh: HHClub 用户名 + label: + en: HHClub Username + zh: HHClub 用户名 required: false type: text - default: "" @@ -723,6 +972,9 @@ additionalProperties: envKey: HHCLUB_PASSKEY labelEn: HHClub Passkey labelZh: HHClub 密钥 + label: + en: HHClub Passkey + zh: HHClub 密钥 required: false type: text - default: "" @@ -730,6 +982,9 @@ additionalProperties: envKey: AUDIENCES_UID labelEn: Audiences UID labelZh: Audiences 用户ID + label: + en: Audiences UID + zh: Audiences 用户ID required: false type: text - default: "" @@ -737,6 +992,9 @@ additionalProperties: envKey: AUDIENCES_PASSKEY labelEn: Audiences Passkey labelZh: Audiences 密钥 + label: + en: Audiences Passkey + zh: Audiences 密钥 required: false type: text - default: "" @@ -744,6 +1002,9 @@ additionalProperties: envKey: HDDOLBY_ID labelEn: HDDolby ID labelZh: HDDolby 用户ID + label: + en: HDDolby ID + zh: HDDolby 用户ID required: false type: text - default: "" @@ -751,6 +1012,9 @@ additionalProperties: envKey: HDDOLBY_PASSKEY labelEn: HDDolby Passkey labelZh: HDDolby 密钥 + label: + en: HDDolby Passkey + zh: HDDolby 密钥 required: false type: text - default: "" @@ -758,6 +1022,9 @@ additionalProperties: envKey: ZMPT_UID labelEn: ZMPT UID labelZh: ZMPT 用户ID + label: + en: ZMPT UID + zh: ZMPT 用户ID required: false type: text - default: "" @@ -765,6 +1032,9 @@ additionalProperties: envKey: ZMPT_PASSKEY labelEn: ZMPT Passkey labelZh: ZMPT 密钥 + label: + en: ZMPT Passkey + zh: ZMPT 密钥 required: false type: text - default: "" @@ -772,6 +1042,9 @@ additionalProperties: envKey: FREEFARM_UID labelEn: FreeFarm UID labelZh: FreeFarm 用户ID + label: + en: FreeFarm UID + zh: FreeFarm 用户ID required: false type: text - default: "" @@ -779,6 +1052,9 @@ additionalProperties: envKey: FREEFARM_PASSKEY labelEn: FreeFarm Passkey labelZh: FreeFarm 密钥 + label: + en: FreeFarm Passkey + zh: FreeFarm 密钥 required: false type: text - default: "" @@ -786,6 +1062,9 @@ additionalProperties: envKey: HDFANS_UID labelEn: HDFans UID labelZh: HDFans 用户ID + label: + en: HDFans UID + zh: HDFans 用户ID required: false type: text - default: "" @@ -793,6 +1072,9 @@ additionalProperties: envKey: HDFANS_PASSKEY labelEn: HDFans Passkey labelZh: HDFans 密钥 + label: + en: HDFans Passkey + zh: HDFans 密钥 required: false type: text - default: "" @@ -800,6 +1082,9 @@ additionalProperties: envKey: WINTERSAKURA_UID labelEn: WinterSakura UID labelZh: WinterSakura 用户ID + label: + en: WinterSakura UID + zh: WinterSakura 用户ID required: false type: text - default: "" @@ -807,6 +1092,9 @@ additionalProperties: envKey: WINTERSAKURA_PASSKEY labelEn: WinterSakura Passkey labelZh: WinterSakura 密钥 + label: + en: WinterSakura Passkey + zh: WinterSakura 密钥 required: false type: text - default: "" @@ -814,6 +1102,9 @@ additionalProperties: envKey: LEAVES_UID labelEn: Leaves UID labelZh: Leaves 用户ID + label: + en: Leaves UID + zh: Leaves 用户ID required: false type: text - default: "" @@ -821,6 +1112,9 @@ additionalProperties: envKey: LEAVES_PASSKEY labelEn: Leaves Passkey labelZh: Leaves 密钥 + label: + en: Leaves Passkey + zh: Leaves 密钥 required: false type: text - default: "" @@ -828,6 +1122,9 @@ additionalProperties: envKey: PTBA_UID labelEn: PTBA UID labelZh: PTBA 用户ID + label: + en: PTBA UID + zh: PTBA 用户ID required: false type: text - default: "" @@ -835,6 +1132,9 @@ additionalProperties: envKey: PTBA_PASSKEY labelEn: PTBA Passkey labelZh: PTBA 密钥 + label: + en: PTBA Passkey + zh: PTBA 密钥 required: false type: text - default: "" @@ -842,6 +1142,9 @@ additionalProperties: envKey: ICC2022_UID labelEn: ICC2022 UID labelZh: ICC2022 用户ID + label: + en: ICC2022 UID + zh: ICC2022 用户ID required: false type: text - default: "" @@ -849,6 +1152,9 @@ additionalProperties: envKey: ICC2022_PASSKEY labelEn: ICC2022 Passkey labelZh: ICC2022 密钥 + label: + en: ICC2022 Passkey + zh: ICC2022 密钥 required: false type: text - default: "" @@ -856,6 +1162,9 @@ additionalProperties: envKey: PTLSP_UID labelEn: PTLSP UID labelZh: PTLSP 用户ID + label: + en: PTLSP UID + zh: PTLSP 用户ID required: false type: text - default: "" @@ -863,6 +1172,9 @@ additionalProperties: envKey: PTLSP_PASSKEY labelEn: PTLSP Passkey labelZh: PTLSP 密钥 + label: + en: PTLSP Passkey + zh: PTLSP 密钥 required: false type: text - default: "" @@ -870,6 +1182,9 @@ additionalProperties: envKey: XINGTAN_UID labelEn: XINGTAN UID labelZh: XINGTAN 用户ID + label: + en: XINGTAN UID + zh: XINGTAN 用户ID required: false type: text - default: "" @@ -877,6 +1192,9 @@ additionalProperties: envKey: XINGTAN_PASSKEY labelEn: XINGTAN Passkey labelZh: XINGTAN 密钥 + label: + en: XINGTAN Passkey + zh: XINGTAN 密钥 required: false type: text - default: "" @@ -884,6 +1202,9 @@ additionalProperties: envKey: PTVICOMO_UID labelEn: PTVICOMO UID labelZh: PTVICOMO 用户ID + label: + en: PTVICOMO UID + zh: PTVICOMO 用户ID required: false type: text - default: "" @@ -891,6 +1212,9 @@ additionalProperties: envKey: PTVICOMO_PASSKEY labelEn: PTVICOMO Passkey labelZh: PTVICOMO 密钥 + label: + en: PTVICOMO Passkey + zh: PTVICOMO 密钥 required: false type: text - default: "" @@ -898,6 +1222,9 @@ additionalProperties: envKey: AGSVPT_UID labelEn: AGSVPT UID labelZh: AGSVPT 用户ID + label: + en: AGSVPT UID + zh: AGSVPT 用户ID required: false type: text - default: "" @@ -905,6 +1232,9 @@ additionalProperties: envKey: AGSVPT_PASSKEY labelEn: AGSVPT Passkey labelZh: AGSVPT 密钥 + label: + en: AGSVPT Passkey + zh: AGSVPT 密钥 required: false type: text - default: "" @@ -912,6 +1242,9 @@ additionalProperties: envKey: HDKYL_UID labelEn: HDKYL UID labelZh: HDKYL 用户ID + label: + en: HDKYL UID + zh: HDKYL 用户ID required: false type: text - default: "" @@ -919,6 +1252,9 @@ additionalProperties: envKey: HDKYL_PASSKEY labelEn: HDKYL Passkey labelZh: HDKYL 密钥 + label: + en: HDKYL Passkey + zh: HDKYL 密钥 required: false type: text - default: "" @@ -926,6 +1262,9 @@ additionalProperties: envKey: QINGWA_UID labelEn: QINGWA UID labelZh: QINGWA 用户ID + label: + en: QINGWA UID + zh: QINGWA 用户ID required: false type: text - default: "" @@ -933,6 +1272,9 @@ additionalProperties: envKey: QINGWA_PASSKEY labelEn: QINGWA Passkey labelZh: QINGWA 密钥 + label: + en: QINGWA Passkey + zh: QINGWA 密钥 required: false type: text - default: "" @@ -940,6 +1282,9 @@ additionalProperties: envKey: DISCFAN_UID labelEn: DISCFAN UID labelZh: DISCFAN 用户ID + label: + en: DISCFAN UID + zh: DISCFAN 用户ID required: false type: text - default: "" @@ -947,6 +1292,9 @@ additionalProperties: envKey: DISCFAN_PASSKEY labelEn: DISCFAN Passkey labelZh: DISCFAN 密钥 + label: + en: DISCFAN Passkey + zh: DISCFAN 密钥 required: false type: text - default: "false" @@ -954,6 +1302,9 @@ additionalProperties: envKey: BIG_MEMORY_MODE labelEn: Big Memory Mode labelZh: 大内存模式 + label: + en: Big Memory Mode + zh: 大内存模式 required: true type: select values: @@ -966,6 +1317,9 @@ additionalProperties: envKey: MOVIE_RENAME_FORMAT labelEn: Movie Rename Format labelZh: 电影重命名格式 + label: + en: Movie Rename Format + zh: 电影重命名格式 required: true type: text - default: '{{title}}{% if year %} ({{year}}){% endif %}/Season {{season}}/{{title}} - {{season_episode}}{% if part %}-{{part}}{% endif %}{% if episode %} - 第 {{episode}} 集{% endif %}{{fileExt}}' @@ -973,5 +1327,8 @@ additionalProperties: envKey: TV_RENAME_FORMAT labelEn: TV Rename Format labelZh: 电视剧重命名格式 + label: + en: TV Rename Format + zh: 电视剧重命名格式 required: true type: text diff --git a/apps/ms365-e5-renew-x/latest/data.yml b/apps/ms365-e5-renew-x/latest/data.yml index f1ff4e24a..f10adb0c3 100644 --- a/apps/ms365-e5-renew-x/latest/data.yml +++ b/apps/ms365-e5-renew-x/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,4 +16,7 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true diff --git a/apps/mt-photos-ai-devfox101/1.4.0/data.yml b/apps/mt-photos-ai-devfox101/1.4.0/data.yml index 2ccb9aec8..04c8625c3 100644 --- a/apps/mt-photos-ai-devfox101/1.4.0/data.yml +++ b/apps/mt-photos-ai-devfox101/1.4.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_AUTH_KEY labelEn: API Auth Key labelZh: API 授权密钥 + label: + en: API Auth Key + zh: API 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/mt-photos-ai-devfox101/latest/data.yml b/apps/mt-photos-ai-devfox101/latest/data.yml index 2ccb9aec8..04c8625c3 100644 --- a/apps/mt-photos-ai-devfox101/latest/data.yml +++ b/apps/mt-photos-ai-devfox101/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_AUTH_KEY labelEn: API Auth Key labelZh: API 授权密钥 + label: + en: API Auth Key + zh: API 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/mt-photos-ai/1.2.1/data.yml b/apps/mt-photos-ai/1.2.1/data.yml index c1e30c08e..d2caf73a2 100644 --- a/apps/mt-photos-ai/1.2.1/data.yml +++ b/apps/mt-photos-ai/1.2.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_AUTH_KEY labelEn: API Auth Key labelZh: API 授权密钥 + label: + en: API Auth Key + zh: API 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/mt-photos-ai/latest-onnx/data.yml b/apps/mt-photos-ai/latest-onnx/data.yml index c1e30c08e..d2caf73a2 100644 --- a/apps/mt-photos-ai/latest-onnx/data.yml +++ b/apps/mt-photos-ai/latest-onnx/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_AUTH_KEY labelEn: API Auth Key labelZh: API 授权密钥 + label: + en: API Auth Key + zh: API 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/mt-photos-ai/latest/data.yml b/apps/mt-photos-ai/latest/data.yml index c1e30c08e..d2caf73a2 100644 --- a/apps/mt-photos-ai/latest/data.yml +++ b/apps/mt-photos-ai/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_AUTH_KEY labelEn: API Auth Key labelZh: API 授权密钥 + label: + en: API Auth Key + zh: API 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/mt-photos-deepface/1.0.3/data.yml b/apps/mt-photos-deepface/1.0.3/data.yml index 11b9fa368..9de7ca611 100644 --- a/apps/mt-photos-deepface/1.0.3/data.yml +++ b/apps/mt-photos-deepface/1.0.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_AUTH_KEY labelEn: API Auth Key labelZh: API 授权密钥 + label: + en: API Auth Key + zh: API 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/mt-photos-deepface/latest-cuda/data.yml b/apps/mt-photos-deepface/latest-cuda/data.yml index 11b9fa368..9de7ca611 100644 --- a/apps/mt-photos-deepface/latest-cuda/data.yml +++ b/apps/mt-photos-deepface/latest-cuda/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_AUTH_KEY labelEn: API Auth Key labelZh: API 授权密钥 + label: + en: API Auth Key + zh: API 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/mt-photos-deepface/latest/data.yml b/apps/mt-photos-deepface/latest/data.yml index 11b9fa368..9de7ca611 100644 --- a/apps/mt-photos-deepface/latest/data.yml +++ b/apps/mt-photos-deepface/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: API_AUTH_KEY labelEn: API Auth Key labelZh: API 授权密钥 + label: + en: API Auth Key + zh: API 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/mt-photos/1.42.0/data.yml b/apps/mt-photos/1.42.0/data.yml index 22a365a42..dc3790daf 100644 --- a/apps/mt-photos/1.42.0/data.yml +++ b/apps/mt-photos/1.42.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "./data/config" @@ -20,6 +26,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/upload" @@ -27,6 +36,9 @@ additionalProperties: envKey: UPLOAD_PATH labelEn: Upload Path labelZh: 上传路径 + label: + en: Upload Path + zh: 上传路径 required: true type: text - default: "./data/media-1" @@ -34,6 +46,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "/media-1" @@ -41,6 +56,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL labelEn: Internal Media Path labelZh: 容器内部媒体路径 + label: + en: Internal Media Path + zh: 容器内部媒体路径 required: true type: text - default: "./data/media-2" @@ -48,6 +66,9 @@ additionalProperties: envKey: MEDIA_PATH_2 labelEn: Media Path 2 labelZh: 媒体路径 2 + label: + en: Media Path 2 + zh: 媒体路径 2 required: true type: text - default: "/media-2" @@ -55,5 +76,8 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL_2 labelEn: Internal Media Path 2 labelZh: 容器内部媒体路径 2 + label: + en: Internal Media Path 2 + zh: 容器内部媒体路径 2 required: true type: text diff --git a/apps/mt-photos/latest/data.yml b/apps/mt-photos/latest/data.yml index 22a365a42..dc3790daf 100644 --- a/apps/mt-photos/latest/data.yml +++ b/apps/mt-photos/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "./data/config" @@ -20,6 +26,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/upload" @@ -27,6 +36,9 @@ additionalProperties: envKey: UPLOAD_PATH labelEn: Upload Path labelZh: 上传路径 + label: + en: Upload Path + zh: 上传路径 required: true type: text - default: "./data/media-1" @@ -34,6 +46,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "/media-1" @@ -41,6 +56,9 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL labelEn: Internal Media Path labelZh: 容器内部媒体路径 + label: + en: Internal Media Path + zh: 容器内部媒体路径 required: true type: text - default: "./data/media-2" @@ -48,6 +66,9 @@ additionalProperties: envKey: MEDIA_PATH_2 labelEn: Media Path 2 labelZh: 媒体路径 2 + label: + en: Media Path 2 + zh: 媒体路径 2 required: true type: text - default: "/media-2" @@ -55,5 +76,8 @@ additionalProperties: envKey: MEDIA_PATH_INTERNAL_2 labelEn: Internal Media Path 2 labelZh: 容器内部媒体路径 2 + label: + en: Internal Media Path 2 + zh: 容器内部媒体路径 2 required: true type: text diff --git a/apps/mtab/2.6.0/data.yml b/apps/mtab/2.6.0/data.yml index ab7efe634..090fee62e 100644 --- a/apps/mtab/2.6.0/data.yml +++ b/apps/mtab/2.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/mtab/latest/data.yml b/apps/mtab/latest/data.yml index ab7efe634..090fee62e 100644 --- a/apps/mtab/latest/data.yml +++ b/apps/mtab/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/music-tag-web/2.6.0/data.yml b/apps/music-tag-web/2.6.0/data.yml index ed4ad443a..7cd1f5816 100644 --- a/apps/music-tag-web/2.6.0/data.yml +++ b/apps/music-tag-web/2.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/music-tag-web/latest/data.yml b/apps/music-tag-web/latest/data.yml index ed4ad443a..7cd1f5816 100644 --- a/apps/music-tag-web/latest/data.yml +++ b/apps/music-tag-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/mx-space-db/8.4.0/data.yml b/apps/mx-space-db/8.4.0/data.yml index c03f12958..b92ca91ba 100644 --- a/apps/mx-space-db/8.4.0/data.yml +++ b/apps/mx-space-db/8.4.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MX_SERVER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2333 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: JWT_SECRET labelZh: JWT 密钥 labelEn: JWT Secret + label: + en: JWT Secret + zh: JWT 密钥 required: true type: text - default: ",localhost" @@ -27,5 +36,8 @@ additionalProperties: envKey: ALLOWED_ORIGINS labelZh: 允许的访问来源 labelEn: 允许的访问来源 + label: + en: 允许的访问来源 + zh: 允许的访问来源 required: true type: text diff --git a/apps/mx-space-theme-shiro/1.2.3/data.yml b/apps/mx-space-theme-shiro/1.2.3/data.yml index 393d6dfb8..cc9746432 100644 --- a/apps/mx-space-theme-shiro/1.2.3/data.yml +++ b/apps/mx-space-theme-shiro/1.2.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MX_SERVER_SHIRO_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2323 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: NEXT_PUBLIC_API_URL labelZh: API 地址 labelEn: API URL + label: + en: API URL + zh: API 地址 required: true type: text - default: "http://127.0.0.1:2333/" @@ -27,6 +36,9 @@ additionalProperties: envKey: NEXT_PUBLIC_GATEWAY_URL labelZh: 网关地址 labelEn: Gateway URL + label: + en: Gateway URL + zh: 网关地址 required: true type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: TMDB_API_KEY labelZh: TMDB API KEY labelEn: TMDB API KEY + label: + en: TMDB API KEY + zh: TMDB API KEY required: false type: text - default: "" @@ -41,5 +56,8 @@ additionalProperties: envKey: GH_TOKEN labelZh: Github Token labelEn: Github Token + label: + en: Github Token + zh: Github Token required: false type: text diff --git a/apps/mx-space/8.4.0/data.yml b/apps/mx-space/8.4.0/data.yml index c09f21770..af897f479 100644 --- a/apps/mx-space/8.4.0/data.yml +++ b/apps/mx-space/8.4.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: MX_SERVER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2333 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: JWT_SECRET labelZh: JWT 密钥 labelEn: JWT Secret + label: + en: JWT Secret + zh: JWT 密钥 required: true type: text - default: ",localhost" @@ -27,6 +36,9 @@ additionalProperties: envKey: ALLOWED_ORIGINS labelZh: 允许的访问来源 labelEn: 允许的访问来源 + label: + en: 允许的访问来源 + zh: 允许的访问来源 required: true type: text - default: "127.0.0.1" @@ -34,6 +46,9 @@ additionalProperties: envKey: DB_HOST labelZh: 数据库 主机地址 (MongoDB) labelEn: Database Host (MongoDB) + label: + en: Database Host (MongoDB) + zh: 数据库 主机地址 (MongoDB) required: true type: text - default: 27017 @@ -41,6 +56,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 (MongoDB) labelEn: Database Port (MongoDB) + label: + en: Database Port (MongoDB) + zh: 数据库 端口 (MongoDB) required: true rule: paramPort type: number @@ -49,6 +67,9 @@ additionalProperties: envKey: DB_COLLECTION_NAME labelZh: 数据库 名称 (MongoDB) labelEn: Database Name (MongoDB) + label: + en: Database Name (MongoDB) + zh: 数据库 名称 (MongoDB) required: true rule: paramCommon type: text @@ -57,6 +78,9 @@ additionalProperties: envKey: DB_USER labelZh: 数据库 用户名 (MongoDB) labelEn: Database Username (MongoDB) + label: + en: Database Username (MongoDB) + zh: 数据库 用户名 (MongoDB) required: false type: text - default: "mx-space" @@ -64,6 +88,9 @@ additionalProperties: envKey: DB_PASSWORD labelZh: 数据库 密码 (MongoDB) labelEn: Database Password (MongoDB) + label: + en: Database Password (MongoDB) + zh: 数据库 密码 (MongoDB) random: true required: false rule: paramComplexity @@ -73,6 +100,9 @@ additionalProperties: envKey: REDIS_HOST labelZh: Redis 主机 labelEn: Redis Host + label: + en: Redis Host + zh: Redis 主机 required: true type: text - default: 6379 @@ -80,6 +110,9 @@ additionalProperties: envKey: REDIS_PORT labelZh: Redis 端口 labelEn: Redis Port + label: + en: Redis Port + zh: Redis 端口 required: true rule: paramPort type: number @@ -88,5 +121,8 @@ additionalProperties: envKey: REDIS_PASSWORD labelZh: Redis 密码 labelEn: Redis Password + label: + en: Redis Password + zh: Redis 密码 required: false type: password diff --git a/apps/myip/5.0.6/data.yml b/apps/myip/5.0.6/data.yml index 096c954bf..4d167c717 100644 --- a/apps/myip/5.0.6/data.yml +++ b/apps/myip/5.0.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: BING_MAP_API_KEY labelEn: Bing Map API Key labelZh: Bing 地图 API Key + label: + en: Bing Map API Key + zh: Bing 地图 API Key required: false type: text - default: '' @@ -20,6 +26,9 @@ additionalProperties: envKey: IPINFO_API_TOKEN labelEn: IPInfo.io API labelZh: IPinfo.io 的 API + label: + en: IPInfo.io API + zh: IPinfo.io 的 API required: false type: text - default: "example.com" @@ -27,5 +36,8 @@ additionalProperties: envKey: ALLOWED_DOMAINS labelEn: Allowed domains labelZh: 允许的域名 + label: + en: Allowed domains + zh: 允许的域名 required: false type: text diff --git a/apps/myip/latest/data.yml b/apps/myip/latest/data.yml index 096c954bf..4d167c717 100644 --- a/apps/myip/latest/data.yml +++ b/apps/myip/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: BING_MAP_API_KEY labelEn: Bing Map API Key labelZh: Bing 地图 API Key + label: + en: Bing Map API Key + zh: Bing 地图 API Key required: false type: text - default: '' @@ -20,6 +26,9 @@ additionalProperties: envKey: IPINFO_API_TOKEN labelEn: IPInfo.io API labelZh: IPinfo.io 的 API + label: + en: IPInfo.io API + zh: IPinfo.io 的 API required: false type: text - default: "example.com" @@ -27,5 +36,8 @@ additionalProperties: envKey: ALLOWED_DOMAINS labelEn: Allowed domains labelZh: 允许的域名 + label: + en: Allowed domains + zh: 允许的域名 required: false type: text diff --git a/apps/mynodequery/1.0.6.0/data.yml b/apps/mynodequery/1.0.6.0/data.yml index 94800a289..d63dbe1db 100644 --- a/apps/mynodequery/1.0.6.0/data.yml +++ b/apps/mynodequery/1.0.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/mynodequery/latest/data.yml b/apps/mynodequery/latest/data.yml index 94800a289..d63dbe1db 100644 --- a/apps/mynodequery/latest/data.yml +++ b/apps/mynodequery/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/mysql/5.5.62/data.yml b/apps/mysql/5.5.62/data.yml index 221fa8bde..95ef2d41e 100644 --- a/apps/mysql/5.5.62/data.yml +++ b/apps/mysql/5.5.62/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_PASSWORD labelEn: Root Password labelZh: root用户密码 + label: + en: Root Password + zh: root用户密码 random: true required: true rule: paramComplexity @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/n8n/1.117.1/data.yml b/apps/n8n/1.117.1/data.yml index dd3aa35d7..eafc59019 100644 --- a/apps/n8n/1.117.1/data.yml +++ b/apps/n8n/1.117.1/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: false type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: N8N_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5678 @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -34,6 +43,9 @@ additionalProperties: envKey: N8N_EDITOR_BASE_URL labelZh: 编辑器基础URL labelEn: Editor Base URL + label: + en: Editor Base URL + zh: 编辑器基础URL required: true type: text - default: "postgresdb" @@ -41,6 +53,9 @@ additionalProperties: envKey: DB_TYPE labelZh: 数据库类型 labelEn: Database type + label: + en: Database type + zh: 数据库类型 required: true type: select values: @@ -53,6 +68,9 @@ additionalProperties: envKey: DB_POSTGRESDB_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: false type: text - default: 5432 @@ -60,6 +78,9 @@ additionalProperties: envKey: DB_POSTGRESDB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: false rule: paramPort type: number @@ -68,6 +89,9 @@ additionalProperties: envKey: DB_POSTGRESDB_DATABASE labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: false rule: paramCommon type: text @@ -76,6 +100,9 @@ additionalProperties: envKey: DB_POSTGRESDB_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: false type: text - default: "" @@ -83,6 +110,9 @@ additionalProperties: envKey: DB_POSTGRESDB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: false rule: paramComplexity @@ -92,6 +122,9 @@ additionalProperties: envKey: N8N_DISABLE_UI labelZh: 禁用UI labelEn: Disable UI + label: + en: Disable UI + zh: 禁用UI required: true type: select values: @@ -104,6 +137,9 @@ additionalProperties: envKey: N8N_PREVIEW_MODE labelZh: 预览模式 labelEn: Preview Mode + label: + en: Preview Mode + zh: 预览模式 required: true type: select values: @@ -116,6 +152,9 @@ additionalProperties: envKey: N8N_TEMPLATES_ENABLED labelZh: 工作流模板 labelEn: Workflow Templates + label: + en: Workflow Templates + zh: 工作流模板 required: true type: select values: @@ -128,6 +167,9 @@ additionalProperties: envKey: N8N_PERSONALIZATION_ENABLED labelZh: 个性化问题询问 labelEn: Personalization Question + label: + en: Personalization Question + zh: 个性化问题询问 required: true type: select values: @@ -140,6 +182,9 @@ additionalProperties: envKey: N8N_PUBLIC_API_SWAGGERUI_DISABLED labelZh: 禁用API文档 labelEn: Disable API Documentation + label: + en: Disable API Documentation + zh: 禁用API文档 required: true type: select values: @@ -152,6 +197,9 @@ additionalProperties: envKey: N8N_PUBLIC_API_DISABLED labelZh: 禁用公共API labelEn: Disable Public API + label: + en: Disable Public API + zh: 禁用公共API required: true type: select values: diff --git a/apps/nacos-derby/3.1.0/data.yml b/apps/nacos-derby/3.1.0/data.yml index 625dea19a..5f8287c50 100644 --- a/apps/nacos-derby/3.1.0/data.yml +++ b/apps/nacos-derby/3.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NACOS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: WebUI API 端口 labelEn: WebUI API port + label: + en: WebUI API port + zh: WebUI API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_GRPC labelZh: Nacos gRPC 端口 labelEn: Nacos gRPC port + label: + en: Nacos gRPC port + zh: Nacos gRPC 端口 required: true rule: paramPort type: number @@ -35,6 +47,9 @@ additionalProperties: envKey: PREFER_HOST_MODE labelZh: IP模式/域名模式 labelEn: IP mode/hostname mode + label: + en: IP mode/hostname mode + zh: IP模式/域名模式 required: true type: select values: @@ -47,6 +62,9 @@ additionalProperties: envKey: NACOS_SERVER_IP labelZh: 服务IP labelEn: Server IP + label: + en: Server IP + zh: 服务IP required: true type: text - default: "serverIdentity" @@ -54,6 +72,9 @@ additionalProperties: envKey: NACOS_AUTH_IDENTITY_KEY labelZh: Nacos身份验证密钥键 labelEn: Nacos auth identity key + label: + en: Nacos auth identity key + zh: Nacos身份验证密钥键 required: true type: text - default: "security" @@ -61,6 +82,9 @@ additionalProperties: envKey: NACOS_AUTH_IDENTITY_VALUE labelZh: Nacos身份验证密钥值 labelEn: Nacos auth identity value + label: + en: Nacos auth identity value + zh: Nacos身份验证密钥值 required: true type: text - default: "SecretKey012345678901234567890123456789012345678901234567890123456789" @@ -68,6 +92,9 @@ additionalProperties: envKey: NACOS_AUTH_TOKEN labelZh: Nacos身份验证令牌(至少32位字符的Base64编码) labelEn: Nacos auth token + label: + en: Nacos auth token + zh: Nacos身份验证令牌(至少32位字符的Base64编码) required: true type: text - default: "512m" @@ -75,6 +102,9 @@ additionalProperties: envKey: JVM_XMS labelZh: JVM_XMS (初始内存大小) labelEn: JVM_XMS (Initial memory size) + label: + en: JVM_XMS (Initial memory size) + zh: JVM_XMS (初始内存大小) required: true type: text - default: "2g" @@ -82,6 +112,9 @@ additionalProperties: envKey: JVM_XMX labelEn: JVM_XMX (Maximum memory size) labelZh: JVM_XMX (最大内存大小) + label: + en: JVM_XMX (Maximum memory size) + zh: JVM_XMX (最大内存大小) required: true type: text - default: "128m" @@ -89,6 +122,9 @@ additionalProperties: envKey: JVM_XMN labelEn: JVM_XMN (New generation memory) labelZh: JVM_XMN (新生代内存) + label: + en: JVM_XMN (New generation memory) + zh: JVM_XMN (新生代内存) required: true type: text - default: "128m" @@ -96,6 +132,9 @@ additionalProperties: envKey: JVM_MS labelEn: JVM_MS (Initial metaspace) labelZh: JVM_MS (初始元空间大小) + label: + en: JVM_MS (Initial metaspace) + zh: JVM_MS (初始元空间大小) required: true type: text - default: "320m" @@ -103,5 +142,8 @@ additionalProperties: envKey: JVM_MMS labelEn: JVM_MMS (Maximum metaspace) labelZh: JVM_MMS (最大元空间大小) + label: + en: JVM_MMS (Maximum metaspace) + zh: JVM_MMS (最大元空间大小) required: true type: text diff --git a/apps/nacos/3.1.0/data.yml b/apps/nacos/3.1.0/data.yml index 995d23c58..6f75e1378 100644 --- a/apps/nacos/3.1.0/data.yml +++ b/apps/nacos/3.1.0/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -24,6 +27,9 @@ additionalProperties: envKey: NACOS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -31,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -39,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: WebUI API 端口 labelEn: WebUI API port + label: + en: WebUI API port + zh: WebUI API 端口 required: true rule: paramPort type: number @@ -47,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_GRPC labelZh: Nacos gRPC 端口 labelEn: Nacos gRPC port + label: + en: Nacos gRPC port + zh: Nacos gRPC 端口 required: true rule: paramPort type: number @@ -54,6 +69,9 @@ additionalProperties: envKey: PREFER_HOST_MODE labelZh: IP模式/域名模式 labelEn: IP mode/hostname mode + label: + en: IP mode/hostname mode + zh: IP模式/域名模式 required: true type: select values: @@ -66,6 +84,9 @@ additionalProperties: envKey: NACOS_SERVER_IP labelZh: 服务IP labelEn: Server IP + label: + en: Server IP + zh: 服务IP required: true type: text - default: "serverIdentity" @@ -73,6 +94,9 @@ additionalProperties: envKey: NACOS_AUTH_IDENTITY_KEY labelZh: Nacos身份验证密钥键 labelEn: Nacos auth identity key + label: + en: Nacos auth identity key + zh: Nacos身份验证密钥键 required: true type: text - default: "security" @@ -80,6 +104,9 @@ additionalProperties: envKey: NACOS_AUTH_IDENTITY_VALUE labelZh: Nacos身份验证密钥值 labelEn: Nacos auth identity value + label: + en: Nacos auth identity value + zh: Nacos身份验证密钥值 required: true type: text - default: "SecretKey012345678901234567890123456789012345678901234567890123456789" @@ -87,6 +114,9 @@ additionalProperties: envKey: NACOS_AUTH_TOKEN labelZh: Nacos身份验证令牌(至少32位字符的Base64编码) labelEn: Nacos auth token + label: + en: Nacos auth token + zh: Nacos身份验证令牌(至少32位字符的Base64编码) required: true type: text - default: "512m" @@ -94,6 +124,9 @@ additionalProperties: envKey: JVM_XMS labelZh: JVM_XMS (初始内存大小) labelEn: JVM_XMS (Initial memory size) + label: + en: JVM_XMS (Initial memory size) + zh: JVM_XMS (初始内存大小) required: true type: text - default: "2g" @@ -101,6 +134,9 @@ additionalProperties: envKey: JVM_XMX labelEn: JVM_XMX (Maximum memory size) labelZh: JVM_XMX (最大内存大小) + label: + en: JVM_XMX (Maximum memory size) + zh: JVM_XMX (最大内存大小) required: true type: text - default: "128m" @@ -108,6 +144,9 @@ additionalProperties: envKey: JVM_XMN labelEn: JVM_XMN (New generation memory) labelZh: JVM_XMN (新生代内存) + label: + en: JVM_XMN (New generation memory) + zh: JVM_XMN (新生代内存) required: true type: text - default: "128m" @@ -115,6 +154,9 @@ additionalProperties: envKey: JVM_MS labelEn: JVM_MS (Initial metaspace) labelZh: JVM_MS (初始元空间大小) + label: + en: JVM_MS (Initial metaspace) + zh: JVM_MS (初始元空间大小) required: true type: text - default: "320m" @@ -122,6 +164,9 @@ additionalProperties: envKey: JVM_MMS labelEn: JVM_MMS (Maximum metaspace) labelZh: JVM_MMS (最大元空间大小) + label: + en: JVM_MMS (Maximum metaspace) + zh: JVM_MMS (最大元空间大小) required: true type: text - default: "127.0.0.1" @@ -129,6 +174,9 @@ additionalProperties: envKey: MYSQL_SERVICE_HOST labelZh: 数据库 主机 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机 required: true type: text - default: 3306 @@ -136,6 +184,9 @@ additionalProperties: envKey: MYSQL_SERVICE_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -144,6 +195,9 @@ additionalProperties: envKey: MYSQL_SERVICE_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -151,6 +205,9 @@ additionalProperties: envKey: MYSQL_SERVICE_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 required: true type: password - default: "nacos" @@ -158,6 +215,9 @@ additionalProperties: envKey: MYSQL_SERVICE_DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true" @@ -165,5 +225,8 @@ additionalProperties: envKey: MYSQL_SERVICE_DB_PARAM labelZh: 数据库 连接参数 labelEn: Database Connection Parameters + label: + en: Database Connection Parameters + zh: 数据库 连接参数 required: true type: text diff --git a/apps/nas-tools/3.4.1/data.yml b/apps/nas-tools/3.4.1/data.yml index 96a81aa3a..5f9fbc5bf 100644 --- a/apps/nas-tools/3.4.1/data.yml +++ b/apps/nas-tools/3.4.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "40296" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/media" @@ -27,6 +36,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "0" @@ -34,6 +46,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "0" @@ -41,6 +56,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "000" @@ -48,6 +66,9 @@ additionalProperties: envKey: UMASK labelEn: Umask labelZh: 掩码权限 + label: + en: Umask + zh: 掩码权限 required: true type: text - default: "false" @@ -55,6 +76,9 @@ additionalProperties: envKey: NASTOOL_AUTO_UPDATE labelEn: Auto Update labelZh: 自动更新 + label: + en: Auto Update + zh: 自动更新 required: true type: select values: @@ -67,6 +91,9 @@ additionalProperties: envKey: NASTOOL_CN_UPDATE labelEn: CN Update labelZh: 国内更新 + label: + en: CN Update + zh: 国内更新 required: true type: select values: diff --git a/apps/nas-tools/latest/data.yml b/apps/nas-tools/latest/data.yml index 96a81aa3a..5f9fbc5bf 100644 --- a/apps/nas-tools/latest/data.yml +++ b/apps/nas-tools/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "40296" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/media" @@ -27,6 +36,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "0" @@ -34,6 +46,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "0" @@ -41,6 +56,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "000" @@ -48,6 +66,9 @@ additionalProperties: envKey: UMASK labelEn: Umask labelZh: 掩码权限 + label: + en: Umask + zh: 掩码权限 required: true type: text - default: "false" @@ -55,6 +76,9 @@ additionalProperties: envKey: NASTOOL_AUTO_UPDATE labelEn: Auto Update labelZh: 自动更新 + label: + en: Auto Update + zh: 自动更新 required: true type: select values: @@ -67,6 +91,9 @@ additionalProperties: envKey: NASTOOL_CN_UPDATE labelEn: CN Update labelZh: 国内更新 + label: + en: CN Update + zh: 国内更新 required: true type: select values: diff --git a/apps/natter/2.2.1/data.yml b/apps/natter/2.2.1/data.yml index fa0c5f056..32bbb2d99 100644 --- a/apps/natter/2.2.1/data.yml +++ b/apps/natter/2.2.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SERVICE_NAME labelEn: Service Name labelZh: 服务名称 + label: + en: Service Name + zh: 服务名称 required: true rule: paramCommon type: text @@ -13,6 +16,9 @@ additionalProperties: envKey: COMMAND labelEn: Command labelZh: 命令 + label: + en: Command + zh: 命令 required: true type: text - default: "./data" @@ -20,6 +26,9 @@ additionalProperties: envKey: EXTERNAL_DATA_PATH labelEn: External Data Path labelZh: 外部数据路径 + label: + en: External Data Path + zh: 外部数据路径 required: true type: text - default: "/data" @@ -27,6 +36,9 @@ additionalProperties: envKey: INTERNAL_DATA_PATH labelEn: Internal container data paths labelZh: 容器内部数据路径 + label: + en: Internal container data paths + zh: 容器内部数据路径 required: true type: text - default: Asia/Shanghai @@ -34,5 +46,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/natter/latest/data.yml b/apps/natter/latest/data.yml index fa0c5f056..32bbb2d99 100644 --- a/apps/natter/latest/data.yml +++ b/apps/natter/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SERVICE_NAME labelEn: Service Name labelZh: 服务名称 + label: + en: Service Name + zh: 服务名称 required: true rule: paramCommon type: text @@ -13,6 +16,9 @@ additionalProperties: envKey: COMMAND labelEn: Command labelZh: 命令 + label: + en: Command + zh: 命令 required: true type: text - default: "./data" @@ -20,6 +26,9 @@ additionalProperties: envKey: EXTERNAL_DATA_PATH labelEn: External Data Path labelZh: 外部数据路径 + label: + en: External Data Path + zh: 外部数据路径 required: true type: text - default: "/data" @@ -27,6 +36,9 @@ additionalProperties: envKey: INTERNAL_DATA_PATH labelEn: Internal container data paths labelZh: 容器内部数据路径 + label: + en: Internal container data paths + zh: 容器内部数据路径 required: true type: text - default: Asia/Shanghai @@ -34,5 +46,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/navidrome/latest/data.yml b/apps/navidrome/latest/data.yml index 93941877f..b3f3bad00 100644 --- a/apps/navidrome/latest/data.yml +++ b/apps/navidrome/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/music @@ -20,5 +26,8 @@ additionalProperties: envKey: MUSIC_PATH labelEn: Music folder path labelZh: 音乐文件夹路径 + label: + en: Music folder path + zh: 音乐文件夹路径 required: true type: text diff --git a/apps/navidrome/pr-2295/data.yml b/apps/navidrome/pr-2295/data.yml index 93941877f..b3f3bad00 100644 --- a/apps/navidrome/pr-2295/data.yml +++ b/apps/navidrome/pr-2295/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/music @@ -20,5 +26,8 @@ additionalProperties: envKey: MUSIC_PATH labelEn: Music folder path labelZh: 音乐文件夹路径 + label: + en: Music folder path + zh: 音乐文件夹路径 required: true type: text diff --git a/apps/neko/latest/data.yml b/apps/neko/latest/data.yml index 4d8dafedd..4ba7eed70 100644 --- a/apps/neko/latest/data.yml +++ b/apps/neko/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: IMAGE_NAME labelEn: Image Name labelZh: 镜像名称 + label: + en: Image Name + zh: 镜像名称 required: true type: select values: @@ -39,6 +42,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -47,6 +53,9 @@ additionalProperties: envKey: NEKO_SCREEN labelEn: Screen Resolution labelZh: 屏幕分辨率 + label: + en: Screen Resolution + zh: 屏幕分辨率 required: true type: text - default: "neko" @@ -54,6 +63,9 @@ additionalProperties: envKey: NEKO_PASSWORD labelEn: User Password labelZh: 用户密码 + label: + en: User Password + zh: 用户密码 required: true type: password - default: "admin" @@ -61,6 +73,9 @@ additionalProperties: envKey: NEKO_PASSWORD_ADMIN labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "52000-52100" @@ -68,6 +83,9 @@ additionalProperties: envKey: NEKO_EPR labelEn: WebRTC UDP Port Range labelZh: WebRTC UDP 端口范围 + label: + en: WebRTC UDP Port Range + zh: WebRTC UDP 端口范围 required: true type: text - default: "1" @@ -75,6 +93,9 @@ additionalProperties: envKey: NEKO_ICELITE labelEn: ICELite Mode labelZh: ICELite 模式 + label: + en: ICELite Mode + zh: ICELite 模式 required: true type: number - default: "2048m" @@ -82,6 +103,9 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用 (1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用 (1gb) required: true type: text - default: "./data/Downloads" @@ -89,6 +113,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download Path (Pay attention to folder permissions) labelZh: 下载文件路径 (注意文件夹权限) + label: + en: Download Path (Pay attention to folder permissions) + zh: 下载文件路径 (注意文件夹权限) required: true type: text - default: "false" @@ -96,6 +123,9 @@ additionalProperties: envKey: NEKO_CONTROL_PROTECTION labelEn: Control Protection labelZh: 控制保护 + label: + en: Control Protection + zh: 控制保护 required: true type: select values: @@ -108,6 +138,9 @@ additionalProperties: envKey: NEKO_IMPLICIT_CONTROL labelEn: Implicit Control labelZh: 隐式控制 + label: + en: Implicit Control + zh: 隐式控制 required: true type: select values: @@ -120,6 +153,9 @@ additionalProperties: envKey: NEKO_LOCKS labelEn: Locks labelZh: 锁定 + label: + en: Locks + zh: 锁定 required: false type: text - default: "" @@ -127,6 +163,9 @@ additionalProperties: envKey: NEKO_NAT1TO1 labelEn: NAT1to1 IP labelZh: NAT1to1 IP + label: + en: NAT1to1 IP + zh: NAT1to1 IP required: false type: text - default: "" @@ -134,6 +173,9 @@ additionalProperties: envKey: NEKO_IPFETCH labelEn: IP Fetch URL labelZh: IP 获取URL + label: + en: IP Fetch URL + zh: IP 获取URL required: false type: text - default: "" @@ -141,6 +183,9 @@ additionalProperties: envKey: NEKO_ICESERVER labelEn: ICE Server labelZh: ICE 服务器 + label: + en: ICE Server + zh: ICE 服务器 required: false type: text - default: "" @@ -148,6 +193,9 @@ additionalProperties: envKey: NEKO_ICESERVERS labelEn: ICE Servers labelZh: ICE 服务器组 + label: + en: ICE Servers + zh: ICE 服务器组 required: false type: text - default: "vp8" @@ -155,6 +203,9 @@ additionalProperties: envKey: NEKO_VIDEO_CODEC labelEn: Video Codec labelZh: 视频编解码器 + label: + en: Video Codec + zh: 视频编解码器 required: false type: text - default: "3500" @@ -162,6 +213,9 @@ additionalProperties: envKey: NEKO_VIDEO_BITRATE labelEn: Video Bitrate labelZh: 视频比特率 + label: + en: Video Bitrate + zh: 视频比特率 required: false type: number - default: "0" @@ -169,6 +223,9 @@ additionalProperties: envKey: NEKO_MAX_FPS labelEn: Max FPS labelZh: 最大FPS + label: + en: Max FPS + zh: 最大FPS required: false type: number - default: "none" @@ -176,6 +233,9 @@ additionalProperties: envKey: NEKO_HWENC labelEn: Hardware Encoder labelZh: 硬件编码器 + label: + en: Hardware Encoder + zh: 硬件编码器 required: false type: text - default: "opus" @@ -183,6 +243,9 @@ additionalProperties: envKey: NEKO_AUDIO_CODEC labelEn: Audio Codec labelZh: 音频编解码器 + label: + en: Audio Codec + zh: 音频编解码器 required: false type: text - default: 196 @@ -190,6 +253,9 @@ additionalProperties: envKey: NEKO_AUDIO_BITRATE labelEn: Audio Bitrate labelZh: 音频比特率 + label: + en: Audio Bitrate + zh: 音频比特率 required: false type: number - default: "" @@ -197,6 +263,9 @@ additionalProperties: envKey: NEKO_BROADCAST_PIPELINE labelEn: Broadcast Pipeline labelZh: 广播管道 + label: + en: Broadcast Pipeline + zh: 广播管道 required: false type: text - default: "" @@ -204,6 +273,9 @@ additionalProperties: envKey: NEKO_BROADCAST_URL labelEn: Broadcast URL labelZh: 广播URL + label: + en: Broadcast URL + zh: 广播URL required: false type: text - default: "false" @@ -211,6 +283,9 @@ additionalProperties: envKey: NEKO_BROADCAST_AUTOSTART labelEn: Broadcast Autostart labelZh: 广播自动启动 + label: + en: Broadcast Autostart + zh: 广播自动启动 required: true type: select values: @@ -223,6 +298,9 @@ additionalProperties: envKey: NEKO_BIND labelEn: Bind Address labelZh: 绑定地址 + label: + en: Bind Address + zh: 绑定地址 required: true rule: paramPort type: number @@ -231,6 +309,9 @@ additionalProperties: envKey: NEKO_CERT labelEn: SSL Certificate Path labelZh: SSL证书路径 + label: + en: SSL Certificate Path + zh: SSL证书路径 required: false type: text - default: "" @@ -238,6 +319,9 @@ additionalProperties: envKey: NEKO_KEY labelEn: SSL Key Path labelZh: SSL 密钥路径 + label: + en: SSL Key Path + zh: SSL 密钥路径 required: false type: text - default: "false" @@ -245,6 +329,9 @@ additionalProperties: envKey: NEKO_PROXY labelEn: Proxy Mode labelZh: 代理模式 + label: + en: Proxy Mode + zh: 代理模式 required: true type: select values: @@ -257,6 +344,9 @@ additionalProperties: envKey: NEKO_PATH_PREFIX labelEn: Path Prefix labelZh: 路径前缀 + label: + en: Path Prefix + zh: 路径前缀 required: false type: text - default: "" @@ -264,6 +354,9 @@ additionalProperties: envKey: NEKO_CORS labelEn: CORS labelZh: 跨域资源共享 + label: + en: CORS + zh: 跨域资源共享 required: false type: text - default: "true" @@ -271,6 +364,9 @@ additionalProperties: envKey: NEKO_FILE_TRANSFER_ENABLED labelEn: File Transfer Enabled labelZh: 文件传输已启用 + label: + en: File Transfer Enabled + zh: 文件传输已启用 required: true type: select values: @@ -283,6 +379,9 @@ additionalProperties: envKey: NEKO_FILE_TRANSFER_PATH labelEn: File Transfer Path labelZh: 文件传输路径 + label: + en: File Transfer Path + zh: 文件传输路径 required: false type: text - default: "" @@ -290,6 +389,9 @@ additionalProperties: envKey: NEKO_DISPLAY labelEn: Display labelZh: 显示 + label: + en: Display + zh: 显示 required: false type: text - default: "" @@ -297,6 +399,9 @@ additionalProperties: envKey: NEKO_DEVICE labelEn: Device labelZh: 设备 + label: + en: Device + zh: 设备 required: false type: text - default: "" @@ -304,5 +409,8 @@ additionalProperties: envKey: NEKO_STATIC labelEn: Static Files Path labelZh: 静态文件路径 + label: + en: Static Files Path + zh: 静态文件路径 required: false type: text diff --git a/apps/neo-api/latest/data.yml b/apps/neo-api/latest/data.yml index e5d51ca3e..dac7f99d5 100644 --- a/apps/neo-api/latest/data.yml +++ b/apps/neo-api/latest/data.yml @@ -1,52 +1,70 @@ additionalProperties: formFields: - - default: "" - edit: true - envKey: PANEL_DB_HOST - key: mysql - labelEn: Database Service - labelZh: 数据库服务 - required: true - type: service - - default: neoapi - edit: true - envKey: PANEL_DB_NAME - labelEn: Database - labelZh: 数据库名 - random: true - required: true - rule: paramCommon - type: text - - default: neoapi - edit: true - envKey: PANEL_DB_USER - labelEn: User - labelZh: 数据库用户 - random: true - required: true - rule: paramCommon - type: text - - default: neoapi - edit: true - envKey: PANEL_DB_USER_PASSWORD - labelEn: Password - labelZh: 数据库用户密码 - random: true - required: true - rule: paramComplexity - type: password - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: Asia/Shanghai - edit: true - envKey: TZ - labelEn: Time Zone - labelZh: 时区 - required: true - type: text + - default: "" + edit: true + envKey: PANEL_DB_HOST + key: mysql + labelEn: Database Service + labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 + required: true + type: service + - default: neoapi + edit: true + envKey: PANEL_DB_NAME + labelEn: Database + labelZh: 数据库名 + label: + en: Database + zh: 数据库名 + random: true + required: true + rule: paramCommon + type: text + - default: neoapi + edit: true + envKey: PANEL_DB_USER + labelEn: User + labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 + random: true + required: true + rule: paramCommon + type: text + - default: neoapi + edit: true + envKey: PANEL_DB_USER_PASSWORD + labelEn: Password + labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 + random: true + required: true + rule: paramComplexity + type: password + - default: 3000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number + - default: Asia/Shanghai + edit: true + envKey: TZ + labelEn: Time Zone + labelZh: 时区 + label: + en: Time Zone + zh: 时区 + required: true + type: text diff --git a/apps/neo-api/sqllite/data.yml b/apps/neo-api/sqllite/data.yml index 47b7d314b..f830e7966 100644 --- a/apps/neo-api/sqllite/data.yml +++ b/apps/neo-api/sqllite/data.yml @@ -1,17 +1,23 @@ additionalProperties: formFields: - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: Asia/Shanghai - edit: true - envKey: TZ - labelEn: Time Zone - labelZh: 时区 - required: true - type: text + - default: 3000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number + - default: Asia/Shanghai + edit: true + envKey: TZ + labelEn: Time Zone + labelZh: 时区 + label: + en: Time Zone + zh: 时区 + required: true + type: text diff --git a/apps/netdata/2.7.3-host/data.yml b/apps/netdata/2.7.3-host/data.yml index a52a39115..b6a885e0d 100644 --- a/apps/netdata/2.7.3-host/data.yml +++ b/apps/netdata/2.7.3-host/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "/var/run/docker.sock" @@ -20,5 +26,8 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text diff --git a/apps/netdata/2.7.3/data.yml b/apps/netdata/2.7.3/data.yml index 8cffaa342..fe7b9a43f 100644 --- a/apps/netdata/2.7.3/data.yml +++ b/apps/netdata/2.7.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "/var/run/docker.sock" @@ -20,5 +26,8 @@ additionalProperties: envKey: DOCKER_SOCK_PATH labelEn: Docker Socket Path labelZh: Docker 套接字路径 + label: + en: Docker Socket Path + zh: Docker 套接字路径 required: true type: text diff --git a/apps/netdisk-fast-download/main/data.yml b/apps/netdisk-fast-download/main/data.yml index d9227c6a4..769946803 100644 --- a/apps/netdisk-fast-download/main/data.yml +++ b/apps/netdisk-fast-download/main/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: 6401 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: WebUI Port - labelZh: 网页端口 - required: true - rule: paramPort - type: number \ No newline at end of file + formFields: + - default: 6401 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: WebUI Port + labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 + required: true + rule: paramPort + type: number diff --git a/apps/new-api/0.9.3.0-sqllite/data.yml b/apps/new-api/0.9.3.0-sqllite/data.yml index 47b7d314b..f830e7966 100644 --- a/apps/new-api/0.9.3.0-sqllite/data.yml +++ b/apps/new-api/0.9.3.0-sqllite/data.yml @@ -1,17 +1,23 @@ additionalProperties: formFields: - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: Asia/Shanghai - edit: true - envKey: TZ - labelEn: Time Zone - labelZh: 时区 - required: true - type: text + - default: 3000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number + - default: Asia/Shanghai + edit: true + envKey: TZ + labelEn: Time Zone + labelZh: 时区 + label: + en: Time Zone + zh: 时区 + required: true + type: text diff --git a/apps/new-api/0.9.3.0/data.yml b/apps/new-api/0.9.3.0/data.yml index 2c2c3e0e0..b4e408cce 100644 --- a/apps/new-api/0.9.3.0/data.yml +++ b/apps/new-api/0.9.3.0/data.yml @@ -1,52 +1,70 @@ additionalProperties: formFields: - - default: "" - edit: true - envKey: PANEL_DB_HOST - key: mysql - labelEn: Database Service - labelZh: 数据库服务 - required: true - type: service - - default: newapi - edit: true - envKey: PANEL_DB_NAME - labelEn: Database - labelZh: 数据库名 - random: true - required: true - rule: paramCommon - type: text - - default: newapi - edit: true - envKey: PANEL_DB_USER - labelEn: User - labelZh: 数据库用户 - random: true - required: true - rule: paramCommon - type: text - - default: newapi - edit: true - envKey: PANEL_DB_USER_PASSWORD - labelEn: Password - labelZh: 数据库用户密码 - random: true - required: true - rule: paramComplexity - type: password - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: Asia/Shanghai - edit: true - envKey: TZ - labelEn: Time Zone - labelZh: 时区 - required: true - type: text + - default: "" + edit: true + envKey: PANEL_DB_HOST + key: mysql + labelEn: Database Service + labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 + required: true + type: service + - default: newapi + edit: true + envKey: PANEL_DB_NAME + labelEn: Database + labelZh: 数据库名 + label: + en: Database + zh: 数据库名 + random: true + required: true + rule: paramCommon + type: text + - default: newapi + edit: true + envKey: PANEL_DB_USER + labelEn: User + labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 + random: true + required: true + rule: paramCommon + type: text + - default: newapi + edit: true + envKey: PANEL_DB_USER_PASSWORD + labelEn: Password + labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 + random: true + required: true + rule: paramComplexity + type: password + - default: 3000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number + - default: Asia/Shanghai + edit: true + envKey: TZ + labelEn: Time Zone + labelZh: 时区 + label: + en: Time Zone + zh: 时区 + required: true + type: text diff --git a/apps/new-api/latest/data.yml b/apps/new-api/latest/data.yml index 2c2c3e0e0..b4e408cce 100644 --- a/apps/new-api/latest/data.yml +++ b/apps/new-api/latest/data.yml @@ -1,52 +1,70 @@ additionalProperties: formFields: - - default: "" - edit: true - envKey: PANEL_DB_HOST - key: mysql - labelEn: Database Service - labelZh: 数据库服务 - required: true - type: service - - default: newapi - edit: true - envKey: PANEL_DB_NAME - labelEn: Database - labelZh: 数据库名 - random: true - required: true - rule: paramCommon - type: text - - default: newapi - edit: true - envKey: PANEL_DB_USER - labelEn: User - labelZh: 数据库用户 - random: true - required: true - rule: paramCommon - type: text - - default: newapi - edit: true - envKey: PANEL_DB_USER_PASSWORD - labelEn: Password - labelZh: 数据库用户密码 - random: true - required: true - rule: paramComplexity - type: password - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: Asia/Shanghai - edit: true - envKey: TZ - labelEn: Time Zone - labelZh: 时区 - required: true - type: text + - default: "" + edit: true + envKey: PANEL_DB_HOST + key: mysql + labelEn: Database Service + labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 + required: true + type: service + - default: newapi + edit: true + envKey: PANEL_DB_NAME + labelEn: Database + labelZh: 数据库名 + label: + en: Database + zh: 数据库名 + random: true + required: true + rule: paramCommon + type: text + - default: newapi + edit: true + envKey: PANEL_DB_USER + labelEn: User + labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 + random: true + required: true + rule: paramCommon + type: text + - default: newapi + edit: true + envKey: PANEL_DB_USER_PASSWORD + labelEn: Password + labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 + random: true + required: true + rule: paramComplexity + type: password + - default: 3000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number + - default: Asia/Shanghai + edit: true + envKey: TZ + labelEn: Time Zone + labelZh: 时区 + label: + en: Time Zone + zh: 时区 + required: true + type: text diff --git a/apps/next-terminal/2.6.6/data.yml b/apps/next-terminal/2.6.6/data.yml index e980ca411..7900c2bb6 100644 --- a/apps/next-terminal/2.6.6/data.yml +++ b/apps/next-terminal/2.6.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SSH labelEn: SSH Port labelZh: SSH端口 + label: + en: SSH Port + zh: SSH端口 required: false rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "false" @@ -28,6 +37,9 @@ additionalProperties: envKey: SSHD_SWITCH labelEn: Enable SSH (true or false) labelZh: 启用SSH(true/false) + label: + en: Enable SSH (true or false) + zh: 启用SSH(true/false) required: true type: text - default: ./ssh/id_rsa @@ -35,5 +47,8 @@ additionalProperties: envKey: SSH_KEY_PATH labelEn: SSH key file(/root/.ssh/id_rsa) labelZh: SSH 私钥文件(/root/.ssh/id_rsa) + label: + en: SSH key file(/root/.ssh/id_rsa) + zh: SSH 私钥文件(/root/.ssh/id_rsa) required: true type: text diff --git a/apps/nextcloud/32.0.1/data.yml b/apps/nextcloud/32.0.1/data.yml index bc8ed487b..45410cc1f 100644 --- a/apps/nextcloud/32.0.1/data.yml +++ b/apps/nextcloud/32.0.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/nextcloud/latest/data.yml b/apps/nextcloud/latest/data.yml index bc8ed487b..45410cc1f 100644 --- a/apps/nextcloud/latest/data.yml +++ b/apps/nextcloud/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/nexus3/3.85.0/data.yml b/apps/nexus3/3.85.0/data.yml index 5c5d9015e..627b1f898 100644 --- a/apps/nexus3/3.85.0/data.yml +++ b/apps/nexus3/3.85.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NEXUS3_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8081 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/nexusphp/1.8.16/data.yml b/apps/nexusphp/1.8.16/data.yml index 623a0d5de..fbd43550a 100644 --- a/apps/nexusphp/1.8.16/data.yml +++ b/apps/nexusphp/1.8.16/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NEXUSPHP_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "./torrents" @@ -12,6 +15,9 @@ additionalProperties: envKey: NEXUSPHP_TORRENTS_ROOT_PATH labelZh: 种子目录 labelEn: Torrent persistence path + label: + en: Torrent persistence path + zh: 种子目录 required: true type: text - default: "./bitbucket" @@ -19,6 +25,9 @@ additionalProperties: envKey: NEXUSPHP_BITBUCKET_ROOT_PATH labelZh: 上传器目录 labelEn: Uploader persistence path + label: + en: Uploader persistence path + zh: 上传器目录 required: true type: text - default: "./attachments" @@ -26,6 +35,9 @@ additionalProperties: envKey: NEXUSPHP_ATTACHMENTS_ROOT_PATH labelZh: 附件目录 labelEn: Attachment persistence path + label: + en: Attachment persistence path + zh: 附件目录 required: true type: text - default: 8080 @@ -33,6 +45,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number @@ -41,5 +56,8 @@ additionalProperties: envKey: APP_KEY labelZh: 应用密钥 labelEn: Application Key + label: + en: Application Key + zh: 应用密钥 required: true type: text diff --git a/apps/nezha-agent/1.1.4/data.yml b/apps/nezha-agent/1.1.4/data.yml index 7803331ed..2121adb29 100644 --- a/apps/nezha-agent/1.1.4/data.yml +++ b/apps/nezha-agent/1.1.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NZ_GRPC_URL labelEn: "Nezha gRPC URL" labelZh: 哪吒 gRPC 地址 + label: + en: "Nezha gRPC URL" + zh: 哪吒 gRPC 地址 required: true type: text - default: "" @@ -12,5 +15,8 @@ additionalProperties: envKey: NZ_CLENT_SECRET labelEn: "Nezha client secret" labelZh: 哪吒客户端密钥 + label: + en: "Nezha client secret" + zh: 哪吒客户端密钥 required: true type: password diff --git a/apps/nezha-agent/latest/data.yml b/apps/nezha-agent/latest/data.yml index 7803331ed..2121adb29 100644 --- a/apps/nezha-agent/latest/data.yml +++ b/apps/nezha-agent/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NZ_GRPC_URL labelEn: "Nezha gRPC URL" labelZh: 哪吒 gRPC 地址 + label: + en: "Nezha gRPC URL" + zh: 哪吒 gRPC 地址 required: true type: text - default: "" @@ -12,5 +15,8 @@ additionalProperties: envKey: NZ_CLENT_SECRET labelEn: "Nezha client secret" labelZh: 哪吒客户端密钥 + label: + en: "Nezha client secret" + zh: 哪吒客户端密钥 required: true type: password diff --git a/apps/nezha-dash/3.0.0/data.yml b/apps/nezha-dash/3.0.0/data.yml index 390b0f2f5..91f3c5262 100644 --- a/apps/nezha-dash/3.0.0/data.yml +++ b/apps/nezha-dash/3.0.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -12,6 +15,9 @@ additionalProperties: envKey: NEZHA_BASE_URL labelEn: Nezha Base Url labelZh: 哪吒面板地址 + label: + en: Nezha Base Url + zh: 哪吒面板地址 required: true type: text edit: true @@ -19,6 +25,9 @@ additionalProperties: envKey: NEZHA_AUTH labelEn: Nezha API Token labelZh: 哪吒面板 API Token + label: + en: Nezha API Token + zh: 哪吒面板 API Token required: true type: text edit: true @@ -27,6 +36,9 @@ additionalProperties: envKey: NEXT_PUBLIC_NezhaFetchInterval labelEn: Nezha Fetch Interval labelZh: 获取数据间隔(毫秒) + label: + en: Nezha Fetch Interval + zh: 获取数据间隔(毫秒) required: true type: number - default: "https://nezha-cf.buycoffee.top/apple-touch-icon.png" @@ -34,6 +46,9 @@ additionalProperties: envKey: NEXT_PUBLIC_CustomLogo labelEn: Custom Logo labelZh: 自定义 Logo + label: + en: Custom Logo + zh: 自定义 Logo required: true type: text - default: "Nezha-Dash" @@ -41,6 +56,9 @@ additionalProperties: envKey: NEXT_PUBLIC_CustomTitle labelEn: Custom Title labelZh: 自定义标题 + label: + en: Custom Title + zh: 自定义标题 required: true type: text - default: "Nezha-Dash" @@ -48,6 +66,9 @@ additionalProperties: envKey: NEXT_PUBLIC_CustomDescription labelEn: Custom Description labelZh: 自定义描述 + label: + en: Custom Description + zh: 自定义描述 required: true type: text - default: "zh" @@ -55,6 +76,9 @@ additionalProperties: envKey: DEFAULT_LOCALE labelEn: DefaultLocale labelZh: 默认语言 + label: + en: DefaultLocale + zh: 默认语言 required: true type: select values: @@ -71,6 +95,9 @@ additionalProperties: envKey: ForceShowAllServers labelEn: Force Show All Servers labelZh: 是否强制显示所有服务器 + label: + en: Force Show All Servers + zh: 是否强制显示所有服务器 required: true type: select values: @@ -83,6 +110,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ShowFlag labelEn: Show Flag labelZh: 是否显示旗帜 + label: + en: Show Flag + zh: 是否显示旗帜 required: true type: select values: @@ -95,6 +125,9 @@ additionalProperties: envKey: NEXT_PUBLIC_DisableCartoon labelEn: Disable Cartoon labelZh: 是否禁用卡通人物 + label: + en: Disable Cartoon + zh: 是否禁用卡通人物 required: true type: select values: @@ -107,6 +140,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ShowTag labelEn: Show Tag labelZh: 是否显示标签 + label: + en: Show Tag + zh: 是否显示标签 required: true type: select values: @@ -119,6 +155,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ShowNetTransfer labelEn: Show Net Transfer labelZh: 是否显示流量信息 + label: + en: Show Net Transfer + zh: 是否显示流量信息 required: true type: select values: @@ -131,6 +170,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ForceUseSvgFlag labelEn: Force Use Svg Flag labelZh: 是否强制使用 SVG 旗帜 + label: + en: Force Use Svg Flag + zh: 是否强制使用 SVG 旗帜 required: true type: select values: diff --git a/apps/nezha-dash/latest/data.yml b/apps/nezha-dash/latest/data.yml index 390b0f2f5..91f3c5262 100644 --- a/apps/nezha-dash/latest/data.yml +++ b/apps/nezha-dash/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -12,6 +15,9 @@ additionalProperties: envKey: NEZHA_BASE_URL labelEn: Nezha Base Url labelZh: 哪吒面板地址 + label: + en: Nezha Base Url + zh: 哪吒面板地址 required: true type: text edit: true @@ -19,6 +25,9 @@ additionalProperties: envKey: NEZHA_AUTH labelEn: Nezha API Token labelZh: 哪吒面板 API Token + label: + en: Nezha API Token + zh: 哪吒面板 API Token required: true type: text edit: true @@ -27,6 +36,9 @@ additionalProperties: envKey: NEXT_PUBLIC_NezhaFetchInterval labelEn: Nezha Fetch Interval labelZh: 获取数据间隔(毫秒) + label: + en: Nezha Fetch Interval + zh: 获取数据间隔(毫秒) required: true type: number - default: "https://nezha-cf.buycoffee.top/apple-touch-icon.png" @@ -34,6 +46,9 @@ additionalProperties: envKey: NEXT_PUBLIC_CustomLogo labelEn: Custom Logo labelZh: 自定义 Logo + label: + en: Custom Logo + zh: 自定义 Logo required: true type: text - default: "Nezha-Dash" @@ -41,6 +56,9 @@ additionalProperties: envKey: NEXT_PUBLIC_CustomTitle labelEn: Custom Title labelZh: 自定义标题 + label: + en: Custom Title + zh: 自定义标题 required: true type: text - default: "Nezha-Dash" @@ -48,6 +66,9 @@ additionalProperties: envKey: NEXT_PUBLIC_CustomDescription labelEn: Custom Description labelZh: 自定义描述 + label: + en: Custom Description + zh: 自定义描述 required: true type: text - default: "zh" @@ -55,6 +76,9 @@ additionalProperties: envKey: DEFAULT_LOCALE labelEn: DefaultLocale labelZh: 默认语言 + label: + en: DefaultLocale + zh: 默认语言 required: true type: select values: @@ -71,6 +95,9 @@ additionalProperties: envKey: ForceShowAllServers labelEn: Force Show All Servers labelZh: 是否强制显示所有服务器 + label: + en: Force Show All Servers + zh: 是否强制显示所有服务器 required: true type: select values: @@ -83,6 +110,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ShowFlag labelEn: Show Flag labelZh: 是否显示旗帜 + label: + en: Show Flag + zh: 是否显示旗帜 required: true type: select values: @@ -95,6 +125,9 @@ additionalProperties: envKey: NEXT_PUBLIC_DisableCartoon labelEn: Disable Cartoon labelZh: 是否禁用卡通人物 + label: + en: Disable Cartoon + zh: 是否禁用卡通人物 required: true type: select values: @@ -107,6 +140,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ShowTag labelEn: Show Tag labelZh: 是否显示标签 + label: + en: Show Tag + zh: 是否显示标签 required: true type: select values: @@ -119,6 +155,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ShowNetTransfer labelEn: Show Net Transfer labelZh: 是否显示流量信息 + label: + en: Show Net Transfer + zh: 是否显示流量信息 required: true type: select values: @@ -131,6 +170,9 @@ additionalProperties: envKey: NEXT_PUBLIC_ForceUseSvgFlag labelEn: Force Use Svg Flag labelZh: 是否强制使用 SVG 旗帜 + label: + en: Force Use Svg Flag + zh: 是否强制使用 SVG 旗帜 required: true type: select values: diff --git a/apps/nezha-dashboard/0.20.13/data.yml b/apps/nezha-dashboard/0.20.13/data.yml index 774959222..0e1fc973d 100644 --- a/apps/nezha-dashboard/0.20.13/data.yml +++ b/apps/nezha-dashboard/0.20.13/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_GRPC labelEn: GRPC Port labelZh: GRPC 端口 + label: + en: GRPC Port + zh: GRPC 端口 required: true rule: paramPort type: number diff --git a/apps/nezha-dashboard/latest/data.yml b/apps/nezha-dashboard/latest/data.yml index 774959222..0e1fc973d 100644 --- a/apps/nezha-dashboard/latest/data.yml +++ b/apps/nezha-dashboard/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_GRPC labelEn: GRPC Port labelZh: GRPC 端口 + label: + en: GRPC Port + zh: GRPC 端口 required: true rule: paramPort type: number diff --git a/apps/nezha/0.20.13/data.yml b/apps/nezha/0.20.13/data.yml index 034ff8268..23ae2ebe0 100644 --- a/apps/nezha/0.20.13/data.yml +++ b/apps/nezha/0.20.13/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NEZHA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8008 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_GRPC labelZh: gRPC 端口 labelEn: gRPC Port + label: + en: gRPC Port + zh: gRPC 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: OAUTH2_TYPE labelZh: OAuth 服务商 labelEn: OAuth Provider + label: + en: OAuth Provider + zh: OAuth 服务商 required: true type: select values: @@ -48,6 +60,9 @@ additionalProperties: envKey: OAUTH2_ADMIN labelZh: 管理员账号ID labelEn: Admin Account ID + label: + en: Admin Account ID + zh: 管理员账号ID required: true type: text - default: "" @@ -55,6 +70,9 @@ additionalProperties: envKey: OAUTH2_CLIENTID labelEn: OAuth Client ID labelZh: OAuth 客户端 ID + label: + en: OAuth Client ID + zh: OAuth 客户端 ID required: true type: text - default: "" @@ -62,6 +80,9 @@ additionalProperties: envKey: OAUTH2_CLIENTSECRET labelEn: OAuth Client Secret labelZh: OAuth 客户端 Secret + label: + en: OAuth Client Secret + zh: OAuth 客户端 Secret required: true type: text - default: "" @@ -69,6 +90,9 @@ additionalProperties: envKey: OAUTH2_ENDPOINT labelEn: OAuth Callback labelZh: OAuth 端点 (可选) + label: + en: OAuth Callback + zh: OAuth 端点 (可选) required: false type: text - default: "哪吒监控" @@ -76,6 +100,9 @@ additionalProperties: envKey: NZ_SITE_TITLE labelZh: 网站标题 labelEn: Site Title + label: + en: Site Title + zh: 网站标题 required: true type: text - default: "nezha-dashboard" @@ -83,6 +110,9 @@ additionalProperties: envKey: NZ_COOKIE_NAME labelZh: Cookie 名称 (默认) labelEn: Cookie Name + label: + en: Cookie Name + zh: Cookie 名称 (默认) required: true type: text - default: "default" @@ -90,5 +120,8 @@ additionalProperties: envKey: NZ_THEME labelZh: 网站主题 (默认) labelEn: Theme + label: + en: Theme + zh: 网站主题 (默认) required: true type: text diff --git a/apps/nezha/1.14.9/data.yml b/apps/nezha/1.14.9/data.yml index fb2fa4499..0ddddef62 100644 --- a/apps/nezha/1.14.9/data.yml +++ b/apps/nezha/1.14.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number diff --git a/apps/nging/latest/data.yml b/apps/nging/latest/data.yml index 4b5cca74b..4b3c1c84f 100644 --- a/apps/nging/latest/data.yml +++ b/apps/nging/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/nginx-proxy-manager/2.12.6-zh/data.yml b/apps/nginx-proxy-manager/2.12.6-zh/data.yml index b4e038e93..5f7a3695f 100644 --- a/apps/nginx-proxy-manager/2.12.6-zh/data.yml +++ b/apps/nginx-proxy-manager/2.12.6-zh/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP1 labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP2 labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/ssl @@ -36,5 +48,8 @@ additionalProperties: envKey: SSL_PATH labelEn: SSL folder path labelZh: 证书文件夹路径 + label: + en: SSL folder path + zh: 证书文件夹路径 required: true type: text diff --git a/apps/nginx-proxy-manager/2.12.6/data.yml b/apps/nginx-proxy-manager/2.12.6/data.yml index b4e038e93..5f7a3695f 100644 --- a/apps/nginx-proxy-manager/2.12.6/data.yml +++ b/apps/nginx-proxy-manager/2.12.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP1 labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP2 labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/ssl @@ -36,5 +48,8 @@ additionalProperties: envKey: SSL_PATH labelEn: SSL folder path labelZh: 证书文件夹路径 + label: + en: SSL folder path + zh: 证书文件夹路径 required: true type: text diff --git a/apps/nginx-proxy-manager/latest/data.yml b/apps/nginx-proxy-manager/latest/data.yml index b4e038e93..5f7a3695f 100644 --- a/apps/nginx-proxy-manager/latest/data.yml +++ b/apps/nginx-proxy-manager/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP1 labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP2 labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/ssl @@ -36,5 +48,8 @@ additionalProperties: envKey: SSL_PATH labelEn: SSL folder path labelZh: 证书文件夹路径 + label: + en: SSL folder path + zh: 证书文件夹路径 required: true type: text diff --git a/apps/nginx-ui/2.2.0/data.yml b/apps/nginx-ui/2.2.0/data.yml index 5e979a9f3..efcc98ee2 100644 --- a/apps/nginx-ui/2.2.0/data.yml +++ b/apps/nginx-ui/2.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NGINX_UI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 80 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Web UI 端口 labelEn: Web UI Port + label: + en: Web UI Port + zh: Web UI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelZh: Web UI 端口 (HTTPS) labelEn: Web UI Port (HTTPS) + label: + en: Web UI Port (HTTPS) + zh: Web UI 端口 (HTTPS) required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: ADMINMAIL labelZh: 管理员邮箱 labelEn: Admin Email + label: + en: Admin Email + zh: 管理员邮箱 required: true type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: ADMINPASS labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "" @@ -42,6 +57,9 @@ additionalProperties: envKey: NGINX_UI_SERVER_JWT_SECRET labelZh: JWT 密钥盐 labelEn: JWT Secret Salt + label: + en: JWT Secret Salt + zh: JWT 密钥盐 required: true type: password - default: "https://mirror.ghproxy.com/" @@ -49,6 +67,9 @@ additionalProperties: envKey: NGINX_UI_SERVER_GITHUB_PROXY labelZh: GitHub 代理地址 labelEn: GitHub Proxy + label: + en: GitHub Proxy + zh: GitHub 代理地址 required: false type: text - default: "Nginx UI" @@ -56,6 +77,9 @@ additionalProperties: envKey: NGINX_UI_SERVER_NAME labelZh: Nginx UI 显示标题 labelEn: Nginx UI Display Title + label: + en: Nginx UI Display Title + zh: Nginx UI 显示标题 required: true type: text - default: "" @@ -63,6 +87,9 @@ additionalProperties: envKey: NGINX_UI_PREDEFINED_USER_NAME labelZh: 预设用户名 labelEn: Predefined Username + label: + en: Predefined Username + zh: 预设用户名 required: false type: text - default: "" @@ -70,5 +97,8 @@ additionalProperties: envKey: NGINX_UI_PREDEFINED_USER_PASSWORD labelZh: 预设密码 labelEn: Predefined Password + label: + en: Predefined Password + zh: 预设密码 required: false type: text diff --git a/apps/nginx-ui/latest/data.yml b/apps/nginx-ui/latest/data.yml index 86fcfc8e0..53aac1207 100644 --- a/apps/nginx-ui/latest/data.yml +++ b/apps/nginx-ui/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/www @@ -28,5 +37,8 @@ additionalProperties: envKey: WEB_PATH labelEn: WEB folder path labelZh: 网页文件夹路径 + label: + en: WEB folder path + zh: 网页文件夹路径 required: true type: text diff --git a/apps/nginxwebui/4.3.4/data.yml b/apps/nginxwebui/4.3.4/data.yml index 55352ee5b..878a68541 100644 --- a/apps/nginxwebui/4.3.4/data.yml +++ b/apps/nginxwebui/4.3.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CONSOLE labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true type: number - default: 443 @@ -20,5 +26,8 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true type: number diff --git a/apps/nginxwebui/latest/data.yml b/apps/nginxwebui/latest/data.yml index 55352ee5b..878a68541 100644 --- a/apps/nginxwebui/latest/data.yml +++ b/apps/nginxwebui/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CONSOLE labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true type: number - default: 443 @@ -20,5 +26,8 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true type: number diff --git a/apps/nitter/latest/data.yml b/apps/nitter/latest/data.yml index 2f57580f5..12b464f89 100644 --- a/apps/nitter/latest/data.yml +++ b/apps/nitter/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "nitter" @@ -12,6 +15,9 @@ additionalProperties: envKey: TITLE labelEn: Title labelZh: 标题 + label: + en: Title + zh: 标题 required: true type: text - default: "0.0.0.0" @@ -19,6 +25,9 @@ additionalProperties: envKey: ADDRESS labelEn: Listening Address (in container) labelZh: 监听地址 (容器内) + label: + en: Listening Address (in container) + zh: 监听地址 (容器内) required: true type: text - default: "40238" @@ -26,6 +35,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -34,6 +46,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "false" @@ -41,6 +56,9 @@ additionalProperties: envKey: HTTPS labelEn: HTTPS Enabled labelZh: 启用 HTTPS + label: + en: HTTPS Enabled + zh: 启用 HTTPS required: true type: select values: @@ -53,6 +71,9 @@ additionalProperties: envKey: HTTP_MAX_CONNECTIONS labelEn: Max HTTP Connections labelZh: 最大 HTTP 连接数 + label: + en: Max HTTP Connections + zh: 最大 HTTP 连接数 required: true type: number - default: "./public" @@ -60,6 +81,9 @@ additionalProperties: envKey: STATIC_DIR labelEn: Static Directory labelZh: 静态文件目录 + label: + en: Static Directory + zh: 静态文件目录 required: true type: text - default: "240" @@ -67,6 +91,9 @@ additionalProperties: envKey: LIST_MINUTES labelEn: List Cache Minutes labelZh: 列表缓存分钟数 + label: + en: List Cache Minutes + zh: 列表缓存分钟数 required: true type: number - default: "10" @@ -74,6 +101,9 @@ additionalProperties: envKey: RSS_MINUTES labelEn: RSS Cache Minutes labelZh: RSS 缓存分钟数 + label: + en: RSS Cache Minutes + zh: RSS 缓存分钟数 required: true type: number - default: "" @@ -82,6 +112,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -89,6 +122,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -97,6 +133,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: true type: password - default: "20" @@ -104,6 +143,9 @@ additionalProperties: envKey: REDIS_CONNECTIONS labelEn: Redis Connections labelZh: Redis 连接数 + label: + en: Redis Connections + zh: Redis 连接数 required: true type: number - default: "30" @@ -111,6 +153,9 @@ additionalProperties: envKey: REDIS_MAX_CONNECTIONS labelEn: Redis Max Connections labelZh: Redis 最大连接数 + label: + en: Redis Max Connections + zh: Redis 最大连接数 required: true type: number - default: "C7PPBcaNCL5B5Zkt6uHU" @@ -118,6 +163,9 @@ additionalProperties: envKey: HMAC_KEY labelEn: Random key for cryptographic signing of video urls labelZh: 用于视频网址加密签名的随机密钥 + label: + en: Random key for cryptographic signing of video urls + zh: 用于视频网址加密签名的随机密钥 required: true type: text - default: "false" @@ -125,6 +173,9 @@ additionalProperties: envKey: BASE64_MEDIA labelEn: Base64 Media labelZh: Base64 媒体 + label: + en: Base64 Media + zh: Base64 媒体 required: true type: text - default: "true" @@ -132,6 +183,9 @@ additionalProperties: envKey: ENABLE_RSS labelEn: Enable RSS labelZh: 启用 RSS + label: + en: Enable RSS + zh: 启用 RSS required: true type: select values: @@ -144,6 +198,9 @@ additionalProperties: envKey: ENABLE_DEBUG labelEn: Enable Debug labelZh: 启用调试 + label: + en: Enable Debug + zh: 启用调试 required: true type: select values: @@ -156,6 +213,9 @@ additionalProperties: envKey: PROXY labelEn: Proxy labelZh: 代理 + label: + en: Proxy + zh: 代理 required: false type: text - default: "" @@ -163,6 +223,9 @@ additionalProperties: envKey: PROXY_AUTH labelEn: Proxy Auth labelZh: 代理认证 + label: + en: Proxy Auth + zh: 代理认证 required: false type: text - default: "10" @@ -170,6 +233,9 @@ additionalProperties: envKey: TOKEN_COUNT labelEn: Token Count labelZh: Token 数量 + label: + en: Token Count + zh: Token 数量 required: true type: number - default: "Nitter" @@ -177,6 +243,9 @@ additionalProperties: envKey: THEME labelEn: Theme labelZh: 主题 + label: + en: Theme + zh: 主题 required: true type: text - default: "nitter.net" @@ -184,6 +253,9 @@ additionalProperties: envKey: REPLACE_TWITTER labelEn: Replace Twitter labelZh: 替换 Twitter + label: + en: Replace Twitter + zh: 替换 Twitter required: true type: text - default: "piped.video" @@ -191,6 +263,9 @@ additionalProperties: envKey: REPLACE_YOUTUBE labelEn: Replace YouTube labelZh: 替换 YouTube + label: + en: Replace YouTube + zh: 替换 YouTube required: true type: text - default: "teddit.net" @@ -198,6 +273,9 @@ additionalProperties: envKey: REPLACE_REDDIT labelEn: Replace Reddit labelZh: 替换 Reddit + label: + en: Replace Reddit + zh: 替换 Reddit required: true type: text - default: "true" @@ -205,6 +283,9 @@ additionalProperties: envKey: PROXY_VIDEOS labelEn: Proxy Videos labelZh: 代理视频 + label: + en: Proxy Videos + zh: 代理视频 required: true type: select values: @@ -217,6 +298,9 @@ additionalProperties: envKey: HLS_PLAYBACK labelEn: HLS Playback labelZh: HLS 播放 + label: + en: HLS Playback + zh: HLS 播放 required: true type: select values: @@ -229,6 +313,9 @@ additionalProperties: envKey: INFINITE_SCROLL labelEn: Infinite Scroll labelZh: 无限滚动 + label: + en: Infinite Scroll + zh: 无限滚动 required: true type: select values: diff --git a/apps/nocodb/0.265.1/data.yml b/apps/nocodb/0.265.1/data.yml index e2f3f0335..502a27847 100644 --- a/apps/nocodb/0.265.1/data.yml +++ b/apps/nocodb/0.265.1/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: 数据库 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: 数据库 服务 (前置检查) required: true type: apps values: @@ -26,6 +29,9 @@ additionalProperties: envKey: NOCODB_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -33,6 +39,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -41,6 +50,9 @@ additionalProperties: envKey: NC_ADMIN_EMAIL labelZh: 管理员邮箱 labelEn: Administrator email + label: + en: Administrator email + zh: 管理员邮箱 required: true type: text - default: "" @@ -48,6 +60,9 @@ additionalProperties: envKey: NC_ADMIN_PASSWORD labelZh: 管理员密码 labelEn: Administrator password + label: + en: Administrator password + zh: 管理员密码 required: true rule: paramComplexity type: password @@ -56,6 +71,9 @@ additionalProperties: envKey: NC_AUTH_JWT_SECRET labelZh: 数据加密密钥 labelEn: Data encryption key + label: + en: Data encryption key + zh: 数据加密密钥 required: true type: password - default: pg @@ -63,6 +81,9 @@ additionalProperties: envKey: DB_TYPE labelZh: 数据库 类型 labelEn: Database Type + label: + en: Database Type + zh: 数据库 类型 required: true type: select values: @@ -75,6 +96,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -82,6 +106,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -90,6 +117,9 @@ additionalProperties: envKey: DB_USER labelZh: 数据库 用户名 labelEn: Database User + label: + en: Database User + zh: 数据库 用户名 required: true type: text - default: "" @@ -97,6 +127,9 @@ additionalProperties: envKey: DB_PASSWD labelEn: Database Password labelZh: 数据库 密码 + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -106,6 +139,9 @@ additionalProperties: envKey: DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "" @@ -113,6 +149,9 @@ additionalProperties: envKey: NC_REDIS_URL labelZh: Redis 缓存地址 labelEn: Redis Cache Address + label: + en: Redis Cache Address + zh: Redis 缓存地址 required: false type: text - default: "" @@ -120,6 +159,9 @@ additionalProperties: envKey: NC_PUBLIC_URL labelZh: 域名 labelEn: Domain Name + label: + en: Domain Name + zh: 域名 required: false type: text - default: "" @@ -127,6 +169,9 @@ additionalProperties: envKey: NC_SMTP_HOST labelZh: 邮件服务器地址 labelEn: Mailer Server Address + label: + en: Mailer Server Address + zh: 邮件服务器地址 required: false type: text - default: 465 @@ -134,6 +179,9 @@ additionalProperties: envKey: NC_SMTP_PORT labelZh: 邮件服务器端口 labelEn: Mailer Server Port + label: + en: Mailer Server Port + zh: 邮件服务器端口 required: false type: number - default: "" @@ -141,6 +189,9 @@ additionalProperties: envKey: NC_SMTP_USERNAME labelZh: 邮件服务用户名 labelEn: Mailer Username + label: + en: Mailer Username + zh: 邮件服务用户名 required: false type: text - default: "" @@ -148,6 +199,9 @@ additionalProperties: envKey: NC_SMTP_PASSWORD labelZh: 邮件服务密码 labelEn: Mailer Password + label: + en: Mailer Password + zh: 邮件服务密码 required: false type: text - default: "" @@ -155,5 +209,8 @@ additionalProperties: envKey: NC_SMTP_FROM labelZh: 邮件服务发件人 labelEn: Mailer From + label: + en: Mailer From + zh: 邮件服务发件人 required: false type: text diff --git a/apps/nodebb/4.6.1/data.yml b/apps/nodebb/4.6.1/data.yml index fe2100f02..21d835c99 100644 --- a/apps/nodebb/4.6.1/data.yml +++ b/apps/nodebb/4.6.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NODEBB_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 4567 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: NODEBB_URL labelZh: 服务地址 labelEn: Service address + label: + en: Service address + zh: 服务地址 required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: NODEBB_ADMIN_USERNAME labelZh: 管理员用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员用户名 required: true type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: NODEBB_ADMIN_PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: NODEBB_ADMIN_EMAIL labelZh: 管理员邮箱 labelEn: Admin Email + label: + en: Admin Email + zh: 管理员邮箱 required: true type: text - default: "postgres" @@ -48,6 +66,9 @@ additionalProperties: envKey: NODEBB_DB labelZh: 数据库类型 labelEn: Database type + label: + en: Database type + zh: 数据库类型 required: true type: select values: @@ -62,6 +83,9 @@ additionalProperties: envKey: NODEBB_DB_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -69,6 +93,9 @@ additionalProperties: envKey: NODEBB_DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: NODEBB_DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -85,6 +115,9 @@ additionalProperties: envKey: NODEBB_DB_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: false type: text - default: "" @@ -92,6 +125,9 @@ additionalProperties: envKey: NODEBB_DB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: false rule: paramComplexity diff --git a/apps/nodebb/latest/data.yml b/apps/nodebb/latest/data.yml index fe2100f02..21d835c99 100644 --- a/apps/nodebb/latest/data.yml +++ b/apps/nodebb/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NODEBB_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 4567 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: NODEBB_URL labelZh: 服务地址 labelEn: Service address + label: + en: Service address + zh: 服务地址 required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: NODEBB_ADMIN_USERNAME labelZh: 管理员用户名 labelEn: Admin Username + label: + en: Admin Username + zh: 管理员用户名 required: true type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: NODEBB_ADMIN_PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 required: true type: password - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: NODEBB_ADMIN_EMAIL labelZh: 管理员邮箱 labelEn: Admin Email + label: + en: Admin Email + zh: 管理员邮箱 required: true type: text - default: "postgres" @@ -48,6 +66,9 @@ additionalProperties: envKey: NODEBB_DB labelZh: 数据库类型 labelEn: Database type + label: + en: Database type + zh: 数据库类型 required: true type: select values: @@ -62,6 +83,9 @@ additionalProperties: envKey: NODEBB_DB_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -69,6 +93,9 @@ additionalProperties: envKey: NODEBB_DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: NODEBB_DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -85,6 +115,9 @@ additionalProperties: envKey: NODEBB_DB_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: false type: text - default: "" @@ -92,6 +125,9 @@ additionalProperties: envKey: NODEBB_DB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: false rule: paramComplexity diff --git a/apps/nodepassdash/3.1.3/data.yml b/apps/nodepassdash/3.1.3/data.yml index 41a5378ce..882f35714 100644 --- a/apps/nodepassdash/3.1.3/data.yml +++ b/apps/nodepassdash/3.1.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NODEPASSDASH_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/npc/0.26.27-yisier1/data.yml b/apps/npc/0.26.27-yisier1/data.yml index 465e731c2..d7654ac06 100644 --- a/apps/npc/0.26.27-yisier1/data.yml +++ b/apps/npc/0.26.27-yisier1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NPS_SERVER_ADDR labelEn: NPS server address labelZh: NPS 服务端地址 + label: + en: NPS server address + zh: NPS 服务端地址 required: true type: text - default: "xly7traGe3r0t6UWltristuh1" @@ -12,6 +15,9 @@ additionalProperties: envKey: NPS_VKEY labelEn: Client connection key displayed by the server labelZh: 服务端显示的客户端连接密钥 + label: + en: Client connection key displayed by the server + zh: 服务端显示的客户端连接密钥 required: true rule: paramCommon type: text @@ -19,6 +25,9 @@ additionalProperties: envKey: TLS_ENABLE_SWITCH labelEn: Whether TLS is enabled for server-client communication labelZh: 服务端与客户端的通信是否启用 TLS + label: + en: Whether TLS is enabled for server-client communication + zh: 服务端与客户端的通信是否启用 TLS required: true type: select values: diff --git a/apps/npc/0.33.10/data.yml b/apps/npc/0.33.10/data.yml index 00efcf18a..1dad58e23 100644 --- a/apps/npc/0.33.10/data.yml +++ b/apps/npc/0.33.10/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NPS_SERVER_ADDR labelEn: NPS server address labelZh: NPS 服务端地址 + label: + en: NPS server address + zh: NPS 服务端地址 required: true type: text - default: "xly7traGe3r0t6UWltristuh1" @@ -12,6 +15,9 @@ additionalProperties: envKey: NPS_VKEY labelEn: Client connection key displayed by the server labelZh: 服务端显示的客户端连接密钥 + label: + en: Client connection key displayed by the server + zh: 服务端显示的客户端连接密钥 required: true rule: paramCommon type: text diff --git a/apps/nps/0.26.27-host-yisier1/data.yml b/apps/nps/0.26.27-host-yisier1/data.yml index cc0d10b19..368c43a81 100644 --- a/apps/nps/0.26.27-host-yisier1/data.yml +++ b/apps/nps/0.26.27-host-yisier1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Management Port labelZh: web 管理端口 + label: + en: Web Management Port + zh: web 管理端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: NPS_BRIDGE_PORT labelEn: Server-Client Communication Port labelZh: 服务端客户端通信端口 + label: + en: Server-Client Communication Port + zh: 服务端客户端通信端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: NPS_BRIDGE_TLS_PORT labelEn: Server-Client Communication TLS Port labelZh: 服务端客户端 TLS 通信端口 + label: + en: Server-Client Communication TLS Port + zh: 服务端客户端 TLS 通信端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: TLS_ENABLE_SWITCH labelEn: Whether TLS is enabled for server-client communication labelZh: 服务端与客户端的通信是否启用 TLS + label: + en: Whether TLS is enabled for server-client communication + zh: 服务端与客户端的通信是否启用 TLS required: true type: select values: @@ -40,6 +52,9 @@ additionalProperties: envKey: NPS_WEB_HOST labelEn: External URL(If the default address, please replace localhost with the current service IP) labelZh: 外部访问地址(若默认地址请替换 localhost 为当前服务 IP) + label: + en: External URL(If the default address, please replace localhost with the current service IP) + zh: 外部访问地址(若默认地址请替换 localhost 为当前服务 IP) required: true rule: paramExtUrl type: text @@ -48,6 +63,9 @@ additionalProperties: envKey: NPS_WEB_USERNAME labelEn: Web Interface Management Account labelZh: web 界面管理账号 + label: + en: Web Interface Management Account + zh: web 界面管理账号 random: true required: true rule: paramCommon @@ -57,6 +75,9 @@ additionalProperties: envKey: NPS_WEB_PASSWORD labelEn: Web Interface Management Password labelZh: web 界面管理密码 + label: + en: Web Interface Management Password + zh: web 界面管理密码 random: true required: true rule: paramComplexity @@ -66,6 +87,9 @@ additionalProperties: envKey: NPS_WEB_OPEN_SSL labelEn: Enable webui https access labelZh: web 界面开启 https 访问 + label: + en: Enable webui https access + zh: web 界面开启 https 访问 required: true rule: paramCommon type: text @@ -74,6 +98,9 @@ additionalProperties: envKey: NPS_PUBLIC_VKEY labelEn: Key When the Client Starts in Configuration File Mode labelZh: 客户端以配置文件模式启动时的密钥 + label: + en: Key When the Client Starts in Configuration File Mode + zh: 客户端以配置文件模式启动时的密钥 required: true rule: paramCommon type: text @@ -82,6 +109,9 @@ additionalProperties: envKey: NPS_AUTH_CRYPT_KEY labelEn: 16-bit AES Encryption Key labelZh: 16 位 AES 加密密钥 + label: + en: 16-bit AES Encryption Key + zh: 16 位 AES 加密密钥 required: true rule: paramCommon type: text @@ -90,6 +120,9 @@ additionalProperties: envKey: NPS_HTTP_PROXY_IP labelEn: Http Proxy IP labelZh: 域名代理 http 代理监听地址 + label: + en: Http Proxy IP + zh: 域名代理 http 代理监听地址 required: true rule: paramCommon type: text @@ -98,6 +131,9 @@ additionalProperties: envKey: NPS_HTTP_PROXY_PORT labelEn: Http Proxy Port labelZh: 域名代理 http 代理监听端口 + label: + en: Http Proxy Port + zh: 域名代理 http 代理监听端口 required: true rule: paramPort type: number @@ -106,6 +142,9 @@ additionalProperties: envKey: NPS_HTTPS_PROXY_PORT labelEn: Https Proxy Port labelZh: 域名代理 https 代理监听端口 + label: + en: Https Proxy Port + zh: 域名代理 https 代理监听端口 required: true rule: paramPort type: number diff --git a/apps/nps/0.26.27-yisier1/data.yml b/apps/nps/0.26.27-yisier1/data.yml index ed5fbff90..bbb67ce29 100644 --- a/apps/nps/0.26.27-yisier1/data.yml +++ b/apps/nps/0.26.27-yisier1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Management Port labelZh: web 管理端口 + label: + en: Web Management Port + zh: web 管理端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: NPS_BRIDGE_PORT labelEn: Server-Client Communication Port labelZh: 服务端客户端通信端口 + label: + en: Server-Client Communication Port + zh: 服务端客户端通信端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: NPS_BRIDGE_TLS_PORT labelEn: Server-Client Communication TLS Port labelZh: 服务端客户端 tls 通信端口 + label: + en: Server-Client Communication TLS Port + zh: 服务端客户端 tls 通信端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: TLS_ENABLE_SWITCH labelEn: Whether TLS is enabled for server-client communication labelZh: 服务端与客户端的通信是否启用 TLS + label: + en: Whether TLS is enabled for server-client communication + zh: 服务端与客户端的通信是否启用 TLS required: true type: select values: @@ -40,6 +52,9 @@ additionalProperties: envKey: NPS_WEB_HOST labelEn: External URL(If the default address, please replace localhost with the current service IP) labelZh: 外部访问地址(若默认地址请替换 localhost 为当前服务 IP) + label: + en: External URL(If the default address, please replace localhost with the current service IP) + zh: 外部访问地址(若默认地址请替换 localhost 为当前服务 IP) required: true rule: paramExtUrl type: text @@ -48,6 +63,9 @@ additionalProperties: envKey: NPS_WEB_USERNAME labelEn: Web Interface Management Account labelZh: web 界面管理账号 + label: + en: Web Interface Management Account + zh: web 界面管理账号 random: true required: true rule: paramCommon @@ -57,6 +75,9 @@ additionalProperties: envKey: NPS_WEB_PASSWORD labelEn: Web Interface Management Password labelZh: web 界面管理密码 + label: + en: Web Interface Management Password + zh: web 界面管理密码 random: true required: true rule: paramComplexity @@ -66,6 +87,9 @@ additionalProperties: envKey: NPS_WEB_OPEN_SSL labelEn: Enable webui https access labelZh: web 界面开启 https 访问 + label: + en: Enable webui https access + zh: web 界面开启 https 访问 required: true rule: paramCommon type: text @@ -74,6 +98,9 @@ additionalProperties: envKey: NPS_RANDOM_PORT_START labelEn: Dynamic Port Range Start labelZh: 动态端口范围开始 + label: + en: Dynamic Port Range Start + zh: 动态端口范围开始 required: true rule: paramPort type: number @@ -82,6 +109,9 @@ additionalProperties: envKey: NPS_RANDOM_PORT_END labelEn: Dynamic Port Range End labelZh: 动态端口范围结束 + label: + en: Dynamic Port Range End + zh: 动态端口范围结束 required: true rule: paramPort type: number @@ -90,6 +120,9 @@ additionalProperties: envKey: NPS_PUBLIC_VKEY labelEn: Key When the Client Starts in Configuration File Mode labelZh: 客户端以配置文件模式启动时的密钥 + label: + en: Key When the Client Starts in Configuration File Mode + zh: 客户端以配置文件模式启动时的密钥 required: true rule: paramCommon type: text @@ -98,6 +131,9 @@ additionalProperties: envKey: NPS_AUTH_CRYPT_KEY labelEn: 16-bit AES Encryption Key labelZh: 16 位 AES 加密密钥 + label: + en: 16-bit AES Encryption Key + zh: 16 位 AES 加密密钥 required: true rule: paramCommon type: text @@ -106,6 +142,9 @@ additionalProperties: envKey: NPS_HTTP_PROXY_IP labelEn: Http Proxy IP labelZh: 域名代理 http 代理监听地址 + label: + en: Http Proxy IP + zh: 域名代理 http 代理监听地址 required: true rule: paramCommon type: text @@ -114,6 +153,9 @@ additionalProperties: envKey: NPS_HTTP_PROXY_PORT labelEn: Http Proxy Port labelZh: 域名代理 http 代理监听端口 + label: + en: Http Proxy Port + zh: 域名代理 http 代理监听端口 required: true rule: paramPort type: number @@ -122,6 +164,9 @@ additionalProperties: envKey: NPS_HTTPS_PROXY_PORT labelEn: Https Proxy Port labelZh: 域名代理 https 代理监听端口 + label: + en: Https Proxy Port + zh: 域名代理 https 代理监听端口 required: true rule: paramPort type: number diff --git a/apps/nps/0.33.10/data.yml b/apps/nps/0.33.10/data.yml index fc16500bb..90c7cfe58 100644 --- a/apps/nps/0.33.10/data.yml +++ b/apps/nps/0.33.10/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Management Port labelZh: web 管理端口 + label: + en: Web Management Port + zh: web 管理端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: NPS_BRIDGE_PORT labelEn: Server-Client Communication Port labelZh: 服务端客户端通信端口 + label: + en: Server-Client Communication Port + zh: 服务端客户端通信端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: NPS_BRIDGE_TLS_PORT labelEn: Server-Client Communication TLS Port labelZh: 服务端客户端 tls 通信端口 + label: + en: Server-Client Communication TLS Port + zh: 服务端客户端 tls 通信端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: NPS_BRIDGE_WS_PORT labelEn: Server-Client Communication WS Port labelZh: 服务端客户端 WS 通信端口 + label: + en: Server-Client Communication WS Port + zh: 服务端客户端 WS 通信端口 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: NPS_BRIDGE_WSS_PORT labelEn: Server-Client Communication WSS Port labelZh: 服务端客户端 WSS 通信端口 + label: + en: Server-Client Communication WSS Port + zh: 服务端客户端 WSS 通信端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: NPS_WEB_HOST labelEn: External URL(If the default address, please replace localhost with the current service IP) labelZh: 外部访问地址(若默认地址请替换 localhost 为当前服务 IP) + label: + en: External URL(If the default address, please replace localhost with the current service IP) + zh: 外部访问地址(若默认地址请替换 localhost 为当前服务 IP) required: true rule: paramExtUrl type: text @@ -53,6 +71,9 @@ additionalProperties: envKey: NPS_WEB_USERNAME labelEn: Web Interface Management Account labelZh: web 界面管理账号 + label: + en: Web Interface Management Account + zh: web 界面管理账号 random: true required: true rule: paramCommon @@ -62,6 +83,9 @@ additionalProperties: envKey: NPS_WEB_PASSWORD labelEn: Web Interface Management Password labelZh: web 界面管理密码 + label: + en: Web Interface Management Password + zh: web 界面管理密码 random: true required: true rule: paramComplexity @@ -71,6 +95,9 @@ additionalProperties: envKey: NPS_WEB_OPEN_SSL labelEn: Enable webui https access labelZh: web 界面开启 https 访问 + label: + en: Enable webui https access + zh: web 界面开启 https 访问 required: true rule: paramCommon type: text @@ -79,6 +106,9 @@ additionalProperties: envKey: NPS_RANDOM_PORT_START labelEn: Dynamic Port Range Start labelZh: 动态端口范围开始 + label: + en: Dynamic Port Range Start + zh: 动态端口范围开始 required: true rule: paramPort type: number @@ -87,6 +117,9 @@ additionalProperties: envKey: NPS_RANDOM_PORT_END labelEn: Dynamic Port Range End labelZh: 动态端口范围结束 + label: + en: Dynamic Port Range End + zh: 动态端口范围结束 required: true rule: paramPort type: number @@ -95,6 +128,9 @@ additionalProperties: envKey: NPS_PUBLIC_VKEY labelEn: Key When the Client Starts in Configuration File Mode labelZh: 客户端以配置文件模式启动时的密钥 + label: + en: Key When the Client Starts in Configuration File Mode + zh: 客户端以配置文件模式启动时的密钥 required: false rule: paramCommon type: text @@ -103,6 +139,9 @@ additionalProperties: envKey: NPS_AUTH_CRYPT_KEY labelEn: 16-bit AES Encryption Key labelZh: 16 位 AES 加密密钥 + label: + en: 16-bit AES Encryption Key + zh: 16 位 AES 加密密钥 required: false rule: paramCommon type: text @@ -111,6 +150,9 @@ additionalProperties: envKey: NPS_HTTP_PROXY_IP labelEn: Http Proxy IP labelZh: 域名代理 http 代理监听地址 + label: + en: Http Proxy IP + zh: 域名代理 http 代理监听地址 required: false rule: paramCommon type: text @@ -119,6 +161,9 @@ additionalProperties: envKey: NPS_HTTP_PROXY_PORT labelEn: Http Proxy Port labelZh: 域名代理 http 代理监听端口 + label: + en: Http Proxy Port + zh: 域名代理 http 代理监听端口 required: false rule: paramPort type: number @@ -127,6 +172,9 @@ additionalProperties: envKey: NPS_HTTPS_PROXY_PORT labelEn: Https Proxy Port labelZh: 域名代理 https 代理监听端口 + label: + en: Https Proxy Port + zh: 域名代理 https 代理监听端口 required: false rule: paramPort type: number diff --git a/apps/ntfy/2.14.0/data.yml b/apps/ntfy/2.14.0/data.yml index 5332a75f2..7a03eb617 100644 --- a/apps/ntfy/2.14.0/data.yml +++ b/apps/ntfy/2.14.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: APP_PORT_INTERNAL labelEn: Internal Container Ports labelZh: 容器内部端口 + label: + en: Internal Container Ports + zh: 容器内部端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "1000" @@ -28,6 +37,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -35,5 +47,8 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number diff --git a/apps/ntfy/latest/data.yml b/apps/ntfy/latest/data.yml index 5332a75f2..7a03eb617 100644 --- a/apps/ntfy/latest/data.yml +++ b/apps/ntfy/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: APP_PORT_INTERNAL labelEn: Internal Container Ports labelZh: 容器内部端口 + label: + en: Internal Container Ports + zh: 容器内部端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "1000" @@ -28,6 +37,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -35,5 +47,8 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number diff --git a/apps/nvpress/5.6.0/data.yml b/apps/nvpress/5.6.0/data.yml index 173e90d48..a3d93382b 100644 --- a/apps/nvpress/5.6.0/data.yml +++ b/apps/nvpress/5.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/nvpress/latest/data.yml b/apps/nvpress/latest/data.yml index 173e90d48..a3d93382b 100644 --- a/apps/nvpress/latest/data.yml +++ b/apps/nvpress/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/obsidian-better-sync/0.6.0/data.yml b/apps/obsidian-better-sync/0.6.0/data.yml index e55a6a8dd..ea05e9b81 100644 --- a/apps/obsidian-better-sync/0.6.0/data.yml +++ b/apps/obsidian-better-sync/0.6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PRIVATE_HTTP_LISTEN labelEn: private-http-listen labelZh: 性能监控接口 + label: + en: private-http-listen + zh: 性能监控接口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/obsidian-better-sync/latest/data.yml b/apps/obsidian-better-sync/latest/data.yml index e55a6a8dd..ea05e9b81 100644 --- a/apps/obsidian-better-sync/latest/data.yml +++ b/apps/obsidian-better-sync/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PRIVATE_HTTP_LISTEN labelEn: private-http-listen labelZh: 性能监控接口 + label: + en: private-http-listen + zh: 性能监控接口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/obsidian-zh/1.0-ob1.3.5/data.yml b/apps/obsidian-zh/1.0-ob1.3.5/data.yml index c063dfb6f..7aa97db00 100644 --- a/apps/obsidian-zh/1.0-ob1.3.5/data.yml +++ b/apps/obsidian-zh/1.0-ob1.3.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_VNC labelEn: VNC Port labelZh: VNC 端口 + label: + en: VNC Port + zh: VNC 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SSH labelEn: SSH Port labelZh: SSH 端口 + label: + en: SSH Port + zh: SSH 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: password @@ -36,6 +48,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Auth password labelZh: 密码 + label: + en: Auth password + zh: 密码 random: true required: true rule: paramComplexity @@ -45,6 +60,9 @@ additionalProperties: envKey: DISPLAY_SIZE labelEn: Display size labelZh: 画面尺寸 + label: + en: Display size + zh: 画面尺寸 required: true type: text - default: "true" @@ -52,5 +70,8 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privilege mode switch labelZh: 特权模式开关 + label: + en: Privilege mode switch + zh: 特权模式开关 required: true type: text diff --git a/apps/obsidian/arm64-latest/data.yml b/apps/obsidian/arm64-latest/data.yml index e1184062d..e0bcd38d1 100644 --- a/apps/obsidian/arm64-latest/data.yml +++ b/apps/obsidian/arm64-latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: password @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity diff --git a/apps/obsidian/latest/data.yml b/apps/obsidian/latest/data.yml index e1184062d..e0bcd38d1 100644 --- a/apps/obsidian/latest/data.yml +++ b/apps/obsidian/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: password @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity diff --git a/apps/ollama/0.12.9/data.yml b/apps/ollama/0.12.9/data.yml index 1a7f4655c..2cdc0ed32 100644 --- a/apps/ollama/0.12.9/data.yml +++ b/apps/ollama/0.12.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OLLAMA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 11434 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: OLLAMA_MAX_LOADED_MODELS labelZh: 最大加载模型数量 labelEn: Maximum number of loaded models + label: + en: Maximum number of loaded models + zh: 最大加载模型数量 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: OLLAMA_MAX_QUEUE labelZh: 最大队列长度 labelEn: Maximum queue length + label: + en: Maximum queue length + zh: 最大队列长度 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: OLLAMA_NUM_PARALLEL labelZh: 并行推理数量 labelEn: Number of parallel inferences + label: + en: Number of parallel inferences + zh: 并行推理数量 required: true type: select values: @@ -48,6 +63,9 @@ additionalProperties: envKey: OLLAMA_KV_CACHE_TYPE labelZh: 缓存类型 labelEn: Cache type + label: + en: Cache type + zh: 缓存类型 required: true type: select values: @@ -62,6 +80,9 @@ additionalProperties: envKey: OLLAMA_FLASH_ATTENTION labelZh: 启用 Flash Attention labelEn: Enable Flash Attention + label: + en: Enable Flash Attention + zh: 启用 Flash Attention required: true type: select values: diff --git a/apps/one-api/0.6.10/data.yml b/apps/one-api/0.6.10/data.yml index 8e1f8ecbe..64b36cea5 100644 --- a/apps/one-api/0.6.10/data.yml +++ b/apps/one-api/0.6.10/data.yml @@ -5,12 +5,18 @@ additionalProperties: key: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: oneapi envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -27,6 +36,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -44,5 +59,8 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true - type: text \ No newline at end of file + type: text diff --git a/apps/one-api/latest/data.yml b/apps/one-api/latest/data.yml index 8e1f8ecbe..64b36cea5 100644 --- a/apps/one-api/latest/data.yml +++ b/apps/one-api/latest/data.yml @@ -5,12 +5,18 @@ additionalProperties: key: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: oneapi envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -27,6 +36,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -44,5 +59,8 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true - type: text \ No newline at end of file + type: text diff --git a/apps/one-hub/latest/data.yml b/apps/one-hub/latest/data.yml index 6394e946c..eaa21debf 100644 --- a/apps/one-hub/latest/data.yml +++ b/apps/one-hub/latest/data.yml @@ -5,12 +5,18 @@ additionalProperties: key: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: onehub envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -27,6 +36,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -44,13 +59,19 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: onehub envKey: USER_TOKEN_SECRET labelEn: USER_TOKEN_SECRET labelZh: SECRET随机字符串 + label: + en: USER_TOKEN_SECRET + zh: SECRET随机字符串 random: true required: true rule: paramComplexity - type: password \ No newline at end of file + type: password diff --git a/apps/onedev/13.0.10/data.yml b/apps/onedev/13.0.10/data.yml index 0d8b03b1a..129560c0c 100644 --- a/apps/onedev/13.0.10/data.yml +++ b/apps/onedev/13.0.10/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: SSH_PORT labelEn: SSH Port labelZh: SSH端口 + label: + en: SSH Port + zh: SSH端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/onedev/latest/data.yml b/apps/onedev/latest/data.yml index 0d8b03b1a..129560c0c 100644 --- a/apps/onedev/latest/data.yml +++ b/apps/onedev/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: SSH_PORT labelEn: SSH Port labelZh: SSH端口 + label: + en: SSH Port + zh: SSH端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/onenav/1.2.2/data.yml b/apps/onenav/1.2.2/data.yml index bfa1734e0..9b7f20d8c 100644 --- a/apps/onenav/1.2.2/data.yml +++ b/apps/onenav/1.2.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/onenav/latest/data.yml b/apps/onenav/latest/data.yml index bfa1734e0..9b7f20d8c 100644 --- a/apps/onenav/latest/data.yml +++ b/apps/onenav/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/onlyoffice/9.1.0.1/data.yml b/apps/onlyoffice/9.1.0.1/data.yml index 468b56167..95c257783 100644 --- a/apps/onlyoffice/9.1.0.1/data.yml +++ b/apps/onlyoffice/9.1.0.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: secret @@ -20,6 +26,9 @@ additionalProperties: envKey: JWT_SECRET labelEn: JWT Secret labelZh: JWT密码 + label: + en: JWT Secret + zh: JWT密码 random: true required: true rule: paramComplexity diff --git a/apps/onlyoffice/latest/data.yml b/apps/onlyoffice/latest/data.yml index 468b56167..95c257783 100644 --- a/apps/onlyoffice/latest/data.yml +++ b/apps/onlyoffice/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: secret @@ -20,6 +26,9 @@ additionalProperties: envKey: JWT_SECRET labelEn: JWT Secret labelZh: JWT密码 + label: + en: JWT Secret + zh: JWT密码 random: true required: true rule: paramComplexity diff --git a/apps/open-webui/0.6.34/data.yml b/apps/open-webui/0.6.34/data.yml index b87d7cb6d..d36751c63 100644 --- a/apps/open-webui/0.6.34/data.yml +++ b/apps/open-webui/0.6.34/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OPEN_WEBUI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: OLLAMA_BASE_URL labelZh: Ollama 服务地址 labelEn: Ollama service address + label: + en: Ollama service address + zh: Ollama 服务地址 required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: OLLAMA_BASE_URLS labelZh: Ollama 负载均衡服务列表 labelEn: Ollama load balancing service list + label: + en: Ollama load balancing service list + zh: Ollama 负载均衡服务列表 required: false type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: WEBUI_SECRET_KEY labelZh: 访问令牌密钥 labelEn: Access token key + label: + en: Access token key + zh: 访问令牌密钥 required: false type: text - default: "Open WebUI" @@ -41,6 +56,9 @@ additionalProperties: envKey: WEBUI_NAME labelZh: 应用名称 labelEn: Application name + label: + en: Application name + zh: 应用名称 required: true type: text - default: "http://localhost:8080" @@ -48,6 +66,9 @@ additionalProperties: envKey: WEBUI_URL labelZh: 应用服务地址 labelEn: Application service address + label: + en: Application service address + zh: 应用服务地址 required: true type: text - default: "0" @@ -55,6 +76,9 @@ additionalProperties: envKey: HF_HUB_OFFLINE labelZh: 离线模式 labelEn: Offline mode + label: + en: Offline mode + zh: 离线模式 required: true type: select values: @@ -67,6 +91,9 @@ additionalProperties: envKey: http_proxy labelZh: 网络代理 labelEn: Network proxy + label: + en: Network proxy + zh: 网络代理 required: false type: text - default: "" @@ -74,5 +101,8 @@ additionalProperties: envKey: no_proxy labelZh: 忽略代理 labelEn: Ignore proxy + label: + en: Ignore proxy + zh: 忽略代理 required: false type: text diff --git a/apps/open-webui/gpu-cuda/data.yml b/apps/open-webui/gpu-cuda/data.yml index c5ba69396..4a7e2ed27 100644 --- a/apps/open-webui/gpu-cuda/data.yml +++ b/apps/open-webui/gpu-cuda/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: OLLAMA_BASE_URL labelEn: Ollama Base URL (example:https://example.com) labelZh: Ollama 基础 URL (例:https://example.com) + label: + en: Ollama Base URL (example:https://example.com) + zh: Ollama 基础 URL (例:https://example.com) required: false type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: OPENAI_API_KEY labelEn: OpenAI API Key labelZh: OpenAI API 密钥 + label: + en: OpenAI API Key + zh: OpenAI API 密钥 required: false type: password - default: ./data @@ -27,5 +36,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/open-webui/main/data.yml b/apps/open-webui/main/data.yml index c5ba69396..4a7e2ed27 100644 --- a/apps/open-webui/main/data.yml +++ b/apps/open-webui/main/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: OLLAMA_BASE_URL labelEn: Ollama Base URL (example:https://example.com) labelZh: Ollama 基础 URL (例:https://example.com) + label: + en: Ollama Base URL (example:https://example.com) + zh: Ollama 基础 URL (例:https://example.com) required: false type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: OPENAI_API_KEY labelEn: OpenAI API Key labelZh: OpenAI API 密钥 + label: + en: OpenAI API Key + zh: OpenAI API 密钥 required: false type: password - default: ./data @@ -27,5 +36,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/openfire/5.0.2/data.yml b/apps/openfire/5.0.2/data.yml index 156f32f36..bc030c746 100644 --- a/apps/openfire/5.0.2/data.yml +++ b/apps/openfire/5.0.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OPENFIRE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 9090 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 (HTTP) labelEn: WebUI port (HTTP) + label: + en: WebUI port (HTTP) + zh: WebUI 端口 (HTTP) required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelZh: WebUI 端口 (HTTPS) labelEn: WebUI port (HTTPS) + label: + en: WebUI port (HTTPS) + zh: WebUI 端口 (HTTPS) required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SERVER labelZh: 服务端口 labelEn: Server port + label: + en: Server port + zh: 服务端口 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_MESSAGE labelZh: 消息服务端口 labelEn: Message service port + label: + en: Message service port + zh: 消息服务端口 required: true rule: paramPort type: number diff --git a/apps/openlitespeed/1.8.1-lsphp74/data.yml b/apps/openlitespeed/1.8.1-lsphp74/data.yml index 96591f6f0..d92481e8e 100644 --- a/apps/openlitespeed/1.8.1-lsphp74/data.yml +++ b/apps/openlitespeed/1.8.1-lsphp74/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CONSOLE labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -36,5 +48,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/openlitespeed/1.8.4-lsphp81/data.yml b/apps/openlitespeed/1.8.4-lsphp81/data.yml index 96591f6f0..d92481e8e 100644 --- a/apps/openlitespeed/1.8.4-lsphp81/data.yml +++ b/apps/openlitespeed/1.8.4-lsphp81/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CONSOLE labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -36,5 +48,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/openlitespeed/latest/data.yml b/apps/openlitespeed/latest/data.yml index 96591f6f0..d92481e8e 100644 --- a/apps/openlitespeed/latest/data.yml +++ b/apps/openlitespeed/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CONSOLE labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -36,5 +48,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/openresty-manager/2.4.0/data.yml b/apps/openresty-manager/2.4.0/data.yml index e5247800f..9b6ab2dd1 100644 --- a/apps/openresty-manager/2.4.0/data.yml +++ b/apps/openresty-manager/2.4.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OPENRESTY_MANAGER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 34567 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_NGINX_HTTP labelZh: Nginx 端口 labelEn: Nginx port + label: + en: Nginx port + zh: Nginx 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_NGINX_HTTPS labelZh: Nginx SSL 端口 labelEn: Nginx SSL port + label: + en: Nginx SSL port + zh: Nginx SSL 端口 required: true rule: paramPort type: number diff --git a/apps/openresume/latest/data.yml b/apps/openresume/latest/data.yml index ed84a1873..768b88685 100644 --- a/apps/openresume/latest/data.yml +++ b/apps/openresume/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/openspeedtest/2.0.6/data.yml b/apps/openspeedtest/2.0.6/data.yml index c21165d47..61dfeebfa 100644 --- a/apps/openspeedtest/2.0.6/data.yml +++ b/apps/openspeedtest/2.0.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number diff --git a/apps/openspeedtest/latest/data.yml b/apps/openspeedtest/latest/data.yml index c21165d47..61dfeebfa 100644 --- a/apps/openspeedtest/latest/data.yml +++ b/apps/openspeedtest/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number diff --git a/apps/opentdp/latest/data.yml b/apps/opentdp/latest/data.yml index 179f5068f..8f325969e 100644 --- a/apps/opentdp/latest/data.yml +++ b/apps/opentdp/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/openvpn-as/latest/data.yml b/apps/openvpn-as/latest/data.yml index 2f8e1ecb9..040f450a1 100644 --- a/apps/openvpn-as/latest/data.yml +++ b/apps/openvpn-as/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CONSOLE labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP labelEn: UDP Port labelZh: UDP 端口 + label: + en: UDP Port + zh: UDP 端口 required: true rule: paramPort type: number diff --git a/apps/oryx/5.15.20/data.yml b/apps/oryx/5.15.20/data.yml index f3cf1bb18..10a53f8ba 100644 --- a/apps/oryx/5.15.20/data.yml +++ b/apps/oryx/5.15.20/data.yml @@ -1,39 +1,57 @@ additionalProperties: #固定参数 - formFields: - - default: 2022 - envKey: PANEL_APP_PORT_HTTP - labelEn: Web Port - labelZh: Web面板端口 - required: true - type: number - - default: 2443 - envKey: PANEL_APP_PORT_HTTPS - labelEn: HTTPS Web Port - labelZh: HTTPS Web面板端口 - required: true - type: number - - default: 1935 - envKey: RTMP_PORT - labelEn: RTMP Port - labelZh: RTMP端口 - required: true - type: number - - default: 10080 - envKey: SRT_PORT - labelEn: SRT Port - labelZh: SRT端口 - required: true - type: number - - default: 8000 - envKey: WEBRTC_PORT - labelEn: WebRTC Port - labelZh: WebRTC端口 - required: true - type: number - - default: ./data - edit: true - envKey: DATA_PATH - labelEn: Data folder path - labelZh: 数据目录 - required: true - type: text \ No newline at end of file + formFields: + - default: 2022 + envKey: PANEL_APP_PORT_HTTP + labelEn: Web Port + labelZh: Web面板端口 + label: + en: Web Port + zh: Web面板端口 + required: true + type: number + - default: 2443 + envKey: PANEL_APP_PORT_HTTPS + labelEn: HTTPS Web Port + labelZh: HTTPS Web面板端口 + label: + en: HTTPS Web Port + zh: HTTPS Web面板端口 + required: true + type: number + - default: 1935 + envKey: RTMP_PORT + labelEn: RTMP Port + labelZh: RTMP端口 + label: + en: RTMP Port + zh: RTMP端口 + required: true + type: number + - default: 10080 + envKey: SRT_PORT + labelEn: SRT Port + labelZh: SRT端口 + label: + en: SRT Port + zh: SRT端口 + required: true + type: number + - default: 8000 + envKey: WEBRTC_PORT + labelEn: WebRTC Port + labelZh: WebRTC端口 + label: + en: WebRTC Port + zh: WebRTC端口 + required: true + type: number + - default: ./data + edit: true + envKey: DATA_PATH + labelEn: Data folder path + labelZh: 数据目录 + label: + en: Data folder path + zh: 数据目录 + required: true + type: text diff --git a/apps/outline/0.87.4/data.yml b/apps/outline/0.87.4/data.yml index b70556db9..00e997f65 100644 --- a/apps/outline/0.87.4/data.yml +++ b/apps/outline/0.87.4/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_REDIS_TYPE labelZh: Redis 服务 (前置检查) labelEn: Redis Service (Pre-check) + label: + en: Redis Service (Pre-check) + zh: Redis 服务 (前置检查) required: true type: apps values: @@ -23,6 +26,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -33,6 +39,9 @@ additionalProperties: envKey: OUTLINE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3000 @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -48,6 +60,9 @@ additionalProperties: envKey: SECRET_KEY labelZh: 加密密钥 labelEn: Secret Key + label: + en: Secret Key + zh: 加密密钥 required: true type: password - default: "b2be1c54acbfe6d965bda01e63195cc815e4743a6fb5ba5f82eae916d98989b5" @@ -55,6 +70,9 @@ additionalProperties: envKey: UTILS_SECRET labelZh: 工具密钥 labelEn: Utils Secret + label: + en: Utils Secret + zh: 工具密钥 required: true type: password - default: "http://127.0.0.1:3000" @@ -62,6 +80,9 @@ additionalProperties: envKey: URL labelZh: 域名 labelEn: Domain + label: + en: Domain + zh: 域名 required: true rule: paramExtUrl type: text @@ -70,6 +91,9 @@ additionalProperties: envKey: CDN_URL labelZh: CDN 域名 labelEn: CDN Domain + label: + en: CDN Domain + zh: CDN 域名 required: false type: text - default: "https://iframe.ly/api/iframely" @@ -77,6 +101,9 @@ additionalProperties: envKey: IFRAMELY_URL labelZh: iFramely 地址 labelEn: iFramely URL + label: + en: iFramely URL + zh: iFramely 地址 required: true rule: paramExtUrl type: text @@ -85,6 +112,9 @@ additionalProperties: envKey: IFRAMELY_API_KEY labelZh: iFramely 密钥 labelEn: iFramely API Key + label: + en: iFramely API Key + zh: iFramely 密钥 required: false type: text - default: "127.0.0.1" @@ -92,6 +122,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -99,6 +132,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -107,6 +143,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database User + label: + en: Database User + zh: 数据库 用户名 required: true type: text - default: "" @@ -114,6 +153,9 @@ additionalProperties: envKey: DB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -123,6 +165,9 @@ additionalProperties: envKey: DB_DATABASE_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "redis://localhost:6379" @@ -130,6 +175,9 @@ additionalProperties: envKey: REDIS_URL labelZh: Redis 链接 labelEn: Redis URL + label: + en: Redis URL + zh: Redis 链接 required: true type: text - default: "" @@ -137,6 +185,9 @@ additionalProperties: envKey: SLACK_CLIENT_ID labelZh: Slack 客户端 ID (鉴权) labelEn: Slack Client ID (Auth) + label: + en: Slack Client ID (Auth) + zh: Slack 客户端 ID (鉴权) required: false type: text - default: "" @@ -144,6 +195,9 @@ additionalProperties: envKey: SLACK_CLIENT_SECRET labelZh: Slack 客户端密钥 (鉴权) labelEn: Slack Client Secret (Auth) + label: + en: Slack Client Secret (Auth) + zh: Slack 客户端密钥 (鉴权) required: false type: password - default: "" @@ -151,6 +205,9 @@ additionalProperties: envKey: GOOGLE_CLIENT_ID labelZh: Google 客户端 ID (鉴权) labelEn: Google Client ID (Auth) + label: + en: Google Client ID (Auth) + zh: Google 客户端 ID (鉴权) required: false type: text - default: "" @@ -158,6 +215,9 @@ additionalProperties: envKey: GOOGLE_CLIENT_SECRET labelZh: Google 客户端密钥 (鉴权) labelEn: Google Client Secret (Auth) + label: + en: Google Client Secret (Auth) + zh: Google 客户端密钥 (鉴权) required: false type: password - default: "" @@ -165,6 +225,9 @@ additionalProperties: envKey: DISCORD_CLIENT_ID labelZh: Discord 客户端 ID (鉴权) labelEn: Discord Client ID (Auth) + label: + en: Discord Client ID (Auth) + zh: Discord 客户端 ID (鉴权) required: false type: text - default: "" @@ -172,6 +235,9 @@ additionalProperties: envKey: DISCORD_CLIENT_SECRET labelZh: Discord 客户端密钥 (鉴权) labelEn: Discord Client Secret (Auth) + label: + en: Discord Client Secret (Auth) + zh: Discord 客户端密钥 (鉴权) required: false type: password - default: "" @@ -179,6 +245,9 @@ additionalProperties: envKey: DISCORD_SERVER_ID labelZh: Discord 服务端 ID (鉴权) labelEn: Discord Server ID (Auth) + label: + en: Discord Server ID (Auth) + zh: Discord 服务端 ID (鉴权) required: false type: text - default: "" @@ -186,6 +255,9 @@ additionalProperties: envKey: DISCORD_SERVER_ROLES labelZh: Discord 服务端角色 (鉴权) labelEn: Discord Server Roles (Auth) + label: + en: Discord Server Roles (Auth) + zh: Discord 服务端角色 (鉴权) required: false type: text - default: "" @@ -193,6 +265,9 @@ additionalProperties: envKey: SMTP_HOST labelZh: SMTP 主机 labelEn: SMTP Host + label: + en: SMTP Host + zh: SMTP 主机 required: false type: text - default: 465 @@ -200,6 +275,9 @@ additionalProperties: envKey: SMTP_PORT labelZh: SMTP 端口 labelEn: SMTP Port + label: + en: SMTP Port + zh: SMTP 端口 required: false type: number - default: "" @@ -207,6 +285,9 @@ additionalProperties: envKey: SMTP_USERNAME labelZh: SMTP 用户名 labelEn: SMTP Username + label: + en: SMTP Username + zh: SMTP 用户名 required: false type: text - default: "" @@ -214,6 +295,9 @@ additionalProperties: envKey: SMTP_PASSWORD labelZh: SMTP 密码 labelEn: SMTP Password + label: + en: SMTP Password + zh: SMTP 密码 required: false type: password - default: "" @@ -221,6 +305,9 @@ additionalProperties: envKey: SMTP_FROM_EMAIL labelZh: SMTP 发件人 labelEn: SMTP From Email + label: + en: SMTP From Email + zh: SMTP 发件人 required: false type: text - default: "" @@ -228,6 +315,9 @@ additionalProperties: envKey: SLACK_VERIFICATION_TOKEN labelZh: Slack 验证令牌 (Slack 集成) labelEn: Slack Verification Token (Slack Integration) + label: + en: Slack Verification Token (Slack Integration) + zh: Slack 验证令牌 (Slack 集成) required: false type: text - default: "" @@ -235,6 +325,9 @@ additionalProperties: envKey: SLACK_APP_ID labelZh: Slack 应用ID (Slack 集成) labelEn: Slack App ID (Slack Integration) + label: + en: Slack App ID (Slack Integration) + zh: Slack 应用ID (Slack 集成) required: false type: text - default: "" @@ -242,6 +335,9 @@ additionalProperties: envKey: GITHUB_CLIENT_ID labelZh: GitHub 客户端 ID (GitHub 集成) labelEn: GitHub Client ID (GitHub Integration) + label: + en: GitHub Client ID (GitHub Integration) + zh: GitHub 客户端 ID (GitHub 集成) required: false type: text - default: "" @@ -249,6 +345,9 @@ additionalProperties: envKey: GITHUB_CLIENT_SECRET labelZh: GitHub 客户端密钥 (GitHub 集成) labelEn: GitHub Client Secret (GitHub Integration) + label: + en: GitHub Client Secret (GitHub Integration) + zh: GitHub 客户端密钥 (GitHub 集成) required: false type: password - default: "" @@ -256,6 +355,9 @@ additionalProperties: envKey: GITHUB_APP_NAME labelZh: GitHub 应用名称 (GitHub 集成) labelEn: GitHub App Name (GitHub Integration) + label: + en: GitHub App Name (GitHub Integration) + zh: GitHub 应用名称 (GitHub 集成) required: false type: text - default: "" @@ -263,6 +365,9 @@ additionalProperties: envKey: GITHUB_APP_ID labelZh: GitHub 应用ID (GitHub 集成) labelEn: GitHub App ID (GitHub Integration) + label: + en: GitHub App ID (GitHub Integration) + zh: GitHub 应用ID (GitHub 集成) required: false type: text - default: "" @@ -270,5 +375,8 @@ additionalProperties: envKey: GITHUB_APP_PRIVATE_KEY labelZh: GitHub 应用私钥 (GitHub 集成) labelEn: GitHub App Private Key (GitHub Integration) + label: + en: GitHub App Private Key (GitHub Integration) + zh: GitHub 应用私钥 (GitHub 集成) required: false type: password diff --git a/apps/overseerr/1.34.0/data.yml b/apps/overseerr/1.34.0/data.yml index 9de8544fb..7d8192734 100644 --- a/apps/overseerr/1.34.0/data.yml +++ b/apps/overseerr/1.34.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: OVERSEERR_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5055 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/page-spy-web/2.4.4/data.yml b/apps/page-spy-web/2.4.4/data.yml index 8f86a3c80..b5b4fef42 100644 --- a/apps/page-spy-web/2.4.4/data.yml +++ b/apps/page-spy-web/2.4.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PAGE_SPY_WEB_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 6752 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number diff --git a/apps/pagespy/2.4.4/data.yml b/apps/pagespy/2.4.4/data.yml index 340e68738..4c15a2d20 100644 --- a/apps/pagespy/2.4.4/data.yml +++ b/apps/pagespy/2.4.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number diff --git a/apps/pagespy/latest/data.yml b/apps/pagespy/latest/data.yml index 340e68738..4c15a2d20 100644 --- a/apps/pagespy/latest/data.yml +++ b/apps/pagespy/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number diff --git a/apps/pairdrop/1.11.2/data.yml b/apps/pairdrop/1.11.2/data.yml index dffaeeae4..d5b49b304 100644 --- a/apps/pairdrop/1.11.2/data.yml +++ b/apps/pairdrop/1.11.2/data.yml @@ -1,26 +1,29 @@ name: PairDrop tags: - - Other + - Other title: PairDrop description: A 1Panel deployment for PairDrop additionalProperties: - key: pairdrop - name: PairDrop - tags: - - Other - shortDescZh: PairDrop 应用 - shortDescEn: PairDrop Application - type: website - crossVersionUpdate: true - architectures: - - amd64 - - arm64 - formFields: - - default: "3000" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 3000 - labelZh: 服务端口 3000 - required: true - rule: paramPort - type: number \ No newline at end of file + key: pairdrop + name: PairDrop + tags: + - Other + shortDescZh: PairDrop 应用 + shortDescEn: PairDrop Application + type: website + crossVersionUpdate: true + architectures: + - amd64 + - arm64 + formFields: + - default: "3000" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 3000 + labelZh: 服务端口 3000 + label: + en: Service Port 3000 + zh: 服务端口 3000 + required: true + rule: paramPort + type: number diff --git a/apps/pairdrop/latest/data.yml b/apps/pairdrop/latest/data.yml index dffaeeae4..d5b49b304 100644 --- a/apps/pairdrop/latest/data.yml +++ b/apps/pairdrop/latest/data.yml @@ -1,26 +1,29 @@ name: PairDrop tags: - - Other + - Other title: PairDrop description: A 1Panel deployment for PairDrop additionalProperties: - key: pairdrop - name: PairDrop - tags: - - Other - shortDescZh: PairDrop 应用 - shortDescEn: PairDrop Application - type: website - crossVersionUpdate: true - architectures: - - amd64 - - arm64 - formFields: - - default: "3000" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port 3000 - labelZh: 服务端口 3000 - required: true - rule: paramPort - type: number \ No newline at end of file + key: pairdrop + name: PairDrop + tags: + - Other + shortDescZh: PairDrop 应用 + shortDescEn: PairDrop Application + type: website + crossVersionUpdate: true + architectures: + - amd64 + - arm64 + formFields: + - default: "3000" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 3000 + labelZh: 服务端口 3000 + label: + en: Service Port 3000 + zh: 服务端口 3000 + required: true + rule: paramPort + type: number diff --git a/apps/palworld-server/1.4.6/data.yml b/apps/palworld-server/1.4.6/data.yml index 70365ebbb..a22ae42fe 100644 --- a/apps/palworld-server/1.4.6/data.yml +++ b/apps/palworld-server/1.4.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_RCON labelEn: RCON Port labelZh: RCON 端口 + label: + en: RCON Port + zh: RCON 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_QUERY labelEn: Query port used to communicate with Steam servers labelZh: Query 端口 (用于与 Steam 服务器通信的查询端口) + label: + en: Query port used to communicate with Steam servers + zh: Query 端口 (用于与 Steam 服务器通信的查询端口) required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: 32 @@ -36,6 +48,9 @@ additionalProperties: envKey: MAX_PLAYERS labelEn: Maximum number of participants on the server labelZh: 玩家数量限制 + label: + en: Maximum number of participants on the server + zh: 玩家数量限制 required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: MULTITHREAD_SWITCH labelEn: Improves performance in multi-threaded CPU environments (true / false) labelZh: 是否启用 CPU 多线程优化 (true / false) + label: + en: Improves performance in multi-threaded CPU environments (true / false) + zh: 是否启用 CPU 多线程优化 (true / false) required: true type: text - default: 'false' @@ -51,6 +69,9 @@ additionalProperties: envKey: PUBLIC_SWITCH labelEn: Setup server as a community server (true / false) labelZh: 是否将服务器设置为社区服务器 (true / false) + label: + en: Setup server as a community server (true / false) + zh: 是否将服务器设置为社区服务器 (true / false) required: true type: text - default: '' @@ -58,6 +79,9 @@ additionalProperties: envKey: PUBLIC_IP labelEn: PUBLIC IP (If not specified, it will be detected automatically) labelZh: 服务器 IP (留空自动检测) + label: + en: PUBLIC IP (If not specified, it will be detected automatically) + zh: 服务器 IP (留空自动检测) required: false type: text - default: '' @@ -65,6 +89,9 @@ additionalProperties: envKey: PANEL_APP_PORT_PUBLIC labelEn: PUBLIC PORT (If not specified, it will be detected automatically) labelZh: 服务器端口 (留空自动检测) + label: + en: PUBLIC PORT (If not specified, it will be detected automatically) + zh: 服务器端口 (留空自动检测) required: false rule: paramPort type: text @@ -73,6 +100,9 @@ additionalProperties: envKey: UPDATE_SWITCH labelEn: Whether the server should be update each time start (true / false) labelZh: 是否每次启动都更新服务器 (true / false) + label: + en: Whether the server should be update each time start (true / false) + zh: 是否每次启动都更新服务器 (true / false) required: true type: text - default: 'Default Palworld Server' @@ -80,6 +110,9 @@ additionalProperties: envKey: SERVER_NAME labelEn: Server name labelZh: 服务器名 + label: + en: Server name + zh: 服务器名 required: true type: text - default: palworld @@ -87,6 +120,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelEn: Admin password labelZh: 管理员密码 + label: + en: Admin password + zh: 管理员密码 random: true required: false rule: paramComplexity @@ -96,6 +132,9 @@ additionalProperties: envKey: SERVER_PASSWORD labelEn: Server password labelZh: 服务器密码 + label: + en: Server password + zh: 服务器密码 required: false rule: paramComplexity type: password @@ -104,5 +143,8 @@ additionalProperties: envKey: RCON_SWITCH labelEn: Enable RCON (true / false) labelZh: 是否启用 RCON (true / false) + label: + en: Enable RCON (true / false) + zh: 是否启用 RCON (true / false) required: true type: text diff --git a/apps/palworld-server/latest/data.yml b/apps/palworld-server/latest/data.yml index d2fe769c3..6c3779524 100644 --- a/apps/palworld-server/latest/data.yml +++ b/apps/palworld-server/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_RCON labelEn: RCON Port labelZh: RCON 端口 + label: + en: RCON Port + zh: RCON 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: MAX_PLAYERS labelEn: Maximum number of participants on the server labelZh: 玩家数量限制 + label: + en: Maximum number of participants on the server + zh: 玩家数量限制 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: MULTITHREAD_SWITCH labelEn: Improves performance in multi-threaded CPU environments (true / false) labelZh: 是否启用 CPU 多线程优化 (true / false) + label: + en: Improves performance in multi-threaded CPU environments (true / false) + zh: 是否启用 CPU 多线程优化 (true / false) required: true type: text - default: 'false' @@ -36,6 +48,9 @@ additionalProperties: envKey: PUBLIC_SWITCH labelEn: Setup server as a community server (true / false) labelZh: 是否将服务器设置为社区服务器 (true / false) + label: + en: Setup server as a community server (true / false) + zh: 是否将服务器设置为社区服务器 (true / false) required: true type: text - default: '' @@ -43,6 +58,9 @@ additionalProperties: envKey: PUBLIC_IP labelEn: PUBLIC IP (If not specified, it will be detected automatically) labelZh: 服务器 IP (留空自动检测) + label: + en: PUBLIC IP (If not specified, it will be detected automatically) + zh: 服务器 IP (留空自动检测) required: false type: text - default: '' @@ -50,6 +68,9 @@ additionalProperties: envKey: PANEL_APP_PORT_PUBLIC labelEn: PUBLIC PORT (If not specified, it will be detected automatically) labelZh: 服务器端口 (留空自动检测) + label: + en: PUBLIC PORT (If not specified, it will be detected automatically) + zh: 服务器端口 (留空自动检测) required: false rule: paramPort type: text @@ -58,6 +79,9 @@ additionalProperties: envKey: UPDATE_SWITCH labelEn: Whether the server should be update each time start (true / false) labelZh: 是否每次启动都更新服务器 (true / false) + label: + en: Whether the server should be update each time start (true / false) + zh: 是否每次启动都更新服务器 (true / false) required: true type: text - default: 'Default Palworld Server' @@ -65,6 +89,9 @@ additionalProperties: envKey: SERVER_NAME labelEn: Server name labelZh: 服务器名 + label: + en: Server name + zh: 服务器名 required: true type: text - default: 'Default Palworld Server' @@ -72,6 +99,9 @@ additionalProperties: envKey: SERVER_DESC labelEn: Server description labelZh: 服务器说明 + label: + en: Server description + zh: 服务器说明 required: true type: text - default: palworld @@ -79,6 +109,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelEn: Admin password labelZh: 管理员密码 + label: + en: Admin password + zh: 管理员密码 random: true required: false rule: paramComplexity @@ -88,6 +121,9 @@ additionalProperties: envKey: SERVER_PASSWORD labelEn: Server password labelZh: 服务器密码 + label: + en: Server password + zh: 服务器密码 required: false rule: paramComplexity type: password @@ -96,5 +132,8 @@ additionalProperties: envKey: RCON_SWITCH labelEn: Enable RCON (true / false) labelZh: 是否启用 RCON (true / false) + label: + en: Enable RCON (true / false) + zh: 是否启用 RCON (true / false) required: true type: text diff --git a/apps/pandora/1.3.5/data.yml b/apps/pandora/1.3.5/data.yml index 851df726d..d46f367e1 100644 --- a/apps/pandora/1.3.5/data.yml +++ b/apps/pandora/1.3.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: PROXY labelEn: Specify the proxy in the format:protocol://user:pass@ip:port. labelZh: 指定代理,格式:protocol://user:pass@ip:port。 + label: + en: Specify the proxy in the format:protocol://user:pass@ip:port. + zh: 指定代理,格式:protocol://user:pass@ip:port。 required: false type: text - default: https://ai.fakeopen.com @@ -27,6 +36,9 @@ additionalProperties: envKey: API_BASE_URL labelEn: OpenAI API interface address labelZh: OpenAI API接口地址 + label: + en: OpenAI API interface address + zh: OpenAI API接口地址 required: true type: text - default: https://ai.fakeopen.com @@ -34,5 +46,8 @@ additionalProperties: envKey: REVERSE_PROXY labelEn: ChatGPT API reverse proxy labelZh: ChatGPT API反向代理 + label: + en: ChatGPT API reverse proxy + zh: ChatGPT API反向代理 required: true type: text diff --git a/apps/pandora/latest/data.yml b/apps/pandora/latest/data.yml index 851df726d..d46f367e1 100644 --- a/apps/pandora/latest/data.yml +++ b/apps/pandora/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: PROXY labelEn: Specify the proxy in the format:protocol://user:pass@ip:port. labelZh: 指定代理,格式:protocol://user:pass@ip:port。 + label: + en: Specify the proxy in the format:protocol://user:pass@ip:port. + zh: 指定代理,格式:protocol://user:pass@ip:port。 required: false type: text - default: https://ai.fakeopen.com @@ -27,6 +36,9 @@ additionalProperties: envKey: API_BASE_URL labelEn: OpenAI API interface address labelZh: OpenAI API接口地址 + label: + en: OpenAI API interface address + zh: OpenAI API接口地址 required: true type: text - default: https://ai.fakeopen.com @@ -34,5 +46,8 @@ additionalProperties: envKey: REVERSE_PROXY labelEn: ChatGPT API reverse proxy labelZh: ChatGPT API反向代理 + label: + en: ChatGPT API reverse proxy + zh: ChatGPT API反向代理 required: true type: text diff --git a/apps/paopao-ce/0.5.2/data.yml b/apps/paopao-ce/0.5.2/data.yml index 2c5f631b9..30114ffe9 100644 --- a/apps/paopao-ce/0.5.2/data.yml +++ b/apps/paopao-ce/0.5.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PAOPAO_CE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8008 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/passwordpusher/1.62.1/data.yml b/apps/passwordpusher/1.62.1/data.yml index 64ff4c4b1..0050fe90f 100644 --- a/apps/passwordpusher/1.62.1/data.yml +++ b/apps/passwordpusher/1.62.1/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: PWPUSHER_DB_PORT key: mysql @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -49,6 +61,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/passwordpusher/release/data.yml b/apps/passwordpusher/release/data.yml index 64ff4c4b1..0050fe90f 100644 --- a/apps/passwordpusher/release/data.yml +++ b/apps/passwordpusher/release/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: PWPUSHER_DB_PORT key: mysql @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -49,6 +61,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/peer-ban-helper/9.0.10/data.yml b/apps/peer-ban-helper/9.0.10/data.yml index f1012ded3..9de15be07 100644 --- a/apps/peer-ban-helper/9.0.10/data.yml +++ b/apps/peer-ban-helper/9.0.10/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PEERBANHELPER_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 9898 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/peerbanhelper/9.0.10/data.yml b/apps/peerbanhelper/9.0.10/data.yml index 09e26c1f6..0594a462b 100644 --- a/apps/peerbanhelper/9.0.10/data.yml +++ b/apps/peerbanhelper/9.0.10/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "0" @@ -20,6 +26,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "0" @@ -27,6 +36,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -34,6 +46,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "30s" @@ -41,5 +56,8 @@ additionalProperties: envKey: STOP_GRACE_PERIOD labelEn: Stop Grace Period labelZh: 停止宽限期 + label: + en: Stop Grace Period + zh: 停止宽限期 required: true type: text diff --git a/apps/peerbanhelper/latest-CN/data.yml b/apps/peerbanhelper/latest-CN/data.yml index 09e26c1f6..0594a462b 100644 --- a/apps/peerbanhelper/latest-CN/data.yml +++ b/apps/peerbanhelper/latest-CN/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "0" @@ -20,6 +26,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "0" @@ -27,6 +36,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -34,6 +46,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "30s" @@ -41,5 +56,8 @@ additionalProperties: envKey: STOP_GRACE_PERIOD labelEn: Stop Grace Period labelZh: 停止宽限期 + label: + en: Stop Grace Period + zh: 停止宽限期 required: true type: text diff --git a/apps/peerbanhelper/latest/data.yml b/apps/peerbanhelper/latest/data.yml index 09e26c1f6..0594a462b 100644 --- a/apps/peerbanhelper/latest/data.yml +++ b/apps/peerbanhelper/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "0" @@ -20,6 +26,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "0" @@ -27,6 +36,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -34,6 +46,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "30s" @@ -41,5 +56,8 @@ additionalProperties: envKey: STOP_GRACE_PERIOD labelEn: Stop Grace Period labelZh: 停止宽限期 + label: + en: Stop Grace Period + zh: 停止宽限期 required: true type: text diff --git a/apps/percona/8.0/data.yml b/apps/percona/8.0/data.yml index 7cc07fc64..1fa8d3d72 100644 --- a/apps/percona/8.0/data.yml +++ b/apps/percona/8.0/data.yml @@ -5,12 +5,18 @@ additionalProperties: envKey: PERCONA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3306 envKey: PANEL_APP_PORT_HTTP labelZh: 连接端口 labelEn: Connection Port + label: + en: Connection Port + zh: 连接端口 required: true rule: paramPort type: number @@ -18,6 +24,9 @@ additionalProperties: envKey: MYSQL_ROOT_PASSWORD labelZh: 管理员密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramComplexity diff --git a/apps/perfree-blog/4.0.11/data.yml b/apps/perfree-blog/4.0.11/data.yml index 75a0d025a..0736e2d37 100644 --- a/apps/perfree-blog/4.0.11/data.yml +++ b/apps/perfree-blog/4.0.11/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -20,6 +23,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -28,6 +34,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -36,6 +45,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -45,6 +57,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,5 +68,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true - type: text \ No newline at end of file + type: text diff --git a/apps/pgadmin4/9.9/data.yml b/apps/pgadmin4/9.9/data.yml index 400b032dd..bbe3c9046 100644 --- a/apps/pgadmin4/9.9/data.yml +++ b/apps/pgadmin4/9.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PGADMIN_EMAIL labelEn: Admin Email labelZh: 管理员邮箱 + label: + en: Admin Email + zh: 管理员邮箱 required: true type: text - default: pgadmin4 @@ -20,6 +26,9 @@ additionalProperties: envKey: PGADMIN_PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: false required: true rule: paramComplexity diff --git a/apps/pgadmin4/latest/data.yml b/apps/pgadmin4/latest/data.yml index 400b032dd..bbe3c9046 100644 --- a/apps/pgadmin4/latest/data.yml +++ b/apps/pgadmin4/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PGADMIN_EMAIL labelEn: Admin Email labelZh: 管理员邮箱 + label: + en: Admin Email + zh: 管理员邮箱 required: true type: text - default: pgadmin4 @@ -20,6 +26,9 @@ additionalProperties: envKey: PGADMIN_PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: false required: true rule: paramComplexity diff --git a/apps/photoprism/250707-sqlite/data.yml b/apps/photoprism/250707-sqlite/data.yml index f5aa606b8..f83361268 100644 --- a/apps/photoprism/250707-sqlite/data.yml +++ b/apps/photoprism/250707-sqlite/data.yml @@ -68,6 +68,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -76,6 +79,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: 1000 @@ -83,6 +89,9 @@ additionalProperties: envKey: UID labelEn: UID labelZh: UID + label: + en: UID + zh: UID required: true type: number - default: 1000 @@ -90,6 +99,9 @@ additionalProperties: envKey: GID labelEn: GID labelZh: GID + label: + en: GID + zh: GID required: true type: number - default: admin @@ -97,6 +109,9 @@ additionalProperties: envKey: ADMIN_USER labelEn: Admin user labelZh: 管理员用户名 + label: + en: Admin user + zh: 管理员用户名 required: true type: text - default: photoprism @@ -104,6 +119,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: false required: true rule: paramComplexity @@ -113,6 +131,9 @@ additionalProperties: envKey: PHOTOPRISM_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text - default: "" @@ -120,6 +141,9 @@ additionalProperties: envKey: SITE_DESCRIPTION labelEn: Site description labelZh: 网站描述 + label: + en: Site description + zh: 网站描述 required: false type: text - default: "" @@ -127,6 +151,9 @@ additionalProperties: envKey: SITE_AUTHOR labelEn: Site description labelZh: 网站作者 + label: + en: Site description + zh: 网站作者 required: false type: text - default: "AI-Powered Photos App" @@ -134,5 +161,8 @@ additionalProperties: envKey: SITE_CAPTION labelEn: Site caption labelZh: 网站标题 + label: + en: Site caption + zh: 网站标题 required: false type: text diff --git a/apps/photoprism/250707/data.yml b/apps/photoprism/250707/data.yml index 61716ed4a..94a14a6d2 100644 --- a/apps/photoprism/250707/data.yml +++ b/apps/photoprism/250707/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -24,6 +27,9 @@ additionalProperties: envKey: PHOTOPRISM_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2342 @@ -31,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -39,6 +48,9 @@ additionalProperties: envKey: PHOTOPRISM_ADMIN_USER labelZh: 管理员用户名 labelEn: Admin username + label: + en: Admin username + zh: 管理员用户名 required: true type: text - default: "password_random" @@ -46,6 +58,9 @@ additionalProperties: envKey: PHOTOPRISM_ADMIN_PASSWORD labelZh: 管理员密码 (8-72 字符) labelEn: Admin password + label: + en: Admin password + zh: 管理员密码 (8-72 字符) required: true rule: paramComplexity random: true @@ -55,6 +70,9 @@ additionalProperties: envKey: PHOTOPRISM_AUTH_MODE labelZh: 认证模式 labelEn: Authentication mode + label: + en: Authentication mode + zh: 认证模式 required: true type: select values: @@ -67,6 +85,9 @@ additionalProperties: envKey: PHOTOPRISM_SITE_URL labelZh: 网站 URL labelEn: Site URL + label: + en: Site URL + zh: 网站 URL required: true type: text - default: "AI-Powered Photos App" @@ -74,6 +95,9 @@ additionalProperties: envKey: PHOTOPRISM_SITE_CAPTION labelZh: 网站标题 labelEn: Site caption + label: + en: Site caption + zh: 网站标题 required: true type: text - default: "" @@ -81,6 +105,9 @@ additionalProperties: envKey: PHOTOPRISM_SITE_DESCRIPTION labelZh: 网站描述 labelEn: Site description + label: + en: Site description + zh: 网站描述 required: false type: text - default: "" @@ -88,6 +115,9 @@ additionalProperties: envKey: PHOTOPRISM_SITE_AUTHOR labelZh: 网站作者 labelEn: Site author + label: + en: Site author + zh: 网站作者 required: false type: text - default: "127.0.0.1:3306" @@ -95,6 +125,9 @@ additionalProperties: envKey: PHOTOPRISM_DATABASE_SERVER labelZh: 数据库 地址 labelEn: Database Server + label: + en: Database Server + zh: 数据库 地址 required: true type: text - default: "photoprism" @@ -102,6 +135,9 @@ additionalProperties: envKey: PHOTOPRISM_DATABASE_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -109,6 +145,9 @@ additionalProperties: envKey: PHOTOPRISM_DATABASE_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 required: true type: password - default: "photoprism" @@ -116,6 +155,9 @@ additionalProperties: envKey: PHOTOPRISM_DATABASE_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: 5000 @@ -123,6 +165,9 @@ additionalProperties: envKey: PHOTOPRISM_ORIGINALS_LIMIT labelZh: 原始文件限制最大值 (MB) labelEn: Originals limit max value (MB) + label: + en: Originals limit max value (MB) + zh: 原始文件限制最大值 (MB) required: true type: number - default: "true" @@ -130,6 +175,9 @@ additionalProperties: envKey: PHOTOPRISM_BACKUP_DATABASE labelZh: 开启定时备份计划 labelEn: Enable scheduled backup plan + label: + en: Enable scheduled backup plan + zh: 开启定时备份计划 required: true type: select values: @@ -142,6 +190,9 @@ additionalProperties: envKey: PHOTOPRISM_BACKUP_SCHEDULE labelZh: 定时备份计划周期 (daily, weekly, cron) labelEn: Scheduled backup plan cycle (daily, weekly, cron format) + label: + en: Scheduled backup plan cycle (daily, weekly, cron format) + zh: 定时备份计划周期 (daily, weekly, cron) required: true type: text - default: "software" @@ -149,6 +200,9 @@ additionalProperties: envKey: PHOTOPRISM_FFMPEG_ENCODER labelZh: 视频编码器 labelEn: Video encoder + label: + en: Video encoder + zh: 视频编码器 required: true type: select values: @@ -169,6 +223,9 @@ additionalProperties: envKey: PHOTOPRISM_FFMPEG_SIZE labelZh: 视频分辨率限制 labelEn: Video resolution limit + label: + en: Video resolution limit + zh: 视频分辨率限制 required: true type: text - default: "32" @@ -176,5 +233,8 @@ additionalProperties: envKey: PHOTOPRISM_FFMPEG_BITRATE labelZh: 视频比特率限制 labelEn: Video bitrate limit + label: + en: Video bitrate limit + zh: 视频比特率限制 required: true type: text diff --git a/apps/photoprism/latest/data.yml b/apps/photoprism/latest/data.yml index e8434f190..0c5a4829f 100644 --- a/apps/photoprism/latest/data.yml +++ b/apps/photoprism/latest/data.yml @@ -6,6 +6,9 @@ additionalProperties: key: mariadb labelEn: MariaDB Database Service labelZh: MariaDB数据库服务 + label: + en: MariaDB Database Service + zh: MariaDB数据库服务 required: true type: service - default: "3306" @@ -13,6 +16,9 @@ additionalProperties: envKey: PHOTOPRISM_DB_PORT labelEn: MariaDB Database Service Port labelZh: MariaDB数据库服务端口 + label: + en: MariaDB Database Service Port + zh: MariaDB数据库服务端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: 1000 @@ -52,6 +70,9 @@ additionalProperties: envKey: UID labelEn: UID labelZh: UID + label: + en: UID + zh: UID required: true type: number - default: 1000 @@ -59,6 +80,9 @@ additionalProperties: envKey: GID labelEn: GID labelZh: GID + label: + en: GID + zh: GID required: true type: number - default: admin @@ -66,6 +90,9 @@ additionalProperties: envKey: ADMIN_USER labelEn: Admin user labelZh: 管理员用户名 + label: + en: Admin user + zh: 管理员用户名 required: true type: text - default: photoprism @@ -73,6 +100,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: false required: true rule: paramComplexity @@ -82,6 +112,9 @@ additionalProperties: envKey: PHOTOPRISM_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text - default: "" @@ -89,6 +122,9 @@ additionalProperties: envKey: SITE_DESCRIPTION labelEn: Site description labelZh: 网站描述 + label: + en: Site description + zh: 网站描述 required: false type: text - default: "" @@ -96,6 +132,9 @@ additionalProperties: envKey: SITE_AUTHOR labelEn: Site description labelZh: 网站作者 + label: + en: Site description + zh: 网站作者 required: false type: text - default: "AI-Powered Photos App" @@ -103,5 +142,8 @@ additionalProperties: envKey: SITE_CAPTION labelEn: Site caption labelZh: 网站标题 + label: + en: Site caption + zh: 网站标题 required: false type: text diff --git a/apps/photoview/2.4.0/data.yml b/apps/photoview/2.4.0/data.yml index deb51fb24..dcd14bf1b 100644 --- a/apps/photoview/2.4.0/data.yml +++ b/apps/photoview/2.4.0/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: PHOTOVIEW_DB_PORT key: mysql @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database (requires MySQL8) labelZh: 数据库名(要求MySQL8) + label: + en: Database (requires MySQL8) + zh: 数据库名(要求MySQL8) random: true required: true rule: paramCommon @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -49,6 +61,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -57,6 +72,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Photos folder path (Inside the container "/photos") labelZh: 照片文件夹路径(容器内部"/photos") + label: + en: Photos folder path (Inside the container "/photos") + zh: 照片文件夹路径(容器内部"/photos") required: true type: text - default: ./data/cache @@ -64,5 +82,8 @@ additionalProperties: envKey: CACHE_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text diff --git a/apps/photoview/latest/data.yml b/apps/photoview/latest/data.yml index deb51fb24..dcd14bf1b 100644 --- a/apps/photoview/latest/data.yml +++ b/apps/photoview/latest/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: PHOTOVIEW_DB_PORT key: mysql @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database (requires MySQL8) labelZh: 数据库名(要求MySQL8) + label: + en: Database (requires MySQL8) + zh: 数据库名(要求MySQL8) random: true required: true rule: paramCommon @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -49,6 +61,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -57,6 +72,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Photos folder path (Inside the container "/photos") labelZh: 照片文件夹路径(容器内部"/photos") + label: + en: Photos folder path (Inside the container "/photos") + zh: 照片文件夹路径(容器内部"/photos") required: true type: text - default: ./data/cache @@ -64,5 +82,8 @@ additionalProperties: envKey: CACHE_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text diff --git a/apps/php-unofficial/7.4.33-alpine/data.yml b/apps/php-unofficial/7.4.33-alpine/data.yml index b38565900..ab949c156 100644 --- a/apps/php-unofficial/7.4.33-alpine/data.yml +++ b/apps/php-unofficial/7.4.33-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: SITE_PATH labelEn: Website directory file path labelZh: 网站目录文件路径 + label: + en: Website directory file path + zh: 网站目录文件路径 required: true type: text diff --git a/apps/php-unofficial/7.4.33/data.yml b/apps/php-unofficial/7.4.33/data.yml index 845d88cac..b5bb98757 100644 --- a/apps/php-unofficial/7.4.33/data.yml +++ b/apps/php-unofficial/7.4.33/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: SITE_PATH labelEn: Website directory file path labelZh: 网站目录文件路径 + label: + en: Website directory file path + zh: 网站目录文件路径 required: true type: text diff --git a/apps/php-unofficial/8.1.33/data.yml b/apps/php-unofficial/8.1.33/data.yml index 6cc6c9796..0e371e598 100644 --- a/apps/php-unofficial/8.1.33/data.yml +++ b/apps/php-unofficial/8.1.33/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: SITE_PATH labelEn: Website directory file path labelZh: 网站目录文件路径 + label: + en: Website directory file path + zh: 网站目录文件路径 required: true type: text diff --git a/apps/php-unofficial/8.4.14/data.yml b/apps/php-unofficial/8.4.14/data.yml index 6cc6c9796..0e371e598 100644 --- a/apps/php-unofficial/8.4.14/data.yml +++ b/apps/php-unofficial/8.4.14/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: SITE_PATH labelEn: Website directory file path labelZh: 网站目录文件路径 + label: + en: Website directory file path + zh: 网站目录文件路径 required: true type: text diff --git a/apps/phtunnel/1.0.0/data.yml b/apps/phtunnel/1.0.0/data.yml index 8a56dcaa5..68b8a8590 100644 --- a/apps/phtunnel/1.0.0/data.yml +++ b/apps/phtunnel/1.0.0/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: TIPS labelEn: Here's a hint note labelZh: 这是一个提示说明 + label: + en: Here's a hint note + zh: 这是一个提示说明 required: true type: text diff --git a/apps/phtunnel/latest/data.yml b/apps/phtunnel/latest/data.yml index 8a56dcaa5..68b8a8590 100644 --- a/apps/phtunnel/latest/data.yml +++ b/apps/phtunnel/latest/data.yml @@ -5,5 +5,8 @@ additionalProperties: envKey: TIPS labelEn: Here's a hint note labelZh: 这是一个提示说明 + label: + en: Here's a hint note + zh: 这是一个提示说明 required: true type: text diff --git a/apps/pi-hole-dhcp/2025.10.3/data.yml b/apps/pi-hole-dhcp/2025.10.3/data.yml index b5d5c477b..e11c8e388 100644 --- a/apps/pi-hole-dhcp/2025.10.3/data.yml +++ b/apps/pi-hole-dhcp/2025.10.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PIHOLE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: WEBPASSWORD labelZh: WebUI 密码 labelEn: WebUI password + label: + en: WebUI password + zh: WebUI 密码 required: true type: text - default: "all" @@ -27,6 +36,9 @@ additionalProperties: envKey: DNSMASQ_LISTENING labelZh: 监听地址 labelEn: Listening address + label: + en: Listening address + zh: 监听地址 required: true type: select values: @@ -41,6 +53,9 @@ additionalProperties: envKey: FTLCONF_LOCAL_IPV4 labelZh: 本地 IPv4 地址 labelEn: Local IPv4 address + label: + en: Local IPv4 address + zh: 本地 IPv4 地址 required: true type: text - default: "1.1.1.1;8.8.8.8;114.114.114.114;" @@ -48,6 +63,9 @@ additionalProperties: envKey: PIHOLE_DNS_ labelZh: 上游 DNS 服务器 labelEn: Upstream DNS server + label: + en: Upstream DNS server + zh: 上游 DNS 服务器 required: true type: text - default: "" @@ -55,6 +73,9 @@ additionalProperties: envKey: DHCP_START labelZh: DHCP 起始地址 labelEn: DHCP start address + label: + en: DHCP start address + zh: DHCP 起始地址 required: true type: text - default: "" @@ -62,6 +83,9 @@ additionalProperties: envKey: DHCP_END labelZh: DHCP 结束地址 labelEn: DHCP end address + label: + en: DHCP end address + zh: DHCP 结束地址 required: true type: text - default: "" @@ -69,6 +93,9 @@ additionalProperties: envKey: DHCP_ROUTER labelZh: DHCP 路由/网关 IP labelEn: DHCP router/gateway IP + label: + en: DHCP router/gateway IP + zh: DHCP 路由/网关 IP required: true type: text - default: 24 @@ -76,6 +103,9 @@ additionalProperties: envKey: DHCP_LEASETIME labelZh: DHCP 租约时间 labelEn: DHCP lease time + label: + en: DHCP lease time + zh: DHCP 租约时间 required: true type: number - default: "lan" @@ -83,6 +113,9 @@ additionalProperties: envKey: PIHOLE_DOMAIN labelZh: DHCP 域名 labelEn: DHCP domain + label: + en: DHCP domain + zh: DHCP 域名 required: true type: text - default: "true" @@ -90,6 +123,9 @@ additionalProperties: envKey: IPv6 labelZh: IPv6 支持 labelEn: IPv6 support + label: + en: IPv6 support + zh: IPv6 支持 required: true type: select values: @@ -102,6 +138,9 @@ additionalProperties: envKey: DHCP_IPv6 labelZh: DHCP IPv6 支持 labelEn: DHCP IPv6 support + label: + en: DHCP IPv6 support + zh: DHCP IPv6 支持 required: true type: select values: diff --git a/apps/pi-hole/2025.10.3/data.yml b/apps/pi-hole/2025.10.3/data.yml index eca8c29a1..5dd1d0b95 100644 --- a/apps/pi-hole/2025.10.3/data.yml +++ b/apps/pi-hole/2025.10.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PIHOLE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: WEBPASSWORD labelZh: WebUI 密码 labelEn: WebUI password + label: + en: WebUI password + zh: WebUI 密码 required: true type: text - default: "127.0.0.1" @@ -27,6 +36,9 @@ additionalProperties: envKey: FTLCONF_LOCAL_IPV4 labelZh: 本地 IPv4 地址 labelEn: Local IPv4 address + label: + en: Local IPv4 address + zh: 本地 IPv4 地址 required: true type: text - default: "1.1.1.1;8.8.8.8;114.114.114.114;" @@ -34,5 +46,8 @@ additionalProperties: envKey: PIHOLE_DNS_ labelZh: 上游 DNS 服务器 labelEn: Upstream DNS server + label: + en: Upstream DNS server + zh: 上游 DNS 服务器 required: true type: text diff --git a/apps/pic-smaller/20240517/data.yml b/apps/pic-smaller/20240517/data.yml index ef73773ee..dd0f7e02a 100644 --- a/apps/pic-smaller/20240517/data.yml +++ b/apps/pic-smaller/20240517/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/pic-smaller/latest/data.yml b/apps/pic-smaller/latest/data.yml index ef73773ee..dd0f7e02a 100644 --- a/apps/pic-smaller/latest/data.yml +++ b/apps/pic-smaller/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/picimpact/2.8.3/data.yml b/apps/picimpact/2.8.3/data.yml index 80421141c..6edcea6f7 100644 --- a/apps/picimpact/2.8.3/data.yml +++ b/apps/picimpact/2.8.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: AUTH_SECRET labelEn: Auth Secret labelZh: 认证密钥 + label: + en: Auth Secret + zh: 认证密钥 random: true required: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps child: @@ -35,6 +44,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -51,6 +66,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/picimpact/latest/data.yml b/apps/picimpact/latest/data.yml index 80421141c..6edcea6f7 100644 --- a/apps/picimpact/latest/data.yml +++ b/apps/picimpact/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: AUTH_SECRET labelEn: Auth Secret labelZh: 认证密钥 + label: + en: Auth Secret + zh: 认证密钥 random: true required: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps child: @@ -35,6 +44,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -43,6 +55,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -51,6 +66,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity diff --git a/apps/piclist/2.0.3/data.yml b/apps/piclist/2.0.3/data.yml index 731c4d246..d38f0ad45 100644 --- a/apps/piclist/2.0.3/data.yml +++ b/apps/piclist/2.0.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "password" @@ -20,6 +26,9 @@ additionalProperties: envKey: AUTH_KEY labelEn: Auth Key labelZh: 授权密钥 + label: + en: Auth Key + zh: 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/piclist/latest/data.yml b/apps/piclist/latest/data.yml index 9b57d9f79..d8ce9e2c1 100644 --- a/apps/piclist/latest/data.yml +++ b/apps/piclist/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "password" @@ -20,6 +26,9 @@ additionalProperties: envKey: AUTH_KEY labelEn: Auth Key labelZh: 授权密钥 + label: + en: Auth Key + zh: 授权密钥 random: true required: true rule: paramComplexity diff --git a/apps/picx/3.0.2/data.yml b/apps/picx/3.0.2/data.yml index 83d6a4238..4d3299625 100644 --- a/apps/picx/3.0.2/data.yml +++ b/apps/picx/3.0.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/picx/latest/data.yml b/apps/picx/latest/data.yml index 83d6a4238..4d3299625 100644 --- a/apps/picx/latest/data.yml +++ b/apps/picx/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/pingvin-share/1.13.0/data.yml b/apps/pingvin-share/1.13.0/data.yml index 80debe28e..7351d4b29 100644 --- a/apps/pingvin-share/1.13.0/data.yml +++ b/apps/pingvin-share/1.13.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/images @@ -20,5 +26,8 @@ additionalProperties: envKey: UPLOAD_PATH labelEn: Site icon path labelZh: 自定义站点图标路径 + label: + en: Site icon path + zh: 自定义站点图标路径 required: true type: text diff --git a/apps/pingvin-share/latest/data.yml b/apps/pingvin-share/latest/data.yml index 80debe28e..7351d4b29 100644 --- a/apps/pingvin-share/latest/data.yml +++ b/apps/pingvin-share/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/images @@ -20,5 +26,8 @@ additionalProperties: envKey: UPLOAD_PATH labelEn: Site icon path labelZh: 自定义站点图标路径 + label: + en: Site icon path + zh: 自定义站点图标路径 required: true type: text diff --git a/apps/pixman/1.8.2/data.yml b/apps/pixman/1.8.2/data.yml index d1e019f1f..13e707b02 100644 --- a/apps/pixman/1.8.2/data.yml +++ b/apps/pixman/1.8.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PIXMAN_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: MYTVSUPER_TOKEN labelZh: MyTVSuper 授权码 labelEn: MyTVSuper Token + label: + en: MyTVSuper Token + zh: MyTVSuper 授权码 required: false type: text - default: "" @@ -27,5 +36,8 @@ additionalProperties: envKey: NETWORK_PROXY labelZh: 网络代理 labelEn: Network Proxy + label: + en: Network Proxy + zh: 网络代理 required: false type: text diff --git a/apps/plex/1.42.2/data.yml b/apps/plex/1.42.2/data.yml index 3999b84ec..7bc0fa825 100644 --- a/apps/plex/1.42.2/data.yml +++ b/apps/plex/1.42.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port 32400 (TCP) labelZh: 端口 32400 (TCP) + label: + en: Port 32400 (TCP) + zh: 端口 32400 (TCP) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_3005 labelEn: Port 3005 (TCP) labelZh: 端口 3005 (TCP) + label: + en: Port 3005 (TCP) + zh: 端口 3005 (TCP) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_8324 labelEn: Port 8324 (TCP) labelZh: 端口 8324 (TCP) + label: + en: Port 8324 (TCP) + zh: 端口 8324 (TCP) required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_32469 labelEn: Port 32469 (TCP) labelZh: 端口 32469 (TCP) + label: + en: Port 32469 (TCP) + zh: 端口 32469 (TCP) required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_1900 labelEn: Port 1900 (UDP) labelZh: 端口 1900 (UDP) + label: + en: Port 1900 (UDP) + zh: 端口 1900 (UDP) required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32410 labelEn: Port 32410 (UDP) labelZh: 端口 32410 (UDP) + label: + en: Port 32410 (UDP) + zh: 端口 32410 (UDP) required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32412 labelEn: Port 32412 (UDP) labelZh: 端口 32412 (UDP) + label: + en: Port 32412 (UDP) + zh: 端口 32412 (UDP) required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32413 labelEn: Port 32413 (UDP) labelZh: 端口 32413 (UDP) + label: + en: Port 32413 (UDP) + zh: 端口 32413 (UDP) required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32414 labelEn: Port 32414 (UDP) labelZh: 端口 32414 (UDP) + label: + en: Port 32414 (UDP) + zh: 端口 32414 (UDP) required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: TIMEZONE labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "" @@ -84,6 +114,9 @@ additionalProperties: envKey: PLEX_CLAIM labelEn: Plex Claim labelZh: Plex 认证令牌 + label: + en: Plex Claim + zh: Plex 认证令牌 required: false type: text - default: "1000" @@ -91,6 +124,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: false type: number - default: "1000" @@ -98,6 +134,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: false type: number - default: "./data/library" @@ -105,6 +144,9 @@ additionalProperties: envKey: LIBRARY_PATH labelEn: Library Path labelZh: Library 路径 + label: + en: Library Path + zh: Library 路径 required: true type: text - default: "./data/tv" @@ -112,6 +154,9 @@ additionalProperties: envKey: TVSERIES_PATH labelEn: TV Series Path labelZh: 电视剧路径 + label: + en: TV Series Path + zh: 电视剧路径 required: true type: text - default: "./data/movies" @@ -119,5 +164,8 @@ additionalProperties: envKey: MOVIES_PATH labelEn: Movies Path labelZh: 电影路径 + label: + en: Movies Path + zh: 电影路径 required: true type: text diff --git a/apps/plex/latest/data.yml b/apps/plex/latest/data.yml index 3999b84ec..7bc0fa825 100644 --- a/apps/plex/latest/data.yml +++ b/apps/plex/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port 32400 (TCP) labelZh: 端口 32400 (TCP) + label: + en: Port 32400 (TCP) + zh: 端口 32400 (TCP) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_3005 labelEn: Port 3005 (TCP) labelZh: 端口 3005 (TCP) + label: + en: Port 3005 (TCP) + zh: 端口 3005 (TCP) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_8324 labelEn: Port 8324 (TCP) labelZh: 端口 8324 (TCP) + label: + en: Port 8324 (TCP) + zh: 端口 8324 (TCP) required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_32469 labelEn: Port 32469 (TCP) labelZh: 端口 32469 (TCP) + label: + en: Port 32469 (TCP) + zh: 端口 32469 (TCP) required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_1900 labelEn: Port 1900 (UDP) labelZh: 端口 1900 (UDP) + label: + en: Port 1900 (UDP) + zh: 端口 1900 (UDP) required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32410 labelEn: Port 32410 (UDP) labelZh: 端口 32410 (UDP) + label: + en: Port 32410 (UDP) + zh: 端口 32410 (UDP) required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32412 labelEn: Port 32412 (UDP) labelZh: 端口 32412 (UDP) + label: + en: Port 32412 (UDP) + zh: 端口 32412 (UDP) required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32413 labelEn: Port 32413 (UDP) labelZh: 端口 32413 (UDP) + label: + en: Port 32413 (UDP) + zh: 端口 32413 (UDP) required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32414 labelEn: Port 32414 (UDP) labelZh: 端口 32414 (UDP) + label: + en: Port 32414 (UDP) + zh: 端口 32414 (UDP) required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: TIMEZONE labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "" @@ -84,6 +114,9 @@ additionalProperties: envKey: PLEX_CLAIM labelEn: Plex Claim labelZh: Plex 认证令牌 + label: + en: Plex Claim + zh: Plex 认证令牌 required: false type: text - default: "1000" @@ -91,6 +124,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: false type: number - default: "1000" @@ -98,6 +134,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: false type: number - default: "./data/library" @@ -105,6 +144,9 @@ additionalProperties: envKey: LIBRARY_PATH labelEn: Library Path labelZh: Library 路径 + label: + en: Library Path + zh: Library 路径 required: true type: text - default: "./data/tv" @@ -112,6 +154,9 @@ additionalProperties: envKey: TVSERIES_PATH labelEn: TV Series Path labelZh: 电视剧路径 + label: + en: TV Series Path + zh: 电视剧路径 required: true type: text - default: "./data/movies" @@ -119,5 +164,8 @@ additionalProperties: envKey: MOVIES_PATH labelEn: Movies Path labelZh: 电影路径 + label: + en: Movies Path + zh: 电影路径 required: true type: text diff --git a/apps/plex/official-latest/data.yml b/apps/plex/official-latest/data.yml index 30fd3915d..707ee563f 100644 --- a/apps/plex/official-latest/data.yml +++ b/apps/plex/official-latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port 32400 (TCP) labelZh: 端口 32400 (TCP) + label: + en: Port 32400 (TCP) + zh: 端口 32400 (TCP) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_3005 labelEn: Port 3005 (TCP) labelZh: 端口 3005 (TCP) + label: + en: Port 3005 (TCP) + zh: 端口 3005 (TCP) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_8324 labelEn: Port 8324 (TCP) labelZh: 端口 8324 (TCP) + label: + en: Port 8324 (TCP) + zh: 端口 8324 (TCP) required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP_32469 labelEn: Port 32469 (TCP) labelZh: 端口 32469 (TCP) + label: + en: Port 32469 (TCP) + zh: 端口 32469 (TCP) required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_1900 labelEn: Port 1900 (UDP) labelZh: 端口 1900 (UDP) + label: + en: Port 1900 (UDP) + zh: 端口 1900 (UDP) required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32410 labelEn: Port 32410 (UDP) labelZh: 端口 32410 (UDP) + label: + en: Port 32410 (UDP) + zh: 端口 32410 (UDP) required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32412 labelEn: Port 32412 (UDP) labelZh: 端口 32412 (UDP) + label: + en: Port 32412 (UDP) + zh: 端口 32412 (UDP) required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32413 labelEn: Port 32413 (UDP) labelZh: 端口 32413 (UDP) + label: + en: Port 32413 (UDP) + zh: 端口 32413 (UDP) required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP_32414 labelEn: Port 32414 (UDP) labelZh: 端口 32414 (UDP) + label: + en: Port 32414 (UDP) + zh: 端口 32414 (UDP) required: true rule: paramPort type: number @@ -77,6 +104,9 @@ additionalProperties: envKey: TIMEZONE labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "" @@ -84,6 +114,9 @@ additionalProperties: envKey: CLAIM_TOKEN labelEn: Claim Token labelZh: 声明令牌 + label: + en: Claim Token + zh: 声明令牌 required: false type: text - default: "http://localhost:32400/" @@ -91,6 +124,9 @@ additionalProperties: envKey: ADVERTISE_IP labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true rule: paramExtUrl type: text @@ -99,6 +135,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "./data/plex/database" @@ -106,6 +145,9 @@ additionalProperties: envKey: DATABASE_PATH labelEn: Database Path labelZh: 数据库路径 + label: + en: Database Path + zh: 数据库路径 required: true type: text - default: "./data/transcode/temp" @@ -113,6 +155,9 @@ additionalProperties: envKey: TRANSCODE_PATH labelEn: Transcode Path labelZh: 转码路径 + label: + en: Transcode Path + zh: 转码路径 required: true type: text - default: "./data/media" @@ -120,6 +165,9 @@ additionalProperties: envKey: MEDIA_PATH labelEn: Media Path labelZh: 媒体路径 + label: + en: Media Path + zh: 媒体路径 required: true type: text - default: "" @@ -127,6 +175,9 @@ additionalProperties: envKey: PLEX_UID labelEn: Plex UID labelZh: Plex 用户 ID + label: + en: Plex UID + zh: Plex 用户 ID required: false type: text - default: "" @@ -134,12 +185,18 @@ additionalProperties: envKey: PLEX_GID labelEn: Plex GID labelZh: Plex 组 ID + label: + en: Plex GID + zh: Plex 组 ID required: false type: text - default: "true" envKey: CHANGE_CONFIG_DIR_OWNERSHIP labelEn: Change Config Dir Ownership labelZh: 更改配置目录所有权 + label: + en: Change Config Dir Ownership + zh: 更改配置目录所有权 required: true type: select edit: true @@ -153,5 +210,8 @@ additionalProperties: envKey: ALLOWED_NETWORKS labelEn: Allowed Networks labelZh: 允许的网络 + label: + en: Allowed Networks + zh: 允许的网络 required: false type: text diff --git a/apps/policr-mini/20250731/data.yml b/apps/policr-mini/20250731/data.yml index 801f30725..5a95f40bb 100644 --- a/apps/policr-mini/20250731/data.yml +++ b/apps/policr-mini/20250731/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: POLICR_MINI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -34,6 +43,9 @@ additionalProperties: envKey: POLICR_MINI_SERVER_ROOT_URL labelZh: 服务地址 URL labelEn: Service address URL + label: + en: Service address URL + zh: 服务地址 URL required: true type: text - default: "" @@ -41,6 +53,9 @@ additionalProperties: envKey: POLICR_MINI_SERVER_SECRET_KEY_BASE labelZh: 服务密钥 labelEn: Service secret key + label: + en: Service secret key + zh: 服务密钥 required: true type: text - default: "" @@ -48,6 +63,9 @@ additionalProperties: envKey: POLICR_MINI_BOT_TOKEN labelZh: 机器人 Token labelEn: Bot Token + label: + en: Bot Token + zh: 机器人 Token required: true type: text - default: "Policr Mini" @@ -55,6 +73,9 @@ additionalProperties: envKey: POLICR_MINI_BOT_NAME labelZh: 机器人名称 labelEn: Bot name + label: + en: Bot name + zh: 机器人名称 required: true type: text - default: "" @@ -62,6 +83,9 @@ additionalProperties: envKey: POLICR_MINI_BOT_OWNER_ID labelZh: 机器人所有者 ID labelEn: Bot owner ID + label: + en: Bot owner ID + zh: 机器人所有者 ID required: true type: text - default: "127.0.0.1" @@ -69,6 +93,9 @@ additionalProperties: envKey: POSTGRES_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -76,6 +103,9 @@ additionalProperties: envKey: POSTGRES_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -84,6 +114,9 @@ additionalProperties: envKey: POSTGRES_DATABSE labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -92,6 +125,9 @@ additionalProperties: envKey: POSTGRES_USERNAME labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -99,6 +135,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -108,5 +147,8 @@ additionalProperties: envKey: POLICR_MINI_OPTS labelZh: 配置参数 labelEn: Configuration parameters + label: + en: Configuration parameters + zh: 配置参数 required: false type: text diff --git a/apps/port-forward/1.3.7-agent/data.yml b/apps/port-forward/1.3.7-agent/data.yml index d118de5cf..9e3033a3e 100644 --- a/apps/port-forward/1.3.7-agent/data.yml +++ b/apps/port-forward/1.3.7-agent/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number diff --git a/apps/port-forward/1.3.7-server/data.yml b/apps/port-forward/1.3.7-server/data.yml index 4b2046489..997b0472e 100644 --- a/apps/port-forward/1.3.7-server/data.yml +++ b/apps/port-forward/1.3.7-server/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number diff --git a/apps/postgresql-postgis/16-3.5-alpine/data.yml b/apps/postgresql-postgis/16-3.5-alpine/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql-postgis/16-3.5-alpine/data.yml +++ b/apps/postgresql-postgis/16-3.5-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql-postgis/16-3.5/data.yml b/apps/postgresql-postgis/16-3.5/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql-postgis/16-3.5/data.yml +++ b/apps/postgresql-postgis/16-3.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql-postgis/17-3.5-alpine/data.yml b/apps/postgresql-postgis/17-3.5-alpine/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql-postgis/17-3.5-alpine/data.yml +++ b/apps/postgresql-postgis/17-3.5-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql-postgis/17-3.5/data.yml b/apps/postgresql-postgis/17-3.5/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql-postgis/17-3.5/data.yml +++ b/apps/postgresql-postgis/17-3.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/16.9-alpine/data.yml b/apps/postgresql/16.9-alpine/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/16.9-alpine/data.yml +++ b/apps/postgresql/16.9-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/16.9/data.yml b/apps/postgresql/16.9/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/16.9/data.yml +++ b/apps/postgresql/16.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/17.5-alpine/data.yml b/apps/postgresql/17.5-alpine/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/17.5-alpine/data.yml +++ b/apps/postgresql/17.5-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/17.5/data.yml b/apps/postgresql/17.5/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/17.5/data.yml +++ b/apps/postgresql/17.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/18.0-alpine/data.yml b/apps/postgresql/18.0-alpine/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/18.0-alpine/data.yml +++ b/apps/postgresql/18.0-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/18.0/data.yml b/apps/postgresql/18.0/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/18.0/data.yml +++ b/apps/postgresql/18.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg14-alpine/data.yml b/apps/postgresql/pg14-alpine/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg14-alpine/data.yml +++ b/apps/postgresql/pg14-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg14-vectors/data.yml b/apps/postgresql/pg14-vectors/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg14-vectors/data.yml +++ b/apps/postgresql/pg14-vectors/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg14/data.yml b/apps/postgresql/pg14/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg14/data.yml +++ b/apps/postgresql/pg14/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg15-alpine/data.yml b/apps/postgresql/pg15-alpine/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg15-alpine/data.yml +++ b/apps/postgresql/pg15-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg15-vectors/data.yml b/apps/postgresql/pg15-vectors/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg15-vectors/data.yml +++ b/apps/postgresql/pg15-vectors/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg15/data.yml b/apps/postgresql/pg15/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg15/data.yml +++ b/apps/postgresql/pg15/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg16-alpine/data.yml b/apps/postgresql/pg16-alpine/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg16-alpine/data.yml +++ b/apps/postgresql/pg16-alpine/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg16-vectors/data.yml b/apps/postgresql/pg16-vectors/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg16-vectors/data.yml +++ b/apps/postgresql/pg16-vectors/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/postgresql/pg16/data.yml b/apps/postgresql/pg16/data.yml index b7fe98de7..9ba245246 100644 --- a/apps/postgresql/pg16/data.yml +++ b/apps/postgresql/pg16/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "" @@ -12,6 +15,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: Postgres 密码 (首次生效) labelEn: Postgres Password (First Time) + label: + en: Postgres Password (First Time) + zh: Postgres 密码 (首次生效) required: true random: true rule: paramComplexity @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: Postgres 端口 labelEn: Postgres Port + label: + en: Postgres Port + zh: Postgres 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: Postgres 用户(不建议改动) labelEn: Postgres User + label: + en: Postgres User + zh: Postgres 用户(不建议改动) required: false type: text - default: "postgres" @@ -36,5 +48,8 @@ additionalProperties: envKey: POSTGRES_DB labelZh: Postgres 数据库名称(不建议改动) labelEn: Postgres Database Name + label: + en: Postgres Database Name + zh: Postgres 数据库名称(不建议改动) required: false type: text diff --git a/apps/pro-api/0.1.0/data.yml b/apps/pro-api/0.1.0/data.yml index e108c46d1..9facdd328 100644 --- a/apps/pro-api/0.1.0/data.yml +++ b/apps/pro-api/0.1.0/data.yml @@ -1,24 +1,33 @@ additionalProperties: formFields: - - default: ./config - edit: true - envKey: LOCAL_CONFIG_PATH - labelEn: local config file path - labelZh: 本地配置文件地址 - required: true - type: text - - default: ./data - edit: true - envKey: DATA_PATH - labelEn: uni-api data path - labelZh: uni-api数据存储路径 - required: true - type: text - - default: 8000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number + - default: ./config + edit: true + envKey: LOCAL_CONFIG_PATH + labelEn: local config file path + labelZh: 本地配置文件地址 + label: + en: local config file path + zh: 本地配置文件地址 + required: true + type: text + - default: ./data + edit: true + envKey: DATA_PATH + labelEn: uni-api data path + labelZh: uni-api数据存储路径 + label: + en: uni-api data path + zh: uni-api数据存储路径 + required: true + type: text + - default: 8000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + label: + en: Port + zh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/prometheus/3.7.3/data.yml b/apps/prometheus/3.7.3/data.yml index ac50aa694..25c02cb71 100644 --- a/apps/prometheus/3.7.3/data.yml +++ b/apps/prometheus/3.7.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/prometheus/latest/data.yml b/apps/prometheus/latest/data.yml index ac50aa694..25c02cb71 100644 --- a/apps/prometheus/latest/data.yml +++ b/apps/prometheus/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/prowlarr/2.1.5/data.yml b/apps/prowlarr/2.1.5/data.yml index 290e2af85..38d891699 100644 --- a/apps/prowlarr/2.1.5/data.yml +++ b/apps/prowlarr/2.1.5/data.yml @@ -5,12 +5,18 @@ additionalProperties: envKey: PROWLARR_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 9696 envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/proxmox-ve/8.3.1-1/data.yml b/apps/proxmox-ve/8.3.1-1/data.yml index c990bb81c..e06d48530 100644 --- a/apps/proxmox-ve/8.3.1-1/data.yml +++ b/apps/proxmox-ve/8.3.1-1/data.yml @@ -1,27 +1,36 @@ additionalProperties: - formFields: - - default: 8006 - edit: true - envKey: PANEL_APP_PORT_HTTPS - labelEn: WebUI Port - labelZh: 网页端口 - required: true - rule: paramPort - type: number - - default: 192.168.1.2 - edit: true - envKey: HOST_ADDRESS - labelEn: IP Address - labelZh: IP地址 - required: true - rule: paramCommon - type: text - - default: root - edit: true - envKey: ROOT_PASSWORD - labelEn: Root Password - labelZh: root密码 - random: true - required: true - rule: paramComplexity - type: password + formFields: + - default: 8006 + edit: true + envKey: PANEL_APP_PORT_HTTPS + labelEn: WebUI Port + labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 + required: true + rule: paramPort + type: number + - default: 192.168.1.2 + edit: true + envKey: HOST_ADDRESS + labelEn: IP Address + labelZh: IP地址 + label: + en: IP Address + zh: IP地址 + required: true + rule: paramCommon + type: text + - default: root + edit: true + envKey: ROOT_PASSWORD + labelEn: Root Password + labelZh: root密码 + label: + en: Root Password + zh: root密码 + random: true + required: true + rule: paramComplexity + type: password diff --git a/apps/proxy_pool/latest/data.yml b/apps/proxy_pool/latest/data.yml index a06ebf9b8..f1717d388 100644 --- a/apps/proxy_pool/latest/data.yml +++ b/apps/proxy_pool/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -14,6 +17,9 @@ additionalProperties: key: redis labelEn: Redis Host labelZh: Redis 主机 + label: + en: Redis Host + zh: Redis 主机 required: true type: service - default: 6379 @@ -21,6 +27,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Port labelZh: Redis 端口 + label: + en: Redis Port + zh: Redis 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: false type: password - default: 7 @@ -36,5 +48,8 @@ additionalProperties: envKey: REDIS_DB_NUMBER labelEn: Redis Database Number labelZh: Redis 数据库编号 + label: + en: Redis Database Number + zh: Redis 数据库编号 required: true type: number diff --git a/apps/pterodactyl-china/1.11.11.0/data.yml b/apps/pterodactyl-china/1.11.11.0/data.yml index c344f7e6f..b242ea907 100644 --- a/apps/pterodactyl-china/1.11.11.0/data.yml +++ b/apps/pterodactyl-china/1.11.11.0/data.yml @@ -4,18 +4,27 @@ additionalProperties: envKey: USER_UID labelEn: User UID labelZh: 用户 UID + label: + en: User UID + zh: 用户 UID required: true type: text - default: 1000 envKey: USER_GID labelEn: User GID labelZh: 用户 GID + label: + en: User GID + zh: 用户 GID required: true type: text - default: mysql envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps child: @@ -30,6 +39,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -38,6 +50,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -46,6 +61,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -55,6 +73,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: HTTP 端口 + label: + en: Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -63,6 +84,9 @@ additionalProperties: envKey: PANEL_APP_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true rule: paramExtUrl type: text @@ -71,12 +95,18 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: 缓存服务服务 + label: + en: Redis Service + zh: 缓存服务服务 required: true type: service - default: "" envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Service Password labelZh: 缓存服务服务密码 + label: + en: Redis Service Password + zh: 缓存服务服务密码 required: true type: password - default: noreply@example.com @@ -84,6 +114,9 @@ additionalProperties: envKey: MAIL_FROM labelEn: MAIL FROM labelZh: 预设作者邮箱 + label: + en: MAIL FROM + zh: 预设作者邮箱 required: true type: text - default: "true" @@ -91,6 +124,9 @@ additionalProperties: envKey: PANEL_RECAPTCHA_ENABLED labelEn: RECAPTCHA ENABLED labelZh: 谷歌人机验证 + label: + en: RECAPTCHA ENABLED + zh: 谷歌人机验证 required: true type: select values: @@ -103,6 +139,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: "noreply@example.com" @@ -110,6 +149,9 @@ additionalProperties: envKey: APP_SERVICE_AUTHOR labelEn: Application Service Author labelZh: 应用服务作者 + label: + en: Application Service Author + zh: 应用服务作者 required: true type: text - default: smtp @@ -117,6 +159,9 @@ additionalProperties: envKey: MAIL_DRIVER labelEn: Mail Driver labelZh: 邮件驱动 + label: + en: Mail Driver + zh: 邮件驱动 required: true type: text - default: mail @@ -124,6 +169,9 @@ additionalProperties: envKey: MAIL_HOST labelEn: Mail Host labelZh: 邮件主机 + label: + en: Mail Host + zh: 邮件主机 required: true type: text - default: 1025 @@ -131,6 +179,9 @@ additionalProperties: envKey: MAIL_PORT labelEn: Mail Port labelZh: 邮件端口 + label: + en: Mail Port + zh: 邮件端口 required: true type: text - default: '' @@ -138,6 +189,9 @@ additionalProperties: envKey: MAIL_USERNAME labelEn: Mail Username labelZh: 邮件用户名 + label: + en: Mail Username + zh: 邮件用户名 required: false type: text - default: "true" @@ -145,6 +199,9 @@ additionalProperties: envKey: MAIL_ENCRYPTION labelEn: Mail Encryption labelZh: 邮件加密 + label: + en: Mail Encryption + zh: 邮件加密 required: true type: select values: @@ -157,6 +214,9 @@ additionalProperties: envKey: APP_ENV labelEn: Application Environment labelZh: 应用环境 + label: + en: Application Environment + zh: 应用环境 required: true type: text - default: "false" @@ -164,6 +224,9 @@ additionalProperties: envKey: APP_ENVIRONMENT_ONLY labelEn: Application Environment Only labelZh: 仅应用环境 + label: + en: Application Environment Only + zh: 仅应用环境 required: true type: select values: @@ -176,6 +239,9 @@ additionalProperties: envKey: CACHE_DRIVER labelEn: Cache Driver labelZh: 缓存驱动 + label: + en: Cache Driver + zh: 缓存驱动 required: true type: text - default: redis @@ -183,6 +249,9 @@ additionalProperties: envKey: SESSION_DRIVER labelEn: Session Driver labelZh: 会话驱动 + label: + en: Session Driver + zh: 会话驱动 required: true type: text - default: redis @@ -190,6 +259,9 @@ additionalProperties: envKey: QUEUE_DRIVER labelEn: Queue Driver labelZh: 队列驱动 + label: + en: Queue Driver + zh: 队列驱动 required: true type: text - default: "" @@ -197,11 +269,17 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis 服务 + label: + en: Redis Service + zh: Redis 服务 required: true type: service - default: "" envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Service Password labelZh: Redis 服务密码 + label: + en: Redis Service Password + zh: Redis 服务密码 required: true type: password diff --git a/apps/pterodactyl-china/latest/data.yml b/apps/pterodactyl-china/latest/data.yml index c344f7e6f..b242ea907 100644 --- a/apps/pterodactyl-china/latest/data.yml +++ b/apps/pterodactyl-china/latest/data.yml @@ -4,18 +4,27 @@ additionalProperties: envKey: USER_UID labelEn: User UID labelZh: 用户 UID + label: + en: User UID + zh: 用户 UID required: true type: text - default: 1000 envKey: USER_GID labelEn: User GID labelZh: 用户 GID + label: + en: User GID + zh: 用户 GID required: true type: text - default: mysql envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps child: @@ -30,6 +39,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -38,6 +50,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -46,6 +61,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -55,6 +73,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: HTTP 端口 + label: + en: Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -63,6 +84,9 @@ additionalProperties: envKey: PANEL_APP_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true rule: paramExtUrl type: text @@ -71,12 +95,18 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: 缓存服务服务 + label: + en: Redis Service + zh: 缓存服务服务 required: true type: service - default: "" envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Service Password labelZh: 缓存服务服务密码 + label: + en: Redis Service Password + zh: 缓存服务服务密码 required: true type: password - default: noreply@example.com @@ -84,6 +114,9 @@ additionalProperties: envKey: MAIL_FROM labelEn: MAIL FROM labelZh: 预设作者邮箱 + label: + en: MAIL FROM + zh: 预设作者邮箱 required: true type: text - default: "true" @@ -91,6 +124,9 @@ additionalProperties: envKey: PANEL_RECAPTCHA_ENABLED labelEn: RECAPTCHA ENABLED labelZh: 谷歌人机验证 + label: + en: RECAPTCHA ENABLED + zh: 谷歌人机验证 required: true type: select values: @@ -103,6 +139,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: "noreply@example.com" @@ -110,6 +149,9 @@ additionalProperties: envKey: APP_SERVICE_AUTHOR labelEn: Application Service Author labelZh: 应用服务作者 + label: + en: Application Service Author + zh: 应用服务作者 required: true type: text - default: smtp @@ -117,6 +159,9 @@ additionalProperties: envKey: MAIL_DRIVER labelEn: Mail Driver labelZh: 邮件驱动 + label: + en: Mail Driver + zh: 邮件驱动 required: true type: text - default: mail @@ -124,6 +169,9 @@ additionalProperties: envKey: MAIL_HOST labelEn: Mail Host labelZh: 邮件主机 + label: + en: Mail Host + zh: 邮件主机 required: true type: text - default: 1025 @@ -131,6 +179,9 @@ additionalProperties: envKey: MAIL_PORT labelEn: Mail Port labelZh: 邮件端口 + label: + en: Mail Port + zh: 邮件端口 required: true type: text - default: '' @@ -138,6 +189,9 @@ additionalProperties: envKey: MAIL_USERNAME labelEn: Mail Username labelZh: 邮件用户名 + label: + en: Mail Username + zh: 邮件用户名 required: false type: text - default: "true" @@ -145,6 +199,9 @@ additionalProperties: envKey: MAIL_ENCRYPTION labelEn: Mail Encryption labelZh: 邮件加密 + label: + en: Mail Encryption + zh: 邮件加密 required: true type: select values: @@ -157,6 +214,9 @@ additionalProperties: envKey: APP_ENV labelEn: Application Environment labelZh: 应用环境 + label: + en: Application Environment + zh: 应用环境 required: true type: text - default: "false" @@ -164,6 +224,9 @@ additionalProperties: envKey: APP_ENVIRONMENT_ONLY labelEn: Application Environment Only labelZh: 仅应用环境 + label: + en: Application Environment Only + zh: 仅应用环境 required: true type: select values: @@ -176,6 +239,9 @@ additionalProperties: envKey: CACHE_DRIVER labelEn: Cache Driver labelZh: 缓存驱动 + label: + en: Cache Driver + zh: 缓存驱动 required: true type: text - default: redis @@ -183,6 +249,9 @@ additionalProperties: envKey: SESSION_DRIVER labelEn: Session Driver labelZh: 会话驱动 + label: + en: Session Driver + zh: 会话驱动 required: true type: text - default: redis @@ -190,6 +259,9 @@ additionalProperties: envKey: QUEUE_DRIVER labelEn: Queue Driver labelZh: 队列驱动 + label: + en: Queue Driver + zh: 队列驱动 required: true type: text - default: "" @@ -197,11 +269,17 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis 服务 + label: + en: Redis Service + zh: Redis 服务 required: true type: service - default: "" envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Service Password labelZh: Redis 服务密码 + label: + en: Redis Service Password + zh: Redis 服务密码 required: true type: password diff --git a/apps/puff/0.2.2/data.yml b/apps/puff/0.2.2/data.yml index f30a6b447..013b7a8f8 100644 --- a/apps/puff/0.2.2/data.yml +++ b/apps/puff/0.2.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PUFF_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/puter/latest/data.yml b/apps/puter/latest/data.yml index 0ca8778f8..cf3c7f1d5 100644 --- a/apps/puter/latest/data.yml +++ b/apps/puter/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_INTERNAL labelEn: Internal Container Ports labelZh: 容器内部端口 + label: + en: Internal Container Ports + zh: 容器内部端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: 1000 @@ -28,6 +37,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: 1000 @@ -35,6 +47,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "/etc/puter" @@ -42,6 +57,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path (Inside the container) labelZh: 配置路径 (容器内部) + label: + en: Config Path (Inside the container) + zh: 配置路径 (容器内部) required: true type: text - default: "./data" @@ -49,5 +67,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/qBittorrent/4.5.2/data.yml b/apps/qBittorrent/4.5.2/data.yml index d7d156358..1d59ef21d 100644 --- a/apps/qBittorrent/4.5.2/data.yml +++ b/apps/qBittorrent/4.5.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PEER_PORT_VALUE labelEn: Peer Port labelZh: BT端口 + label: + en: Peer Port + zh: BT端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: CACHE_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text - default: ./data/downloads @@ -28,5 +37,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text diff --git a/apps/qBittorrent/latest/data.yml b/apps/qBittorrent/latest/data.yml index d7d156358..1d59ef21d 100644 --- a/apps/qBittorrent/latest/data.yml +++ b/apps/qBittorrent/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PEER_PORT_VALUE labelEn: Peer Port labelZh: BT端口 + label: + en: Peer Port + zh: BT端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: CACHE_PATH labelEn: Cache folder path labelZh: 缓存文件夹路径 + label: + en: Cache folder path + zh: 缓存文件夹路径 required: true type: text - default: ./data/downloads @@ -28,5 +37,8 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text diff --git a/apps/qbittorrent-vnc/1.18.0/data.yml b/apps/qbittorrent-vnc/1.18.0/data.yml index 13c684da9..edca6197e 100644 --- a/apps/qbittorrent-vnc/1.18.0/data.yml +++ b/apps/qbittorrent-vnc/1.18.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port (Manual setup is required) labelZh: 网页端口 (需要手动设置) + label: + en: WebUI Port (Manual setup is required) + zh: 网页端口 (需要手动设置) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Web VNC Port labelZh: Web VNC 端口 + label: + en: Web VNC Port + zh: Web VNC 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_PEER labelEn: Peer Port (Manual setup is required) labelZh: BT端口 (需要手动设置) + label: + en: Peer Port (Manual setup is required) + zh: BT端口 (需要手动设置) required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text - default: kasm_user @@ -36,6 +48,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: password @@ -43,6 +58,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -52,5 +70,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/qbittorrent-vnc/develop/data.yml b/apps/qbittorrent-vnc/develop/data.yml index 13c684da9..edca6197e 100644 --- a/apps/qbittorrent-vnc/develop/data.yml +++ b/apps/qbittorrent-vnc/develop/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port (Manual setup is required) labelZh: 网页端口 (需要手动设置) + label: + en: WebUI Port (Manual setup is required) + zh: 网页端口 (需要手动设置) required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Web VNC Port labelZh: Web VNC 端口 + label: + en: Web VNC Port + zh: Web VNC 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_PEER labelEn: Peer Port (Manual setup is required) labelZh: BT端口 (需要手动设置) + label: + en: Peer Port (Manual setup is required) + zh: BT端口 (需要手动设置) required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text - default: kasm_user @@ -36,6 +48,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: password @@ -43,6 +58,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -52,5 +70,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/qexo/3.7.0/data.yml b/apps/qexo/3.7.0/data.yml index 4849c55aa..7b4aa8e2e 100644 --- a/apps/qexo/3.7.0/data.yml +++ b/apps/qexo/3.7.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/qexo/latest/data.yml b/apps/qexo/latest/data.yml index 4849c55aa..7b4aa8e2e 100644 --- a/apps/qexo/latest/data.yml +++ b/apps/qexo/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/qiandao/20250803/data.yml b/apps/qiandao/20250803/data.yml index 599b185f6..b0b1a4af7 100644 --- a/apps/qiandao/20250803/data.yml +++ b/apps/qiandao/20250803/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,12 +16,18 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: AESPWD envKey: AES_PWD labelEn: AES encryption key labelZh: AES加密密钥 + label: + en: AES encryption key + zh: AES加密密钥 random: true required: true rule: paramCommon @@ -27,9 +36,10 @@ additionalProperties: envKey: COOKIE_PWD labelEn: COOKIE encryption key labelZh: COOKIE加密密钥 + label: + en: COOKIE encryption key + zh: COOKIE加密密钥 random: true required: true rule: paramCommon type: text - - default: http - edit: true diff --git a/apps/qiandao/20250803/docker-compose.yml b/apps/qiandao/20250803/docker-compose.yml index 1d88ba571..0786503c6 100644 --- a/apps/qiandao/20250803/docker-compose.yml +++ b/apps/qiandao/20250803/docker-compose.yml @@ -12,7 +12,7 @@ services: # 监听地址 # - BIND=0.0.0.0 # 监听端口 - - PORT=80 + - PORT=80 # 是否启用Debug模式 # - QIANDAO_DEBUG=False # 任务定时执行方式,默认为Queue,可选Queue或Batch @@ -20,19 +20,19 @@ services: # 是否启用多进程模式,Windows平台无效 # - MULTI_PROCESS=False # 是否启用自动热加载,MULTI_PROCESS=True时无效 - - AUTO_RELOAD=False + - AUTO_RELOAD=False # 发送的邮件链接启用HTTPS,非框架前端使用HTTPS,如果前端需要HTTPS,请使用反向代理 # - ENABLE_HTTPS=False # 指定访问域名,建议修改,否则通过邮件重置密码等功能无效 # - DOMAIN= # AES加密密钥,强烈建议修改 - - AES_KEY=${AES_PWD} + - AES_KEY=${AES_PWD} # cookie加密密钥,强烈建议修改 - - COOKIE_SECRET=${COOKIE_PWD} + - COOKIE_SECRET=${COOKIE_PWD} # Cookie在客户端中保留的天数 # - COOKIE_DAY=5 # 需要使用MySQL时设置为'mysql' - - DB_TYPE=sqlite3 + - DB_TYPE=sqlite3 # 需要使用MySQL时,设置为(mysql://用户名:密码@hostname:port/数据库名?auth_plugin=) # - JAWSDB_MARIA_URL=mysql://user:pass@localhost:3306/dbname\?auth_plugin= # 是否启用SQLAlchmey的日志输出,默认为False @@ -106,7 +106,7 @@ services: # - NOT_RETRY_CODE=301|302|303|304|305|307|400|401|403|404|405|407|408|409|410|412|415|413|414|500|501|502|503|504|599 # - EMPTY_RETRY=True # 第一个注册用户为管理员,False关闭 - - USER0ISADMIN=False + - USER0ISADMIN=False # config目录下自定义ONNX文件名(不填 ".onnx" 后缀),多个onnx文件名用"|"分隔 # - EXTRA_ONNX_NAME='' # config目录下自定义ONNX对应自定义charsets.json文件名(不填 ".json" 后缀),多个json文件名用"|"分隔 @@ -123,9 +123,9 @@ services: # - WS_MAX_CONNECTIONS_SUBSCRIBE=30 # 订阅加速方式或地址,用于加速公共模板更新,仅适用于GitHub # - SUBSCRIBE_ACCELERATE_URL=jsdelivr_cdn - - GZIP=True + - GZIP=True # - QUEUE_NUM=50 - - ACCESS_LOG=True + - ACCESS_LOG=True # - PUSH_BATCH_DELTA=60 # - QIANDAO_SQL_POOL_LOGGING_NAME=qiandao.sql.pool # - QIANDAO_SQL_POOL_LOGGING_LEVEL=WARNING diff --git a/apps/qiandao/latest/data.yml b/apps/qiandao/latest/data.yml index 599b185f6..b0b1a4af7 100644 --- a/apps/qiandao/latest/data.yml +++ b/apps/qiandao/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,12 +16,18 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: AESPWD envKey: AES_PWD labelEn: AES encryption key labelZh: AES加密密钥 + label: + en: AES encryption key + zh: AES加密密钥 random: true required: true rule: paramCommon @@ -27,9 +36,10 @@ additionalProperties: envKey: COOKIE_PWD labelEn: COOKIE encryption key labelZh: COOKIE加密密钥 + label: + en: COOKIE encryption key + zh: COOKIE加密密钥 random: true required: true rule: paramCommon type: text - - default: http - edit: true diff --git a/apps/qinglong/2.19.2/data.yml b/apps/qinglong/2.19.2/data.yml index fcfac66ff..f9fcbd465 100644 --- a/apps/qinglong/2.19.2/data.yml +++ b/apps/qinglong/2.19.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: QINGLONG_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 5700 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI Port + label: + en: WebUI Port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,5 +26,8 @@ additionalProperties: envKey: QINGLONG_BASE_URL labelZh: 部署路径 labelEn: Deployment path + label: + en: Deployment path + zh: 部署路径 required: false type: text diff --git a/apps/qwen-free-api/0.0.22/data.yml b/apps/qwen-free-api/0.0.22/data.yml index 6719ea854..1c2526af7 100644 --- a/apps/qwen-free-api/0.0.22/data.yml +++ b/apps/qwen-free-api/0.0.22/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8003" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8003" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/qwen-free-api/latest/data.yml b/apps/qwen-free-api/latest/data.yml index 6719ea854..1c2526af7 100644 --- a/apps/qwen-free-api/latest/data.yml +++ b/apps/qwen-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8003" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8003" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/radarr/5.28.0/data.yml b/apps/radarr/5.28.0/data.yml index 8771ea47c..8fb68a21a 100644 --- a/apps/radarr/5.28.0/data.yml +++ b/apps/radarr/5.28.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -20,6 +26,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "./data/data" @@ -34,6 +46,9 @@ additionalProperties: envKey: RADARR_CONFIG_PATH labelEn: Radarr Config Path labelZh: Radarr 配置路径 + label: + en: Radarr Config Path + zh: Radarr 配置路径 required: true type: text - default: "./data/movies" @@ -41,6 +56,9 @@ additionalProperties: envKey: MOVIES_PATH labelEn: Movies Path labelZh: 电影路径 + label: + en: Movies Path + zh: 电影路径 required: true type: text - default: "./data/downloads" @@ -48,5 +66,8 @@ additionalProperties: envKey: DOWNLOADS_PATH labelEn: Downloads Path labelZh: 下载路径 + label: + en: Downloads Path + zh: 下载路径 required: true type: text diff --git a/apps/radarr/latest/data.yml b/apps/radarr/latest/data.yml index 8771ea47c..8fb68a21a 100644 --- a/apps/radarr/latest/data.yml +++ b/apps/radarr/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -20,6 +26,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "./data/data" @@ -34,6 +46,9 @@ additionalProperties: envKey: RADARR_CONFIG_PATH labelEn: Radarr Config Path labelZh: Radarr 配置路径 + label: + en: Radarr Config Path + zh: Radarr 配置路径 required: true type: text - default: "./data/movies" @@ -41,6 +56,9 @@ additionalProperties: envKey: MOVIES_PATH labelEn: Movies Path labelZh: 电影路径 + label: + en: Movies Path + zh: 电影路径 required: true type: text - default: "./data/downloads" @@ -48,5 +66,8 @@ additionalProperties: envKey: DOWNLOADS_PATH labelEn: Downloads Path labelZh: 下载路径 + label: + en: Downloads Path + zh: 下载路径 required: true type: text diff --git a/apps/raneto/latest/data.yml b/apps/raneto/latest/data.yml index 39a2e8b74..144e8073c 100644 --- a/apps/raneto/latest/data.yml +++ b/apps/raneto/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/rathole/0.5.0/data.yml b/apps/rathole/0.5.0/data.yml index 732eb442d..e146beb89 100644 --- a/apps/rathole/0.5.0/data.yml +++ b/apps/rathole/0.5.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the configuration file) labelZh: 端口 (由配置文件决定) + label: + en: Port (determined by the configuration file) + zh: 端口 (由配置文件决定) required: true type: number - default: "./data/server.toml" @@ -12,6 +15,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: select values: @@ -24,6 +30,9 @@ additionalProperties: envKey: SERVICE_MODE labelEn: Service Mode labelZh: 服务模式 + label: + en: Service Mode + zh: 服务模式 required: true type: select values: diff --git a/apps/rathole/latest/data.yml b/apps/rathole/latest/data.yml index 732eb442d..e146beb89 100644 --- a/apps/rathole/latest/data.yml +++ b/apps/rathole/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port (determined by the configuration file) labelZh: 端口 (由配置文件决定) + label: + en: Port (determined by the configuration file) + zh: 端口 (由配置文件决定) required: true type: number - default: "./data/server.toml" @@ -12,6 +15,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: select values: @@ -24,6 +30,9 @@ additionalProperties: envKey: SERVICE_MODE labelEn: Service Mode labelZh: 服务模式 + label: + en: Service Mode + zh: 服务模式 required: true type: select values: diff --git a/apps/readeck-pg/0.20.4/data.yml b/apps/readeck-pg/0.20.4/data.yml index 38170311f..614564607 100644 --- a/apps/readeck-pg/0.20.4/data.yml +++ b/apps/readeck-pg/0.20.4/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: READECK_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8000 @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -34,6 +43,9 @@ additionalProperties: envKey: POSTGRES_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -41,6 +53,9 @@ additionalProperties: envKey: POSTGRES_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -49,6 +64,9 @@ additionalProperties: envKey: POSTGRES_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -57,6 +75,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -64,6 +85,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -73,6 +97,9 @@ additionalProperties: envKey: READECK_SERVER_PREFIX labelZh: 前缀路径 labelEn: Prefix path + label: + en: Prefix path + zh: 前缀路径 required: false type: text - default: "" @@ -80,6 +107,9 @@ additionalProperties: envKey: READECK_ALLOWED_HOSTS labelZh: HTTP 请求中允许的主机名列表 labelEn: HTTP request allowed host name list + label: + en: HTTP request allowed host name list + zh: HTTP 请求中允许的主机名列表 required: false type: text - default: "" @@ -87,6 +117,9 @@ additionalProperties: envKey: READECK_SERVER_BASE_URL labelZh: 绑定域名 labelEn: Binding domain + label: + en: Binding domain + zh: 绑定域名 required: false type: text - default: 24 @@ -94,6 +127,9 @@ additionalProperties: envKey: READECK_PUBLIC_SHARE_TTL labelZh: 分享有效期 labelEn: Share validity period + label: + en: Share validity period + zh: 分享有效期 required: true type: number - default: "smtp.qq.com" @@ -101,6 +137,9 @@ additionalProperties: envKey: READECK_MAIL_HOST labelZh: 邮件服务器 labelEn: Mail Server + label: + en: Mail Server + zh: 邮件服务器 required: false type: text - default: 465 @@ -108,6 +147,9 @@ additionalProperties: envKey: READECK_MAIL_PORT labelZh: 邮件服务器 端口 labelEn: Mail Server Port + label: + en: Mail Server Port + zh: 邮件服务器 端口 required: false type: number - default: "" @@ -115,6 +157,9 @@ additionalProperties: envKey: READECK_MAIL_USERNAME labelZh: 邮件鉴权 用户名 labelEn: Mail Username + label: + en: Mail Username + zh: 邮件鉴权 用户名 required: false type: text - default: "" @@ -122,6 +167,9 @@ additionalProperties: envKey: READECK_MAIL_PASSWORD labelZh: 邮件鉴权 密码 labelEn: Mail Password + label: + en: Mail Password + zh: 邮件鉴权 密码 required: false type: password - default: "" @@ -129,6 +177,9 @@ additionalProperties: envKey: READECK_MAIL_FROM labelZh: 邮件发送者 labelEn: Mail Sender + label: + en: Mail Sender + zh: 邮件发送者 required: false type: text - default: "" @@ -136,6 +187,9 @@ additionalProperties: envKey: READECK_MAIL_FROMNOREPLY labelZh: 邮件发送者 (无回复) labelEn: Mail Sender (No Reply) + label: + en: Mail Sender (No Reply) + zh: 邮件发送者 (无回复) required: false type: text - default: "false" @@ -143,6 +197,9 @@ additionalProperties: envKey: READECK_MAIL_INSECURE labelZh: 服务器证书验证 labelEn: Server certificate verification + label: + en: Server certificate verification + zh: 服务器证书验证 required: false type: select values: @@ -155,6 +212,9 @@ additionalProperties: envKey: READECK_MAIL_ENCRYPTION labelZh: SMTP 主机 加密方式 labelEn: SMTP Host Encryption Method + label: + en: SMTP Host Encryption Method + zh: SMTP 主机 加密方式 required: false type: select values: @@ -167,5 +227,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network proxy + label: + en: Network proxy + zh: 网络代理 required: false type: text diff --git a/apps/readeck/0.20.4/data.yml b/apps/readeck/0.20.4/data.yml index 2d3128ba9..10b73889e 100644 --- a/apps/readeck/0.20.4/data.yml +++ b/apps/readeck/0.20.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: READECK_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: READECK_SERVER_PREFIX labelZh: 前缀路径 labelEn: Prefix path + label: + en: Prefix path + zh: 前缀路径 required: false type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: READECK_ALLOWED_HOSTS labelZh: HTTP 请求中允许的主机名列表 labelEn: HTTP request allowed host name list + label: + en: HTTP request allowed host name list + zh: HTTP 请求中允许的主机名列表 required: false type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: READECK_SERVER_BASE_URL labelZh: 绑定域名 labelEn: Binding domain + label: + en: Binding domain + zh: 绑定域名 required: false type: text - default: 24 @@ -41,6 +56,9 @@ additionalProperties: envKey: READECK_PUBLIC_SHARE_TTL labelZh: 分享有效期 labelEn: Share validity period + label: + en: Share validity period + zh: 分享有效期 required: true type: number - default: "smtp.qq.com" @@ -48,6 +66,9 @@ additionalProperties: envKey: READECK_MAIL_HOST labelZh: 邮件服务器 labelEn: Mail Server + label: + en: Mail Server + zh: 邮件服务器 required: false type: text - default: 465 @@ -55,6 +76,9 @@ additionalProperties: envKey: READECK_MAIL_PORT labelZh: 邮件服务器 端口 labelEn: Mail Server Port + label: + en: Mail Server Port + zh: 邮件服务器 端口 required: false type: number - default: "" @@ -62,6 +86,9 @@ additionalProperties: envKey: READECK_MAIL_USERNAME labelZh: 邮件鉴权 用户名 labelEn: Mail Username + label: + en: Mail Username + zh: 邮件鉴权 用户名 required: false type: text - default: "" @@ -69,6 +96,9 @@ additionalProperties: envKey: READECK_MAIL_PASSWORD labelZh: 邮件鉴权 密码 labelEn: Mail Password + label: + en: Mail Password + zh: 邮件鉴权 密码 required: false type: password - default: "" @@ -76,6 +106,9 @@ additionalProperties: envKey: READECK_MAIL_FROM labelZh: 邮件发送者 labelEn: Mail Sender + label: + en: Mail Sender + zh: 邮件发送者 required: false type: text - default: "" @@ -83,6 +116,9 @@ additionalProperties: envKey: READECK_MAIL_FROMNOREPLY labelZh: 邮件发送者 (无回复) labelEn: Mail Sender (No Reply) + label: + en: Mail Sender (No Reply) + zh: 邮件发送者 (无回复) required: false type: text - default: "false" @@ -90,6 +126,9 @@ additionalProperties: envKey: READECK_MAIL_INSECURE labelZh: 邮件服务器证书验证 labelEn: Server certificate verification + label: + en: Server certificate verification + zh: 邮件服务器证书验证 required: false type: select values: @@ -102,6 +141,9 @@ additionalProperties: envKey: READECK_MAIL_ENCRYPTION labelZh: SMTP 主机 加密方式 labelEn: SMTP Host Encryption Method + label: + en: SMTP Host Encryption Method + zh: SMTP 主机 加密方式 required: false type: select values: @@ -114,5 +156,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network proxy + label: + en: Network proxy + zh: 网络代理 required: false type: text diff --git a/apps/reader/2.7.4/data.yml b/apps/reader/2.7.4/data.yml index 67f8428c7..caa887774 100644 --- a/apps/reader/2.7.4/data.yml +++ b/apps/reader/2.7.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: 50 @@ -20,6 +26,9 @@ additionalProperties: envKey: USER_LIMIT labelEn: User limit labelZh: 用户数量限制 + label: + en: User limit + zh: 用户数量限制 required: true rule: paramCommon type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: BOOK_LIMIT labelEn: Book limit labelZh: 书本数量限制 + label: + en: Book limit + zh: 书本数量限制 required: true rule: paramCommon type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramCommon @@ -45,6 +60,9 @@ additionalProperties: envKey: INVITE_CODE labelEn: Invitation code labelZh: 邀请码 + label: + en: Invitation code + zh: 邀请码 random: true required: true rule: paramCommon diff --git a/apps/reader/3.2.14/data.yml b/apps/reader/3.2.14/data.yml index 67f8428c7..caa887774 100644 --- a/apps/reader/3.2.14/data.yml +++ b/apps/reader/3.2.14/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: 50 @@ -20,6 +26,9 @@ additionalProperties: envKey: USER_LIMIT labelEn: User limit labelZh: 用户数量限制 + label: + en: User limit + zh: 用户数量限制 required: true rule: paramCommon type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: BOOK_LIMIT labelEn: Book limit labelZh: 书本数量限制 + label: + en: Book limit + zh: 书本数量限制 required: true rule: paramCommon type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramCommon @@ -45,6 +60,9 @@ additionalProperties: envKey: INVITE_CODE labelEn: Invitation code labelZh: 邀请码 + label: + en: Invitation code + zh: 邀请码 random: true required: true rule: paramCommon diff --git a/apps/reader/latest/data.yml b/apps/reader/latest/data.yml index 67f8428c7..caa887774 100644 --- a/apps/reader/latest/data.yml +++ b/apps/reader/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: 50 @@ -20,6 +26,9 @@ additionalProperties: envKey: USER_LIMIT labelEn: User limit labelZh: 用户数量限制 + label: + en: User limit + zh: 用户数量限制 required: true rule: paramCommon type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: BOOK_LIMIT labelEn: Book limit labelZh: 书本数量限制 + label: + en: Book limit + zh: 书本数量限制 required: true rule: paramCommon type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PASSWORD labelEn: Admin Password labelZh: 管理员密码 + label: + en: Admin Password + zh: 管理员密码 random: true required: true rule: paramCommon @@ -45,6 +60,9 @@ additionalProperties: envKey: INVITE_CODE labelEn: Invitation code labelZh: 邀请码 + label: + en: Invitation code + zh: 邀请码 random: true required: true rule: paramCommon diff --git a/apps/reader3-webview/3.2.0/data.yml b/apps/reader3-webview/3.2.0/data.yml index 63a28ae5e..4756857e3 100644 --- a/apps/reader3-webview/3.2.0/data.yml +++ b/apps/reader3-webview/3.2.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number diff --git a/apps/reader3/3.2.14/data.yml b/apps/reader3/3.2.14/data.yml index 1611dae12..db027baf5 100644 --- a/apps/reader3/3.2.14/data.yml +++ b/apps/reader3/3.2.14/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: READER3_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: READER_APP_SECUREKEY labelZh: 管理员 密码 labelEn: Admin Password + label: + en: Admin Password + zh: 管理员 密码 required: true type: password - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: READER_APP_INVITECODE labelZh: 邀请码 labelEn: Invite Code + label: + en: Invite Code + zh: 邀请码 required: false type: text - default: "true" @@ -34,6 +46,9 @@ additionalProperties: envKey: READER_APP_CACHECHAPTERCONTENT labelZh: 缓存章节内容 labelEn: Cache Chapter Content + label: + en: Cache Chapter Content + zh: 缓存章节内容 required: true type: select values: @@ -46,6 +61,9 @@ additionalProperties: envKey: READER_APP_AUTOCLEARINACTIVEUSER labelZh: 自动清理不活跃用户 (天) labelEn: Auto Clear Inactive User (Days) + label: + en: Auto Clear Inactive User (Days) + zh: 自动清理不活跃用户 (天) required: true type: number - default: "" @@ -53,6 +71,9 @@ additionalProperties: envKey: READER_APP_REMOTEWEBVIEWAPI labelZh: 远程 WebView API 地址 (插件) labelEn: Remote WebView API Address (Plugin) + label: + en: Remote WebView API Address (Plugin) + zh: 远程 WebView API 地址 (插件) required: false type: text - default: "false" @@ -60,6 +81,9 @@ additionalProperties: envKey: READER_APP_DEFAULTUSERENABLEWEBDAV labelZh: 新用户默认启用 WebDAV labelEn: New User Default Enable WebDAV + label: + en: New User Default Enable WebDAV + zh: 新用户默认启用 WebDAV required: true type: select values: @@ -72,6 +96,9 @@ additionalProperties: envKey: READER_APP_DEFAULTUSERENABLELOCALSTORE labelZh: 新用户默认启用 LocalStore labelEn: New User Default Enable LocalStore + label: + en: New User Default Enable LocalStore + zh: 新用户默认启用 LocalStore required: true type: select values: @@ -84,6 +111,9 @@ additionalProperties: envKey: READER_APP_DEFAULTUSERENABLEBOOKSOURCE labelZh: 允许新用户编辑书源 labelEn: Allow New User Edit Book Source + label: + en: Allow New User Edit Book Source + zh: 允许新用户编辑书源 required: true type: select values: @@ -96,6 +126,9 @@ additionalProperties: envKey: READER_APP_DEFAULTUSERENABLERSSSOURCE labelZh: 允许新用户编辑 RSS 源 labelEn: Allow New User Edit RSS Source + label: + en: Allow New User Edit RSS Source + zh: 允许新用户编辑 RSS 源 required: true type: select values: @@ -108,6 +141,9 @@ additionalProperties: envKey: READER_APP_DEFAULTUSERBOOKSOURCELIMIT labelZh: 新用户书源数量限制 labelEn: New User Book Source Limit + label: + en: New User Book Source Limit + zh: 新用户书源数量限制 required: true type: number - default: 8 @@ -115,5 +151,8 @@ additionalProperties: envKey: READER_APP_minUserPasswordLength labelZh: 用户密码最小长度 labelEn: User Password Min Length + label: + en: User Password Min Length + zh: 用户密码最小长度 required: true type: number diff --git a/apps/redis/6.2.20/data.yml b/apps/redis/6.2.20/data.yml index 10c3dfea3..d1373164d 100644 --- a/apps/redis/6.2.20/data.yml +++ b/apps/redis/6.2.20/data.yml @@ -4,12 +4,18 @@ additionalProperties: envKey: REDIS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 6379 envKey: PANEL_APP_PORT_HTTP labelZh: 端口 labelEn: Port + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -17,6 +23,9 @@ additionalProperties: envKey: REDIS_ROOT_PASSWORD labelZh: 密码 labelEn: Password + label: + en: Password + zh: 密码 random: true required: false rule: paramComplexity diff --git a/apps/redis/7.4.6/data.yml b/apps/redis/7.4.6/data.yml index 10c3dfea3..d1373164d 100644 --- a/apps/redis/7.4.6/data.yml +++ b/apps/redis/7.4.6/data.yml @@ -4,12 +4,18 @@ additionalProperties: envKey: REDIS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 6379 envKey: PANEL_APP_PORT_HTTP labelZh: 端口 labelEn: Port + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -17,6 +23,9 @@ additionalProperties: envKey: REDIS_ROOT_PASSWORD labelZh: 密码 labelEn: Password + label: + en: Password + zh: 密码 random: true required: false rule: paramComplexity diff --git a/apps/redisinsight/2.70.1/data.yml b/apps/redisinsight/2.70.1/data.yml index bf50095d9..47b93063a 100644 --- a/apps/redisinsight/2.70.1/data.yml +++ b/apps/redisinsight/2.70.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "0.0.0.0" @@ -20,6 +26,9 @@ additionalProperties: envKey: RI_APP_HOST labelEn: Application Host labelZh: 应用主机 + label: + en: Application Host + zh: 应用主机 required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: RI_SERVER_TLS_KEY labelEn: TLS Key Path labelZh: TLS 密钥路径 + label: + en: TLS Key Path + zh: TLS 密钥路径 required: false type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: RI_SERVER_TLS_CERT labelEn: TLS Cert Path labelZh: TLS 证书路径 + label: + en: TLS Cert Path + zh: TLS 证书路径 required: false type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: RI_ENCRYPTION_KEY labelEn: Encryption Key labelZh: 加密密钥 + label: + en: Encryption Key + zh: 加密密钥 required: false type: password - default: "info" @@ -48,6 +66,9 @@ additionalProperties: envKey: RI_LOG_LEVEL labelEn: Log Level labelZh: 日志级别 + label: + en: Log Level + zh: 日志级别 required: true type: select values: @@ -70,6 +91,9 @@ additionalProperties: envKey: RI_FILES_LOGGER labelEn: Files Logger labelZh: 文件日志 + label: + en: Files Logger + zh: 文件日志 required: false type: select values: @@ -82,6 +106,9 @@ additionalProperties: envKey: RI_STDOUT_LOGGER labelEn: Stdout Logger labelZh: 标准输出日志 + label: + en: Stdout Logger + zh: 标准输出日志 required: false type: select values: @@ -94,5 +121,8 @@ additionalProperties: envKey: RI_PROXY_PATH labelEn: Proxy Path labelZh: 代理路径 + label: + en: Proxy Path + zh: 代理路径 required: false type: text diff --git a/apps/redisinsight/latest/data.yml b/apps/redisinsight/latest/data.yml index bf50095d9..47b93063a 100644 --- a/apps/redisinsight/latest/data.yml +++ b/apps/redisinsight/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "0.0.0.0" @@ -20,6 +26,9 @@ additionalProperties: envKey: RI_APP_HOST labelEn: Application Host labelZh: 应用主机 + label: + en: Application Host + zh: 应用主机 required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: RI_SERVER_TLS_KEY labelEn: TLS Key Path labelZh: TLS 密钥路径 + label: + en: TLS Key Path + zh: TLS 密钥路径 required: false type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: RI_SERVER_TLS_CERT labelEn: TLS Cert Path labelZh: TLS 证书路径 + label: + en: TLS Cert Path + zh: TLS 证书路径 required: false type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: RI_ENCRYPTION_KEY labelEn: Encryption Key labelZh: 加密密钥 + label: + en: Encryption Key + zh: 加密密钥 required: false type: password - default: "info" @@ -48,6 +66,9 @@ additionalProperties: envKey: RI_LOG_LEVEL labelEn: Log Level labelZh: 日志级别 + label: + en: Log Level + zh: 日志级别 required: true type: select values: @@ -70,6 +91,9 @@ additionalProperties: envKey: RI_FILES_LOGGER labelEn: Files Logger labelZh: 文件日志 + label: + en: Files Logger + zh: 文件日志 required: false type: select values: @@ -82,6 +106,9 @@ additionalProperties: envKey: RI_STDOUT_LOGGER labelEn: Stdout Logger labelZh: 标准输出日志 + label: + en: Stdout Logger + zh: 标准输出日志 required: false type: select values: @@ -94,5 +121,8 @@ additionalProperties: envKey: RI_PROXY_PATH labelEn: Proxy Path labelZh: 代理路径 + label: + en: Proxy Path + zh: 代理路径 required: false type: text diff --git a/apps/rembg/2.0.67/data.yml b/apps/rembg/2.0.67/data.yml index b9bd4f690..e1109fdf4 100644 --- a/apps/rembg/2.0.67/data.yml +++ b/apps/rembg/2.0.67/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: COMMAND labelEn: Startup command labelZh: 启动命令 + label: + en: Startup command + zh: 启动命令 required: true type: text diff --git a/apps/rembg/latest-gpu/data.yml b/apps/rembg/latest-gpu/data.yml index b9bd4f690..e1109fdf4 100644 --- a/apps/rembg/latest-gpu/data.yml +++ b/apps/rembg/latest-gpu/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: COMMAND labelEn: Startup command labelZh: 启动命令 + label: + en: Startup command + zh: 启动命令 required: true type: text diff --git a/apps/rembg/latest/data.yml b/apps/rembg/latest/data.yml index b9bd4f690..e1109fdf4 100644 --- a/apps/rembg/latest/data.yml +++ b/apps/rembg/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: COMMAND labelEn: Startup command labelZh: 启动命令 + label: + en: Startup command + zh: 启动命令 required: true type: text diff --git a/apps/remmina/1.4.40/data.yml b/apps/remmina/1.4.40/data.yml index 581d0d580..922e4a965 100644 --- a/apps/remmina/1.4.40/data.yml +++ b/apps/remmina/1.4.40/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: remmina @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity diff --git a/apps/remmina/latest/data.yml b/apps/remmina/latest/data.yml index 581d0d580..922e4a965 100644 --- a/apps/remmina/latest/data.yml +++ b/apps/remmina/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: remmina @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity diff --git a/apps/resilio-sync/3.1.0/data.yml b/apps/resilio-sync/3.1.0/data.yml index 3635a2fec..f53556698 100644 --- a/apps/resilio-sync/3.1.0/data.yml +++ b/apps/resilio-sync/3.1.0/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true type: number edit: true @@ -11,6 +14,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SYNC labelEn: Sync Port labelZh: 同步端口 + label: + en: Sync Port + zh: 同步端口 required: true type: number edit: true @@ -18,6 +24,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text edit: true @@ -25,6 +34,9 @@ additionalProperties: envKey: DOWNLOADS_PATH labelEn: Downloads Path labelZh: 下载路径 + label: + en: Downloads Path + zh: 下载路径 required: true type: text edit: true @@ -32,6 +44,9 @@ additionalProperties: envKey: SYNC_PATH labelEn: Sync Path labelZh: 同步路径 + label: + en: Sync Path + zh: 同步路径 required: true type: text edit: true @@ -39,6 +54,9 @@ additionalProperties: envKey: EXTERNAL_MOUNT_PATH labelEn: External mount path labelZh: 外部挂载路径 + label: + en: External mount path + zh: 外部挂载路径 required: true type: text edit: true @@ -46,6 +64,9 @@ additionalProperties: envKey: INTERNAL_MOUNT_PATH labelEn: Internal mount path labelZh: 内部挂载路径 + label: + en: Internal mount path + zh: 内部挂载路径 required: true type: text edit: true @@ -53,6 +74,9 @@ additionalProperties: envKey: USER_ID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number edit: true @@ -60,6 +84,9 @@ additionalProperties: envKey: GROUP_ID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number edit: true @@ -67,6 +94,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text edit: true diff --git a/apps/resilio-sync/latest/data.yml b/apps/resilio-sync/latest/data.yml index 3635a2fec..f53556698 100644 --- a/apps/resilio-sync/latest/data.yml +++ b/apps/resilio-sync/latest/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true type: number edit: true @@ -11,6 +14,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SYNC labelEn: Sync Port labelZh: 同步端口 + label: + en: Sync Port + zh: 同步端口 required: true type: number edit: true @@ -18,6 +24,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text edit: true @@ -25,6 +34,9 @@ additionalProperties: envKey: DOWNLOADS_PATH labelEn: Downloads Path labelZh: 下载路径 + label: + en: Downloads Path + zh: 下载路径 required: true type: text edit: true @@ -32,6 +44,9 @@ additionalProperties: envKey: SYNC_PATH labelEn: Sync Path labelZh: 同步路径 + label: + en: Sync Path + zh: 同步路径 required: true type: text edit: true @@ -39,6 +54,9 @@ additionalProperties: envKey: EXTERNAL_MOUNT_PATH labelEn: External mount path labelZh: 外部挂载路径 + label: + en: External mount path + zh: 外部挂载路径 required: true type: text edit: true @@ -46,6 +64,9 @@ additionalProperties: envKey: INTERNAL_MOUNT_PATH labelEn: Internal mount path labelZh: 内部挂载路径 + label: + en: Internal mount path + zh: 内部挂载路径 required: true type: text edit: true @@ -53,6 +74,9 @@ additionalProperties: envKey: USER_ID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number edit: true @@ -60,6 +84,9 @@ additionalProperties: envKey: GROUP_ID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number edit: true @@ -67,6 +94,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text edit: true diff --git a/apps/reubah/latest/data.yml b/apps/reubah/latest/data.yml index 49e8e2804..5f598c64c 100644 --- a/apps/reubah/latest/data.yml +++ b/apps/reubah/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/rss-reader/2.1/data.yml b/apps/rss-reader/2.1/data.yml index 4eb30d6ae..efc23b3f0 100644 --- a/apps/rss-reader/2.1/data.yml +++ b/apps/rss-reader/2.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/rss-reader/latest/data.yml b/apps/rss-reader/latest/data.yml index 4eb30d6ae..efc23b3f0 100644 --- a/apps/rss-reader/latest/data.yml +++ b/apps/rss-reader/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/rss-to-telegram-bot/2.10.0/data.yml b/apps/rss-to-telegram-bot/2.10.0/data.yml index 216dcef17..9d6e39f7c 100644 --- a/apps/rss-to-telegram-bot/2.10.0/data.yml +++ b/apps/rss-to-telegram-bot/2.10.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: BOT_TOKEN labelEn: Telegram Bot token (@BotFather) labelZh: Telegram Bot token (@BotFather) + label: + en: Telegram Bot token (@BotFather) + zh: Telegram Bot token (@BotFather) required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: TELEGRAM_USER_ID labelEn: Telegram user id (@userinfobot) labelZh: Telegram用户ID (@userinfobot) + label: + en: Telegram user id (@userinfobot) + zh: Telegram用户ID (@userinfobot) required: true type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN1 labelEn: Telegram api token 1 labelZh: Telegram api token 1 + label: + en: Telegram api token 1 + zh: Telegram api token 1 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN2 labelEn: Telegram api token 2 labelZh: Telegram api token 2 + label: + en: Telegram api token 2 + zh: Telegram api token 2 required: true type: text - default: "" @@ -48,6 +66,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN3 labelEn: Telegram api token 3 labelZh: Telegram api token 3 + label: + en: Telegram api token 3 + zh: Telegram api token 3 required: true type: text - default: "" @@ -55,6 +76,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN4 labelEn: Telegram api token 4 labelZh: Telegram api token 4 + label: + en: Telegram api token 4 + zh: Telegram api token 4 required: true type: text - default: "" @@ -62,6 +86,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN5 labelEn: Telegram api token 5 labelZh: Telegram api token 5 + label: + en: Telegram api token 5 + zh: Telegram api token 5 required: true type: text - default: "" @@ -69,6 +96,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN6 labelEn: Telegram api token 6 labelZh: Telegram api token 6 + label: + en: Telegram api token 6 + zh: Telegram api token 6 required: true type: text - default: "" @@ -76,6 +106,9 @@ additionalProperties: envKey: TG_API_ID labelEn: Telegram api id (https://core.telegram.org/api/obtaining_api_id) labelZh: Telegram api id (https://core.telegram.org/api/obtaining_api_id) + label: + en: Telegram api id (https://core.telegram.org/api/obtaining_api_id) + zh: Telegram api id (https://core.telegram.org/api/obtaining_api_id) required: false type: text - default: "" @@ -83,6 +116,9 @@ additionalProperties: envKey: TG_API_HASH labelEn: Telegram api hash labelZh: Telegram api hash + label: + en: Telegram api hash + zh: Telegram api hash required: false type: text - default: "Mozilla/5.0 (Android 12; Mobile; rv:68.0) Gecko/68.0 Firefox/96.0" @@ -90,6 +126,9 @@ additionalProperties: envKey: USERAGENT labelEn: User-Agent labelZh: User-Agent + label: + en: User-Agent + zh: User-Agent required: false type: text - default: "" @@ -97,5 +136,8 @@ additionalProperties: envKey: PROXY_SERVER labelEn: SOCKS5 Proxy (socks5://172.17.0.1:1080) labelZh: SOCKS5代理 (socks5://172.17.0.1:1080) + label: + en: SOCKS5 Proxy (socks5://172.17.0.1:1080) + zh: SOCKS5代理 (socks5://172.17.0.1:1080) required: false type: text diff --git a/apps/rss-to-telegram-bot/latest/data.yml b/apps/rss-to-telegram-bot/latest/data.yml index 216dcef17..9d6e39f7c 100644 --- a/apps/rss-to-telegram-bot/latest/data.yml +++ b/apps/rss-to-telegram-bot/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: BOT_TOKEN labelEn: Telegram Bot token (@BotFather) labelZh: Telegram Bot token (@BotFather) + label: + en: Telegram Bot token (@BotFather) + zh: Telegram Bot token (@BotFather) required: true type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: TELEGRAM_USER_ID labelEn: Telegram user id (@userinfobot) labelZh: Telegram用户ID (@userinfobot) + label: + en: Telegram user id (@userinfobot) + zh: Telegram用户ID (@userinfobot) required: true type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN1 labelEn: Telegram api token 1 labelZh: Telegram api token 1 + label: + en: Telegram api token 1 + zh: Telegram api token 1 required: true type: text - default: "" @@ -41,6 +56,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN2 labelEn: Telegram api token 2 labelZh: Telegram api token 2 + label: + en: Telegram api token 2 + zh: Telegram api token 2 required: true type: text - default: "" @@ -48,6 +66,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN3 labelEn: Telegram api token 3 labelZh: Telegram api token 3 + label: + en: Telegram api token 3 + zh: Telegram api token 3 required: true type: text - default: "" @@ -55,6 +76,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN4 labelEn: Telegram api token 4 labelZh: Telegram api token 4 + label: + en: Telegram api token 4 + zh: Telegram api token 4 required: true type: text - default: "" @@ -62,6 +86,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN5 labelEn: Telegram api token 5 labelZh: Telegram api token 5 + label: + en: Telegram api token 5 + zh: Telegram api token 5 required: true type: text - default: "" @@ -69,6 +96,9 @@ additionalProperties: envKey: TELEGRAPH_API_TOKEN6 labelEn: Telegram api token 6 labelZh: Telegram api token 6 + label: + en: Telegram api token 6 + zh: Telegram api token 6 required: true type: text - default: "" @@ -76,6 +106,9 @@ additionalProperties: envKey: TG_API_ID labelEn: Telegram api id (https://core.telegram.org/api/obtaining_api_id) labelZh: Telegram api id (https://core.telegram.org/api/obtaining_api_id) + label: + en: Telegram api id (https://core.telegram.org/api/obtaining_api_id) + zh: Telegram api id (https://core.telegram.org/api/obtaining_api_id) required: false type: text - default: "" @@ -83,6 +116,9 @@ additionalProperties: envKey: TG_API_HASH labelEn: Telegram api hash labelZh: Telegram api hash + label: + en: Telegram api hash + zh: Telegram api hash required: false type: text - default: "Mozilla/5.0 (Android 12; Mobile; rv:68.0) Gecko/68.0 Firefox/96.0" @@ -90,6 +126,9 @@ additionalProperties: envKey: USERAGENT labelEn: User-Agent labelZh: User-Agent + label: + en: User-Agent + zh: User-Agent required: false type: text - default: "" @@ -97,5 +136,8 @@ additionalProperties: envKey: PROXY_SERVER labelEn: SOCKS5 Proxy (socks5://172.17.0.1:1080) labelZh: SOCKS5代理 (socks5://172.17.0.1:1080) + label: + en: SOCKS5 Proxy (socks5://172.17.0.1:1080) + zh: SOCKS5代理 (socks5://172.17.0.1:1080) required: false type: text diff --git a/apps/rsshub/2025-07-01/data.yml b/apps/rsshub/2025-07-01/data.yml index 6814f1ef3..1da89af43 100644 --- a/apps/rsshub/2025-07-01/data.yml +++ b/apps/rsshub/2025-07-01/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: ACCESS_KEY labelZh: 访问密钥 labelEn: Access key + label: + en: Access key + zh: 访问密钥 required: false type: password - default: "memory" @@ -20,6 +26,9 @@ additionalProperties: envKey: CACHE_TYPE labelZh: 缓存类型 labelEn: Cache type + label: + en: Cache type + zh: 缓存类型 required: true type: select values: @@ -32,6 +41,9 @@ additionalProperties: envKey: REDIS_URL labelZh: Redis URL 地址 (仅当缓存类型为 Redis 时) labelEn: Redis URL address (only when the cache type is Redis) + label: + en: Redis URL address (only when the cache type is Redis) + zh: Redis URL 地址 (仅当缓存类型为 Redis 时) required: false type: text - default: 256 @@ -39,6 +51,9 @@ additionalProperties: envKey: MEMORY_MAX labelZh: 最大缓存数量 (仅当缓存类型为内存时) labelEn: Maximum number of caches (only when the cache type is memory) + label: + en: Maximum number of caches (only when the cache type is memory) + zh: 最大缓存数量 (仅当缓存类型为内存时) required: false type: number - default: 300 @@ -46,6 +61,9 @@ additionalProperties: envKey: CACHE_EXPIRE labelZh: 路由缓存过期时间 (秒) labelEn: Route cache expiration time (seconds) + label: + en: Route cache expiration time (seconds) + zh: 路由缓存过期时间 (秒) required: true type: number - default: 300 @@ -53,6 +71,9 @@ additionalProperties: envKey: CACHE_CONTENT_EXPIRE labelZh: 内容缓存过期时间 (秒) labelEn: Content cache expiration time (seconds) + label: + en: Content cache expiration time (seconds) + zh: 内容缓存过期时间 (秒) required: true type: number - default: "" @@ -60,6 +81,9 @@ additionalProperties: envKey: PROXY_URI labelZh: 代理 URL 地址 labelEn: Proxy URL address + label: + en: Proxy URL address + zh: 代理 URL 地址 required: false type: text - default: "" @@ -67,6 +91,9 @@ additionalProperties: envKey: PROXY_AUTH labelZh: 代理认证 (仅支持 Basic 认证) labelEn: Proxy authentication (only supports Basic authentication) + label: + en: Proxy authentication (only supports Basic authentication) + zh: 代理认证 (仅支持 Basic 认证) required: false type: text - default: ".*" @@ -74,6 +101,9 @@ additionalProperties: envKey: PROXY_URL_REGEX labelZh: 代理 URL 正则表达式 labelEn: Proxy URL regular expression + label: + en: Proxy URL regular expression + zh: 代理 URL 正则表达式 required: false type: text - default: "" @@ -81,6 +111,9 @@ additionalProperties: envKey: FOLLOW_OWNER_USER_ID labelZh: 用户 ID labelEn: User id + label: + en: User id + zh: 用户 ID required: false type: text - default: "" @@ -88,6 +121,9 @@ additionalProperties: envKey: FOLLOW_DESCRIPTION labelZh: 服务描述 labelEn: Service description + label: + en: Service description + zh: 服务描述 required: false type: text - default: 100 @@ -95,6 +131,9 @@ additionalProperties: envKey: FOLLOW_PRICE labelZh: 月度价格 labelEn: Service price + label: + en: Service price + zh: 月度价格 required: true type: number - default: 100 @@ -102,5 +141,8 @@ additionalProperties: envKey: FOLLOW_USER_LIMIT labelZh: 用户限制 labelEn: User limit + label: + en: User limit + zh: 用户限制 required: true type: number diff --git a/apps/rsshub/chromium-bundled/data.yml b/apps/rsshub/chromium-bundled/data.yml index 0216b7101..2269552ac 100644 --- a/apps/rsshub/chromium-bundled/data.yml +++ b/apps/rsshub/chromium-bundled/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -14,6 +17,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -21,6 +27,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: REDIS_PASS labelEn: Redis Service Password labelZh: Redis服务密码 + label: + en: Redis Service Password + zh: Redis服务密码 required: true rule: paramCommon type: password diff --git a/apps/rsshub/latest/data.yml b/apps/rsshub/latest/data.yml index 0216b7101..2269552ac 100644 --- a/apps/rsshub/latest/data.yml +++ b/apps/rsshub/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -14,6 +17,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -21,6 +27,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: REDIS_PASS labelEn: Redis Service Password labelZh: Redis服务密码 + label: + en: Redis Service Password + zh: Redis服务密码 required: true rule: paramCommon type: password diff --git a/apps/rustdesk-api/2.6.29/data.yml b/apps/rustdesk-api/2.6.29/data.yml index c12a650f2..5c46aa4ed 100644 --- a/apps/rustdesk-api/2.6.29/data.yml +++ b/apps/rustdesk-api/2.6.29/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RUSTDESK_API_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 21114 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: RUSTDESK_SERVER_URL labelZh: RustDesk 服务地址 labelEn: RustDesk server address + label: + en: RustDesk server address + zh: RustDesk 服务地址 required: true type: text - default: "RustDesk API Admin" @@ -27,6 +36,9 @@ additionalProperties: envKey: RUSTDESK_API_ADMIN_TITLE labelZh: 后台页面标题 labelEn: Admin page title + label: + en: Admin page title + zh: 后台页面标题 required: true type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: RUSTDESK_API_RUSTDESK_KEY labelZh: RustDesk API 密钥 labelEn: RustDesk API key + label: + en: RustDesk API key + zh: RustDesk API 密钥 required: true type: password - default: "168h" @@ -41,6 +56,9 @@ additionalProperties: envKey: RUSTDESK_API_APP_TOKEN_EXPIRE labelZh: 登录有效期 labelEn: Login validity period + label: + en: Login validity period + zh: 登录有效期 required: true type: text - default: "1" @@ -48,6 +66,9 @@ additionalProperties: envKey: RUSTDESK_API_APP_WEB_CLIENT labelZh: 启用 Web Client labelEn: Enable Web Client + label: + en: Enable Web Client + zh: 启用 Web Client required: true type: select values: @@ -60,6 +81,9 @@ additionalProperties: envKey: RUSTDESK_API_APP_SHOW_SWAGGER labelZh: 开启 Swagger 文档 labelEn: Enable Swagger docs + label: + en: Enable Swagger docs + zh: 开启 Swagger 文档 required: true type: select values: @@ -72,6 +96,9 @@ additionalProperties: envKey: RUSTDESK_API_APP_REGISTER labelZh: 启用注册 labelEn: Enable register + label: + en: Enable register + zh: 启用注册 required: true type: select values: @@ -84,6 +111,9 @@ additionalProperties: envKey: RUSTDESK_API_APP_DISABLE_PWD_LOGIN labelZh: 登录策略 labelEn: Login strategy + label: + en: Login strategy + zh: 登录策略 required: true type: select values: @@ -96,6 +126,9 @@ additionalProperties: envKey: RUSTDESK_API_PROXY_ENABLE labelZh: 启用代理 labelEn: Enable proxy + label: + en: Enable proxy + zh: 启用代理 required: true type: select values: @@ -108,6 +141,9 @@ additionalProperties: envKey: RUSTDESK_API_PROXY_HOST labelZh: 代理地址 labelEn: Proxy address + label: + en: Proxy address + zh: 代理地址 required: false type: text - default: "sqlite" @@ -115,6 +151,9 @@ additionalProperties: envKey: RUSTDESK_API_GORM_TYPE labelZh: 数据库类型 labelEn: Database type + label: + en: Database type + zh: 数据库类型 required: true type: select values: @@ -127,6 +166,9 @@ additionalProperties: envKey: RUSTDESK_API_MYSQL_ADDR labelZh: 数据库地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库地址 required: false type: text - default: "rustdesk" @@ -134,6 +176,9 @@ additionalProperties: envKey: RUSTDESK_API_MYSQL_DBNAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: false rule: paramCommon type: text @@ -142,6 +187,9 @@ additionalProperties: envKey: RUSTDESK_API_MYSQL_USERNAME labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: false type: text - default: "" @@ -149,6 +197,9 @@ additionalProperties: envKey: RUSTDESK_API_MYSQL_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 required: false rule: paramComplexity type: password diff --git a/apps/rustdesk/latest/data.yml b/apps/rustdesk/latest/data.yml index 59a5d5eed..44f63a794 100644 --- a/apps/rustdesk/latest/data.yml +++ b/apps/rustdesk/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NAT_TEST_PORT labelEn: NAT type test port labelZh: NAT类型测试端口 + label: + en: NAT type test port + zh: NAT类型测试端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HBBS_PORT labelEn: hbbs port (used with IP/domain) labelZh: hbbs端口(配合IP/域名使用) + label: + en: hbbs port (used with IP/domain) + zh: hbbs端口(配合IP/域名使用) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HBBR_PORT labelEn: hbbr port (client relay server port) labelZh: hbbr端口(客户端中继服务器端口) + label: + en: hbbr port (client relay server port) + zh: hbbr端口(客户端中继服务器端口) required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: WEB_CLIENT_PORT1 labelEn: Web Client Support Port 1 labelZh: 网页客户端支持端口1 + label: + en: Web Client Support Port 1 + zh: 网页客户端支持端口1 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: WEB_CLIENT_PORT2 labelEn: Web Client Support Port 2 labelZh: 网页客户端支持端口2 + label: + en: Web Client Support Port 2 + zh: 网页客户端支持端口2 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: HOST_ADDRESS labelEn: IP address or domain name (must change item) labelZh: IP地址或域名(必改项) + label: + en: IP address or domain name (must change item) + zh: IP地址或域名(必改项) required: true rule: paramCommon type: text diff --git a/apps/rustdesk/s6-latest/data.yml b/apps/rustdesk/s6-latest/data.yml index 59a5d5eed..44f63a794 100644 --- a/apps/rustdesk/s6-latest/data.yml +++ b/apps/rustdesk/s6-latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: NAT_TEST_PORT labelEn: NAT type test port labelZh: NAT类型测试端口 + label: + en: NAT type test port + zh: NAT类型测试端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HBBS_PORT labelEn: hbbs port (used with IP/domain) labelZh: hbbs端口(配合IP/域名使用) + label: + en: hbbs port (used with IP/domain) + zh: hbbs端口(配合IP/域名使用) required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HBBR_PORT labelEn: hbbr port (client relay server port) labelZh: hbbr端口(客户端中继服务器端口) + label: + en: hbbr port (client relay server port) + zh: hbbr端口(客户端中继服务器端口) required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: WEB_CLIENT_PORT1 labelEn: Web Client Support Port 1 labelZh: 网页客户端支持端口1 + label: + en: Web Client Support Port 1 + zh: 网页客户端支持端口1 required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: WEB_CLIENT_PORT2 labelEn: Web Client Support Port 2 labelZh: 网页客户端支持端口2 + label: + en: Web Client Support Port 2 + zh: 网页客户端支持端口2 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: HOST_ADDRESS labelEn: IP address or domain name (must change item) labelZh: IP地址或域名(必改项) + label: + en: IP address or domain name (must change item) + zh: IP地址或域名(必改项) required: true rule: paramCommon type: text diff --git a/apps/rustfs/latest/data.yml b/apps/rustfs/latest/data.yml index b35f9ad12..364504f7a 100644 --- a/apps/rustfs/latest/data.yml +++ b/apps/rustfs/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: RUSTFS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 9000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: RUSTFS_ACCESS_KEY labelZh: 管理员账号 labelEn: Access Key + label: + en: Access Key + zh: 管理员账号 required: true type: text - default: "rustfsadmin" @@ -27,6 +36,9 @@ additionalProperties: envKey: RUSTFS_SECRET_KEY labelZh: 管理员密码 labelEn: Secret Key + label: + en: Secret Key + zh: 管理员密码 required: true type: password - default: "127.0.0.1:9000" @@ -34,6 +46,9 @@ additionalProperties: envKey: RUSTFS_SERVER_DOMAINS labelZh: 域名 labelEn: Domains + label: + en: Domains + zh: 域名 required: false type: text - default: "true" @@ -41,6 +56,9 @@ additionalProperties: envKey: RUSTFS_CONSOLE_ENABLE labelZh: 启用控制台 labelEn: Enable Console + label: + en: Enable Console + zh: 启用控制台 required: true type: select values: diff --git a/apps/s-ui/1.3.7/data.yml b/apps/s-ui/1.3.7/data.yml index 3a025a278..61d56e6ac 100644 --- a/apps/s-ui/1.3.7/data.yml +++ b/apps/s-ui/1.3.7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: S_UI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2095 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number diff --git a/apps/safeline/8.10.1/data.yml b/apps/safeline/8.10.1/data.yml index 77b259caa..3f9799d72 100644 --- a/apps/safeline/8.10.1/data.yml +++ b/apps/safeline/8.10.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelEn: Postgres database User Password labelZh: Postgres数据库密码 + label: + en: Postgres database User Password + zh: Postgres数据库密码 required: true rule: paramCommon type: password @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: SAFELINE_DIR labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: 172.18.0 @@ -28,5 +37,8 @@ additionalProperties: envKey: SUBNET_PREFIX labelEn: 1panel-network subnet prefix (Check the docker network to get it) labelZh: 1panel-network 子网前缀 (查看docker网络获取) + label: + en: 1panel-network subnet prefix (Check the docker network to get it) + zh: 1panel-network 子网前缀 (查看docker网络获取) required: true type: text diff --git a/apps/safeline/8.8.0-lts/data.yml b/apps/safeline/8.8.0-lts/data.yml index e467d37c3..8ed1449d1 100644 --- a/apps/safeline/8.8.0-lts/data.yml +++ b/apps/safeline/8.8.0-lts/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelEn: Postgres database User Password labelZh: Postgres数据库密码 + label: + en: Postgres database User Password + zh: Postgres数据库密码 required: true rule: paramCommon type: password @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: SAFELINE_DIR labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: 169.254.0 @@ -28,5 +37,8 @@ additionalProperties: envKey: SUBNET_PREFIX labelEn: New docker network subnet prefix labelZh: 新 docker 网络子网前缀 + label: + en: New docker network subnet prefix + zh: 新 docker 网络子网前缀 required: true type: text diff --git a/apps/safeline/9.2.7/data.yml b/apps/safeline/9.2.7/data.yml index 77b259caa..3f9799d72 100644 --- a/apps/safeline/9.2.7/data.yml +++ b/apps/safeline/9.2.7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelEn: Postgres database User Password labelZh: Postgres数据库密码 + label: + en: Postgres database User Password + zh: Postgres数据库密码 required: true rule: paramCommon type: password @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: SAFELINE_DIR labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: 172.18.0 @@ -28,5 +37,8 @@ additionalProperties: envKey: SUBNET_PREFIX labelEn: 1panel-network subnet prefix (Check the docker network to get it) labelZh: 1panel-network 子网前缀 (查看docker网络获取) + label: + en: 1panel-network subnet prefix (Check the docker network to get it) + zh: 1panel-network 子网前缀 (查看docker网络获取) required: true type: text diff --git a/apps/safeline/latest/data.yml b/apps/safeline/latest/data.yml index 77b259caa..3f9799d72 100644 --- a/apps/safeline/latest/data.yml +++ b/apps/safeline/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelEn: Postgres database User Password labelZh: Postgres数据库密码 + label: + en: Postgres database User Password + zh: Postgres数据库密码 required: true rule: paramCommon type: password @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: SAFELINE_DIR labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: 172.18.0 @@ -28,5 +37,8 @@ additionalProperties: envKey: SUBNET_PREFIX labelEn: 1panel-network subnet prefix (Check the docker network to get it) labelZh: 1panel-network 子网前缀 (查看docker网络获取) + label: + en: 1panel-network subnet prefix (Check the docker network to get it) + zh: 1panel-network 子网前缀 (查看docker网络获取) required: true type: text diff --git a/apps/samba/4.21.4/data.yml b/apps/samba/4.21.4/data.yml index b46dfee02..71ebf09e6 100644 --- a/apps/samba/4.21.4/data.yml +++ b/apps/samba/4.21.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SMB labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "Asia/Shanghai" @@ -28,6 +37,9 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "./data" @@ -35,6 +47,9 @@ additionalProperties: envKey: DATA_PATH labelEn: External Data Path labelZh: 外部数据路径 + label: + en: External Data Path + zh: 外部数据路径 required: true type: text - default: "/share/data" @@ -42,6 +57,9 @@ additionalProperties: envKey: INTERNAL_DATA_PATH labelEn: Internal container data paths labelZh: 容器内部数据路径 + label: + en: Internal container data paths + zh: 容器内部数据路径 required: true type: text - default: "1000:1000:pirate:pirate:put-any-password-here" @@ -49,6 +67,9 @@ additionalProperties: envKey: USER_1 labelEn: User 1 labelZh: 用户 1 + label: + en: User 1 + zh: 用户 1 required: true type: text - default: "SmbShare:/share/folder:rw:pirate" @@ -56,6 +77,9 @@ additionalProperties: envKey: SHARE_1 labelEn: Share 1 labelZh: 共享 1 + label: + en: Share 1 + zh: 共享 1 required: true type: text - default: "" @@ -63,6 +87,9 @@ additionalProperties: envKey: USER_2 labelEn: User 2 (Edit to remove comments in compose.yml to take effect) labelZh: 用户 2 (编辑去除compose.yml里的注释生效) + label: + en: User 2 (Edit to remove comments in compose.yml to take effect) + zh: 用户 2 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -70,6 +97,9 @@ additionalProperties: envKey: SHARE_2 labelEn: Share 2 (Edit to remove comments in compose.yml to take effect) labelZh: 共享 2 (编辑去除compose.yml里的注释生效) + label: + en: Share 2 (Edit to remove comments in compose.yml to take effect) + zh: 共享 2 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -77,6 +107,9 @@ additionalProperties: envKey: USER_3 labelEn: User 3 (Edit to remove comments in compose.yml to take effect) labelZh: 用户 3 (编辑去除compose.yml里的注释生效) + label: + en: User 3 (Edit to remove comments in compose.yml to take effect) + zh: 用户 3 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -84,5 +117,8 @@ additionalProperties: envKey: SHARE_3 labelEn: Share 3 (Edit to remove comments in compose.yml to take effect) labelZh: 共享 3 (编辑去除compose.yml里的注释生效) + label: + en: Share 3 (Edit to remove comments in compose.yml to take effect) + zh: 共享 3 (编辑去除compose.yml里的注释生效) required: false type: text diff --git a/apps/samba/latest/data.yml b/apps/samba/latest/data.yml index b46dfee02..71ebf09e6 100644 --- a/apps/samba/latest/data.yml +++ b/apps/samba/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SMB labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: true type: text - default: "Asia/Shanghai" @@ -28,6 +37,9 @@ additionalProperties: envKey: TZ labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "./data" @@ -35,6 +47,9 @@ additionalProperties: envKey: DATA_PATH labelEn: External Data Path labelZh: 外部数据路径 + label: + en: External Data Path + zh: 外部数据路径 required: true type: text - default: "/share/data" @@ -42,6 +57,9 @@ additionalProperties: envKey: INTERNAL_DATA_PATH labelEn: Internal container data paths labelZh: 容器内部数据路径 + label: + en: Internal container data paths + zh: 容器内部数据路径 required: true type: text - default: "1000:1000:pirate:pirate:put-any-password-here" @@ -49,6 +67,9 @@ additionalProperties: envKey: USER_1 labelEn: User 1 labelZh: 用户 1 + label: + en: User 1 + zh: 用户 1 required: true type: text - default: "SmbShare:/share/folder:rw:pirate" @@ -56,6 +77,9 @@ additionalProperties: envKey: SHARE_1 labelEn: Share 1 labelZh: 共享 1 + label: + en: Share 1 + zh: 共享 1 required: true type: text - default: "" @@ -63,6 +87,9 @@ additionalProperties: envKey: USER_2 labelEn: User 2 (Edit to remove comments in compose.yml to take effect) labelZh: 用户 2 (编辑去除compose.yml里的注释生效) + label: + en: User 2 (Edit to remove comments in compose.yml to take effect) + zh: 用户 2 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -70,6 +97,9 @@ additionalProperties: envKey: SHARE_2 labelEn: Share 2 (Edit to remove comments in compose.yml to take effect) labelZh: 共享 2 (编辑去除compose.yml里的注释生效) + label: + en: Share 2 (Edit to remove comments in compose.yml to take effect) + zh: 共享 2 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -77,6 +107,9 @@ additionalProperties: envKey: USER_3 labelEn: User 3 (Edit to remove comments in compose.yml to take effect) labelZh: 用户 3 (编辑去除compose.yml里的注释生效) + label: + en: User 3 (Edit to remove comments in compose.yml to take effect) + zh: 用户 3 (编辑去除compose.yml里的注释生效) required: false type: text - default: "" @@ -84,5 +117,8 @@ additionalProperties: envKey: SHARE_3 labelEn: Share 3 (Edit to remove comments in compose.yml to take effect) labelZh: 共享 3 (编辑去除compose.yml里的注释生效) + label: + en: Share 3 (Edit to remove comments in compose.yml to take effect) + zh: 共享 3 (编辑去除compose.yml里的注释生效) required: false type: text diff --git a/apps/script-hub/latest/data.yml b/apps/script-hub/latest/data.yml index a8ce8e77d..9734185d9 100644 --- a/apps/script-hub/latest/data.yml +++ b/apps/script-hub/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: BASE_URL labelEn: Base URL labelZh: 基本 URL + label: + en: Base URL + zh: 基本 URL required: true rule: paramExtUrl type: text @@ -21,6 +27,9 @@ additionalProperties: envKey: BETA_PORT labelEn: Beta Port labelZh: Beta 端口 + label: + en: Beta Port + zh: Beta 端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: BETA_BASE_URL labelEn: Beta Base URL labelZh: Beta 基本 URL + label: + en: Beta Base URL + zh: Beta 基本 URL required: true rule: paramExtUrl type: text diff --git a/apps/sd-comfyui/latest/data.yml b/apps/sd-comfyui/latest/data.yml index dfeed60f8..3c49d8bda 100644 --- a/apps/sd-comfyui/latest/data.yml +++ b/apps/sd-comfyui/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: SD_CONSOLE_CLI_COMFY labelEn: CLI ARGS for ComfyUI labelZh: ComfyUI 的 CLI_ARGS 参数 + label: + en: CLI ARGS for ComfyUI + zh: ComfyUI 的 CLI_ARGS 参数 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: SD_CONSOLE_APT_COMFY labelEn: Install some package if you want (equivalent to apt-get install -y) labelZh: 想安装的软件包 (等同 apt-get install -y) + label: + en: Install some package if you want (equivalent to apt-get install -y) + zh: 想安装的软件包 (等同 apt-get install -y) required: false type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: SD_CONSOLE_PIP_COMFY labelEn: Install pip package if you want (equivalent to pip install) labelZh: 想安装的 pip 包 (等同 pip install) + label: + en: Install pip package if you want (equivalent to pip install) + zh: 想安装的 pip 包 (等同 pip install) required: false type: text - default: 0 @@ -34,6 +46,9 @@ additionalProperties: envKey: SD_CONSOLE_DEVICE_IDS labelEn: GPU ID labelZh: SD 运行指定的 GPU 设备 ID + label: + en: GPU ID + zh: SD 运行指定的 GPU 设备 ID required: true type: number - default: ./data/data @@ -41,6 +56,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data storage folder labelZh: 数据存放文件夹 + label: + en: Data storage folder + zh: 数据存放文件夹 required: true type: text - default: ./data/output @@ -48,5 +66,8 @@ additionalProperties: envKey: OUTPUT_PATH labelEn: Picture output folder labelZh: 图片输出文件夹 + label: + en: Picture output folder + zh: 图片输出文件夹 required: true type: text diff --git a/apps/seafile/13.0.12/data.yml b/apps/seafile/13.0.12/data.yml index 6e36ea09b..366f4e693 100644 --- a/apps/seafile/13.0.12/data.yml +++ b/apps/seafile/13.0.12/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -22,6 +25,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_PASSWORD labelEn: Database root password labelZh: 数据库 root 密码 + label: + en: Database root password + zh: 数据库 root 密码 random: false edit: true required: true @@ -32,6 +38,9 @@ additionalProperties: envKey: ADMIN_EMAIL labelEn: Admin email labelZh: 管理员邮箱 + label: + en: Admin email + zh: 管理员邮箱 required: true type: text - default: seafile @@ -39,6 +48,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelEn: Admin password labelZh: 管理员密码 + label: + en: Admin password + zh: 管理员密码 random: true required: true rule: paramComplexity @@ -48,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -56,6 +71,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -63,12 +81,18 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: memcached envKey: MEMCACHED_TYPE labelEn: Memcached Service labelZh: Memcached 服务 + label: + en: Memcached Service + zh: Memcached 服务 required: true type: apps values: @@ -88,6 +112,9 @@ additionalProperties: envKey: SERVER_HOSTNAME labelEn: Server hostname (Domain or IP) labelZh: 服务端主机名 (域名 或 IP) + label: + en: Server hostname (Domain or IP) + zh: 服务端主机名 (域名 或 IP) required: true type: text #- default: 40130 diff --git a/apps/seafile/latest/data.yml b/apps/seafile/latest/data.yml index 6e36ea09b..366f4e693 100644 --- a/apps/seafile/latest/data.yml +++ b/apps/seafile/latest/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -22,6 +25,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_PASSWORD labelEn: Database root password labelZh: 数据库 root 密码 + label: + en: Database root password + zh: 数据库 root 密码 random: false edit: true required: true @@ -32,6 +38,9 @@ additionalProperties: envKey: ADMIN_EMAIL labelEn: Admin email labelZh: 管理员邮箱 + label: + en: Admin email + zh: 管理员邮箱 required: true type: text - default: seafile @@ -39,6 +48,9 @@ additionalProperties: envKey: ADMIN_PASSWORD labelEn: Admin password labelZh: 管理员密码 + label: + en: Admin password + zh: 管理员密码 random: true required: true rule: paramComplexity @@ -48,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -56,6 +71,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -63,12 +81,18 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: memcached envKey: MEMCACHED_TYPE labelEn: Memcached Service labelZh: Memcached 服务 + label: + en: Memcached Service + zh: Memcached 服务 required: true type: apps values: @@ -88,6 +112,9 @@ additionalProperties: envKey: SERVER_HOSTNAME labelEn: Server hostname (Domain or IP) labelZh: 服务端主机名 (域名 或 IP) + label: + en: Server hostname (Domain or IP) + zh: 服务端主机名 (域名 或 IP) required: true type: text #- default: 40130 diff --git a/apps/searxng/2023.7.1-5720844f/data.yml b/apps/searxng/2023.7.1-5720844f/data.yml index fd1350cb3..9361dbaa1 100644 --- a/apps/searxng/2023.7.1-5720844f/data.yml +++ b/apps/searxng/2023.7.1-5720844f/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: http://localhost:40032 @@ -20,5 +26,8 @@ additionalProperties: envKey: SEARXNG_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text diff --git a/apps/searxng/latest/data.yml b/apps/searxng/latest/data.yml index fd1350cb3..9361dbaa1 100644 --- a/apps/searxng/latest/data.yml +++ b/apps/searxng/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: http://localhost:40032 @@ -20,5 +26,8 @@ additionalProperties: envKey: SEARXNG_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text diff --git a/apps/seatable/5.3.0/data.yml b/apps/seatable/5.3.0/data.yml index ea4f1168e..82562a8ac 100644 --- a/apps/seatable/5.3.0/data.yml +++ b/apps/seatable/5.3.0/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -22,6 +25,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_PASSWORD labelEn: Database root password labelZh: 数据库 root 密码 + label: + en: Database root password + zh: 数据库 root 密码 required: true type: password - default: "" @@ -30,6 +36,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -37,6 +46,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -44,6 +56,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: true type: password - default: 40154 @@ -51,6 +66,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -59,6 +77,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -66,12 +87,18 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: memcached envKey: MEMCACHED_TYPE labelEn: Memcached Service labelZh: Memcached 服务 + label: + en: Memcached Service + zh: Memcached 服务 required: true type: apps values: @@ -91,5 +118,8 @@ additionalProperties: envKey: SERVER_HOSTNAME labelEn: Server hostname labelZh: 服务端主机名 + label: + en: Server hostname + zh: 服务端主机名 required: true type: text diff --git a/apps/seatable/latest/data.yml b/apps/seatable/latest/data.yml index ea4f1168e..82562a8ac 100644 --- a/apps/seatable/latest/data.yml +++ b/apps/seatable/latest/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -22,6 +25,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_PASSWORD labelEn: Database root password labelZh: 数据库 root 密码 + label: + en: Database root password + zh: 数据库 root 密码 required: true type: password - default: "" @@ -30,6 +36,9 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: Redis服务 + label: + en: Redis Service + zh: Redis服务 required: true type: service - default: "6379" @@ -37,6 +46,9 @@ additionalProperties: envKey: REDIS_PORT labelEn: Redis Service Port labelZh: Redis服务端口 + label: + en: Redis Service Port + zh: Redis服务端口 required: true rule: paramPort type: number @@ -44,6 +56,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: true type: password - default: 40154 @@ -51,6 +66,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -59,6 +77,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -66,12 +87,18 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: memcached envKey: MEMCACHED_TYPE labelEn: Memcached Service labelZh: Memcached 服务 + label: + en: Memcached Service + zh: Memcached 服务 required: true type: apps values: @@ -91,5 +118,8 @@ additionalProperties: envKey: SERVER_HOSTNAME labelEn: Server hostname labelZh: 服务端主机名 + label: + en: Server hostname + zh: 服务端主机名 required: true type: text diff --git a/apps/seaweedfs/3.99/data.yml b/apps/seaweedfs/3.99/data.yml index 33f1b9428..1841e415e 100644 --- a/apps/seaweedfs/3.99/data.yml +++ b/apps/seaweedfs/3.99/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SEAWEEDFS_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8333 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_S3_METRICS labelZh: S3 监控端口 labelEn: S3 Metrics port + label: + en: S3 Metrics port + zh: S3 监控端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_MASTER_SERVER labelZh: 集群服务端口 labelEn: Cluster service port + label: + en: Cluster service port + zh: 集群服务端口 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_MASTER_API labelZh: 集群通讯端口 labelEn: Cluster communication port + label: + en: Cluster communication port + zh: 集群通讯端口 required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_MASTER_METRICS labelZh: 集群监控端口 labelEn: Cluster Metrics port + label: + en: Cluster Metrics port + zh: 集群监控端口 required: true rule: paramPort type: number @@ -52,6 +70,9 @@ additionalProperties: envKey: PANEL_APP_PORT_VOLUME_SERVER labelZh: 存储服务端口 labelEn: Storage service port + label: + en: Storage service port + zh: 存储服务端口 required: true rule: paramPort type: number @@ -60,6 +81,9 @@ additionalProperties: envKey: PANEL_APP_PORT_VOLUME_API labelZh: 存储通讯端口 labelEn: Storage communication port + label: + en: Storage communication port + zh: 存储通讯端口 required: true rule: paramPort type: number @@ -68,6 +92,9 @@ additionalProperties: envKey: PANEL_APP_PORT_VOLUME_METRICS labelZh: 存储监控端口 labelEn: Storage Metrics port + label: + en: Storage Metrics port + zh: 存储监控端口 required: true rule: paramPort type: number @@ -76,6 +103,9 @@ additionalProperties: envKey: PANEL_APP_PORT_FILER_SERVER labelZh: 索引服务端口 labelEn: Index service port + label: + en: Index service port + zh: 索引服务端口 required: true rule: paramPort type: number @@ -84,6 +114,9 @@ additionalProperties: envKey: PANEL_APP_PORT_FILER_API labelZh: 索引通讯端口 labelEn: Index communication port + label: + en: Index communication port + zh: 索引通讯端口 required: true rule: paramPort type: number @@ -92,6 +125,9 @@ additionalProperties: envKey: PANEL_APP_PORT_FILER_METRICS labelZh: 索引监控端口 labelEn: Index Metrics port + label: + en: Index Metrics port + zh: 索引监控端口 required: true rule: paramPort type: number @@ -100,6 +136,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WEBDAV labelZh: WebDAV 端口 labelEn: WebDAV port + label: + en: WebDAV port + zh: WebDAV 端口 required: true rule: paramPort type: number @@ -108,6 +147,9 @@ additionalProperties: envKey: PANEL_APP_PORT_METRICS labelZh: Prometheus 端口 labelEn: Prometheus port + label: + en: Prometheus port + zh: Prometheus 端口 required: true rule: paramPort type: number @@ -116,6 +158,9 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_1 labelEn: Custom mount directory 1 labelZh: 自定义挂载目录 1 + label: + en: Custom mount directory 1 + zh: 自定义挂载目录 1 required: false type: text - default: "" @@ -123,6 +168,9 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_2 labelEn: Custom mount directory 2 labelZh: 自定义挂载目录 2 + label: + en: Custom mount directory 2 + zh: 自定义挂载目录 2 required: false type: text - default: "" @@ -130,5 +178,8 @@ additionalProperties: envKey: CUSTOM_MOUNT_DIRECTORY_3 labelEn: Custom mount directory 3 labelZh: 自定义挂载目录 3 + label: + en: Custom mount directory 3 + zh: 自定义挂载目录 3 required: false type: text diff --git a/apps/sentinel/1.8.8/data.yml b/apps/sentinel/1.8.8/data.yml index 1c023bfab..2cab7e43e 100644 --- a/apps/sentinel/1.8.8/data.yml +++ b/apps/sentinel/1.8.8/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI Port + label: + en: WebUI Port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API Port + label: + en: API Port + zh: API 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: SENTINEL_DASHBOARD_AUTH_USERNAME labelEn: Dashboard username labelZh: 控制台 用户名 + label: + en: Dashboard username + zh: 控制台 用户名 required: true type: text - default: "sentinel" @@ -28,6 +37,9 @@ additionalProperties: envKey: SENTINEL_DASHBOARD_AUTH_PASSWORD labelEn: Dashboard password labelZh: 控制台 密码 + label: + en: Dashboard password + zh: 控制台 密码 required: true type: text - default: "false" @@ -35,6 +47,9 @@ additionalProperties: envKey: SENTINEL_DASHBOARD_FEIGN_ENABLED labelZh: 启用 Feign labelEn: Enable Feign + label: + en: Enable Feign + zh: 启用 Feign required: false type: select values: diff --git a/apps/serverstatus/1.1.7/data.yml b/apps/serverstatus/1.1.7/data.yml index ff64c231f..d36287f6e 100644 --- a/apps/serverstatus/1.1.7/data.yml +++ b/apps/serverstatus/1.1.7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SERVERSTATUS_CONFIG_PATH labelEn: Server Status Config Path labelZh: 服务器状态配置路径 + label: + en: Server Status Config Path + zh: 服务器状态配置路径 required: true type: text - default: "./data/web/json" @@ -12,6 +15,9 @@ additionalProperties: envKey: SERVERSTATUS_JSON_PATH labelEn: Server Status Monthly Traffic State Path labelZh: 探针月流量状态路径 + label: + en: Server Status Monthly Traffic State Path + zh: 探针月流量状态路径 required: true type: text - default: "35601" @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_APP_PORT_COMM labelEn: Communication Port labelZh: 通信端口 + label: + en: Communication Port + zh: 通信端口 required: true rule: paramPort type: number @@ -27,6 +36,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Port labelZh: Web 端口 + label: + en: Web Port + zh: Web 端口 required: true rule: paramPort type: number diff --git a/apps/serverstatus/latest/data.yml b/apps/serverstatus/latest/data.yml index ff64c231f..d36287f6e 100644 --- a/apps/serverstatus/latest/data.yml +++ b/apps/serverstatus/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SERVERSTATUS_CONFIG_PATH labelEn: Server Status Config Path labelZh: 服务器状态配置路径 + label: + en: Server Status Config Path + zh: 服务器状态配置路径 required: true type: text - default: "./data/web/json" @@ -12,6 +15,9 @@ additionalProperties: envKey: SERVERSTATUS_JSON_PATH labelEn: Server Status Monthly Traffic State Path labelZh: 探针月流量状态路径 + label: + en: Server Status Monthly Traffic State Path + zh: 探针月流量状态路径 required: true type: text - default: "35601" @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_APP_PORT_COMM labelEn: Communication Port labelZh: 通信端口 + label: + en: Communication Port + zh: 通信端口 required: true rule: paramPort type: number @@ -27,6 +36,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Port labelZh: Web 端口 + label: + en: Web Port + zh: Web 端口 required: true rule: paramPort type: number diff --git a/apps/shiori/1.8.0/data.yml b/apps/shiori/1.8.0/data.yml index 4db19931a..ddd7fe355 100644 --- a/apps/shiori/1.8.0/data.yml +++ b/apps/shiori/1.8.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: 数据库服务 (前置检查) labelEn: Database Service + label: + en: Database Service + zh: 数据库服务 (前置检查) required: true type: apps values: @@ -25,6 +28,9 @@ additionalProperties: envKey: SHIORI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number @@ -40,6 +49,9 @@ additionalProperties: envKey: SHIORI_HTTP_SERVE_WEB_UI labelZh: 服务模式 labelEn: Serve Mode + label: + en: Serve Mode + zh: 服务模式 required: true type: select values: @@ -52,6 +64,9 @@ additionalProperties: envKey: SHIORI_HTTP_SECRET_KEY labelZh: Web UI 密钥 labelEn: Web UI Secret Key + label: + en: Web UI Secret Key + zh: Web UI 密钥 required: true type: text - default: "" @@ -59,5 +74,8 @@ additionalProperties: envKey: SHIORI_DATABASE_URL labelZh: 数据库链接 URL labelEn: Database URL + label: + en: Database URL + zh: 数据库链接 URL required: true type: text diff --git a/apps/shopware-dockware/6.7.2.2/data.yml b/apps/shopware-dockware/6.7.2.2/data.yml index 482f7b275..3229405de 100644 --- a/apps/shopware-dockware/6.7.2.2/data.yml +++ b/apps/shopware-dockware/6.7.2.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/siyuan/3.3.6/data.yml b/apps/siyuan/3.3.6/data.yml index f588f10b8..9489a9afe 100644 --- a/apps/siyuan/3.3.6/data.yml +++ b/apps/siyuan/3.3.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/siyuan/latest/data.yml b/apps/siyuan/latest/data.yml index f588f10b8..9489a9afe 100644 --- a/apps/siyuan/latest/data.yml +++ b/apps/siyuan/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/slash/1.0.0/data.yml b/apps/slash/1.0.0/data.yml index 1acf05222..8c8ea16b2 100644 --- a/apps/slash/1.0.0/data.yml +++ b/apps/slash/1.0.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/slash/latest/data.yml b/apps/slash/latest/data.yml index 1acf05222..8c8ea16b2 100644 --- a/apps/slash/latest/data.yml +++ b/apps/slash/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/slink/1.7.6/data.yml b/apps/slink/1.7.6/data.yml index 365b1c9ff..7dd115cdd 100644 --- a/apps/slink/1.7.6/data.yml +++ b/apps/slink/1.7.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,12 +16,18 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "https://your-domain.com" envKey: ORIGIN labelEn: External URL (Only https environments can register and login, reverse proxy is required) labelZh: 外部访问地址 (只有 https 环境才能注册登录,需要反向代理) + label: + en: External URL (Only https environments can register and login, reverse proxy is required) + zh: 外部访问地址 (只有 https 环境才能注册登录,需要反向代理) required: true type: text edit: true @@ -26,6 +35,9 @@ additionalProperties: envKey: USER_APPROVAL_REQUIRED labelEn: Whether to require user approval before they can upload images labelZh: 是否需要用户批准才能上传图像 + label: + en: Whether to require user approval before they can upload images + zh: 是否需要用户批准才能上传图像 required: true type: select values: @@ -38,6 +50,9 @@ additionalProperties: envKey: USER_ALLOW_UNAUTHENTICATED_ACCESS labelEn: Allow Unauthenticated Access labelZh: 允许未认证访问 + label: + en: Allow Unauthenticated Access + zh: 允许未认证访问 required: true type: select values: @@ -50,6 +65,9 @@ additionalProperties: envKey: USER_PASSWORD_MIN_LENGTH labelEn: User Password Minimum Length labelZh: 用户密码最小长度 + label: + en: User Password Minimum Length + zh: 用户密码最小长度 required: true type: number edit: true @@ -57,6 +75,9 @@ additionalProperties: envKey: USER_PASSWORD_REQUIREMENTS labelEn: User Password Requirements (Sum of the following options:1-numbers, 2-lowercase, 4-uppercase, 8-special characters) labelZh: 用户密码要求 (以下选项的总和:1-数字、2-小写、4-大写、8-特殊字符) + label: + en: User Password Requirements (Sum of the following options:1-numbers, 2-lowercase, 4-uppercase, 8-special characters) + zh: 用户密码要求 (以下选项的总和:1-数字、2-小写、4-大写、8-特殊字符) required: true type: number edit: true @@ -64,6 +85,9 @@ additionalProperties: envKey: IMAGE_MAX_SIZE labelEn: Image Maximum Size (no more than 50M) labelZh: 图片最大尺寸(不超过50M) + label: + en: Image Maximum Size (no more than 50M) + zh: 图片最大尺寸(不超过50M) required: true type: text edit: true @@ -71,6 +95,9 @@ additionalProperties: envKey: IMAGE_STRIP_EXIF_METADATA labelEn: Strip EXIF Metadata labelZh: 剥离 EXIF 元数据 + label: + en: Strip EXIF Metadata + zh: 剥离 EXIF 元数据 required: true type: select values: @@ -83,6 +110,9 @@ additionalProperties: envKey: STORAGE_PROVIDER labelEn: Storage Provider labelZh: 存储提供商 + label: + en: Storage Provider + zh: 存储提供商 required: true type: select values: @@ -95,6 +125,9 @@ additionalProperties: envKey: SMB_HOST labelEn: SMB Host labelZh: SMB 主机 + label: + en: SMB Host + zh: SMB 主机 required: false type: text edit: true @@ -102,6 +135,9 @@ additionalProperties: envKey: SMB_USERNAME labelEn: SMB Username labelZh: SMB 用户名 + label: + en: SMB Username + zh: SMB 用户名 required: false type: text edit: true @@ -109,6 +145,9 @@ additionalProperties: envKey: SMB_PASSWORD labelEn: SMB Password labelZh: SMB 密码 + label: + en: SMB Password + zh: SMB 密码 required: false type: password edit: true @@ -116,6 +155,9 @@ additionalProperties: envKey: SMB_SHARE labelEn: SMB Share labelZh: SMB 共享 + label: + en: SMB Share + zh: SMB 共享 required: false type: text edit: true diff --git a/apps/slink/latest/data.yml b/apps/slink/latest/data.yml index 365b1c9ff..7dd115cdd 100644 --- a/apps/slink/latest/data.yml +++ b/apps/slink/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,12 +16,18 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "https://your-domain.com" envKey: ORIGIN labelEn: External URL (Only https environments can register and login, reverse proxy is required) labelZh: 外部访问地址 (只有 https 环境才能注册登录,需要反向代理) + label: + en: External URL (Only https environments can register and login, reverse proxy is required) + zh: 外部访问地址 (只有 https 环境才能注册登录,需要反向代理) required: true type: text edit: true @@ -26,6 +35,9 @@ additionalProperties: envKey: USER_APPROVAL_REQUIRED labelEn: Whether to require user approval before they can upload images labelZh: 是否需要用户批准才能上传图像 + label: + en: Whether to require user approval before they can upload images + zh: 是否需要用户批准才能上传图像 required: true type: select values: @@ -38,6 +50,9 @@ additionalProperties: envKey: USER_ALLOW_UNAUTHENTICATED_ACCESS labelEn: Allow Unauthenticated Access labelZh: 允许未认证访问 + label: + en: Allow Unauthenticated Access + zh: 允许未认证访问 required: true type: select values: @@ -50,6 +65,9 @@ additionalProperties: envKey: USER_PASSWORD_MIN_LENGTH labelEn: User Password Minimum Length labelZh: 用户密码最小长度 + label: + en: User Password Minimum Length + zh: 用户密码最小长度 required: true type: number edit: true @@ -57,6 +75,9 @@ additionalProperties: envKey: USER_PASSWORD_REQUIREMENTS labelEn: User Password Requirements (Sum of the following options:1-numbers, 2-lowercase, 4-uppercase, 8-special characters) labelZh: 用户密码要求 (以下选项的总和:1-数字、2-小写、4-大写、8-特殊字符) + label: + en: User Password Requirements (Sum of the following options:1-numbers, 2-lowercase, 4-uppercase, 8-special characters) + zh: 用户密码要求 (以下选项的总和:1-数字、2-小写、4-大写、8-特殊字符) required: true type: number edit: true @@ -64,6 +85,9 @@ additionalProperties: envKey: IMAGE_MAX_SIZE labelEn: Image Maximum Size (no more than 50M) labelZh: 图片最大尺寸(不超过50M) + label: + en: Image Maximum Size (no more than 50M) + zh: 图片最大尺寸(不超过50M) required: true type: text edit: true @@ -71,6 +95,9 @@ additionalProperties: envKey: IMAGE_STRIP_EXIF_METADATA labelEn: Strip EXIF Metadata labelZh: 剥离 EXIF 元数据 + label: + en: Strip EXIF Metadata + zh: 剥离 EXIF 元数据 required: true type: select values: @@ -83,6 +110,9 @@ additionalProperties: envKey: STORAGE_PROVIDER labelEn: Storage Provider labelZh: 存储提供商 + label: + en: Storage Provider + zh: 存储提供商 required: true type: select values: @@ -95,6 +125,9 @@ additionalProperties: envKey: SMB_HOST labelEn: SMB Host labelZh: SMB 主机 + label: + en: SMB Host + zh: SMB 主机 required: false type: text edit: true @@ -102,6 +135,9 @@ additionalProperties: envKey: SMB_USERNAME labelEn: SMB Username labelZh: SMB 用户名 + label: + en: SMB Username + zh: SMB 用户名 required: false type: text edit: true @@ -109,6 +145,9 @@ additionalProperties: envKey: SMB_PASSWORD labelEn: SMB Password labelZh: SMB 密码 + label: + en: SMB Password + zh: SMB 密码 required: false type: password edit: true @@ -116,6 +155,9 @@ additionalProperties: envKey: SMB_SHARE labelEn: SMB Share labelZh: SMB 共享 + label: + en: SMB Share + zh: SMB 共享 required: false type: text edit: true diff --git a/apps/smanga/4.2.2/data.yml b/apps/smanga/4.2.2/data.yml index 6fbdad484..40dfcced4 100644 --- a/apps/smanga/4.2.2/data.yml +++ b/apps/smanga/4.2.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SMANGA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: "./compressed" @@ -12,6 +15,9 @@ additionalProperties: envKey: SMANGA_COMPRESS_PATH labelZh: 压缩包解压目录,请挂在到对容量有信心的硬盘上 labelEn: Compressed package decompression path + label: + en: Compressed package decompression path + zh: 压缩包解压目录,请挂在到对容量有信心的硬盘上 required: true type: text - default: 9797 @@ -19,6 +25,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -27,5 +36,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: HTTP(s) 网络代理 labelEn: HTTP(s) Proxy + label: + en: HTTP(s) Proxy + zh: HTTP(s) 网络代理 required: false type: text diff --git a/apps/smartdns/latest/data.yml b/apps/smartdns/latest/data.yml index 6ccb86645..6badc8406 100644 --- a/apps/smartdns/latest/data.yml +++ b/apps/smartdns/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/smokeping/2.9.0/data.yml b/apps/smokeping/2.9.0/data.yml index e9f3fdf28..d78d313cb 100644 --- a/apps/smokeping/2.9.0/data.yml +++ b/apps/smokeping/2.9.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: http://:40213/smokeping/ @@ -20,6 +26,9 @@ additionalProperties: envKey: MASTER_URL labelEn: Master url labelZh: 外部访问地址 + label: + en: Master url + zh: 外部访问地址 required: true rule: paramHttp type: text @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: '' @@ -35,5 +47,8 @@ additionalProperties: envKey: SHARED_SECRET labelEn: Master shared secret (slave mode) labelZh: 主共享密钥 (从属模式) + label: + en: Master shared secret (slave mode) + zh: 主共享密钥 (从属模式) required: false type: text diff --git a/apps/smokeping/latest/data.yml b/apps/smokeping/latest/data.yml index e9f3fdf28..d78d313cb 100644 --- a/apps/smokeping/latest/data.yml +++ b/apps/smokeping/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: http://:40213/smokeping/ @@ -20,6 +26,9 @@ additionalProperties: envKey: MASTER_URL labelEn: Master url labelZh: 外部访问地址 + label: + en: Master url + zh: 外部访问地址 required: true rule: paramHttp type: text @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: '' @@ -35,5 +47,8 @@ additionalProperties: envKey: SHARED_SECRET labelEn: Master shared secret (slave mode) labelZh: 主共享密钥 (从属模式) + label: + en: Master shared secret (slave mode) + zh: 主共享密钥 (从属模式) required: false type: text diff --git a/apps/smtp-proxy-server/1.0.6/data.yml b/apps/smtp-proxy-server/1.0.6/data.yml index 5b699d17d..cd5b474da 100644 --- a/apps/smtp-proxy-server/1.0.6/data.yml +++ b/apps/smtp-proxy-server/1.0.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SMTP labelZh: SMTP 端口 labelEn: SMTP port + label: + en: SMTP port + zh: SMTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_IMAP labelZh: IMAP 端口 labelEn: IMAP port + label: + en: IMAP port + zh: IMAP 端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: PROXY_URL labelZh: 服务地址 labelEn: Server Address + label: + en: Server Address + zh: 服务地址 required: true type: text diff --git a/apps/softethervpn/latest/data.yml b/apps/softethervpn/latest/data.yml index 6563b33df..1d6506ba2 100644 --- a/apps/softethervpn/latest/data.yml +++ b/apps/softethervpn/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: VPN_PORT_53 labelEn: VPN Port 53 labelZh: VPN 端口 53 + label: + en: VPN Port 53 + zh: VPN 端口 53 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: VPN_PORT_443 labelEn: VPN Port 443 labelZh: VPN 端口 443 + label: + en: VPN Port 443 + zh: VPN 端口 443 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: VPN_PORT_992 labelEn: VPN Port 992 labelZh: VPN 端口 992 + label: + en: VPN Port 992 + zh: VPN 端口 992 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: VPN_PORT_1194_UDP labelEn: VPN Port 1194 (UDP) labelZh: VPN 端口 1194 (UDP) + label: + en: VPN Port 1194 (UDP) + zh: VPN 端口 1194 (UDP) required: true rule: paramPort type: number @@ -37,6 +49,9 @@ additionalProperties: envKey: VPN_PORT_5555 labelEn: VPN Port 5555 labelZh: VPN 端口 5555 + label: + en: VPN Port 5555 + zh: VPN 端口 5555 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: VPN_PORT_500_UDP labelEn: VPN Port 500 (UDP) labelZh: VPN 端口 500 (UDP) + label: + en: VPN Port 500 (UDP) + zh: VPN 端口 500 (UDP) required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: VPN_PORT_4500_UDP labelEn: VPN Port 4500 (UDP) labelZh: VPN 端口 4500 (UDP) + label: + en: VPN Port 4500 (UDP) + zh: VPN 端口 4500 (UDP) required: true rule: paramPort type: number @@ -61,6 +82,9 @@ additionalProperties: envKey: VPN_PORT_1701_UDP labelEn: VPN Port 1701 (UDP) labelZh: VPN 端口 1701 (UDP) + label: + en: VPN Port 1701 (UDP) + zh: VPN 端口 1701 (UDP) required: true rule: paramPort type: number @@ -69,6 +93,9 @@ additionalProperties: envKey: SOFTETHER_DATA_PATH labelEn: SoftEther Data Path labelZh: SoftEther 数据路径 + label: + en: SoftEther Data Path + zh: SoftEther 数据路径 required: true type: text - default: "./data/softether_log" @@ -76,6 +103,9 @@ additionalProperties: envKey: SOFTETHER_LOG_PATH labelEn: SoftEther Log Path labelZh: SoftEther 日志路径 + label: + en: SoftEther Log Path + zh: SoftEther 日志路径 required: true type: text - default: "./data/softether_packetlog" @@ -83,6 +113,9 @@ additionalProperties: envKey: SOFTETHER_PACKETLOG_PATH labelEn: SoftEther Packet Log Path labelZh: SoftEther 数据包日志路径 + label: + en: SoftEther Packet Log Path + zh: SoftEther 数据包日志路径 required: true type: text - default: "./data/softether_securitylog" @@ -90,5 +123,8 @@ additionalProperties: envKey: SOFTETHER_SECURITYLOG_PATH labelEn: SoftEther Security Log Path labelZh: SoftEther 安全日志路径 + label: + en: SoftEther Security Log Path + zh: SoftEther 安全日志路径 required: true type: text diff --git a/apps/sonarr/4.0.16/data.yml b/apps/sonarr/4.0.16/data.yml index 049cda3bd..c91018be5 100644 --- a/apps/sonarr/4.0.16/data.yml +++ b/apps/sonarr/4.0.16/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -20,6 +26,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "./data/config" @@ -34,6 +46,9 @@ additionalProperties: envKey: SONARR_CONFIG_PATH labelEn: Sonarr Config Path labelZh: Sonarr 配置路径 + label: + en: Sonarr Config Path + zh: Sonarr 配置路径 required: true type: text - default: "./data/tv" @@ -41,6 +56,9 @@ additionalProperties: envKey: TV_SERIES_PATH labelEn: TV Series Path labelZh: 电视剧路径 + label: + en: TV Series Path + zh: 电视剧路径 required: true type: text - default: "./data/downloads" @@ -48,5 +66,8 @@ additionalProperties: envKey: DOWNLOADS_PATH labelEn: Downloads Path labelZh: 下载路径 + label: + en: Downloads Path + zh: 下载路径 required: true type: text diff --git a/apps/sonarr/latest/data.yml b/apps/sonarr/latest/data.yml index 049cda3bd..c91018be5 100644 --- a/apps/sonarr/latest/data.yml +++ b/apps/sonarr/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -20,6 +26,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "./data/config" @@ -34,6 +46,9 @@ additionalProperties: envKey: SONARR_CONFIG_PATH labelEn: Sonarr Config Path labelZh: Sonarr 配置路径 + label: + en: Sonarr Config Path + zh: Sonarr 配置路径 required: true type: text - default: "./data/tv" @@ -41,6 +56,9 @@ additionalProperties: envKey: TV_SERIES_PATH labelEn: TV Series Path labelZh: 电视剧路径 + label: + en: TV Series Path + zh: 电视剧路径 required: true type: text - default: "./data/downloads" @@ -48,5 +66,8 @@ additionalProperties: envKey: DOWNLOADS_PATH labelEn: Downloads Path labelZh: 下载路径 + label: + en: Downloads Path + zh: 下载路径 required: true type: text diff --git a/apps/spark-free-api/0.0.10/data.yml b/apps/spark-free-api/0.0.10/data.yml index e800edb7d..9d269df7f 100644 --- a/apps/spark-free-api/0.0.10/data.yml +++ b/apps/spark-free-api/0.0.10/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8006" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8006" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/spark-free-api/latest/data.yml b/apps/spark-free-api/latest/data.yml index e800edb7d..9d269df7f 100644 --- a/apps/spark-free-api/latest/data.yml +++ b/apps/spark-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8006" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8006" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/speedtest-tracker-sqlite/1.6.11/data.yml b/apps/speedtest-tracker-sqlite/1.6.11/data.yml index 115d0acee..d29fcf398 100644 --- a/apps/speedtest-tracker-sqlite/1.6.11/data.yml +++ b/apps/speedtest-tracker-sqlite/1.6.11/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SPEEDTEST_TRACKER_ROOT_PATH labelEn: Data persistence root path labelZh: 数据持久化 根路径 + label: + en: Data persistence root path + zh: 数据持久化 根路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Server port labelZh: Web 服务端口 + label: + en: Server port + zh: Web 服务端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: APP_KEY labelZh: 应用密钥 labelEn: App key + label: + en: App key + zh: 应用密钥 required: true type: text - default: "SpeedTest Tracker" @@ -27,6 +36,9 @@ additionalProperties: envKey: APP_NAME labelZh: 应用名称 labelEn: App Name + label: + en: App Name + zh: 应用名称 required: true type: text - default: "http://127.0.0.1:8080" @@ -34,6 +46,9 @@ additionalProperties: envKey: APP_URL labelZh: 应用访问地址 labelEn: App URL + label: + en: App URL + zh: 应用访问地址 required: true type: text - default: 0 @@ -41,6 +56,9 @@ additionalProperties: envKey: PRUNE_RESULTS_OLDER_THAN labelZh: 测试结果保留天数 labelEn: Prune results older than + label: + en: Prune results older than + zh: 测试结果保留天数 required: true type: text - default: "0 */6 * * *" @@ -48,6 +66,9 @@ additionalProperties: envKey: SPEEDTEST_SCHEDULE labelZh: 测试计划任务 labelEn: Speedtest schedule + label: + en: Speedtest schedule + zh: 测试计划任务 required: false type: text - default: "" @@ -55,6 +76,9 @@ additionalProperties: envKey: SPEEDTEST_SERVERS labelZh: 指定测试服务器 labelEn: Specify servers + label: + en: Specify servers + zh: 指定测试服务器 required: false type: text - default: "smtp" @@ -62,6 +86,9 @@ additionalProperties: envKey: MAIL_MAILER labelZh: 邮件 协议 labelEn: Mail mailer + label: + en: Mail mailer + zh: 邮件 协议 required: true type: text - default: "smtp.gmail.com" @@ -69,6 +96,9 @@ additionalProperties: envKey: MAIL_HOST labelZh: 邮件 主机地址 labelEn: Mail host + label: + en: Mail host + zh: 邮件 主机地址 required: true type: text - default: 465 @@ -76,6 +106,9 @@ additionalProperties: envKey: MAIL_PORT labelZh: 邮件 主机端口 labelEn: Mail port + label: + en: Mail port + zh: 邮件 主机端口 required: true type: number - default: "" @@ -83,6 +116,9 @@ additionalProperties: envKey: MAIL_USERNAME labelZh: 邮件 鉴权用户名 labelEn: Mail username + label: + en: Mail username + zh: 邮件 鉴权用户名 required: false type: text - default: "" @@ -90,6 +126,9 @@ additionalProperties: envKey: MAIL_PASSWORD labelZh: 邮件 鉴权密码 labelEn: Mail password + label: + en: Mail password + zh: 邮件 鉴权密码 required: false type: text - default: "" @@ -97,6 +136,9 @@ additionalProperties: envKey: MAIL_FROM_ADDRESS labelZh: 邮件 发件地址 labelEn: Mail from address + label: + en: Mail from address + zh: 邮件 发件地址 required: false type: text - default: "Speedtest Tracker" @@ -104,6 +146,9 @@ additionalProperties: envKey: MAIL_FROM_NAME labelZh: 邮件 发件名称 labelEn: Mail from name + label: + en: Mail from name + zh: 邮件 发件名称 required: true type: text - default: "tls" @@ -111,6 +156,9 @@ additionalProperties: envKey: MAIL_ENCRYPTION labelZh: 邮件 加密方式 labelEn: Mail encryption + label: + en: Mail encryption + zh: 邮件 加密方式 required: true type: text - default: "" @@ -118,6 +166,9 @@ additionalProperties: envKey: TELEGRAM_BOT_TOKEN labelZh: Telegram 机器人令牌 labelEn: Telegram bot token + label: + en: Telegram bot token + zh: Telegram 机器人令牌 required: false type: text - default: "file" @@ -125,6 +176,9 @@ additionalProperties: envKey: CACHE_DRIVER labelZh: 缓存 驱动 labelEn: Cache driver + label: + en: Cache driver + zh: 缓存 驱动 required: true type: select values: diff --git a/apps/speedtest-tracker/1.6.11/data.yml b/apps/speedtest-tracker/1.6.11/data.yml index 5a98bada9..f63f091c1 100644 --- a/apps/speedtest-tracker/1.6.11/data.yml +++ b/apps/speedtest-tracker/1.6.11/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: 数据库 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: 数据库 服务 (前置检查) required: true type: apps values: @@ -26,6 +29,9 @@ additionalProperties: envKey: SPEEDTEST_TRACKER_ROOT_PATH labelEn: Data persistence root path labelZh: 数据持久化 根路径 + label: + en: Data persistence root path + zh: 数据持久化 根路径 required: true type: text - default: 8080 @@ -33,6 +39,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Server port labelZh: Web 服务端口 + label: + en: Server port + zh: Web 服务端口 required: true rule: paramPort type: number @@ -41,6 +50,9 @@ additionalProperties: envKey: APP_KEY labelZh: 应用密钥 labelEn: App key + label: + en: App key + zh: 应用密钥 required: true type: text - default: "SpeedTest Tracker" @@ -48,6 +60,9 @@ additionalProperties: envKey: APP_NAME labelZh: 应用名称 labelEn: App Name + label: + en: App Name + zh: 应用名称 required: true type: text - default: "http://127.0.0.1:8080" @@ -55,6 +70,9 @@ additionalProperties: envKey: APP_URL labelZh: 应用访问地址 labelEn: App URL + label: + en: App URL + zh: 应用访问地址 required: true type: text - default: postgres @@ -62,6 +80,9 @@ additionalProperties: envKey: DB_CONNECTION labelZh: 数据库 类型 labelEn: Database Type + label: + en: Database Type + zh: 数据库 类型 required: true type: select values: @@ -74,6 +95,9 @@ additionalProperties: envKey: DB_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -81,6 +105,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -89,6 +116,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database User + label: + en: Database User + zh: 数据库 用户名 required: true type: text - default: "" @@ -96,6 +126,9 @@ additionalProperties: envKey: DB_PASSWORD labelEn: Database Password labelZh: 数据库 密码 + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -105,6 +138,9 @@ additionalProperties: envKey: DB_DATABASE labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: 0 @@ -112,6 +148,9 @@ additionalProperties: envKey: PRUNE_RESULTS_OLDER_THAN labelZh: 测试结果保留天数 labelEn: Prune results older than + label: + en: Prune results older than + zh: 测试结果保留天数 required: true type: text - default: "0 */6 * * *" @@ -119,6 +158,9 @@ additionalProperties: envKey: SPEEDTEST_SCHEDULE labelZh: 测试计划任务 labelEn: Speedtest schedule + label: + en: Speedtest schedule + zh: 测试计划任务 required: false type: text - default: "" @@ -126,6 +168,9 @@ additionalProperties: envKey: SPEEDTEST_SERVERS labelZh: 指定测试服务器 labelEn: Specify servers + label: + en: Specify servers + zh: 指定测试服务器 required: false type: text - default: "smtp" @@ -133,6 +178,9 @@ additionalProperties: envKey: MAIL_MAILER labelZh: 邮件 协议 labelEn: Mail mailer + label: + en: Mail mailer + zh: 邮件 协议 required: true type: text - default: "smtp.gmail.com" @@ -140,6 +188,9 @@ additionalProperties: envKey: MAIL_HOST labelZh: 邮件 主机地址 labelEn: Mail host + label: + en: Mail host + zh: 邮件 主机地址 required: true type: text - default: 465 @@ -147,6 +198,9 @@ additionalProperties: envKey: MAIL_PORT labelZh: 邮件 主机端口 labelEn: Mail port + label: + en: Mail port + zh: 邮件 主机端口 required: true type: number - default: "" @@ -154,6 +208,9 @@ additionalProperties: envKey: MAIL_USERNAME labelZh: 邮件 鉴权用户名 labelEn: Mail username + label: + en: Mail username + zh: 邮件 鉴权用户名 required: false type: text - default: "" @@ -161,6 +218,9 @@ additionalProperties: envKey: MAIL_PASSWORD labelZh: 邮件 鉴权密码 labelEn: Mail password + label: + en: Mail password + zh: 邮件 鉴权密码 required: false type: text - default: "" @@ -168,6 +228,9 @@ additionalProperties: envKey: MAIL_FROM_ADDRESS labelZh: 邮件 发件地址 labelEn: Mail from address + label: + en: Mail from address + zh: 邮件 发件地址 required: false type: text - default: "Speedtest Tracker" @@ -175,6 +238,9 @@ additionalProperties: envKey: MAIL_FROM_NAME labelZh: 邮件 发件名称 labelEn: Mail from name + label: + en: Mail from name + zh: 邮件 发件名称 required: true type: text - default: "tls" @@ -182,6 +248,9 @@ additionalProperties: envKey: MAIL_ENCRYPTION labelZh: 邮件 加密方式 labelEn: Mail encryption + label: + en: Mail encryption + zh: 邮件 加密方式 required: true type: text - default: "" @@ -189,6 +258,9 @@ additionalProperties: envKey: TELEGRAM_BOT_TOKEN labelZh: Telegram 机器人令牌 labelEn: Telegram bot token + label: + en: Telegram bot token + zh: Telegram 机器人令牌 required: false type: text - default: "file" @@ -196,6 +268,9 @@ additionalProperties: envKey: CACHE_DRIVER labelZh: 缓存 驱动 labelEn: Cache driver + label: + en: Cache driver + zh: 缓存 驱动 required: true type: select values: diff --git a/apps/speedtest-x/latest/data.yml b/apps/speedtest-x/latest/data.yml index 1ddbb4ac8..c7e58665f 100644 --- a/apps/speedtest-x/latest/data.yml +++ b/apps/speedtest-x/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: MAX_LOG_COUNT labelEn: Maximum results size labelZh: 测速结果数量 + label: + en: Maximum results size + zh: 测速结果数量 required: true type: text - default: ipinfo.io @@ -20,6 +26,9 @@ additionalProperties: envKey: IP_SERVICE labelEn: IP info provider (ip.sb / ipinfo.io) labelZh: 使用的 IP 运营商解析服务 (ip.sb / ipinfo.io) + label: + en: IP info provider (ip.sb / ipinfo.io) + zh: 使用的 IP 运营商解析服务 (ip.sb / ipinfo.io) required: true type: text - default: "false" @@ -27,5 +36,8 @@ additionalProperties: envKey: SAME_IP_MULTI_LOGS labelEn: Same IP multi speed test results (true / false) labelZh: 是否允许同一 IP 记录多条测速结果 (true / false) + label: + en: Same IP multi speed test results (true / false) + zh: 是否允许同一 IP 记录多条测速结果 (true / false) required: true type: text diff --git a/apps/speedtest/5.4.1/data.yml b/apps/speedtest/5.4.1/data.yml index e48226476..b14d5764d 100644 --- a/apps/speedtest/5.4.1/data.yml +++ b/apps/speedtest/5.4.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SPEED_TEST_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2283 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: TITLE labelZh: 网页标题 labelEn: Web title + label: + en: Web title + zh: 网页标题 required: true type: text - default: "false" @@ -27,6 +36,9 @@ additionalProperties: envKey: TELEMETRY labelZh: 启用遥测 labelEn: Enable telemetry + label: + en: Enable telemetry + zh: 启用遥测 required: true type: select values: @@ -39,6 +51,9 @@ additionalProperties: envKey: PASSWORD labelZh: 访问密码 (开启遥测) labelEn: Access password (Enable telemetry) + label: + en: Access password (Enable telemetry) + zh: 访问密码 (开启遥测) required: true type: text - default: "false" @@ -46,6 +61,9 @@ additionalProperties: envKey: ENABLE_ID_OBFUSCATION labelZh: ID 混淆 (开启遥测) labelEn: ID obfuscation (Enable telemetry) + label: + en: ID obfuscation (Enable telemetry) + zh: ID 混淆 (开启遥测) required: true type: select values: @@ -58,6 +76,9 @@ additionalProperties: envKey: REDACT_IP_ADDRESSES labelZh: 隐藏 IP 地址 (开启遥测) labelEn: Hide IP addresses (Enable telemetry) + label: + en: Hide IP addresses (Enable telemetry) + zh: 隐藏 IP 地址 (开启遥测) required: true type: select values: @@ -70,6 +91,9 @@ additionalProperties: envKey: EMAIL labelZh: 邮箱地址 (开启遥测) labelEn: Email address (Enable telemetry) + label: + en: Email address (Enable telemetry) + zh: 邮箱地址 (开启遥测) required: false type: text - default: "" @@ -77,6 +101,9 @@ additionalProperties: envKey: IPINFO_APIKEY labelZh: ipinfo.io 的 API 密钥 (开启遥测) labelEn: ipinfo.io API key (Enable telemetry) + label: + en: ipinfo.io API key (Enable telemetry) + zh: ipinfo.io 的 API 密钥 (开启遥测) required: false type: text - default: "false" @@ -84,6 +111,9 @@ additionalProperties: envKey: DISABLE_IPINFO labelZh: 禁用 ipinfo.io (开启遥测) labelEn: Disable ipinfo.io (Enable telemetry) + label: + en: Disable ipinfo.io (Enable telemetry) + zh: 禁用 ipinfo.io (开启遥测) required: true type: select values: @@ -96,5 +126,8 @@ additionalProperties: envKey: DISTANCE labelZh: 距离单位 (km/mi) labelEn: Distance unit (km/mi) + label: + en: Distance unit (km/mi) + zh: 距离单位 (km/mi) required: false type: text diff --git a/apps/spider-admin-pro/2.0.17/data.yml b/apps/spider-admin-pro/2.0.17/data.yml index eb0c6b6ad..650ef2cac 100644 --- a/apps/spider-admin-pro/2.0.17/data.yml +++ b/apps/spider-admin-pro/2.0.17/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/spider-admin-pro/latest/data.yml b/apps/spider-admin-pro/latest/data.yml index eb0c6b6ad..650ef2cac 100644 --- a/apps/spider-admin-pro/latest/data.yml +++ b/apps/spider-admin-pro/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/splayer/2.0.9/data.yml b/apps/splayer/2.0.9/data.yml index 8739cebee..a5ae436cc 100644 --- a/apps/splayer/2.0.9/data.yml +++ b/apps/splayer/2.0.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/splayer/latest/data.yml b/apps/splayer/latest/data.yml index 8739cebee..a5ae436cc 100644 --- a/apps/splayer/latest/data.yml +++ b/apps/splayer/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/sqlitebrowser/18.04.1/data.yml b/apps/sqlitebrowser/18.04.1/data.yml index 65bbe14d5..ae870d6fb 100644 --- a/apps/sqlitebrowser/18.04.1/data.yml +++ b/apps/sqlitebrowser/18.04.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: sqlitebrowser @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity diff --git a/apps/sqlitebrowser/latest/data.yml b/apps/sqlitebrowser/latest/data.yml index 65bbe14d5..ae870d6fb 100644 --- a/apps/sqlitebrowser/latest/data.yml +++ b/apps/sqlitebrowser/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: sqlitebrowser @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity diff --git a/apps/sscms/7.4.0/data.yml b/apps/sscms/7.4.0/data.yml index f7dbabba7..e43a6aecd 100644 --- a/apps/sscms/7.4.0/data.yml +++ b/apps/sscms/7.4.0/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -20,6 +23,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -28,6 +34,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -36,6 +45,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -45,6 +57,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +68,9 @@ additionalProperties: envKey: SSCMS_SECURITY_KEY labelEn: Communication key (GUID string) labelZh: 通信密钥 (GUID 字符串) + label: + en: Communication key (GUID string) + zh: 通信密钥 (GUID 字符串) required: true type: text - default: '' @@ -60,5 +78,8 @@ additionalProperties: envKey: SSCMS_REDIS_CONNECTION_STRING labelEn: Redis Connection Information (redis:6379,password=123456) labelZh: Redis 连接信息 (redis:6379,password=123456) + label: + en: Redis Connection Information (redis:6379,password=123456) + zh: Redis 连接信息 (redis:6379,password=123456) required: false type: text diff --git a/apps/sscms/latest/data.yml b/apps/sscms/latest/data.yml index f7dbabba7..e43a6aecd 100644 --- a/apps/sscms/latest/data.yml +++ b/apps/sscms/latest/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -20,6 +23,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -28,6 +34,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -36,6 +45,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -45,6 +57,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +68,9 @@ additionalProperties: envKey: SSCMS_SECURITY_KEY labelEn: Communication key (GUID string) labelZh: 通信密钥 (GUID 字符串) + label: + en: Communication key (GUID string) + zh: 通信密钥 (GUID 字符串) required: true type: text - default: '' @@ -60,5 +78,8 @@ additionalProperties: envKey: SSCMS_REDIS_CONNECTION_STRING labelEn: Redis Connection Information (redis:6379,password=123456) labelZh: Redis 连接信息 (redis:6379,password=123456) + label: + en: Redis Connection Information (redis:6379,password=123456) + zh: Redis 连接信息 (redis:6379,password=123456) required: false type: text diff --git a/apps/stackedit/5.15.4/data.yml b/apps/stackedit/5.15.4/data.yml index 98cbd54d6..13be916fe 100644 --- a/apps/stackedit/5.15.4/data.yml +++ b/apps/stackedit/5.15.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/stackedit/latest/data.yml b/apps/stackedit/latest/data.yml index 98cbd54d6..13be916fe 100644 --- a/apps/stackedit/latest/data.yml +++ b/apps/stackedit/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/starvpn-client/5.2.3/data.yml b/apps/starvpn-client/5.2.3/data.yml index 5e07bbc73..14e1ca378 100644 --- a/apps/starvpn-client/5.2.3/data.yml +++ b/apps/starvpn-client/5.2.3/data.yml @@ -1,25 +1,34 @@ additionalProperties: - formFields: - - default: user - edit: true - envKey: STARS_USER - labelEn: User User - labelZh: 成员账号 - required: true - type: text - - default: password - edit: true - envKey: STARS_PASS - labelEn: User Password - labelZh: 成员密码 - required: true - rule: paramCommon - type: text - - default: 8080 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Web Port - labelZh: 管理端口 - required: true - rule: paramPort - type: number + formFields: + - default: user + edit: true + envKey: STARS_USER + labelEn: User User + labelZh: 成员账号 + label: + en: User User + zh: 成员账号 + required: true + type: text + - default: password + edit: true + envKey: STARS_PASS + labelEn: User Password + labelZh: 成员密码 + label: + en: User Password + zh: 成员密码 + required: true + rule: paramCommon + type: text + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Web Port + labelZh: 管理端口 + label: + en: Web Port + zh: 管理端口 + required: true + rule: paramPort + type: number diff --git a/apps/starvpn-node/1.2.5/data.yml b/apps/starvpn-node/1.2.5/data.yml index 15b9ee69e..08e27b145 100644 --- a/apps/starvpn-node/1.2.5/data.yml +++ b/apps/starvpn-node/1.2.5/data.yml @@ -1,23 +1,32 @@ additionalProperties: - formFields: - - default: "" - edit: true - envKey: SERVER_ADDR - labelEn: Server IP - labelZh: 服务器IP地址 - required: true - type: text - - default: "" - edit: true - envKey: STARS_ACCOUNT - labelEn: Starvpn Account - labelZh: 星空组网账号 - required: true - type: text - - default: "" - edit: true - envKey: TOKEN - labelEn: Custom Security Token - labelZh: 自定义安全令牌 - required: true - type: text + formFields: + - default: "" + edit: true + envKey: SERVER_ADDR + labelEn: Server IP + labelZh: 服务器IP地址 + label: + en: Server IP + zh: 服务器IP地址 + required: true + type: text + - default: "" + edit: true + envKey: STARS_ACCOUNT + labelEn: Starvpn Account + labelZh: 星空组网账号 + label: + en: Starvpn Account + zh: 星空组网账号 + required: true + type: text + - default: "" + edit: true + envKey: TOKEN + labelEn: Custom Security Token + labelZh: 自定义安全令牌 + label: + en: Custom Security Token + zh: 自定义安全令牌 + required: true + type: text diff --git a/apps/stash-box/development/data.yml b/apps/stash-box/development/data.yml index 74b128ad5..287a21cc1 100644 --- a/apps/stash-box/development/data.yml +++ b/apps/stash-box/development/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STASH_BOX_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 9999 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理地址 labelEn: Network proxy address + label: + en: Network proxy address + zh: 网络代理地址 required: false type: text - default: "localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local" @@ -27,5 +36,8 @@ additionalProperties: envKey: NO_PROXY labelZh: 跳过代理地址 labelEn: Skip proxy address + label: + en: Skip proxy address + zh: 跳过代理地址 required: false type: text diff --git a/apps/stash/0.29.3/data.yml b/apps/stash/0.29.3/data.yml index 5e78132c4..1f7ab2e17 100644 --- a/apps/stash/0.29.3/data.yml +++ b/apps/stash/0.29.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/data" @@ -20,6 +26,9 @@ additionalProperties: envKey: STASH_DATA labelEn: Media Data Path labelZh: 媒体数据路径 + label: + en: Media Data Path + zh: 媒体数据路径 required: true type: text - default: "./data/metadata" @@ -27,6 +36,9 @@ additionalProperties: envKey: STASH_METADATA labelEn: Metadata Path labelZh: 元数据路径 + label: + en: Metadata Path + zh: 元数据路径 required: true type: text - default: "./data/cache" @@ -34,6 +46,9 @@ additionalProperties: envKey: STASH_CACHE labelEn: Cache Path labelZh: 缓存路径 + label: + en: Cache Path + zh: 缓存路径 required: true type: text - default: "./data/blobs" @@ -41,6 +56,9 @@ additionalProperties: envKey: STASH_BLOBS labelEn: Blobs Path (scene covers, images) labelZh: 二进制数据路径 (场景封面、图像) + label: + en: Blobs Path (scene covers, images) + zh: 二进制数据路径 (场景封面、图像) required: true type: text - default: "./data/generated" @@ -48,6 +66,9 @@ additionalProperties: envKey: STASH_GENERATED labelEn: Generated Path labelZh: 生成内容路径 + label: + en: Generated Path + zh: 生成内容路径 required: true type: text - default: "/data" @@ -55,6 +76,9 @@ additionalProperties: envKey: STASH_DATA_INTERNAL labelEn: Internal Media Data Path labelZh: 容器内部媒体数据路径 + label: + en: Internal Media Data Path + zh: 容器内部媒体数据路径 required: true type: text - default: "/metadata" @@ -62,6 +86,9 @@ additionalProperties: envKey: STASH_METADATA_INTERNAL labelEn: Internal Metadata Path labelZh: 容器内部元数据路径 + label: + en: Internal Metadata Path + zh: 容器内部元数据路径 required: true type: text - default: "/cache" @@ -69,6 +96,9 @@ additionalProperties: envKey: STASH_CACHE_INTERNAL labelEn: Internal Cache Path labelZh: 容器内部缓存路径 + label: + en: Internal Cache Path + zh: 容器内部缓存路径 required: true type: text - default: "/blobs" @@ -76,6 +106,9 @@ additionalProperties: envKey: STASH_BLOBS_INTERNAL labelEn: Internal Blobs Path (scene covers, images) labelZh: 容器内部二进制数据路径 (场景封面、图像) + label: + en: Internal Blobs Path (scene covers, images) + zh: 容器内部二进制数据路径 (场景封面、图像) required: true type: text - default: "/generated" @@ -83,5 +116,8 @@ additionalProperties: envKey: STASH_GENERATED_INTERNAL labelEn: Internal Generated Path labelZh: 容器内部生成内容路径 + label: + en: Internal Generated Path + zh: 容器内部生成内容路径 required: true type: text diff --git a/apps/stash/latest/data.yml b/apps/stash/latest/data.yml index 5e78132c4..1f7ab2e17 100644 --- a/apps/stash/latest/data.yml +++ b/apps/stash/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/data" @@ -20,6 +26,9 @@ additionalProperties: envKey: STASH_DATA labelEn: Media Data Path labelZh: 媒体数据路径 + label: + en: Media Data Path + zh: 媒体数据路径 required: true type: text - default: "./data/metadata" @@ -27,6 +36,9 @@ additionalProperties: envKey: STASH_METADATA labelEn: Metadata Path labelZh: 元数据路径 + label: + en: Metadata Path + zh: 元数据路径 required: true type: text - default: "./data/cache" @@ -34,6 +46,9 @@ additionalProperties: envKey: STASH_CACHE labelEn: Cache Path labelZh: 缓存路径 + label: + en: Cache Path + zh: 缓存路径 required: true type: text - default: "./data/blobs" @@ -41,6 +56,9 @@ additionalProperties: envKey: STASH_BLOBS labelEn: Blobs Path (scene covers, images) labelZh: 二进制数据路径 (场景封面、图像) + label: + en: Blobs Path (scene covers, images) + zh: 二进制数据路径 (场景封面、图像) required: true type: text - default: "./data/generated" @@ -48,6 +66,9 @@ additionalProperties: envKey: STASH_GENERATED labelEn: Generated Path labelZh: 生成内容路径 + label: + en: Generated Path + zh: 生成内容路径 required: true type: text - default: "/data" @@ -55,6 +76,9 @@ additionalProperties: envKey: STASH_DATA_INTERNAL labelEn: Internal Media Data Path labelZh: 容器内部媒体数据路径 + label: + en: Internal Media Data Path + zh: 容器内部媒体数据路径 required: true type: text - default: "/metadata" @@ -62,6 +86,9 @@ additionalProperties: envKey: STASH_METADATA_INTERNAL labelEn: Internal Metadata Path labelZh: 容器内部元数据路径 + label: + en: Internal Metadata Path + zh: 容器内部元数据路径 required: true type: text - default: "/cache" @@ -69,6 +96,9 @@ additionalProperties: envKey: STASH_CACHE_INTERNAL labelEn: Internal Cache Path labelZh: 容器内部缓存路径 + label: + en: Internal Cache Path + zh: 容器内部缓存路径 required: true type: text - default: "/blobs" @@ -76,6 +106,9 @@ additionalProperties: envKey: STASH_BLOBS_INTERNAL labelEn: Internal Blobs Path (scene covers, images) labelZh: 容器内部二进制数据路径 (场景封面、图像) + label: + en: Internal Blobs Path (scene covers, images) + zh: 容器内部二进制数据路径 (场景封面、图像) required: true type: text - default: "/generated" @@ -83,5 +116,8 @@ additionalProperties: envKey: STASH_GENERATED_INTERNAL labelEn: Internal Generated Path labelZh: 容器内部生成内容路径 + label: + en: Internal Generated Path + zh: 容器内部生成内容路径 required: true type: text diff --git a/apps/step-free-api/0.0.20/data.yml b/apps/step-free-api/0.0.20/data.yml index e7032a559..02b46e616 100644 --- a/apps/step-free-api/0.0.20/data.yml +++ b/apps/step-free-api/0.0.20/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8008" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8008" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/step-free-api/latest/data.yml b/apps/step-free-api/latest/data.yml index e7032a559..02b46e616 100644 --- a/apps/step-free-api/latest/data.yml +++ b/apps/step-free-api/latest/data.yml @@ -1,10 +1,13 @@ additionalProperties: - formFields: - - default: "8008" - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Service Port - labelZh: 服务端口 - required: true - rule: paramPort - type: number + formFields: + - default: "8008" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port + labelZh: 服务端口 + label: + en: Service Port + zh: 服务端口 + required: true + rule: paramPort + type: number diff --git a/apps/stream-rec-backend/0.7.2/data.yml b/apps/stream-rec-backend/0.7.2/data.yml index 1679ee54d..853a31bc3 100644 --- a/apps/stream-rec-backend/0.7.2/data.yml +++ b/apps/stream-rec-backend/0.7.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STREAM_REC_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 12555 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: LOGIN_SECRET labelZh: 登录密码 (初始化) labelEn: Login Password (Initialization) + label: + en: Login Password (Initialization) + zh: 登录密码 (初始化) required: true random: true type: text @@ -28,5 +37,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network Proxy + label: + en: Network Proxy + zh: 网络代理 required: false type: text diff --git a/apps/stream-rec-backend/main/data.yml b/apps/stream-rec-backend/main/data.yml index 1679ee54d..853a31bc3 100644 --- a/apps/stream-rec-backend/main/data.yml +++ b/apps/stream-rec-backend/main/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STREAM_REC_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 12555 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: LOGIN_SECRET labelZh: 登录密码 (初始化) labelEn: Login Password (Initialization) + label: + en: Login Password (Initialization) + zh: 登录密码 (初始化) required: true random: true type: text @@ -28,5 +37,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network Proxy + label: + en: Network Proxy + zh: 网络代理 required: false type: text diff --git a/apps/stream-rec-frontend/0.7.2/data.yml b/apps/stream-rec-frontend/0.7.2/data.yml index 482e68a26..88955dabf 100644 --- a/apps/stream-rec-frontend/0.7.2/data.yml +++ b/apps/stream-rec-frontend/0.7.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STREAM_REC_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 15275 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: NEXTAUTH_SECRET labelZh: NextAuth 加密密钥 labelEn: NextAuth Secret + label: + en: NextAuth Secret + zh: NextAuth 加密密钥 required: true random: true type: text @@ -28,6 +37,9 @@ additionalProperties: envKey: API_URL labelZh: API 地址 labelEn: API URL + label: + en: API URL + zh: API 地址 required: true type: text - default: "ws://stream-rec-backend:12555/live/update" @@ -35,6 +47,9 @@ additionalProperties: envKey: WS_API_URL labelZh: WebSocket API 地址 labelEn: WebSocket API URL + label: + en: WebSocket API URL + zh: WebSocket API 地址 required: true type: text - default: "http://localhost:15275/" @@ -42,5 +57,8 @@ additionalProperties: envKey: NEXTAUTH_URL labelZh: NextAuth 服务器地址 labelEn: NextAuth Server URL + label: + en: NextAuth Server URL + zh: NextAuth 服务器地址 required: true type: text diff --git a/apps/stream-rec-frontend/main/data.yml b/apps/stream-rec-frontend/main/data.yml index 482e68a26..88955dabf 100644 --- a/apps/stream-rec-frontend/main/data.yml +++ b/apps/stream-rec-frontend/main/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STREAM_REC_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 15275 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: NEXTAUTH_SECRET labelZh: NextAuth 加密密钥 labelEn: NextAuth Secret + label: + en: NextAuth Secret + zh: NextAuth 加密密钥 required: true random: true type: text @@ -28,6 +37,9 @@ additionalProperties: envKey: API_URL labelZh: API 地址 labelEn: API URL + label: + en: API URL + zh: API 地址 required: true type: text - default: "ws://stream-rec-backend:12555/live/update" @@ -35,6 +47,9 @@ additionalProperties: envKey: WS_API_URL labelZh: WebSocket API 地址 labelEn: WebSocket API URL + label: + en: WebSocket API URL + zh: WebSocket API 地址 required: true type: text - default: "http://localhost:15275/" @@ -42,5 +57,8 @@ additionalProperties: envKey: NEXTAUTH_URL labelZh: NextAuth 服务器地址 labelEn: NextAuth Server URL + label: + en: NextAuth Server URL + zh: NextAuth 服务器地址 required: true type: text diff --git a/apps/stream-rec/0.7.2/data.yml b/apps/stream-rec/0.7.2/data.yml index 2ec6a4294..0efc92359 100644 --- a/apps/stream-rec/0.7.2/data.yml +++ b/apps/stream-rec/0.7.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STREAM_REC_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 15275 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: LOGIN_USERNAME labelZh: 默认用户名 labelEn: Default Username + label: + en: Default Username + zh: 默认用户名 required: true type: text - default: "stream-rec" @@ -35,6 +47,9 @@ additionalProperties: envKey: LOGIN_SECRET labelZh: 登录密码 (初始化) labelEn: Login Password (Initialization) + label: + en: Login Password (Initialization) + zh: 登录密码 (初始化) required: true random: true type: password @@ -43,6 +58,9 @@ additionalProperties: envKey: AUTH_SECRET labelZh: 加密密钥 labelEn: Encryption Key + label: + en: Encryption Key + zh: 加密密钥 required: true random: true type: text @@ -51,6 +69,9 @@ additionalProperties: envKey: NEXT_PUBLIC_BASE_URL labelZh: 访问域名 labelEn: Access Domain + label: + en: Access Domain + zh: 访问域名 required: true type: text - default: "ws://127.0.0.1:12555/live/update" @@ -58,6 +79,9 @@ additionalProperties: envKey: WS_API_URL labelZh: WebSocket API 地址 labelEn: WebSocket API URL + label: + en: WebSocket API URL + zh: WebSocket API 地址 required: true type: text - default: "" @@ -65,5 +89,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network Proxy + label: + en: Network Proxy + zh: 网络代理 required: false type: text diff --git a/apps/stream-rec/dev/data.yml b/apps/stream-rec/dev/data.yml index 2ec6a4294..0efc92359 100644 --- a/apps/stream-rec/dev/data.yml +++ b/apps/stream-rec/dev/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STREAM_REC_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 15275 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: LOGIN_USERNAME labelZh: 默认用户名 labelEn: Default Username + label: + en: Default Username + zh: 默认用户名 required: true type: text - default: "stream-rec" @@ -35,6 +47,9 @@ additionalProperties: envKey: LOGIN_SECRET labelZh: 登录密码 (初始化) labelEn: Login Password (Initialization) + label: + en: Login Password (Initialization) + zh: 登录密码 (初始化) required: true random: true type: password @@ -43,6 +58,9 @@ additionalProperties: envKey: AUTH_SECRET labelZh: 加密密钥 labelEn: Encryption Key + label: + en: Encryption Key + zh: 加密密钥 required: true random: true type: text @@ -51,6 +69,9 @@ additionalProperties: envKey: NEXT_PUBLIC_BASE_URL labelZh: 访问域名 labelEn: Access Domain + label: + en: Access Domain + zh: 访问域名 required: true type: text - default: "ws://127.0.0.1:12555/live/update" @@ -58,6 +79,9 @@ additionalProperties: envKey: WS_API_URL labelZh: WebSocket API 地址 labelEn: WebSocket API URL + label: + en: WebSocket API URL + zh: WebSocket API 地址 required: true type: text - default: "" @@ -65,5 +89,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network Proxy + label: + en: Network Proxy + zh: 网络代理 required: false type: text diff --git a/apps/stream-rec/latest/data.yml b/apps/stream-rec/latest/data.yml index 2ec6a4294..0efc92359 100644 --- a/apps/stream-rec/latest/data.yml +++ b/apps/stream-rec/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STREAM_REC_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 15275 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: LOGIN_USERNAME labelZh: 默认用户名 labelEn: Default Username + label: + en: Default Username + zh: 默认用户名 required: true type: text - default: "stream-rec" @@ -35,6 +47,9 @@ additionalProperties: envKey: LOGIN_SECRET labelZh: 登录密码 (初始化) labelEn: Login Password (Initialization) + label: + en: Login Password (Initialization) + zh: 登录密码 (初始化) required: true random: true type: password @@ -43,6 +58,9 @@ additionalProperties: envKey: AUTH_SECRET labelZh: 加密密钥 labelEn: Encryption Key + label: + en: Encryption Key + zh: 加密密钥 required: true random: true type: text @@ -51,6 +69,9 @@ additionalProperties: envKey: NEXT_PUBLIC_BASE_URL labelZh: 访问域名 labelEn: Access Domain + label: + en: Access Domain + zh: 访问域名 required: true type: text - default: "ws://127.0.0.1:12555/live/update" @@ -58,6 +79,9 @@ additionalProperties: envKey: WS_API_URL labelZh: WebSocket API 地址 labelEn: WebSocket API URL + label: + en: WebSocket API URL + zh: WebSocket API 地址 required: true type: text - default: "" @@ -65,5 +89,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network Proxy + label: + en: Network Proxy + zh: 网络代理 required: false type: text diff --git a/apps/stream-rec/main/data.yml b/apps/stream-rec/main/data.yml index 2ec6a4294..0efc92359 100644 --- a/apps/stream-rec/main/data.yml +++ b/apps/stream-rec/main/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: STREAM_REC_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 15275 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: LOGIN_USERNAME labelZh: 默认用户名 labelEn: Default Username + label: + en: Default Username + zh: 默认用户名 required: true type: text - default: "stream-rec" @@ -35,6 +47,9 @@ additionalProperties: envKey: LOGIN_SECRET labelZh: 登录密码 (初始化) labelEn: Login Password (Initialization) + label: + en: Login Password (Initialization) + zh: 登录密码 (初始化) required: true random: true type: password @@ -43,6 +58,9 @@ additionalProperties: envKey: AUTH_SECRET labelZh: 加密密钥 labelEn: Encryption Key + label: + en: Encryption Key + zh: 加密密钥 required: true random: true type: text @@ -51,6 +69,9 @@ additionalProperties: envKey: NEXT_PUBLIC_BASE_URL labelZh: 访问域名 labelEn: Access Domain + label: + en: Access Domain + zh: 访问域名 required: true type: text - default: "ws://127.0.0.1:12555/live/update" @@ -58,6 +79,9 @@ additionalProperties: envKey: WS_API_URL labelZh: WebSocket API 地址 labelEn: WebSocket API URL + label: + en: WebSocket API URL + zh: WebSocket API 地址 required: true type: text - default: "" @@ -65,5 +89,8 @@ additionalProperties: envKey: HTTP_PROXY labelZh: 网络代理 labelEn: Network Proxy + label: + en: Network Proxy + zh: 网络代理 required: false type: text diff --git a/apps/streaming-media-server-pro/2023-01-03/data.yml b/apps/streaming-media-server-pro/2023-01-03/data.yml index 3437b9ec4..3f5684b41 100644 --- a/apps/streaming-media-server-pro/2023-01-03/data.yml +++ b/apps/streaming-media-server-pro/2023-01-03/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/streaming-media-server-pro/latest/data.yml b/apps/streaming-media-server-pro/latest/data.yml index 3437b9ec4..3f5684b41 100644 --- a/apps/streaming-media-server-pro/latest/data.yml +++ b/apps/streaming-media-server-pro/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/sub-store/latest/data.yml b/apps/sub-store/latest/data.yml index 670245e59..e5f9e2a01 100644 --- a/apps/sub-store/latest/data.yml +++ b/apps/sub-store/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: SUB_STORE_PUSH_SERVICE labelEn: Push Service URL labelZh: 推送服务 URL + label: + en: Push Service URL + zh: 推送服务 URL required: true type: text - default: "55 23 * * *" @@ -20,6 +26,9 @@ additionalProperties: envKey: SUB_STORE_CRON labelEn: Cron Schedule labelZh: Cron 定时任务 + label: + en: Cron Schedule + zh: Cron 定时任务 required: true type: text - default: "/2cXaAxRGfddmGz2yx1wA" @@ -27,6 +36,9 @@ additionalProperties: envKey: SUB_STORE_FRONTEND_BACKEND_PATH labelEn: Frontend Backend Path labelZh: 前端后端路径 + label: + en: Frontend Backend Path + zh: 前端后端路径 required: true type: text - default: "./data" @@ -34,5 +46,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Directory labelZh: 数据目录 + label: + en: Data Directory + zh: 数据目录 required: true type: text diff --git a/apps/sub2clash/1.0.2/data.yml b/apps/sub2clash/1.0.2/data.yml index cc1f9550d..a66702b47 100644 --- a/apps/sub2clash/1.0.2/data.yml +++ b/apps/sub2clash/1.0.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: META_TEMPLATE labelEn: Meta Template labelZh: 默认 meta 模板文件名 + label: + en: Meta Template + zh: 默认 meta 模板文件名 required: true type: text - default: "template_clash.yaml" @@ -20,6 +26,9 @@ additionalProperties: envKey: PROXY_TEMPLATE labelEn: Clash Template labelZh: 默认 clash 模板文件名 + label: + en: Clash Template + zh: 默认 clash 模板文件名 required: true type: text - default: "template_clash.yaml" @@ -27,6 +36,9 @@ additionalProperties: envKey: CLASH_TEMPLATE labelEn: Clash Template labelZh: 默认 clash 模板文件名 + label: + en: Clash Template + zh: 默认 clash 模板文件名 required: true type: text - default: "3" @@ -34,6 +46,9 @@ additionalProperties: envKey: REQUEST_RETRY_TIMES labelEn: Request Retry Times labelZh: Get 请求重试次数 + label: + en: Request Retry Times + zh: Get 请求重试次数 required: true type: number - default: "1048576" @@ -41,6 +56,9 @@ additionalProperties: envKey: REQUEST_MAX_FILE_SIZE labelEn: Request Max File Size labelZh: Get 请求订阅文件最大大小(byte) + label: + en: Request Max File Size + zh: Get 请求订阅文件最大大小(byte) required: true type: number - default: "300" @@ -48,6 +66,9 @@ additionalProperties: envKey: CACHE_EXPIRE labelEn: Cache Expire labelZh: 订阅缓存时间(秒) + label: + en: Cache Expire + zh: 订阅缓存时间(秒) required: true type: number - default: "info" @@ -55,6 +76,9 @@ additionalProperties: envKey: LOG_LEVEL labelEn: Log Level labelZh: 日志等级 + label: + en: Log Level + zh: 日志等级 required: true type: select values: @@ -71,5 +95,8 @@ additionalProperties: envKey: SHORT_LINK_LENGTH labelEn: Short Link Length labelZh: 短链长度 + label: + en: Short Link Length + zh: 短链长度 required: true type: number diff --git a/apps/sub2clash/latest/data.yml b/apps/sub2clash/latest/data.yml index cc1f9550d..a66702b47 100644 --- a/apps/sub2clash/latest/data.yml +++ b/apps/sub2clash/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: META_TEMPLATE labelEn: Meta Template labelZh: 默认 meta 模板文件名 + label: + en: Meta Template + zh: 默认 meta 模板文件名 required: true type: text - default: "template_clash.yaml" @@ -20,6 +26,9 @@ additionalProperties: envKey: PROXY_TEMPLATE labelEn: Clash Template labelZh: 默认 clash 模板文件名 + label: + en: Clash Template + zh: 默认 clash 模板文件名 required: true type: text - default: "template_clash.yaml" @@ -27,6 +36,9 @@ additionalProperties: envKey: CLASH_TEMPLATE labelEn: Clash Template labelZh: 默认 clash 模板文件名 + label: + en: Clash Template + zh: 默认 clash 模板文件名 required: true type: text - default: "3" @@ -34,6 +46,9 @@ additionalProperties: envKey: REQUEST_RETRY_TIMES labelEn: Request Retry Times labelZh: Get 请求重试次数 + label: + en: Request Retry Times + zh: Get 请求重试次数 required: true type: number - default: "1048576" @@ -41,6 +56,9 @@ additionalProperties: envKey: REQUEST_MAX_FILE_SIZE labelEn: Request Max File Size labelZh: Get 请求订阅文件最大大小(byte) + label: + en: Request Max File Size + zh: Get 请求订阅文件最大大小(byte) required: true type: number - default: "300" @@ -48,6 +66,9 @@ additionalProperties: envKey: CACHE_EXPIRE labelEn: Cache Expire labelZh: 订阅缓存时间(秒) + label: + en: Cache Expire + zh: 订阅缓存时间(秒) required: true type: number - default: "info" @@ -55,6 +76,9 @@ additionalProperties: envKey: LOG_LEVEL labelEn: Log Level labelZh: 日志等级 + label: + en: Log Level + zh: 日志等级 required: true type: select values: @@ -71,5 +95,8 @@ additionalProperties: envKey: SHORT_LINK_LENGTH labelEn: Short Link Length labelZh: 短链长度 + label: + en: Short Link Length + zh: 短链长度 required: true type: number diff --git a/apps/sub2sing-box/0.0.10/data.yml b/apps/sub2sing-box/0.0.10/data.yml index a5e35b70a..56bf53cde 100644 --- a/apps/sub2sing-box/0.0.10/data.yml +++ b/apps/sub2sing-box/0.0.10/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/sub2sing-box/latest/data.yml b/apps/sub2sing-box/latest/data.yml index a5e35b70a..56bf53cde 100644 --- a/apps/sub2sing-box/latest/data.yml +++ b/apps/sub2sing-box/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/subconverter/0.9.0/data.yml b/apps/subconverter/0.9.0/data.yml index 4b90b35cb..e67924adf 100644 --- a/apps/subconverter/0.9.0/data.yml +++ b/apps/subconverter/0.9.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/subconverter/latest/data.yml b/apps/subconverter/latest/data.yml index 4b90b35cb..e67924adf 100644 --- a/apps/subconverter/latest/data.yml +++ b/apps/subconverter/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/sublink/latest/data.yml b/apps/sublink/latest/data.yml index 529d3898f..e8b95f601 100644 --- a/apps/sublink/latest/data.yml +++ b/apps/sublink/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/sun-panel/1.7.0/data.yml b/apps/sun-panel/1.7.0/data.yml index 284b37276..590675abc 100644 --- a/apps/sun-panel/1.7.0/data.yml +++ b/apps/sun-panel/1.7.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/sun-panel/latest/data.yml b/apps/sun-panel/latest/data.yml index 284b37276..590675abc 100644 --- a/apps/sun-panel/latest/data.yml +++ b/apps/sun-panel/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/sunshine/latest/data.yml b/apps/sunshine/latest/data.yml index 9160569d3..4ff9d3c73 100644 --- a/apps/sunshine/latest/data.yml +++ b/apps/sunshine/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP2 labelEn: Port 2 labelZh: 端口 2 + label: + en: Port 2 + zh: 端口 2 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TCP labelEn: TCP Port Range labelZh: TCP 端口范围 + label: + en: TCP Port Range + zh: TCP 端口范围 required: true type: text - default: "47998-48000" @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_UDP labelEn: TUDP Port Range labelZh: UDP 端口范围 + label: + en: TUDP Port Range + zh: UDP 端口范围 required: true type: text - default: "1001" @@ -35,6 +47,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1001" @@ -42,6 +57,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number - default: "Asia/Shanghai" @@ -49,6 +67,9 @@ additionalProperties: envKey: TZ labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "./data" @@ -56,5 +77,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/super-productivity/16.1.0/data.yml b/apps/super-productivity/16.1.0/data.yml index 796980e5e..2324ca641 100644 --- a/apps/super-productivity/16.1.0/data.yml +++ b/apps/super-productivity/16.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SUPER_PRODUCTIVITY_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/surveyking-h2/1.9.0/data.yml b/apps/surveyking-h2/1.9.0/data.yml index 775b15a3e..9f6cc4a06 100644 --- a/apps/surveyking-h2/1.9.0/data.yml +++ b/apps/surveyking-h2/1.9.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: SURVEYKING_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 1991 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/surveyking/1.9.0/data.yml b/apps/surveyking/1.9.0/data.yml index 72ef714b2..ab3352a0c 100644 --- a/apps/surveyking/1.9.0/data.yml +++ b/apps/surveyking/1.9.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/surveyking/latest/data.yml b/apps/surveyking/latest/data.yml index 72ef714b2..ab3352a0c 100644 --- a/apps/surveyking/latest/data.yml +++ b/apps/surveyking/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/synapse-admin/0.11.1/data.yml b/apps/synapse-admin/0.11.1/data.yml index 5225836a0..bfdbb2599 100644 --- a/apps/synapse-admin/0.11.1/data.yml +++ b/apps/synapse-admin/0.11.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/synapse-admin/latest/data.yml b/apps/synapse-admin/latest/data.yml index 5225836a0..bfdbb2599 100644 --- a/apps/synapse-admin/latest/data.yml +++ b/apps/synapse-admin/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/synapse/1.140.0/data.yml b/apps/synapse/1.140.0/data.yml index 045af6994..49dd9e29d 100644 --- a/apps/synapse/1.140.0/data.yml +++ b/apps/synapse/1.140.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/synapse/latest/data.yml b/apps/synapse/latest/data.yml index 045af6994..49dd9e29d 100644 --- a/apps/synapse/latest/data.yml +++ b/apps/synapse/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/syncclipboard-server/3.1.0/data.yml b/apps/syncclipboard-server/3.1.0/data.yml index 456f48816..f3c392ed2 100644 --- a/apps/syncclipboard-server/3.1.0/data.yml +++ b/apps/syncclipboard-server/3.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: CONFIG_FILE_PATH labelEn: Configuration file path labelZh: 配置文件路径 + label: + en: Configuration file path + zh: 配置文件路径 required: true type: text diff --git a/apps/syncclipboard-server/latest/data.yml b/apps/syncclipboard-server/latest/data.yml index 456f48816..f3c392ed2 100644 --- a/apps/syncclipboard-server/latest/data.yml +++ b/apps/syncclipboard-server/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: CONFIG_FILE_PATH labelEn: Configuration file path labelZh: 配置文件路径 + label: + en: Configuration file path + zh: 配置文件路径 required: true type: text diff --git a/apps/syncthing-discosrv/1.30.0/data.yml b/apps/syncthing-discosrv/1.30.0/data.yml index e186af1d2..b8c455195 100644 --- a/apps/syncthing-discosrv/1.30.0/data.yml +++ b/apps/syncthing-discosrv/1.30.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 发现服务器端口 labelEn: Discovery server port + label: + en: Discovery server port + zh: 发现服务器端口 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/syncthing-discosrv/2.0.11/data.yml b/apps/syncthing-discosrv/2.0.11/data.yml index e186af1d2..b8c455195 100644 --- a/apps/syncthing-discosrv/2.0.11/data.yml +++ b/apps/syncthing-discosrv/2.0.11/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 发现服务器端口 labelEn: Discovery server port + label: + en: Discovery server port + zh: 发现服务器端口 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/syncthing-relaysrv/1.30.0/data.yml b/apps/syncthing-relaysrv/1.30.0/data.yml index ae79aa587..635d0af7a 100644 --- a/apps/syncthing-relaysrv/1.30.0/data.yml +++ b/apps/syncthing-relaysrv/1.30.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 中继服务器端口 labelEn: Relay server port + label: + en: Relay server port + zh: 中继服务器端口 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/syncthing-relaysrv/2.0.11/data.yml b/apps/syncthing-relaysrv/2.0.11/data.yml index ae79aa587..635d0af7a 100644 --- a/apps/syncthing-relaysrv/2.0.11/data.yml +++ b/apps/syncthing-relaysrv/2.0.11/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 中继服务器端口 labelEn: Relay server port + label: + en: Relay server port + zh: 中继服务器端口 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/syncthing/1.30.0/data.yml b/apps/syncthing/1.30.0/data.yml index 603a67701..4c64ee072 100644 --- a/apps/syncthing/1.30.0/data.yml +++ b/apps/syncthing/1.30.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: SYNCTHING_PORT labelEn: Sync Port labelZh: 同步端口 + label: + en: Sync Port + zh: 同步端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: SYNCTHING_PORT_EXTRA_UDP labelEn: Sync Port labelZh: 同步端口 + label: + en: Sync Port + zh: 同步端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH_APP_CONFIG labelEn: Config folder path labelZh: 配置文件夹路径 + label: + en: Config folder path + zh: 配置文件夹路径 required: true type: text - default: ./data/data1 @@ -36,6 +48,9 @@ additionalProperties: envKey: DATA_PATH_DATA1 labelEn: Data folder path (internal "/data1") labelZh: 数据文件夹路径 (内部"/data1") + label: + en: Data folder path (internal "/data1") + zh: 数据文件夹路径 (内部"/data1") required: true type: text - default: ./data/data2 @@ -43,6 +58,9 @@ additionalProperties: envKey: DATA_PATH_DATA2 labelEn: Data folder path (internal "/data2") labelZh: 数据文件夹路径 (内部"/data2") + label: + en: Data folder path (internal "/data2") + zh: 数据文件夹路径 (内部"/data2") required: true type: text - default: Asia/Shanghai @@ -50,5 +68,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/syncthing/2.0.11/data.yml b/apps/syncthing/2.0.11/data.yml index 603a67701..4c64ee072 100644 --- a/apps/syncthing/2.0.11/data.yml +++ b/apps/syncthing/2.0.11/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: SYNCTHING_PORT labelEn: Sync Port labelZh: 同步端口 + label: + en: Sync Port + zh: 同步端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: SYNCTHING_PORT_EXTRA_UDP labelEn: Sync Port labelZh: 同步端口 + label: + en: Sync Port + zh: 同步端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH_APP_CONFIG labelEn: Config folder path labelZh: 配置文件夹路径 + label: + en: Config folder path + zh: 配置文件夹路径 required: true type: text - default: ./data/data1 @@ -36,6 +48,9 @@ additionalProperties: envKey: DATA_PATH_DATA1 labelEn: Data folder path (internal "/data1") labelZh: 数据文件夹路径 (内部"/data1") + label: + en: Data folder path (internal "/data1") + zh: 数据文件夹路径 (内部"/data1") required: true type: text - default: ./data/data2 @@ -43,6 +58,9 @@ additionalProperties: envKey: DATA_PATH_DATA2 labelEn: Data folder path (internal "/data2") labelZh: 数据文件夹路径 (内部"/data2") + label: + en: Data folder path (internal "/data2") + zh: 数据文件夹路径 (内部"/data2") required: true type: text - default: Asia/Shanghai @@ -50,5 +68,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/syncthing/latest/data.yml b/apps/syncthing/latest/data.yml index 603a67701..4c64ee072 100644 --- a/apps/syncthing/latest/data.yml +++ b/apps/syncthing/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: SYNCTHING_PORT labelEn: Sync Port labelZh: 同步端口 + label: + en: Sync Port + zh: 同步端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: SYNCTHING_PORT_EXTRA_UDP labelEn: Sync Port labelZh: 同步端口 + label: + en: Sync Port + zh: 同步端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: DATA_PATH_APP_CONFIG labelEn: Config folder path labelZh: 配置文件夹路径 + label: + en: Config folder path + zh: 配置文件夹路径 required: true type: text - default: ./data/data1 @@ -36,6 +48,9 @@ additionalProperties: envKey: DATA_PATH_DATA1 labelEn: Data folder path (internal "/data1") labelZh: 数据文件夹路径 (内部"/data1") + label: + en: Data folder path (internal "/data1") + zh: 数据文件夹路径 (内部"/data1") required: true type: text - default: ./data/data2 @@ -43,6 +58,9 @@ additionalProperties: envKey: DATA_PATH_DATA2 labelEn: Data folder path (internal "/data2") labelZh: 数据文件夹路径 (内部"/data2") + label: + en: Data folder path (internal "/data2") + zh: 数据文件夹路径 (内部"/data2") required: true type: text - default: Asia/Shanghai @@ -50,5 +68,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text diff --git a/apps/tailscale/1.88/data.yml b/apps/tailscale/1.88/data.yml index 9001a494b..66c4dc02c 100644 --- a/apps/tailscale/1.88/data.yml +++ b/apps/tailscale/1.88/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: TS_AUTHKEY labelEn: Tailscale Auth Key labelZh: Tailscale 认证密钥(建议重新生成) + label: + en: Tailscale Auth Key + zh: Tailscale 认证密钥(建议重新生成) random: true required: true type: text @@ -13,6 +16,9 @@ additionalProperties: envKey: TS_ROUTES labelEn: Advertise Subnet Routes labelZh: 广播子网路由 + label: + en: Advertise Subnet Routes + zh: 广播子网路由 required: true type: text - default: 'false' @@ -20,30 +26,39 @@ additionalProperties: envKey: TS_ACCEPT_DNS labelEn: Accept DNS configuration labelZh: 是否接受 DNS 配置 + label: + en: Accept DNS configuration + zh: 是否接受 DNS 配置 required: false type: select values: - - label: 'true' - value: 'true' - - label: 'false' - value: 'false' + - label: 'true' + value: 'true' + - label: 'false' + value: 'false' - default: 'false' edit: true envKey: TS_AUTH_ONCE labelEn: Attempt to log in once labelZh: 尝试仅登录一次 + label: + en: Attempt to log in once + zh: 尝试仅登录一次 required: false type: select values: - - label: 'true' - value: 'true' - - label: 'false' - value: 'false' + - label: 'true' + value: 'true' + - label: 'false' + value: 'false' - default: '' edit: true envKey: TS_DEST_IP labelEn: Destination IP labelZh: 目标 IP + label: + en: Destination IP + zh: 目标 IP required: false type: text - default: tailscale @@ -51,6 +66,9 @@ additionalProperties: envKey: TS_KUBE_SECRET labelEn: Kubernetes Secret Name labelZh: Kubernetes 密钥名称 + label: + en: Kubernetes Secret Name + zh: Kubernetes 密钥名称 required: false type: text - default: my-tailscale-node @@ -58,6 +76,9 @@ additionalProperties: envKey: TS_HOSTNAME labelEn: Node Hostname labelZh: 节点主机名 + label: + en: Node Hostname + zh: 节点主机名 required: false type: text - default: '' @@ -65,6 +86,9 @@ additionalProperties: envKey: TS_OUTBOUND_HTTP_PROXY_LISTEN labelEn: HTTP Proxy Address and Port (127.0.0.1:1081) labelZh: HTTP代理地址和端口 (127.0.0.1:1081) + label: + en: HTTP Proxy Address and Port (127.0.0.1:1081) + zh: HTTP代理地址和端口 (127.0.0.1:1081) required: false type: text - default: /var/run/tailscale/tailscaled.sock @@ -72,6 +96,9 @@ additionalProperties: envKey: TS_SOCKET labelEn: Tailscale Socket Path labelZh: Tailscale Socket 路径 + label: + en: Tailscale Socket Path + zh: Tailscale Socket 路径 required: false type: text - default: '' @@ -79,6 +106,9 @@ additionalProperties: envKey: TS_SOCKS5_SERVER labelEn: SOCKS5 Proxy Address and Port (127.0.0.1:1080) labelZh: SOCKS5代理地址和端口 (127.0.0.1:1080) + label: + en: SOCKS5 Proxy Address and Port (127.0.0.1:1080) + zh: SOCKS5代理地址和端口 (127.0.0.1:1080) required: false type: text - default: /var/lib/tailscale @@ -86,6 +116,9 @@ additionalProperties: envKey: TS_STATE_DIR labelEn: Tailscale State Directory labelZh: Tailscale 状态目录 + label: + en: Tailscale State Directory + zh: Tailscale 状态目录 required: false type: text - default: 'true' @@ -93,17 +126,23 @@ additionalProperties: envKey: TS_USERSPACE labelEn: Enable Userspace Networking labelZh: 启用用户空间网络 + label: + en: Enable Userspace Networking + zh: 启用用户空间网络 required: false type: select values: - - label: 'true' - value: 'true' - - label: 'false' - value: 'false' + - label: 'true' + value: 'true' + - label: 'false' + value: 'false' - default: '' edit: true envKey: TS_EXTRA_ARGS labelEn: Any other flags for tailscaled (--login-server=https://login.example.com) labelZh: 更多命令参数 (--login-server=https://login.example.com) + label: + en: Any other flags for tailscaled (--login-server=https://login.example.com) + zh: 更多命令参数 (--login-server=https://login.example.com) required: false type: text diff --git a/apps/tailscale/latest/data.yml b/apps/tailscale/latest/data.yml index 9001a494b..66c4dc02c 100644 --- a/apps/tailscale/latest/data.yml +++ b/apps/tailscale/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: TS_AUTHKEY labelEn: Tailscale Auth Key labelZh: Tailscale 认证密钥(建议重新生成) + label: + en: Tailscale Auth Key + zh: Tailscale 认证密钥(建议重新生成) random: true required: true type: text @@ -13,6 +16,9 @@ additionalProperties: envKey: TS_ROUTES labelEn: Advertise Subnet Routes labelZh: 广播子网路由 + label: + en: Advertise Subnet Routes + zh: 广播子网路由 required: true type: text - default: 'false' @@ -20,30 +26,39 @@ additionalProperties: envKey: TS_ACCEPT_DNS labelEn: Accept DNS configuration labelZh: 是否接受 DNS 配置 + label: + en: Accept DNS configuration + zh: 是否接受 DNS 配置 required: false type: select values: - - label: 'true' - value: 'true' - - label: 'false' - value: 'false' + - label: 'true' + value: 'true' + - label: 'false' + value: 'false' - default: 'false' edit: true envKey: TS_AUTH_ONCE labelEn: Attempt to log in once labelZh: 尝试仅登录一次 + label: + en: Attempt to log in once + zh: 尝试仅登录一次 required: false type: select values: - - label: 'true' - value: 'true' - - label: 'false' - value: 'false' + - label: 'true' + value: 'true' + - label: 'false' + value: 'false' - default: '' edit: true envKey: TS_DEST_IP labelEn: Destination IP labelZh: 目标 IP + label: + en: Destination IP + zh: 目标 IP required: false type: text - default: tailscale @@ -51,6 +66,9 @@ additionalProperties: envKey: TS_KUBE_SECRET labelEn: Kubernetes Secret Name labelZh: Kubernetes 密钥名称 + label: + en: Kubernetes Secret Name + zh: Kubernetes 密钥名称 required: false type: text - default: my-tailscale-node @@ -58,6 +76,9 @@ additionalProperties: envKey: TS_HOSTNAME labelEn: Node Hostname labelZh: 节点主机名 + label: + en: Node Hostname + zh: 节点主机名 required: false type: text - default: '' @@ -65,6 +86,9 @@ additionalProperties: envKey: TS_OUTBOUND_HTTP_PROXY_LISTEN labelEn: HTTP Proxy Address and Port (127.0.0.1:1081) labelZh: HTTP代理地址和端口 (127.0.0.1:1081) + label: + en: HTTP Proxy Address and Port (127.0.0.1:1081) + zh: HTTP代理地址和端口 (127.0.0.1:1081) required: false type: text - default: /var/run/tailscale/tailscaled.sock @@ -72,6 +96,9 @@ additionalProperties: envKey: TS_SOCKET labelEn: Tailscale Socket Path labelZh: Tailscale Socket 路径 + label: + en: Tailscale Socket Path + zh: Tailscale Socket 路径 required: false type: text - default: '' @@ -79,6 +106,9 @@ additionalProperties: envKey: TS_SOCKS5_SERVER labelEn: SOCKS5 Proxy Address and Port (127.0.0.1:1080) labelZh: SOCKS5代理地址和端口 (127.0.0.1:1080) + label: + en: SOCKS5 Proxy Address and Port (127.0.0.1:1080) + zh: SOCKS5代理地址和端口 (127.0.0.1:1080) required: false type: text - default: /var/lib/tailscale @@ -86,6 +116,9 @@ additionalProperties: envKey: TS_STATE_DIR labelEn: Tailscale State Directory labelZh: Tailscale 状态目录 + label: + en: Tailscale State Directory + zh: Tailscale 状态目录 required: false type: text - default: 'true' @@ -93,17 +126,23 @@ additionalProperties: envKey: TS_USERSPACE labelEn: Enable Userspace Networking labelZh: 启用用户空间网络 + label: + en: Enable Userspace Networking + zh: 启用用户空间网络 required: false type: select values: - - label: 'true' - value: 'true' - - label: 'false' - value: 'false' + - label: 'true' + value: 'true' + - label: 'false' + value: 'false' - default: '' edit: true envKey: TS_EXTRA_ARGS labelEn: Any other flags for tailscaled (--login-server=https://login.example.com) labelZh: 更多命令参数 (--login-server=https://login.example.com) + label: + en: Any other flags for tailscaled (--login-server=https://login.example.com) + zh: 更多命令参数 (--login-server=https://login.example.com) required: false type: text diff --git a/apps/talebook/25.06.26/data.yml b/apps/talebook/25.06.26/data.yml index 4d5191e5b..0d00a0d9c 100644 --- a/apps/talebook/25.06.26/data.yml +++ b/apps/talebook/25.06.26/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/talebook/latest/data.yml b/apps/talebook/latest/data.yml index 4d5191e5b..0d00a0d9c 100644 --- a/apps/talebook/latest/data.yml +++ b/apps/talebook/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/tangsengdaodao/1.5/data.yml b/apps/tangsengdaodao/1.5/data.yml index 8325f76e0..2f8c588e9 100644 --- a/apps/tangsengdaodao/1.5/data.yml +++ b/apps/tangsengdaodao/1.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: EXTERNAL_IP labelEn: External IP labelZh: 外部访问 IP + label: + en: External IP + zh: 外部访问 IP required: true type: text - default: "" @@ -12,12 +15,18 @@ additionalProperties: key: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: "tsdd" envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -26,6 +35,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -34,6 +46,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -44,12 +59,18 @@ additionalProperties: key: redis labelEn: Redis Service labelZh: 缓存服务 + label: + en: Redis Service + zh: 缓存服务 required: true type: service - default: 6379 envKey: TS_DB_REDIS_PORT labelEn: Redis Port labelZh: Redis 服务端口 + label: + en: Redis Port + zh: Redis 服务端口 required: true rule: paramPort type: number @@ -58,6 +79,9 @@ additionalProperties: envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Password labelZh: Redis 密码 + label: + en: Redis Password + zh: Redis 密码 required: true type: password - default: "" @@ -66,12 +90,18 @@ additionalProperties: key: minio labelEn: Minio Service labelZh: minio 对象存储服务 + label: + en: Minio Service + zh: minio 对象存储服务 required: true type: service - default: 9000 envKey: MINIO_PORT labelEn: minio port labelZh: minio 端口 + label: + en: minio port + zh: minio 端口 required: true rule: paramPort type: number @@ -80,6 +110,9 @@ additionalProperties: envKey: MINIO_ROOT_USER labelEn: minio user labelZh: minio 用户 + label: + en: minio user + zh: minio 用户 required: true rule: paramCommon type: text @@ -88,6 +121,9 @@ additionalProperties: envKey: MINIO_ROOT_PASSWORD labelEn: Minio Password labelZh: minio 用户密码 + label: + en: Minio Password + zh: minio 用户密码 required: true rule: paramComplexity type: password @@ -96,6 +132,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_TCP labelEn: WuKongIM tcp port labelZh: 悟空 IM TCP 端口 + label: + en: WuKongIM tcp port + zh: 悟空 IM TCP 端口 required: true rule: paramPort type: number @@ -104,6 +143,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_WS labelEn: WuKongIM ws port labelZh: 悟空 IM WS 端口 + label: + en: WuKongIM ws port + zh: 悟空 IM WS 端口 required: true rule: paramPort type: number @@ -112,6 +154,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_WEB_SERVER labelEn: WuKongIM web port labelZh: 悟空 IM 监控端口 + label: + en: WuKongIM web port + zh: 悟空 IM 监控端口 required: true rule: paramPort type: number @@ -120,6 +165,9 @@ additionalProperties: envKey: TS_SMSCODE labelEn: SMS labelZh: 唐僧叨叨短信验证码 + label: + en: SMS + zh: 唐僧叨叨短信验证码 required: true type: number - default: "superAdmin" @@ -127,6 +175,9 @@ additionalProperties: envKey: TS_ADMIN labelEn: Super Admin User labelZh: 唐僧叨叨超级管理员 + label: + en: Super Admin User + zh: 唐僧叨叨超级管理员 required: true type: text - default: "tsdd@123456" @@ -134,6 +185,9 @@ additionalProperties: envKey: TS_ADMINPWD labelEn: Admin Password labelZh: 唐僧叨叨超级管理员默认密码 + label: + en: Admin Password + zh: 唐僧叨叨超级管理员默认密码 random: true required: true rule: paramComplexity @@ -143,6 +197,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TS_APP_HTTP labelEn: TangSengDaoDao port labelZh: 唐僧叨叨端口 + label: + en: TangSengDaoDao port + zh: 唐僧叨叨端口 required: true rule: paramPort type: number @@ -151,6 +208,9 @@ additionalProperties: envKey: PANEL_APP_PORT_TS_APP_WEB labelEn: TangSengDaoDao web port labelZh: 唐僧叨叨 WEB 端口 + label: + en: TangSengDaoDao web port + zh: 唐僧叨叨 WEB 端口 required: true rule: paramPort type: number @@ -159,6 +219,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: TangSengDaoDao Management background port labelZh: 唐僧叨叨管理后台端口 + label: + en: TangSengDaoDao Management background port + zh: 唐僧叨叨管理后台端口 required: true rule: paramPort type: number diff --git a/apps/teemii/0.8.2/data.yml b/apps/teemii/0.8.2/data.yml index 0cd66bc27..b10007e7d 100644 --- a/apps/teemii/0.8.2/data.yml +++ b/apps/teemii/0.8.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: TEEMII_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number @@ -20,5 +26,8 @@ additionalProperties: envKey: VITE_APP_TITLE labelZh: 网站标题 labelEn: Website Title + label: + en: Website Title + zh: 网站标题 required: true type: text diff --git a/apps/telegram-bot-api/9.2/data.yml b/apps/telegram-bot-api/9.2/data.yml index 79ea529e8..7b014518d 100644 --- a/apps/telegram-bot-api/9.2/data.yml +++ b/apps/telegram-bot-api/9.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: TELEGRAM_BOT_API_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8082 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: API 端口 labelEn: API port + label: + en: API port + zh: API 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelZh: API 端口 (HTTPS) labelEn: API port (HTTPS) + label: + en: API port (HTTPS) + zh: API 端口 (HTTPS) required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: TELEGRAM_API_ID labelZh: Telegram Bot 应用 ID labelEn: Telegram Bot Application ID + label: + en: Telegram Bot Application ID + zh: Telegram Bot 应用 ID required: true type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: TELEGRAM_API_HASH labelZh: Telegram Bot 应用 Hash labelEn: Telegram Bot Application Hash + label: + en: Telegram Bot Application Hash + zh: Telegram Bot 应用 Hash required: true type: password - default: "" @@ -42,5 +57,8 @@ additionalProperties: envKey: TELEGRAM_PROXY labelZh: 网络代理 labelEn: Network proxy + label: + en: Network proxy + zh: 网络代理 required: false type: text diff --git a/apps/telegram/1.18.0/data.yml b/apps/telegram/1.18.0/data.yml index f485e327a..58f5ec9fc 100644 --- a/apps/telegram/1.18.0/data.yml +++ b/apps/telegram/1.18.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: false required: true rule: paramComplexity @@ -22,5 +28,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/telegram/develop/data.yml b/apps/telegram/develop/data.yml index f485e327a..58f5ec9fc 100644 --- a/apps/telegram/develop/data.yml +++ b/apps/telegram/develop/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: false required: true rule: paramComplexity @@ -22,5 +28,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/telegraph/latest/data.yml b/apps/telegraph/latest/data.yml index dbbb543e9..30802e142 100644 --- a/apps/telegraph/latest/data.yml +++ b/apps/telegraph/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/thunderbird-kasm/1.18.0/data.yml b/apps/thunderbird-kasm/1.18.0/data.yml index 369df5e90..a9fd4c1ac 100644 --- a/apps/thunderbird-kasm/1.18.0/data.yml +++ b/apps/thunderbird-kasm/1.18.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,5 +28,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/thunderbird-kasm/develop/data.yml b/apps/thunderbird-kasm/develop/data.yml index 369df5e90..a9fd4c1ac 100644 --- a/apps/thunderbird-kasm/develop/data.yml +++ b/apps/thunderbird-kasm/develop/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: Access Password labelZh: 访问密码 + label: + en: Access Password + zh: 访问密码 random: true required: true rule: paramComplexity @@ -22,5 +28,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (1gb) labelZh: 共享内存占用(1gb) + label: + en: Shared memory footprint (1gb) + zh: 共享内存占用(1gb) required: true type: text diff --git a/apps/thunderbird/25.07.2/data.yml b/apps/thunderbird/25.07.2/data.yml index e6d0a2b78..f5d64f181 100644 --- a/apps/thunderbird/25.07.2/data.yml +++ b/apps/thunderbird/25.07.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Port labelZh: Web 端口 + label: + en: Web Port + zh: Web 端口 required: true type: number - default: "40328" @@ -12,6 +15,9 @@ additionalProperties: envKey: VNC_PORT labelEn: VNC Port labelZh: VNC 端口 + label: + en: VNC Port + zh: VNC 端口 required: true type: number - default: "password" @@ -19,6 +25,9 @@ additionalProperties: envKey: VNC_PASSWORD labelEn: VNC Password labelZh: VNC 密码 + label: + en: VNC Password + zh: VNC 密码 random: true required: true rule: paramComplexity @@ -28,6 +37,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Configuration Path labelZh: 配置路径 + label: + en: Configuration Path + zh: 配置路径 required: true type: text - default: "1000" @@ -35,6 +47,9 @@ additionalProperties: envKey: USER_ID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -42,6 +57,9 @@ additionalProperties: envKey: GROUP_ID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number - default: "" @@ -49,6 +67,9 @@ additionalProperties: envKey: SUP_GROUP_IDS labelEn: Supplementary Group IDs labelZh: 补充用户组 ID + label: + en: Supplementary Group IDs + zh: 补充用户组 ID required: false type: text - default: "0022" @@ -56,6 +77,9 @@ additionalProperties: envKey: UMASK labelEn: Umask labelZh: 文件创建权限掩码 + label: + en: Umask + zh: 文件创建权限掩码 required: true type: text - default: "en_US.UTF-8" @@ -63,6 +87,9 @@ additionalProperties: envKey: LANG labelEn: Locale labelZh: 语言环境 + label: + en: Locale + zh: 语言环境 required: true type: text - default: "Asia/Shanghai" @@ -70,6 +97,9 @@ additionalProperties: envKey: TZ labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "0" @@ -77,6 +107,9 @@ additionalProperties: envKey: KEEP_APP_RUNNING labelEn: Keep App Running labelZh: 保持应用运行 + label: + en: Keep App Running + zh: 保持应用运行 required: true type: select values: @@ -89,6 +122,9 @@ additionalProperties: envKey: APP_NICENESS labelEn: App Niceness labelZh: 应用优先级 + label: + en: App Niceness + zh: 应用优先级 required: true type: select values: @@ -103,6 +139,9 @@ additionalProperties: envKey: INSTALL_PACKAGES labelEn: Install Packages labelZh: 安装包 + label: + en: Install Packages + zh: 安装包 required: false type: text - default: "" @@ -110,6 +149,9 @@ additionalProperties: envKey: PACKAGES_MIRROR labelEn: Packages Mirror labelZh: 软件包镜像 + label: + en: Packages Mirror + zh: 软件包镜像 required: false type: text - default: "0" @@ -117,6 +159,9 @@ additionalProperties: envKey: CONTAINER_DEBUG labelEn: Container Debug labelZh: 容器调试 + label: + en: Container Debug + zh: 容器调试 required: true type: select values: @@ -129,6 +174,9 @@ additionalProperties: envKey: DISPLAY_WIDTH labelEn: Display Width labelZh: 显示宽度 + label: + en: Display Width + zh: 显示宽度 required: true type: number - default: "1080" @@ -136,6 +184,9 @@ additionalProperties: envKey: DISPLAY_HEIGHT labelEn: Display Height labelZh: 显示高度 + label: + en: Display Height + zh: 显示高度 required: true type: number - default: "0" @@ -143,6 +194,9 @@ additionalProperties: envKey: DARK_MODE labelEn: Dark Mode labelZh: 暗黑模式 + label: + en: Dark Mode + zh: 暗黑模式 required: true type: select values: @@ -155,6 +209,9 @@ additionalProperties: envKey: WEB_AUDIO labelEn: Web Audio labelZh: Web 音频 + label: + en: Web Audio + zh: Web 音频 required: true type: select values: @@ -167,6 +224,9 @@ additionalProperties: envKey: WEB_AUTHENTICATION labelEn: Web Authentication labelZh: Web 身份验证 + label: + en: Web Authentication + zh: Web 身份验证 required: true type: select values: @@ -179,6 +239,9 @@ additionalProperties: envKey: WEB_AUTHENTICATION_USERNAME labelEn: Web Authentication Username labelZh: Web 身份验证用户名 + label: + en: Web Authentication Username + zh: Web 身份验证用户名 required: false type: text - default: "" @@ -186,6 +249,9 @@ additionalProperties: envKey: WEB_AUTHENTICATION_PASSWORD labelEn: Web Authentication Password labelZh: Web 身份验证密码 + label: + en: Web Authentication Password + zh: Web 身份验证密码 required: false type: text - default: "1" @@ -193,6 +259,9 @@ additionalProperties: envKey: SECURE_CONNECTION labelEn: Secure Connection labelZh: 安全连接 + label: + en: Secure Connection + zh: 安全连接 required: true type: select values: @@ -205,6 +274,9 @@ additionalProperties: envKey: SECURE_CONNECTION_VNC_METHOD labelEn: Secure VNC Method labelZh: 安全 VNC 方法 + label: + en: Secure VNC Method + zh: 安全 VNC 方法 required: true type: select values: @@ -217,6 +289,9 @@ additionalProperties: envKey: SECURE_CONNECTION_CERTS_CHECK_INTERVAL labelEn: Secure Connection Certs Check Interval labelZh: 安全连接证书检查间隔 + label: + en: Secure Connection Certs Check Interval + zh: 安全连接证书检查间隔 required: true type: number - default: "0" @@ -224,6 +299,9 @@ additionalProperties: envKey: ENABLE_CJK_FONT labelEn: Enable CJK Font labelZh: 启用 CJK 字体 + label: + en: Enable CJK Font + zh: 启用 CJK 字体 required: true type: select values: diff --git a/apps/thunderbird/latest/data.yml b/apps/thunderbird/latest/data.yml index e6d0a2b78..f5d64f181 100644 --- a/apps/thunderbird/latest/data.yml +++ b/apps/thunderbird/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Web Port labelZh: Web 端口 + label: + en: Web Port + zh: Web 端口 required: true type: number - default: "40328" @@ -12,6 +15,9 @@ additionalProperties: envKey: VNC_PORT labelEn: VNC Port labelZh: VNC 端口 + label: + en: VNC Port + zh: VNC 端口 required: true type: number - default: "password" @@ -19,6 +25,9 @@ additionalProperties: envKey: VNC_PASSWORD labelEn: VNC Password labelZh: VNC 密码 + label: + en: VNC Password + zh: VNC 密码 random: true required: true rule: paramComplexity @@ -28,6 +37,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Configuration Path labelZh: 配置路径 + label: + en: Configuration Path + zh: 配置路径 required: true type: text - default: "1000" @@ -35,6 +47,9 @@ additionalProperties: envKey: USER_ID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -42,6 +57,9 @@ additionalProperties: envKey: GROUP_ID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number - default: "" @@ -49,6 +67,9 @@ additionalProperties: envKey: SUP_GROUP_IDS labelEn: Supplementary Group IDs labelZh: 补充用户组 ID + label: + en: Supplementary Group IDs + zh: 补充用户组 ID required: false type: text - default: "0022" @@ -56,6 +77,9 @@ additionalProperties: envKey: UMASK labelEn: Umask labelZh: 文件创建权限掩码 + label: + en: Umask + zh: 文件创建权限掩码 required: true type: text - default: "en_US.UTF-8" @@ -63,6 +87,9 @@ additionalProperties: envKey: LANG labelEn: Locale labelZh: 语言环境 + label: + en: Locale + zh: 语言环境 required: true type: text - default: "Asia/Shanghai" @@ -70,6 +97,9 @@ additionalProperties: envKey: TZ labelEn: Timezone labelZh: 时区 + label: + en: Timezone + zh: 时区 required: true type: text - default: "0" @@ -77,6 +107,9 @@ additionalProperties: envKey: KEEP_APP_RUNNING labelEn: Keep App Running labelZh: 保持应用运行 + label: + en: Keep App Running + zh: 保持应用运行 required: true type: select values: @@ -89,6 +122,9 @@ additionalProperties: envKey: APP_NICENESS labelEn: App Niceness labelZh: 应用优先级 + label: + en: App Niceness + zh: 应用优先级 required: true type: select values: @@ -103,6 +139,9 @@ additionalProperties: envKey: INSTALL_PACKAGES labelEn: Install Packages labelZh: 安装包 + label: + en: Install Packages + zh: 安装包 required: false type: text - default: "" @@ -110,6 +149,9 @@ additionalProperties: envKey: PACKAGES_MIRROR labelEn: Packages Mirror labelZh: 软件包镜像 + label: + en: Packages Mirror + zh: 软件包镜像 required: false type: text - default: "0" @@ -117,6 +159,9 @@ additionalProperties: envKey: CONTAINER_DEBUG labelEn: Container Debug labelZh: 容器调试 + label: + en: Container Debug + zh: 容器调试 required: true type: select values: @@ -129,6 +174,9 @@ additionalProperties: envKey: DISPLAY_WIDTH labelEn: Display Width labelZh: 显示宽度 + label: + en: Display Width + zh: 显示宽度 required: true type: number - default: "1080" @@ -136,6 +184,9 @@ additionalProperties: envKey: DISPLAY_HEIGHT labelEn: Display Height labelZh: 显示高度 + label: + en: Display Height + zh: 显示高度 required: true type: number - default: "0" @@ -143,6 +194,9 @@ additionalProperties: envKey: DARK_MODE labelEn: Dark Mode labelZh: 暗黑模式 + label: + en: Dark Mode + zh: 暗黑模式 required: true type: select values: @@ -155,6 +209,9 @@ additionalProperties: envKey: WEB_AUDIO labelEn: Web Audio labelZh: Web 音频 + label: + en: Web Audio + zh: Web 音频 required: true type: select values: @@ -167,6 +224,9 @@ additionalProperties: envKey: WEB_AUTHENTICATION labelEn: Web Authentication labelZh: Web 身份验证 + label: + en: Web Authentication + zh: Web 身份验证 required: true type: select values: @@ -179,6 +239,9 @@ additionalProperties: envKey: WEB_AUTHENTICATION_USERNAME labelEn: Web Authentication Username labelZh: Web 身份验证用户名 + label: + en: Web Authentication Username + zh: Web 身份验证用户名 required: false type: text - default: "" @@ -186,6 +249,9 @@ additionalProperties: envKey: WEB_AUTHENTICATION_PASSWORD labelEn: Web Authentication Password labelZh: Web 身份验证密码 + label: + en: Web Authentication Password + zh: Web 身份验证密码 required: false type: text - default: "1" @@ -193,6 +259,9 @@ additionalProperties: envKey: SECURE_CONNECTION labelEn: Secure Connection labelZh: 安全连接 + label: + en: Secure Connection + zh: 安全连接 required: true type: select values: @@ -205,6 +274,9 @@ additionalProperties: envKey: SECURE_CONNECTION_VNC_METHOD labelEn: Secure VNC Method labelZh: 安全 VNC 方法 + label: + en: Secure VNC Method + zh: 安全 VNC 方法 required: true type: select values: @@ -217,6 +289,9 @@ additionalProperties: envKey: SECURE_CONNECTION_CERTS_CHECK_INTERVAL labelEn: Secure Connection Certs Check Interval labelZh: 安全连接证书检查间隔 + label: + en: Secure Connection Certs Check Interval + zh: 安全连接证书检查间隔 required: true type: number - default: "0" @@ -224,6 +299,9 @@ additionalProperties: envKey: ENABLE_CJK_FONT labelEn: Enable CJK Font labelZh: 启用 CJK 字体 + label: + en: Enable CJK Font + zh: 启用 CJK 字体 required: true type: select values: diff --git a/apps/tianji/1.30.6/data.yml b/apps/tianji/1.30.6/data.yml index 212060691..fb4bdcd12 100644 --- a/apps/tianji/1.30.6/data.yml +++ b/apps/tianji/1.30.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -14,12 +17,18 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: tianji envKey: PANEL_DB_NAME labelEn: Database Name labelZh: 数据库名 + label: + en: Database Name + zh: 数据库名 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: Database User labelZh: 数据库用户 + label: + en: Database User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Database Password labelZh: 数据库用户密码 + label: + en: Database Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -45,6 +60,9 @@ additionalProperties: envKey: JWT_SECRET labelEn: Secret labelZh: 秘钥 + label: + en: Secret + zh: 秘钥 random: true required: true rule: paramComplexity @@ -53,6 +71,9 @@ additionalProperties: envKey: ALLOW_OPENAPI labelEn: Allow OpenAPI labelZh: 是否开启OpenAPI + label: + en: Allow OpenAPI + zh: 是否开启OpenAPI required: true type: select values: @@ -64,6 +85,9 @@ additionalProperties: envKey: ALLOW_REGISTER labelEn: Allow Register labelZh: 是否允许注册 + label: + en: Allow Register + zh: 是否允许注册 required: true type: select values: diff --git a/apps/tianji/latest/data.yml b/apps/tianji/latest/data.yml index 212060691..fb4bdcd12 100644 --- a/apps/tianji/latest/data.yml +++ b/apps/tianji/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -14,12 +17,18 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: tianji envKey: PANEL_DB_NAME labelEn: Database Name labelZh: 数据库名 + label: + en: Database Name + zh: 数据库名 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: Database User labelZh: 数据库用户 + label: + en: Database User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Database Password labelZh: 数据库用户密码 + label: + en: Database Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -45,6 +60,9 @@ additionalProperties: envKey: JWT_SECRET labelEn: Secret labelZh: 秘钥 + label: + en: Secret + zh: 秘钥 random: true required: true rule: paramComplexity @@ -53,6 +71,9 @@ additionalProperties: envKey: ALLOW_OPENAPI labelEn: Allow OpenAPI labelZh: 是否开启OpenAPI + label: + en: Allow OpenAPI + zh: 是否开启OpenAPI required: true type: select values: @@ -64,6 +85,9 @@ additionalProperties: envKey: ALLOW_REGISTER labelEn: Allow Register labelZh: 是否允许注册 + label: + en: Allow Register + zh: 是否允许注册 required: true type: select values: diff --git a/apps/timestamp-server/3.1.0-jvm/data.yml b/apps/timestamp-server/3.1.0-jvm/data.yml index ea29418bd..76fb6d6c6 100644 --- a/apps/timestamp-server/3.1.0-jvm/data.yml +++ b/apps/timestamp-server/3.1.0-jvm/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: service Port labelZh: 服务端口 + label: + en: service Port + zh: 服务端口 required: true type: number - default: "" @@ -12,5 +15,8 @@ additionalProperties: envKey: P12_PASSWORD labelEn: Pfx Cert Password labelZh: Pfx证书密码(无密码不填) + label: + en: Pfx Cert Password + zh: Pfx证书密码(无密码不填) required: false type: text diff --git a/apps/tinyauth/4.0.1/data.yml b/apps/tinyauth/4.0.1/data.yml index 735a7fcae..6736a0999 100644 --- a/apps/tinyauth/4.0.1/data.yml +++ b/apps/tinyauth/4.0.1/data.yml @@ -117,7 +117,7 @@ additionalProperties: zh-Hant: 背景圖片 required: false type: text - + - default: "github" envKey: PANEL_TINYAUTH_PROVIDER_ID labelEn: Provider ID @@ -131,7 +131,7 @@ additionalProperties: ko: 자동 리디렉션 제공자 zh: 提供商ID(仅填写一个,名称任意,如果为github或google,后面参数仅需要填写client_id和client_secret) zh-Hant: 供應商ID(僅填寫一個,名稱任意,如果為github或google,後面參數僅需要填寫client_id和client_secret) - required: True + required: true type: text # Generic @@ -139,6 +139,9 @@ additionalProperties: envKey: PANEL_TINYAUTH_GENERIC_CLIENT_ID labelEn: Generic Client ID labelZh: 通用客户端ID + label: + en: Generic Client ID + zh: 通用客户端ID required: true type: text @@ -146,6 +149,9 @@ additionalProperties: envKey: PANEL_TINYAUTH_GENERIC_CLIENT_SECRET labelEn: Generic Client Secret labelZh: 通用客户端密钥 + label: + en: Generic Client Secret + zh: 通用客户端密钥 required: true type: password @@ -153,6 +159,9 @@ additionalProperties: envKey: PANEL_TINYAUTH_GENERIC_NAME labelEn: Generic Provider Name labelZh: 通用提供商名称 + label: + en: Generic Provider Name + zh: 通用提供商名称 required: false type: text @@ -160,6 +169,9 @@ additionalProperties: envKey: PANEL_TINYAUTH_GENERIC_AUTH_URL labelEn: Generic Auth URL labelZh: 通用认证地址 + label: + en: Generic Auth URL + zh: 通用认证地址 required: false type: text @@ -167,6 +179,9 @@ additionalProperties: envKey: PANEL_TINYAUTH_GENERIC_TOKEN_URL labelEn: Generic Token URL labelZh: 通用令牌地址 + label: + en: Generic Token URL + zh: 通用令牌地址 required: false type: text @@ -174,6 +189,9 @@ additionalProperties: envKey: PANEL_TINYAUTH_GENERIC_USER_INFO_URL labelEn: Generic User Info URL labelZh: 通用用户信息地址 + label: + en: Generic User Info URL + zh: 通用用户信息地址 required: false type: text @@ -181,5 +199,8 @@ additionalProperties: envKey: PANEL_TINYAUTH_GENERIC_SCOPES labelEn: Generic Scopes labelZh: 通用范围 + label: + en: Generic Scopes + zh: 通用范围 required: false type: text diff --git a/apps/tinyfilemanager/master/data.yml b/apps/tinyfilemanager/master/data.yml index 5f1d3506f..363a3993f 100644 --- a/apps/tinyfilemanager/master/data.yml +++ b/apps/tinyfilemanager/master/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/index.php" @@ -20,5 +26,8 @@ additionalProperties: envKey: INDEX_PHP_PATH labelEn: Index.php Path labelZh: Index.php 路径 + label: + en: Index.php Path + zh: Index.php 路径 required: true type: text diff --git a/apps/tissue/1.7.5/data.yml b/apps/tissue/1.7.5/data.yml index 6789d72f9..010248e3d 100644 --- a/apps/tissue/1.7.5/data.yml +++ b/apps/tissue/1.7.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: TISSUE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 9193 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/tldraw/latest/data.yml b/apps/tldraw/latest/data.yml index 7dbb36cf1..96f3c36b5 100644 --- a/apps/tldraw/latest/data.yml +++ b/apps/tldraw/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/topiam-ce/2.0.0/data.yml b/apps/topiam-ce/2.0.0/data.yml index 4fbe01ab2..fd0f081df 100644 --- a/apps/topiam-ce/2.0.0/data.yml +++ b/apps/topiam-ce/2.0.0/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -28,6 +31,9 @@ additionalProperties: envKey: PANEL_REDIS_TYPE labelZh: Redis 服务 (前置检查) labelEn: Redis Service (Pre-check) + label: + en: Redis Service (Pre-check) + zh: Redis 服务 (前置检查) required: true type: apps values: @@ -38,12 +44,18 @@ additionalProperties: envKey: TOPIAM_CE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 1898 envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -52,6 +64,9 @@ additionalProperties: envKey: DB_HOST labelZh: 数据库 主机 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机 required: true type: text - default: 3306 @@ -59,6 +74,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -67,6 +85,9 @@ additionalProperties: envKey: DB_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -74,6 +95,9 @@ additionalProperties: envKey: DB_USER_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 required: true type: password - default: "topiam" @@ -81,6 +105,9 @@ additionalProperties: envKey: DB_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "127.0.0.1" @@ -88,6 +115,9 @@ additionalProperties: envKey: REDIS_HOSTNAME labelZh: Redis 主机 labelEn: Redis Host + label: + en: Redis Host + zh: Redis 主机 required: true type: text - default: 6379 @@ -95,6 +125,9 @@ additionalProperties: envKey: REDIS_PORT labelZh: Redis 端口 labelEn: Redis Port + label: + en: Redis Port + zh: Redis 端口 required: true rule: paramPort type: number @@ -103,6 +136,9 @@ additionalProperties: envKey: REDIS_DBINDEX labelZh: Redis 索引 labelEn: Redis Index + label: + en: Redis Index + zh: Redis 索引 required: true type: number - default: "" @@ -110,5 +146,8 @@ additionalProperties: envKey: REDIS_PASSWORD labelZh: Redis 密码 labelEn: Redis Password + label: + en: Redis Password + zh: Redis 密码 required: false type: password diff --git a/apps/traccar/6.10/data.yml b/apps/traccar/6.10/data.yml index 6ca5bbfd0..67f3d494e 100644 --- a/apps/traccar/6.10/data.yml +++ b/apps/traccar/6.10/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: TRACCAR_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8082 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/transmission/4.0.6/data.yml b/apps/transmission/4.0.6/data.yml index 2a02d4929..28ca5b511 100644 --- a/apps/transmission/4.0.6/data.yml +++ b/apps/transmission/4.0.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PEER_PORT_VALUE labelEn: Peer Port labelZh: BT端口 + label: + en: Peer Port + zh: BT端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: WATCH_PATH labelEn: Watch folder for torrent files labelZh: 监视种子文件的文件夹 + label: + en: Watch folder for torrent files + zh: 监视种子文件的文件夹 required: true type: text - default: ./data/downloads @@ -28,6 +37,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: WEBUI_USER labelEn: Webui user labelZh: 网页用户 + label: + en: Webui user + zh: 网页用户 required: false type: text - default: "" @@ -42,6 +57,9 @@ additionalProperties: envKey: WEBUI_PWD labelEn: Webui password labelZh: 网页密码 + label: + en: Webui password + zh: 网页密码 random: false required: false rule: paramComplexity diff --git a/apps/transmission/latest/data.yml b/apps/transmission/latest/data.yml index 2a02d4929..28ca5b511 100644 --- a/apps/transmission/latest/data.yml +++ b/apps/transmission/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PEER_PORT_VALUE labelEn: Peer Port labelZh: BT端口 + label: + en: Peer Port + zh: BT端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: WATCH_PATH labelEn: Watch folder for torrent files labelZh: 监视种子文件的文件夹 + label: + en: Watch folder for torrent files + zh: 监视种子文件的文件夹 required: true type: text - default: ./data/downloads @@ -28,6 +37,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download folder path labelZh: 下载文件夹路径 + label: + en: Download folder path + zh: 下载文件夹路径 required: true type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: WEBUI_USER labelEn: Webui user labelZh: 网页用户 + label: + en: Webui user + zh: 网页用户 required: false type: text - default: "" @@ -42,6 +57,9 @@ additionalProperties: envKey: WEBUI_PWD labelEn: Webui password labelZh: 网页密码 + label: + en: Webui password + zh: 网页密码 random: false required: false rule: paramComplexity diff --git a/apps/trilium-cn/0.63.7/data.yml b/apps/trilium-cn/0.63.7/data.yml index ca424ea88..5de6a80d2 100644 --- a/apps/trilium-cn/0.63.7/data.yml +++ b/apps/trilium-cn/0.63.7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/trilium-cn/latest/data.yml b/apps/trilium-cn/latest/data.yml index ca424ea88..5de6a80d2 100644 --- a/apps/trilium-cn/latest/data.yml +++ b/apps/trilium-cn/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/trilium/0.63.7/data.yml b/apps/trilium/0.63.7/data.yml index cb83282ee..dcb9c02db 100644 --- a/apps/trilium/0.63.7/data.yml +++ b/apps/trilium/0.63.7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/trilium/latest/data.yml b/apps/trilium/latest/data.yml index cb83282ee..dcb9c02db 100644 --- a/apps/trilium/latest/data.yml +++ b/apps/trilium/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/twikoo/arm32v7/data.yml b/apps/twikoo/arm32v7/data.yml index d15535f15..bb809e736 100644 --- a/apps/twikoo/arm32v7/data.yml +++ b/apps/twikoo/arm32v7/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/twikoo/latest/data.yml b/apps/twikoo/latest/data.yml index d15535f15..bb809e736 100644 --- a/apps/twikoo/latest/data.yml +++ b/apps/twikoo/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/twonav/20250913/data.yml b/apps/twonav/20250913/data.yml index 3a8251754..8807ea479 100644 --- a/apps/twonav/20250913/data.yml +++ b/apps/twonav/20250913/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/twonav/latest/data.yml b/apps/twonav/latest/data.yml index 3a8251754..8807ea479 100644 --- a/apps/twonav/latest/data.yml +++ b/apps/twonav/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/udyk-ce/6.0/data.yml b/apps/udyk-ce/6.0/data.yml index a01d5daa5..c8279c52e 100644 --- a/apps/udyk-ce/6.0/data.yml +++ b/apps/udyk-ce/6.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/ugly-avatar/latest/data.yml b/apps/ugly-avatar/latest/data.yml index b7ccf5a55..407255831 100644 --- a/apps/ugly-avatar/latest/data.yml +++ b/apps/ugly-avatar/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/umami-mysql/2.18.1/data.yml b/apps/umami-mysql/2.18.1/data.yml index 3a6b50c1a..46c6cec9b 100644 --- a/apps/umami-mysql/2.18.1/data.yml +++ b/apps/umami-mysql/2.18.1/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -24,6 +27,9 @@ additionalProperties: envKey: UMAMI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3000 @@ -31,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 连接端口 labelEn: Connection Port + label: + en: Connection Port + zh: 连接端口 required: true rule: paramPort type: number @@ -39,6 +48,9 @@ additionalProperties: envKey: APP_SECRET labelZh: 应用密钥 labelEn: Application Secret + label: + en: Application Secret + zh: 应用密钥 random: true required: false rule: paramComplexity @@ -48,6 +60,9 @@ additionalProperties: envKey: BASE_PATH labelZh: 基础路径 labelEn: Base Path + label: + en: Base Path + zh: 基础路径 required: true type: text - default: "" @@ -55,6 +70,9 @@ additionalProperties: envKey: ALLOWED_FRAME_URLS labelZh: 允许的 frame 地址 labelEn: Allowed frame urls + label: + en: Allowed frame urls + zh: 允许的 frame 地址 required: false type: text - default: "0" @@ -62,6 +80,9 @@ additionalProperties: envKey: DISABLE_BOT_CHECK labelZh: 禁用机器人检测 labelEn: Disable bot detection + label: + en: Disable bot detection + zh: 禁用机器人检测 required: true type: select values: @@ -74,6 +95,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 3306 @@ -81,6 +105,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -89,6 +116,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database User + label: + en: Database User + zh: 数据库 用户名 required: true type: text - default: "" @@ -96,6 +126,9 @@ additionalProperties: envKey: DB_PASSWORD labelEn: Database Password labelZh: 数据库 密码 + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -105,5 +138,8 @@ additionalProperties: envKey: DB_DATABASE_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text diff --git a/apps/umami/2.18.1/data.yml b/apps/umami/2.18.1/data.yml index d5964406d..6b10d3b1a 100644 --- a/apps/umami/2.18.1/data.yml +++ b/apps/umami/2.18.1/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -19,6 +22,9 @@ additionalProperties: envKey: UMAMI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3000 @@ -26,6 +32,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 连接端口 labelEn: Connection Port + label: + en: Connection Port + zh: 连接端口 required: true rule: paramPort type: number @@ -34,6 +43,9 @@ additionalProperties: envKey: APP_SECRET labelZh: 应用密钥 labelEn: Application Secret + label: + en: Application Secret + zh: 应用密钥 random: true required: false rule: paramComplexity @@ -43,6 +55,9 @@ additionalProperties: envKey: BASE_PATH labelZh: 基础路径 labelEn: Base Path + label: + en: Base Path + zh: 基础路径 required: true type: text - default: "" @@ -50,6 +65,9 @@ additionalProperties: envKey: ALLOWED_FRAME_URLS labelZh: 允许的 frame 地址 labelEn: Allowed frame urls + label: + en: Allowed frame urls + zh: 允许的 frame 地址 required: false type: text - default: "0" @@ -57,6 +75,9 @@ additionalProperties: envKey: DISABLE_BOT_CHECK labelZh: 禁用机器人检测 labelEn: Disable bot detection + label: + en: Disable bot detection + zh: 禁用机器人检测 required: true type: select values: @@ -69,6 +90,9 @@ additionalProperties: envKey: DB_HOSTNAME labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -76,6 +100,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -84,6 +111,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database User + label: + en: Database User + zh: 数据库 用户名 required: true type: text - default: "" @@ -91,6 +121,9 @@ additionalProperties: envKey: DB_PASSWORD labelEn: Database Password labelZh: 数据库 密码 + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -100,5 +133,8 @@ additionalProperties: envKey: DB_DATABASE_NAME labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text diff --git a/apps/unblockneteasemusic/0.27.10/data.yml b/apps/unblockneteasemusic/0.27.10/data.yml index bb30b86fc..150f91a18 100644 --- a/apps/unblockneteasemusic/0.27.10/data.yml +++ b/apps/unblockneteasemusic/0.27.10/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: SSL folder path labelZh: SSL证书文件夹路径 + label: + en: SSL folder path + zh: SSL证书文件夹路径 required: true type: text diff --git a/apps/unblockneteasemusic/latest/data.yml b/apps/unblockneteasemusic/latest/data.yml index bb30b86fc..150f91a18 100644 --- a/apps/unblockneteasemusic/latest/data.yml +++ b/apps/unblockneteasemusic/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: SSL folder path labelZh: SSL证书文件夹路径 + label: + en: SSL folder path + zh: SSL证书文件夹路径 required: true type: text diff --git a/apps/uni-api/1.6.95/data.yml b/apps/uni-api/1.6.95/data.yml index b95c2f270..0de0df113 100644 --- a/apps/uni-api/1.6.95/data.yml +++ b/apps/uni-api/1.6.95/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CONFIG_URL labelEn: CONFIG_URL labelZh: 远程配置文件地址(若配置,则首先拉取远程配置到本地) + label: + en: CONFIG_URL + zh: 远程配置文件地址(若配置,则首先拉取远程配置到本地) required: false type: text - default: ./config @@ -12,6 +15,9 @@ additionalProperties: envKey: LOCAL_CONFIG_PATH labelEn: local config file path labelZh: 本地配置文件地址 + label: + en: local config file path + zh: 本地配置文件地址 required: true type: text - default: ./data @@ -19,6 +25,9 @@ additionalProperties: envKey: DATA_PATH labelEn: uni-api data path labelZh: uni-api数据存储路径 + label: + en: uni-api data path + zh: uni-api数据存储路径 required: true type: text - default: 38000 @@ -26,6 +35,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/uni-api/latest/data.yml b/apps/uni-api/latest/data.yml index b95c2f270..0de0df113 100644 --- a/apps/uni-api/latest/data.yml +++ b/apps/uni-api/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: CONFIG_URL labelEn: CONFIG_URL labelZh: 远程配置文件地址(若配置,则首先拉取远程配置到本地) + label: + en: CONFIG_URL + zh: 远程配置文件地址(若配置,则首先拉取远程配置到本地) required: false type: text - default: ./config @@ -12,6 +15,9 @@ additionalProperties: envKey: LOCAL_CONFIG_PATH labelEn: local config file path labelZh: 本地配置文件地址 + label: + en: local config file path + zh: 本地配置文件地址 required: true type: text - default: ./data @@ -19,6 +25,9 @@ additionalProperties: envKey: DATA_PATH labelEn: uni-api data path labelZh: uni-api数据存储路径 + label: + en: uni-api data path + zh: uni-api数据存储路径 required: true type: text - default: 38000 @@ -26,6 +35,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/upsnap/5.2.3/data.yml b/apps/upsnap/5.2.3/data.yml index d77f2203b..7597c3bda 100644 --- a/apps/upsnap/5.2.3/data.yml +++ b/apps/upsnap/5.2.3/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: LISTEN_ADDR labelEn: Listening address labelZh: 监听地址 + label: + en: Listening address + zh: 监听地址 required: true type: text - default: "./data" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "@every 10s" @@ -34,6 +46,9 @@ additionalProperties: envKey: UPSNAP_INTERVAL labelEn: Scan Interval labelZh: 扫描间隔 + label: + en: Scan Interval + zh: 扫描间隔 required: true type: text - default: "192.168.1.0/24" @@ -41,6 +56,9 @@ additionalProperties: envKey: UPSNAP_SCAN_RANGE labelEn: Scan Range labelZh: 扫描网段范围 + label: + en: Scan Range + zh: 扫描网段范围 required: true type: text - default: "500ms" @@ -48,6 +66,9 @@ additionalProperties: envKey: UPSNAP_SCAN_TIMEOUT labelEn: Scan Timeout labelZh: 扫描超时 + label: + en: Scan Timeout + zh: 扫描超时 required: true type: text - default: "true" @@ -55,6 +76,9 @@ additionalProperties: envKey: UPSNAP_PING_PRIVILEGED labelEn: Ping Privileged labelZh: 使用特权权限进行 Ping + label: + en: Ping Privileged + zh: 使用特权权限进行 Ping required: true type: select values: @@ -67,6 +91,9 @@ additionalProperties: envKey: UPSNAP_WEBSITE_TITLE labelEn: Website Title labelZh: 网站标题 + label: + en: Website Title + zh: 网站标题 required: true type: text - default: "119.29.29.29" @@ -74,6 +101,9 @@ additionalProperties: envKey: DNS_SERVER_1 labelEn: DNS Server 1 labelZh: DNS 服务器 1 + label: + en: DNS Server 1 + zh: DNS 服务器 1 required: true type: text - default: "223.5.5.5" @@ -81,5 +111,8 @@ additionalProperties: envKey: DNS_SERVER_2 labelEn: DNS Server 2 labelZh: DNS 服务器 2 + label: + en: DNS Server 2 + zh: DNS 服务器 2 required: true type: text diff --git a/apps/upsnap/latest/data.yml b/apps/upsnap/latest/data.yml index d77f2203b..7597c3bda 100644 --- a/apps/upsnap/latest/data.yml +++ b/apps/upsnap/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: LISTEN_ADDR labelEn: Listening address labelZh: 监听地址 + label: + en: Listening address + zh: 监听地址 required: true type: text - default: "./data" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "Asia/Shanghai" @@ -27,6 +36,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "@every 10s" @@ -34,6 +46,9 @@ additionalProperties: envKey: UPSNAP_INTERVAL labelEn: Scan Interval labelZh: 扫描间隔 + label: + en: Scan Interval + zh: 扫描间隔 required: true type: text - default: "192.168.1.0/24" @@ -41,6 +56,9 @@ additionalProperties: envKey: UPSNAP_SCAN_RANGE labelEn: Scan Range labelZh: 扫描网段范围 + label: + en: Scan Range + zh: 扫描网段范围 required: true type: text - default: "500ms" @@ -48,6 +66,9 @@ additionalProperties: envKey: UPSNAP_SCAN_TIMEOUT labelEn: Scan Timeout labelZh: 扫描超时 + label: + en: Scan Timeout + zh: 扫描超时 required: true type: text - default: "true" @@ -55,6 +76,9 @@ additionalProperties: envKey: UPSNAP_PING_PRIVILEGED labelEn: Ping Privileged labelZh: 使用特权权限进行 Ping + label: + en: Ping Privileged + zh: 使用特权权限进行 Ping required: true type: select values: @@ -67,6 +91,9 @@ additionalProperties: envKey: UPSNAP_WEBSITE_TITLE labelEn: Website Title labelZh: 网站标题 + label: + en: Website Title + zh: 网站标题 required: true type: text - default: "119.29.29.29" @@ -74,6 +101,9 @@ additionalProperties: envKey: DNS_SERVER_1 labelEn: DNS Server 1 labelZh: DNS 服务器 1 + label: + en: DNS Server 1 + zh: DNS 服务器 1 required: true type: text - default: "223.5.5.5" @@ -81,5 +111,8 @@ additionalProperties: envKey: DNS_SERVER_2 labelEn: DNS Server 2 labelZh: DNS 服务器 2 + label: + en: DNS Server 2 + zh: DNS 服务器 2 required: true type: text diff --git a/apps/uptime-kuma/1.23.17/data.yml b/apps/uptime-kuma/1.23.17/data.yml index c39fdb518..698bacfad 100644 --- a/apps/uptime-kuma/1.23.17/data.yml +++ b/apps/uptime-kuma/1.23.17/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: UPTIME_KUMA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3001 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: UPTIME_KUMA_CLOUDFLARED_TOKEN labelZh: Cloudflared 隧道令牌 labelEn: Cloudflared tunnel token + label: + en: Cloudflared tunnel token + zh: Cloudflared 隧道令牌 required: false type: text - default: "false" @@ -27,6 +36,9 @@ additionalProperties: envKey: UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN labelZh: 禁用 Frame SameOrigin labelEn: Disable Frame SameOrigin + label: + en: Disable Frame SameOrigin + zh: 禁用 Frame SameOrigin required: true type: select values: diff --git a/apps/uptime-kuma/2.0.2/data.yml b/apps/uptime-kuma/2.0.2/data.yml index 5c5753fdb..441431c86 100644 --- a/apps/uptime-kuma/2.0.2/data.yml +++ b/apps/uptime-kuma/2.0.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: UPTIME_KUMA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3001 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/uuwaf/6.8.0/data.yml b/apps/uuwaf/6.8.0/data.yml index 8eb6fdc06..48e13b1b7 100644 --- a/apps/uuwaf/6.8.0/data.yml +++ b/apps/uuwaf/6.8.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP 端口 + label: + en: HTTP Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS 端口 + label: + en: HTTPS Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_CONSOLE labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -29,12 +38,18 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: "Safe3.WAF" envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 required: true rule: paramComplexity type: password @@ -43,5 +58,8 @@ additionalProperties: envKey: MYSQL_MAX_CONNECTIONS labelEn: MySQL Max Connections labelZh: 数据库最大连接数 + label: + en: MySQL Max Connections + zh: 数据库最大连接数 required: true type: number diff --git a/apps/v2raya-global/2.2.7.4/data.yml b/apps/v2raya-global/2.2.7.4/data.yml index a196a1ec0..8c79c8c0c 100644 --- a/apps/v2raya-global/2.2.7.4/data.yml +++ b/apps/v2raya-global/2.2.7.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: V2RAYA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2017 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_PLUGIN labelZh: 插件监听端口 labelEn: Plugin listening port + label: + en: Plugin listening port + zh: 插件监听端口 required: true rule: paramPort type: number diff --git a/apps/v2raya/2.2.7.4/data.yml b/apps/v2raya/2.2.7.4/data.yml index dd05738b9..903bf2d2e 100644 --- a/apps/v2raya/2.2.7.4/data.yml +++ b/apps/v2raya/2.2.7.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: V2RAYA_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2017 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number diff --git a/apps/v2raya/latest/data.yml b/apps/v2raya/latest/data.yml index 14323ff75..648ead1dd 100644 --- a/apps/v2raya/latest/data.yml +++ b/apps/v2raya/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PLUGIN_PORT labelEn: Internal plug-in port labelZh: 内部插件端口 + label: + en: Internal plug-in port + zh: 内部插件端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/van-nav/1.12.1/data.yml b/apps/van-nav/1.12.1/data.yml index 0b7dab51f..89c7141c5 100644 --- a/apps/van-nav/1.12.1/data.yml +++ b/apps/van-nav/1.12.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/van-nav/latest/data.yml b/apps/van-nav/latest/data.yml index 0b7dab51f..89c7141c5 100644 --- a/apps/van-nav/latest/data.yml +++ b/apps/van-nav/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/vanblog/0.54.0/data.yml b/apps/vanblog/0.54.0/data.yml index 810a94938..e2781cbe5 100644 --- a/apps/vanblog/0.54.0/data.yml +++ b/apps/vanblog/0.54.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: HTTP 端口 + label: + en: Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: HTTPS 端口 + label: + en: Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "Asia/Shanghai" @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: EMAIL labelEn: Mailbox for automatic https certificate application labelZh: 用于自动申请 https 证书的邮箱 + label: + en: Mailbox for automatic https certificate application + zh: 用于自动申请 https 证书的邮箱 required: false type: text - default: "" @@ -42,12 +57,18 @@ additionalProperties: envKey: VAN_BLOG_CDN_URL labelEn: CDN URL labelZh: CDN 地址 + label: + en: CDN URL + zh: CDN 地址 required: false type: text - default: "waline" envKey: VAN_BLOG_WALINE_DB labelEn: Database name of the embedded commenting system labelZh: 内嵌评论系统的数据库名 + label: + en: Database name of the embedded commenting system + zh: 内嵌评论系统的数据库名 required: false type: text edit: true @@ -57,6 +78,9 @@ additionalProperties: key: mongodb labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: "vanblog" @@ -64,6 +88,9 @@ additionalProperties: envKey: MONGO_DB labelEn: Database Name labelZh: 数据库名 + label: + en: Database Name + zh: 数据库名 random: true required: true rule: paramCommon @@ -73,6 +100,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_USER labelEn: Database User Name labelZh: 数据库用户名 + label: + en: Database User Name + zh: 数据库用户名 required: true rule: paramCommon type: text @@ -81,6 +111,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_PASSWORD labelEn: Database User Password labelZh: 数据库密码 + label: + en: Database User Password + zh: 数据库密码 required: true rule: paramCommon type: password diff --git a/apps/vanblog/latest/data.yml b/apps/vanblog/latest/data.yml index 810a94938..e2781cbe5 100644 --- a/apps/vanblog/latest/data.yml +++ b/apps/vanblog/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: HTTP 端口 + label: + en: Port + zh: HTTP 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: Port labelZh: HTTPS 端口 + label: + en: Port + zh: HTTPS 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "Asia/Shanghai" @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "" @@ -35,6 +47,9 @@ additionalProperties: envKey: EMAIL labelEn: Mailbox for automatic https certificate application labelZh: 用于自动申请 https 证书的邮箱 + label: + en: Mailbox for automatic https certificate application + zh: 用于自动申请 https 证书的邮箱 required: false type: text - default: "" @@ -42,12 +57,18 @@ additionalProperties: envKey: VAN_BLOG_CDN_URL labelEn: CDN URL labelZh: CDN 地址 + label: + en: CDN URL + zh: CDN 地址 required: false type: text - default: "waline" envKey: VAN_BLOG_WALINE_DB labelEn: Database name of the embedded commenting system labelZh: 内嵌评论系统的数据库名 + label: + en: Database name of the embedded commenting system + zh: 内嵌评论系统的数据库名 required: false type: text edit: true @@ -57,6 +78,9 @@ additionalProperties: key: mongodb labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: "vanblog" @@ -64,6 +88,9 @@ additionalProperties: envKey: MONGO_DB labelEn: Database Name labelZh: 数据库名 + label: + en: Database Name + zh: 数据库名 random: true required: true rule: paramCommon @@ -73,6 +100,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_USER labelEn: Database User Name labelZh: 数据库用户名 + label: + en: Database User Name + zh: 数据库用户名 required: true rule: paramCommon type: text @@ -81,6 +111,9 @@ additionalProperties: envKey: PANEL_DB_ROOT_PASSWORD labelEn: Database User Password labelZh: 数据库密码 + label: + en: Database User Password + zh: 数据库密码 required: true rule: paramCommon type: password diff --git a/apps/verdaccio/6.2.1/data.yml b/apps/verdaccio/6.2.1/data.yml index b924f4060..2116d8808 100644 --- a/apps/verdaccio/6.2.1/data.yml +++ b/apps/verdaccio/6.2.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: STORAGE_PATH labelEn: Storage Path labelZh: 存储路径 + label: + en: Storage Path + zh: 存储路径 required: true type: text - default: "./data/config" @@ -20,6 +26,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/plugins" @@ -27,6 +36,9 @@ additionalProperties: envKey: PLUGINS_PATH labelEn: Plugins Path labelZh: 插件路径 + label: + en: Plugins Path + zh: 插件路径 required: true type: text - default: "/opt/verdaccio" @@ -34,6 +46,9 @@ additionalProperties: envKey: VERDACCIO_APPDIR labelEn: App Directory labelZh: 应用目录 + label: + en: App Directory + zh: 应用目录 required: true type: text - default: "verdaccio" @@ -41,6 +56,9 @@ additionalProperties: envKey: VERDACCIO_USER_NAME labelEn: User Name labelZh: 用户名 + label: + en: User Name + zh: 用户名 required: true type: text - default: "10001" @@ -48,6 +66,9 @@ additionalProperties: envKey: VERDACCIO_USER_UID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "http" @@ -55,5 +76,8 @@ additionalProperties: envKey: VERDACCIO_PROTOCOL labelEn: Protocol labelZh: 协议 + label: + en: Protocol + zh: 协议 required: true type: text diff --git a/apps/verdaccio/nightly-master/data.yml b/apps/verdaccio/nightly-master/data.yml index b924f4060..2116d8808 100644 --- a/apps/verdaccio/nightly-master/data.yml +++ b/apps/verdaccio/nightly-master/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: STORAGE_PATH labelEn: Storage Path labelZh: 存储路径 + label: + en: Storage Path + zh: 存储路径 required: true type: text - default: "./data/config" @@ -20,6 +26,9 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text - default: "./data/plugins" @@ -27,6 +36,9 @@ additionalProperties: envKey: PLUGINS_PATH labelEn: Plugins Path labelZh: 插件路径 + label: + en: Plugins Path + zh: 插件路径 required: true type: text - default: "/opt/verdaccio" @@ -34,6 +46,9 @@ additionalProperties: envKey: VERDACCIO_APPDIR labelEn: App Directory labelZh: 应用目录 + label: + en: App Directory + zh: 应用目录 required: true type: text - default: "verdaccio" @@ -41,6 +56,9 @@ additionalProperties: envKey: VERDACCIO_USER_NAME labelEn: User Name labelZh: 用户名 + label: + en: User Name + zh: 用户名 required: true type: text - default: "10001" @@ -48,6 +66,9 @@ additionalProperties: envKey: VERDACCIO_USER_UID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "http" @@ -55,5 +76,8 @@ additionalProperties: envKey: VERDACCIO_PROTOCOL labelEn: Protocol labelZh: 协议 + label: + en: Protocol + zh: 协议 required: true type: text diff --git a/apps/vertex/2025.09.27/data.yml b/apps/vertex/2025.09.27/data.yml index 423c24341..a9ebb9c76 100644 --- a/apps/vertex/2025.09.27/data.yml +++ b/apps/vertex/2025.09.27/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/vertex/latest/data.yml b/apps/vertex/latest/data.yml index 423c24341..a9ebb9c76 100644 --- a/apps/vertex/latest/data.yml +++ b/apps/vertex/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/vertex/stable/data.yml b/apps/vertex/stable/data.yml index 423c24341..a9ebb9c76 100644 --- a/apps/vertex/stable/data.yml +++ b/apps/vertex/stable/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/verysync/2.21.3/data.yml b/apps/verysync/2.21.3/data.yml index 37b611e23..a8ef779b4 100644 --- a/apps/verysync/2.21.3/data.yml +++ b/apps/verysync/2.21.3/data.yml @@ -1,49 +1,67 @@ additionalProperties: - formFields: - - default: 8886 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Web Port - labelZh: Web管理端口 - required: true - rule: paramPort - type: number - - default: 22330 - edit: true - envKey: VERYSYNC_TRANSFER_PORT - labelEn: Transfer Port - labelZh: 数据传输端口 - required: true - rule: paramPort - type: number - - default: 3000 - edit: true - envKey: PUBLIC_RELAY_PORT - labelEn: Public Relay Port - labelZh: 公共中继端口 - required: true - rule: paramPort - type: number - - default: 22027 - edit: true - envKey: LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_1 - labelEn: Local Area Network UDP discovery port 1 - labelZh: 内网udp发现端口1 - required: true - rule: paramPort - type: number - - default: 22037 - edit: true - envKey: LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_2 - labelEn: Local Area Network UDP discovery port 2 - labelZh: 内网udp发现端口2 - required: true - rule: paramPort - type: number - - default: ./data - edit: true - envKey: VERYSYNC_DATA_PATH - labelEn: Data Path - labelZh: 数据目录 - required: true - type: text \ No newline at end of file + formFields: + - default: 8886 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Web Port + labelZh: Web管理端口 + label: + en: Web Port + zh: Web管理端口 + required: true + rule: paramPort + type: number + - default: 22330 + edit: true + envKey: VERYSYNC_TRANSFER_PORT + labelEn: Transfer Port + labelZh: 数据传输端口 + label: + en: Transfer Port + zh: 数据传输端口 + required: true + rule: paramPort + type: number + - default: 3000 + edit: true + envKey: PUBLIC_RELAY_PORT + labelEn: Public Relay Port + labelZh: 公共中继端口 + label: + en: Public Relay Port + zh: 公共中继端口 + required: true + rule: paramPort + type: number + - default: 22027 + edit: true + envKey: LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_1 + labelEn: Local Area Network UDP discovery port 1 + labelZh: 内网udp发现端口1 + label: + en: Local Area Network UDP discovery port 1 + zh: 内网udp发现端口1 + required: true + rule: paramPort + type: number + - default: 22037 + edit: true + envKey: LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_2 + labelEn: Local Area Network UDP discovery port 2 + labelZh: 内网udp发现端口2 + label: + en: Local Area Network UDP discovery port 2 + zh: 内网udp发现端口2 + required: true + rule: paramPort + type: number + - default: ./data + edit: true + envKey: VERYSYNC_DATA_PATH + labelEn: Data Path + labelZh: 数据目录 + label: + en: Data Path + zh: 数据目录 + required: true + type: text diff --git a/apps/vocechat/0.5.0-arm64/data.yml b/apps/vocechat/0.5.0-arm64/data.yml index 03bda611f..b82c1a92d 100644 --- a/apps/vocechat/0.5.0-arm64/data.yml +++ b/apps/vocechat/0.5.0-arm64/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/vocechat/0.5.0/data.yml b/apps/vocechat/0.5.0/data.yml index 03bda611f..b82c1a92d 100644 --- a/apps/vocechat/0.5.0/data.yml +++ b/apps/vocechat/0.5.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/vocechat/latest-arm64/data.yml b/apps/vocechat/latest-arm64/data.yml index 03bda611f..b82c1a92d 100644 --- a/apps/vocechat/latest-arm64/data.yml +++ b/apps/vocechat/latest-arm64/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/vocechat/latest/data.yml b/apps/vocechat/latest/data.yml index 03bda611f..b82c1a92d 100644 --- a/apps/vocechat/latest/data.yml +++ b/apps/vocechat/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/vps-stock-monitor/latest/data.yml b/apps/vps-stock-monitor/latest/data.yml index 476afcd14..95c94c63a 100644 --- a/apps/vps-stock-monitor/latest/data.yml +++ b/apps/vps-stock-monitor/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "http://flaresolverr:8191" @@ -20,5 +26,8 @@ additionalProperties: envKey: PROXY_HOST labelEn: Proxy Host labelZh: 代理主机 + label: + en: Proxy Host + zh: 代理主机 required: false type: text diff --git a/apps/vue-color-avatar/latest/data.yml b/apps/vue-color-avatar/latest/data.yml index ea3be565d..5af55b359 100644 --- a/apps/vue-color-avatar/latest/data.yml +++ b/apps/vue-color-avatar/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/wallos/4.5.0/data.yml b/apps/wallos/4.5.0/data.yml index fae9b77f2..01e6482f0 100644 --- a/apps/wallos/4.5.0/data.yml +++ b/apps/wallos/4.5.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,4 +16,7 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true diff --git a/apps/wallos/latest/data.yml b/apps/wallos/latest/data.yml index fae9b77f2..01e6482f0 100644 --- a/apps/wallos/latest/data.yml +++ b/apps/wallos/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,4 +16,7 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true diff --git a/apps/warp-docker/2025.8.779.0.2.12.0/data.yml b/apps/warp-docker/2025.8.779.0.2.12.0/data.yml index a22aac73e..153821c7c 100644 --- a/apps/warp-docker/2025.8.779.0.2.12.0/data.yml +++ b/apps/warp-docker/2025.8.779.0.2.12.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: WARP_SLEEP labelEn: Warp Sleep labelZh: Warp 睡眠时间 + label: + en: Warp Sleep + zh: Warp 睡眠时间 required: true type: number - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: WARP_LICENSE_KEY labelEn: Warp License Key labelZh: Warp 许可证密钥 + label: + en: Warp License Key + zh: Warp 许可证密钥 required: false type: text - default: ./data @@ -27,5 +36,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/warp-docker/latest/data.yml b/apps/warp-docker/latest/data.yml index a22aac73e..153821c7c 100644 --- a/apps/warp-docker/latest/data.yml +++ b/apps/warp-docker/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: WARP_SLEEP labelEn: Warp Sleep labelZh: Warp 睡眠时间 + label: + en: Warp Sleep + zh: Warp 睡眠时间 required: true type: number - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: WARP_LICENSE_KEY labelEn: Warp License Key labelZh: Warp 许可证密钥 + label: + en: Warp License Key + zh: Warp 许可证密钥 required: false type: text - default: ./data @@ -27,5 +36,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text diff --git a/apps/watchtower/1.7.1/data.yml b/apps/watchtower/1.7.1/data.yml index 8f08a3fa0..a122d2f95 100644 --- a/apps/watchtower/1.7.1/data.yml +++ b/apps/watchtower/1.7.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ENV1 labelEn: Environmental parameters (split by ;) labelZh: 环境参数(以;分割) + label: + en: Environmental parameters (split by ;) + zh: 环境参数(以;分割) required: true type: text - default: --interval 3600 --cleanup @@ -12,5 +15,8 @@ additionalProperties: envKey: COMMAND1 labelEn: Command parameters (separated by spaces) labelZh: 命令参数(以空格分割) + label: + en: Command parameters (separated by spaces) + zh: 命令参数(以空格分割) required: true type: text diff --git a/apps/watchtower/latest/data.yml b/apps/watchtower/latest/data.yml index 8f08a3fa0..a122d2f95 100644 --- a/apps/watchtower/latest/data.yml +++ b/apps/watchtower/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ENV1 labelEn: Environmental parameters (split by ;) labelZh: 环境参数(以;分割) + label: + en: Environmental parameters (split by ;) + zh: 环境参数(以;分割) required: true type: text - default: --interval 3600 --cleanup @@ -12,5 +15,8 @@ additionalProperties: envKey: COMMAND1 labelEn: Command parameters (separated by spaces) labelZh: 命令参数(以空格分割) + label: + en: Command parameters (separated by spaces) + zh: 命令参数(以空格分割) required: true type: text diff --git a/apps/watchyourlan/2.1.4/data.yml b/apps/watchyourlan/2.1.4/data.yml index 9dccce1db..fbf8bc634 100644 --- a/apps/watchyourlan/2.1.4/data.yml +++ b/apps/watchyourlan/2.1.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: WATCHYOURLAN_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8840 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: 访问端口 labelEn: Port + label: + en: Port + zh: 访问端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: THEME labelZh: 主题 labelEn: Theme + label: + en: Theme + zh: 主题 required: true type: select values: @@ -40,6 +49,9 @@ additionalProperties: envKey: COLOR labelZh: 颜色 labelEn: Color + label: + en: Color + zh: 颜色 required: true type: select values: @@ -52,6 +64,9 @@ additionalProperties: envKey: SHOUTRRR_URL labelZh: 通知地址 labelEn: Notification URL + label: + en: Notification URL + zh: 通知地址 required: false type: text - default: "enp2s0" @@ -59,6 +74,9 @@ additionalProperties: envKey: IFACES labelZh: 监听网卡 (多个用逗号分隔) labelEn: Listening network card (separated by commas) + label: + en: Listening network card (separated by commas) + zh: 监听网卡 (多个用逗号分隔) required: true type: text - default: 120 @@ -66,6 +84,9 @@ additionalProperties: envKey: TIMEOUT labelZh: 超时时间 (秒) labelEn: Timeout (seconds) + label: + en: Timeout (seconds) + zh: 超时时间 (秒) required: true type: number - default: 48 @@ -73,6 +94,9 @@ additionalProperties: envKey: TRIM_HIST labelZh: 历史记录保留失效 (小时) labelEn: Historical record retention invalid (hours) + label: + en: Historical record retention invalid (hours) + zh: 历史记录保留失效 (小时) required: true type: number - default: "false" @@ -80,6 +104,9 @@ additionalProperties: envKey: HIST_IN_DB labelZh: 历史记录存储方式 labelEn: Historical record storage method + label: + en: Historical record storage method + zh: 历史记录存储方式 required: true type: select values: @@ -92,6 +119,9 @@ additionalProperties: envKey: USE_DB labelZh: 数据存储方式 labelEn: Data storage method + label: + en: Data storage method + zh: 数据存储方式 required: true type: select values: @@ -104,5 +134,8 @@ additionalProperties: envKey: PG_CONNECT labelZh: PostgreSQL 连接地址 labelEn: PostgreSQL connection address + label: + en: PostgreSQL connection address + zh: PostgreSQL 连接地址 required: false type: text diff --git a/apps/web-check/latest/data.yml b/apps/web-check/latest/data.yml index 0b96d4e21..ce278ab5d 100644 --- a/apps/web-check/latest/data.yml +++ b/apps/web-check/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/weblate/5.14.1.1/data.yml b/apps/weblate/5.14.1.1/data.yml index 3fb4db62c..be5cab2aa 100644 --- a/apps/weblate/5.14.1.1/data.yml +++ b/apps/weblate/5.14.1.1/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_POSTGRES_TYPE labelZh: Postgres 服务 (前置检查) labelEn: Postgres Service (Pre-check) + label: + en: Postgres Service (Pre-check) + zh: Postgres 服务 (前置检查) required: true type: apps values: @@ -23,6 +26,9 @@ additionalProperties: envKey: PANEL_REDIS_TYPE labelZh: Redis 服务 (前置检查) labelEn: Redis Service (Pre-check) + label: + en: Redis Service (Pre-check) + zh: Redis 服务 (前置检查) required: true type: apps values: @@ -33,6 +39,9 @@ additionalProperties: envKey: WEBLATE_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8080 @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -48,6 +60,9 @@ additionalProperties: envKey: WEBLATE_ADMIN_NAME labelZh: 管理员名称 labelEn: Admin name + label: + en: Admin name + zh: 管理员名称 required: true type: text - default: "weblate@example.com" @@ -55,6 +70,9 @@ additionalProperties: envKey: WEBLATE_ADMIN_EMAIL labelZh: 管理员邮箱 labelEn: Admin email + label: + en: Admin email + zh: 管理员邮箱 required: true type: text - default: "" @@ -62,6 +80,9 @@ additionalProperties: envKey: WEBLATE_ADMIN_PASSWORD labelZh: 管理员密码 labelEn: Admin password + label: + en: Admin password + zh: 管理员密码 required: true type: password - default: "" @@ -69,6 +90,9 @@ additionalProperties: envKey: WEBLATE_SITE_DOMAIN labelZh: 站点域名 labelEn: Site domain + label: + en: Site domain + zh: 站点域名 required: true type: text - default: "Weblate 翻译平台" @@ -76,6 +100,9 @@ additionalProperties: envKey: WEBLATE_SITE_TITLE labelZh: 站点标题 labelEn: Site title + label: + en: Site title + zh: 站点标题 required: true type: text - default: "1" @@ -83,6 +110,9 @@ additionalProperties: envKey: WEBLATE_REGISTRATION_OPEN labelZh: 是否开放注册 labelEn: Registration open + label: + en: Registration open + zh: 是否开放注册 required: true type: select values: @@ -95,6 +125,9 @@ additionalProperties: envKey: POSTGRES_HOST labelZh: 数据库 主机地址 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机地址 required: true type: text - default: 5432 @@ -102,6 +135,9 @@ additionalProperties: envKey: POSTGRES_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -110,6 +146,9 @@ additionalProperties: envKey: POSTGRES_DB labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true rule: paramCommon type: text @@ -118,6 +157,9 @@ additionalProperties: envKey: POSTGRES_USER labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -125,6 +167,9 @@ additionalProperties: envKey: POSTGRES_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 random: true required: true rule: paramComplexity @@ -134,6 +179,9 @@ additionalProperties: envKey: REDIS_HOST labelZh: Redis 主机 labelEn: Redis Host + label: + en: Redis Host + zh: Redis 主机 required: true type: text - default: 6379 @@ -141,6 +189,9 @@ additionalProperties: envKey: REDIS_PORT labelZh: Redis 端口 labelEn: Redis Port + label: + en: Redis Port + zh: Redis 端口 required: true rule: paramPort type: number @@ -149,6 +200,9 @@ additionalProperties: envKey: REDIS_DB labelZh: Redis 索引 (0-20) labelEn: Redis Index (0-20) + label: + en: Redis Index (0-20) + zh: Redis 索引 (0-20) required: true type: number - default: "" @@ -156,6 +210,9 @@ additionalProperties: envKey: REDIS_PASSWORD labelZh: Redis 密码 labelEn: Redis Password + label: + en: Redis Password + zh: Redis 密码 required: false type: password - default: "" @@ -163,6 +220,9 @@ additionalProperties: envKey: WEBLATE_SERVER_EMAIL labelZh: 错误信息通知邮箱 labelEn: Error notification email + label: + en: Error notification email + zh: 错误信息通知邮箱 required: true type: text - default: "" @@ -170,6 +230,9 @@ additionalProperties: envKey: WEBLATE_DEFAULT_FROM_EMAIL labelZh: 默认发件邮箱 labelEn: Default sender email + label: + en: Default sender email + zh: 默认发件邮箱 required: true type: text - default: "smtp.gmail.com" @@ -177,6 +240,9 @@ additionalProperties: envKey: WEBLATE_EMAIL_HOST labelZh: 电子邮件服务器主机名 labelEn: Email server hostname + label: + en: Email server hostname + zh: 电子邮件服务器主机名 required: true type: text - default: 465 @@ -184,6 +250,9 @@ additionalProperties: envKey: WEBLATE_EMAIL_PORT labelZh: 电子邮件服务器端口 (465/SSL 587/TLS) labelEn: Email server port (465/SSL 587/TLS) + label: + en: Email server port (465/SSL 587/TLS) + zh: 电子邮件服务器端口 (465/SSL 587/TLS) required: true type: number - default: "" @@ -191,6 +260,9 @@ additionalProperties: envKey: WEBLATE_EMAIL_HOST_USER labelZh: 电子邮件服务器用户名 labelEn: Email server username + label: + en: Email server username + zh: 电子邮件服务器用户名 required: true type: text - default: "" @@ -198,6 +270,9 @@ additionalProperties: envKey: WEBLATE_EMAIL_HOST_PASSWORD labelZh: 电子邮件服务器密码 labelEn: Email server password + label: + en: Email server password + zh: 电子邮件服务器密码 required: true type: password - default: "" @@ -205,6 +280,9 @@ additionalProperties: envKey: GET_HELP_URL labelZh: 帮助文档链接 labelEn: Help document link + label: + en: Help document link + zh: 帮助文档链接 required: false type: text - default: "" @@ -212,6 +290,9 @@ additionalProperties: envKey: STATUS_URL labelZh: 服务状态链接 labelEn: Service status link + label: + en: Service status link + zh: 服务状态链接 required: false type: text - default: "" @@ -219,6 +300,9 @@ additionalProperties: envKey: LEGAL_URL labelZh: 法律声明链接 labelEn: Legal statement link + label: + en: Legal statement link + zh: 法律声明链接 required: false type: text - default: "" @@ -226,5 +310,8 @@ additionalProperties: envKey: PRIVACY_URL labelZh: 隐私政策链接 labelEn: Privacy policy link + label: + en: Privacy policy link + zh: 隐私政策链接 required: false type: text diff --git a/apps/webos/1.4.4/data.yml b/apps/webos/1.4.4/data.yml index c8ed6f28b..45e245637 100644 --- a/apps/webos/1.4.4/data.yml +++ b/apps/webos/1.4.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/webos/latest/data.yml b/apps/webos/latest/data.yml index c8ed6f28b..45e245637 100644 --- a/apps/webos/latest/data.yml +++ b/apps/webos/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/wechatpadpro/18.6/data.yml b/apps/wechatpadpro/18.6/data.yml index 5923a6e26..70cfe3991 100644 --- a/apps/wechatpadpro/18.6/data.yml +++ b/apps/wechatpadpro/18.6/data.yml @@ -10,6 +10,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelZh: MySQL 服务 (前置检查) labelEn: Database Service (Pre-check) + label: + en: Database Service (Pre-check) + zh: MySQL 服务 (前置检查) required: true type: apps values: @@ -28,6 +31,9 @@ additionalProperties: envKey: PANEL_REDIS_TYPE labelZh: Redis 服务 (前置检查) labelEn: Redis Service (Pre-check) + label: + en: Redis Service (Pre-check) + zh: Redis 服务 (前置检查) required: true type: apps values: @@ -38,6 +44,9 @@ additionalProperties: envKey: WECHATPADPRO_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 1238 @@ -45,6 +54,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -53,6 +65,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WECHAT labelZh: 微信 API 端口 labelEn: WeChat API port + label: + en: WeChat API port + zh: 微信 API 端口 required: true rule: paramPort type: number @@ -61,6 +76,9 @@ additionalProperties: envKey: DB_HOST labelZh: 数据库 主机 labelEn: Database Host + label: + en: Database Host + zh: 数据库 主机 required: true type: text - default: 3306 @@ -68,6 +86,9 @@ additionalProperties: envKey: DB_PORT labelZh: 数据库 端口 labelEn: Database Port + label: + en: Database Port + zh: 数据库 端口 required: true rule: paramPort type: number @@ -76,6 +97,9 @@ additionalProperties: envKey: DB_DATABASE labelZh: 数据库 名称 labelEn: Database Name + label: + en: Database Name + zh: 数据库 名称 required: true type: text - default: "wechatpadpro" @@ -83,6 +107,9 @@ additionalProperties: envKey: DB_USERNAME labelZh: 数据库 用户名 labelEn: Database Username + label: + en: Database Username + zh: 数据库 用户名 required: true type: text - default: "" @@ -90,6 +117,9 @@ additionalProperties: envKey: DB_PASSWORD labelZh: 数据库 密码 labelEn: Database Password + label: + en: Database Password + zh: 数据库 密码 required: true type: password - default: "127.0.0.1" @@ -97,6 +127,9 @@ additionalProperties: envKey: REDIS_HOST labelZh: Redis 主机 labelEn: Redis Host + label: + en: Redis Host + zh: Redis 主机 required: true type: text - default: 6379 @@ -104,6 +137,9 @@ additionalProperties: envKey: REDIS_PORT labelZh: Redis 端口 labelEn: Redis Port + label: + en: Redis Port + zh: Redis 端口 required: true rule: paramPort type: number @@ -112,6 +148,9 @@ additionalProperties: envKey: REDIS_DB labelZh: Redis 索引 (0-20) labelEn: Redis Index (0-20) + label: + en: Redis Index (0-20) + zh: Redis 索引 (0-20) required: true type: number - default: "" @@ -119,6 +158,9 @@ additionalProperties: envKey: REDIS_PASSWORD labelZh: Redis 密码 labelEn: Redis Password + label: + en: Redis Password + zh: Redis 密码 required: false type: password - default: "" @@ -126,6 +168,9 @@ additionalProperties: envKey: ADMIN_KEY labelZh: 管理员密钥 labelEn: Admin Key + label: + en: Admin Key + zh: 管理员密钥 required: true type: text - default: "" @@ -133,6 +178,9 @@ additionalProperties: envKey: GH_WXID labelZh: 推广公众号微信ID labelEn: Promotion WeChat ID + label: + en: Promotion WeChat ID + zh: 推广公众号微信ID required: false type: text - default: "" @@ -140,5 +188,8 @@ additionalProperties: envKey: API_VERSION labelZh: API 版本前缀 labelEn: API Version Prefix + label: + en: API Version Prefix + zh: API 版本前缀 required: false type: text diff --git a/apps/weektodo/latest/data.yml b/apps/weektodo/latest/data.yml index 820460d9a..af392dccf 100644 --- a/apps/weektodo/latest/data.yml +++ b/apps/weektodo/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/wewe-rss/2.6.1/data.yml b/apps/wewe-rss/2.6.1/data.yml index 7b58cc324..cf52a0af5 100644 --- a/apps/wewe-rss/2.6.1/data.yml +++ b/apps/wewe-rss/2.6.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "sqlite" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATABASE_TYPE labelEn: Database Type labelZh: 数据库类型 + label: + en: Database Type + zh: 数据库类型 required: true type: text - default: "password" @@ -27,6 +36,9 @@ additionalProperties: envKey: AUTH_CODE labelEn: Auth Code labelZh: 授权码 + label: + en: Auth Code + zh: 授权码 random: true required: true rule: paramComplexity @@ -36,6 +48,9 @@ additionalProperties: envKey: SERVER_ORIGIN_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true rule: paramExtUrl type: text @@ -44,6 +59,9 @@ additionalProperties: envKey: FEED_MODE labelEn: Feed Mode labelZh: 提取模式 + label: + en: Feed Mode + zh: 提取模式 required: false type: text - default: "35 5,17 * * *" @@ -51,6 +69,9 @@ additionalProperties: envKey: CRON_EXPRESSION labelEn: Cron Expression labelZh: 定时更新表达式 + label: + en: Cron Expression + zh: 定时更新表达式 required: false type: text - default: "60" @@ -58,5 +79,8 @@ additionalProperties: envKey: MAX_REQUEST_PER_MINUTE labelEn: Max Requests Per Minute labelZh: 每分钟最大请求次数 + label: + en: Max Requests Per Minute + zh: 每分钟最大请求次数 required: false type: number diff --git a/apps/wewe-rss/latest-mysql/data.yml b/apps/wewe-rss/latest-mysql/data.yml index c856aa7e8..a575dfb86 100644 --- a/apps/wewe-rss/latest-mysql/data.yml +++ b/apps/wewe-rss/latest-mysql/data.yml @@ -9,6 +9,9 @@ additionalProperties: envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: apps values: @@ -20,6 +23,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -28,6 +34,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -36,6 +45,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -45,6 +57,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +68,9 @@ additionalProperties: envKey: AUTH_CODE labelEn: Auth Code labelZh: 授权码 + label: + en: Auth Code + zh: 授权码 random: true required: true rule: paramComplexity @@ -62,6 +80,9 @@ additionalProperties: envKey: SERVER_ORIGIN_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true rule: paramExtUrl type: text @@ -70,6 +91,9 @@ additionalProperties: envKey: FEED_MODE labelEn: Feed Mode labelZh: 提取模式 + label: + en: Feed Mode + zh: 提取模式 required: false type: text - default: "35 5,17 * * *" @@ -77,6 +101,9 @@ additionalProperties: envKey: CRON_EXPRESSION labelEn: Cron Expression labelZh: 定时更新表达式 + label: + en: Cron Expression + zh: 定时更新表达式 required: false type: text - default: "60" @@ -84,5 +111,8 @@ additionalProperties: envKey: MAX_REQUEST_PER_MINUTE labelEn: Max Requests Per Minute labelZh: 每分钟最大请求次数 + label: + en: Max Requests Per Minute + zh: 每分钟最大请求次数 required: false type: number diff --git a/apps/wewe-rss/latest/data.yml b/apps/wewe-rss/latest/data.yml index 7b58cc324..cf52a0af5 100644 --- a/apps/wewe-rss/latest/data.yml +++ b/apps/wewe-rss/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "sqlite" @@ -20,6 +26,9 @@ additionalProperties: envKey: DATABASE_TYPE labelEn: Database Type labelZh: 数据库类型 + label: + en: Database Type + zh: 数据库类型 required: true type: text - default: "password" @@ -27,6 +36,9 @@ additionalProperties: envKey: AUTH_CODE labelEn: Auth Code labelZh: 授权码 + label: + en: Auth Code + zh: 授权码 random: true required: true rule: paramComplexity @@ -36,6 +48,9 @@ additionalProperties: envKey: SERVER_ORIGIN_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true rule: paramExtUrl type: text @@ -44,6 +59,9 @@ additionalProperties: envKey: FEED_MODE labelEn: Feed Mode labelZh: 提取模式 + label: + en: Feed Mode + zh: 提取模式 required: false type: text - default: "35 5,17 * * *" @@ -51,6 +69,9 @@ additionalProperties: envKey: CRON_EXPRESSION labelEn: Cron Expression labelZh: 定时更新表达式 + label: + en: Cron Expression + zh: 定时更新表达式 required: false type: text - default: "60" @@ -58,5 +79,8 @@ additionalProperties: envKey: MAX_REQUEST_PER_MINUTE labelEn: Max Requests Per Minute labelZh: 每分钟最大请求次数 + label: + en: Max Requests Per Minute + zh: 每分钟最大请求次数 required: false type: number diff --git a/apps/wgcf-socks5-proxy/latest/data.yml b/apps/wgcf-socks5-proxy/latest/data.yml index 39a05eaaf..1abc2bba8 100644 --- a/apps/wgcf-socks5-proxy/latest/data.yml +++ b/apps/wgcf-socks5-proxy/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: IP_COMMAND labelEn: IPV4/IPV6 ONLY (FILL IN "-4"; "-6") labelZh: 仅IPV4/IPV6(填"-4";"-6") + label: + en: IPV4/IPV6 ONLY (FILL IN "-4"; "-6") + zh: 仅IPV4/IPV6(填"-4";"-6") required: false type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: SOCKS_USER labelEn: Socks user labelZh: Socks用户名 + label: + en: Socks user + zh: Socks用户名 required: false type: text - default: "" @@ -34,6 +46,9 @@ additionalProperties: envKey: SOCKS_PWD labelEn: Socks password labelZh: Socks密码 + label: + en: Socks password + zh: Socks密码 random: false required: false rule: paramComplexity @@ -43,6 +58,9 @@ additionalProperties: envKey: SOCKS_PORT labelEn: Internal Socks port labelZh: 内部Socks端口 + label: + en: Internal Socks port + zh: 内部Socks端口 required: true type: text - default: "0.0.0.0" @@ -50,5 +68,8 @@ additionalProperties: envKey: SOCKS_HOST labelEn: Internal Socks host labelZh: 内部Socks主机 + label: + en: Internal Socks host + zh: 内部Socks主机 required: true type: text diff --git a/apps/whodb/0.71.0/data.yml b/apps/whodb/0.71.0/data.yml index 7bc97a2d9..586b4a2f4 100644 --- a/apps/whodb/0.71.0/data.yml +++ b/apps/whodb/0.71.0/data.yml @@ -21,9 +21,12 @@ additionalProperties: envKey: PANEL_WHODB_OPENAI_ENDPOINT labelEn: OpenAI Endpoint labelZh: OpenAI 接口地址 + label: + en: OpenAI Endpoint + zh: OpenAI 接口地址 required: false type: text - + - default: "" envKey: PANEL_WHODB_OPENAI_API_KEY labelEn: OpenAI API Key @@ -39,11 +42,14 @@ additionalProperties: zh-Hant: OpenAI API 密鑰 required: false type: password - + - default: "" envKey: PANEL_WHODB_CUSTOM_MODELS labelEn: model list labelZh: 模型列表 + label: + en: model list + zh: 模型列表 required: false type: text @@ -51,6 +57,9 @@ additionalProperties: envKey: PANEL_WHODB_ANTHROPIC_API_KEY labelEn: Anthropic API Key labelZh: Anthropic API 密钥 + label: + en: Anthropic API Key + zh: Anthropic API 密钥 required: false type: password @@ -58,6 +67,9 @@ additionalProperties: envKey: PANEL_WHODB_ANTHROPIC_ENDPOINT labelEn: Anthropic Endpoint labelZh: Anthropic 接口地址 + label: + en: Anthropic Endpoint + zh: Anthropic 接口地址 required: false type: text @@ -65,6 +77,9 @@ additionalProperties: envKey: PANEL_WHODB_OLLAMA_HOST labelEn: Ollama Host labelZh: Ollama 主机地址 + label: + en: Ollama Host + zh: Ollama 主机地址 required: false type: text @@ -72,6 +87,9 @@ additionalProperties: envKey: PANEL_WHODB_OLLAMA_PORT labelEn: Ollama Port labelZh: Ollama 端口 + label: + en: Ollama Port + zh: Ollama 端口 required: false rule: paramPort type: number diff --git a/apps/windows/5.12/data.yml b/apps/windows/5.12/data.yml index d188d18dc..1e9803756 100644 --- a/apps/windows/5.12/data.yml +++ b/apps/windows/5.12/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "3389" @@ -20,6 +26,9 @@ additionalProperties: envKey: RDP_PORT labelEn: RDP Port labelZh: RDP 远程端口 + label: + en: RDP Port + zh: RDP 远程端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: IMAGE_ISO_FILE labelEn: Windows ISO File labelZh: Windows ISO 文件路径 + label: + en: Windows ISO File + zh: Windows ISO 文件路径 required: true type: text - default: "Y" @@ -35,6 +47,9 @@ additionalProperties: envKey: MANUAL labelEn: Manual Install labelZh: 手动安装 + label: + en: Manual Install + zh: 手动安装 required: true type: select values: @@ -47,6 +62,9 @@ additionalProperties: envKey: DISK_SIZE labelEn: Disk Size labelZh: 磁盘大小 + label: + en: Disk Size + zh: 磁盘大小 required: true type: text - default: "4GB" @@ -54,6 +72,9 @@ additionalProperties: envKey: RAM_SIZE labelEn: RAM Size labelZh: 内存大小 + label: + en: RAM Size + zh: 内存大小 required: true type: text - default: "2" @@ -61,6 +82,9 @@ additionalProperties: envKey: CPU_CORES labelEn: CPU Cores labelZh: CPU 核心数 + label: + en: CPU Cores + zh: CPU 核心数 required: true type: number - default: "docker" @@ -68,6 +92,9 @@ additionalProperties: envKey: USERNAME labelEn: Login Username (This setting is not valid for non-matching system images) labelZh: 登录用户名 (非匹配的系统镜像则此设置无效) + label: + en: Login Username (This setting is not valid for non-matching system images) + zh: 登录用户名 (非匹配的系统镜像则此设置无效) required: true type: text - default: "password" @@ -75,6 +102,9 @@ additionalProperties: envKey: PASSWORD labelEn: Login Password (This setting is not valid for non-matching system images) labelZh: 登录密码 (非匹配的系统镜像则此设置无效) + label: + en: Login Password (This setting is not valid for non-matching system images) + zh: 登录密码 (非匹配的系统镜像则此设置无效) random: true required: true rule: paramComplexity @@ -84,6 +114,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: diff --git a/apps/windows/latest-online/data.yml b/apps/windows/latest-online/data.yml index f2684568b..dbf4c7c72 100644 --- a/apps/windows/latest-online/data.yml +++ b/apps/windows/latest-online/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: VERSION labelEn: Windows version for online download (also available at https://example.com/win.iso) labelZh: 在线下载的 Windows 版本 (也可 https://example.com/win.iso) + label: + en: Windows version for online download (also available at https://example.com/win.iso) + zh: 在线下载的 Windows 版本 (也可 https://example.com/win.iso) required: true type: text - default: "40286" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "3389" @@ -27,6 +36,9 @@ additionalProperties: envKey: RDP_PORT labelEn: RDP Port labelZh: RDP 远程端口 + label: + en: RDP Port + zh: RDP 远程端口 required: true rule: paramPort type: number @@ -35,6 +47,9 @@ additionalProperties: envKey: MANUAL labelEn: Manual Install labelZh: 手动安装 + label: + en: Manual Install + zh: 手动安装 required: true type: select values: @@ -47,6 +62,9 @@ additionalProperties: envKey: DISK_SIZE labelEn: Disk Size labelZh: 磁盘大小 + label: + en: Disk Size + zh: 磁盘大小 required: true type: text - default: "4GB" @@ -54,6 +72,9 @@ additionalProperties: envKey: RAM_SIZE labelEn: RAM Size labelZh: 内存大小 + label: + en: RAM Size + zh: 内存大小 required: true type: text - default: "2" @@ -61,6 +82,9 @@ additionalProperties: envKey: CPU_CORES labelEn: CPU Cores labelZh: CPU 核心数 + label: + en: CPU Cores + zh: CPU 核心数 required: true type: number - default: "docker" @@ -68,6 +92,9 @@ additionalProperties: envKey: USERNAME labelEn: Login Username (This setting is not valid for non-matching system images) labelZh: 登录用户名 (非匹配的系统镜像则此设置无效) + label: + en: Login Username (This setting is not valid for non-matching system images) + zh: 登录用户名 (非匹配的系统镜像则此设置无效) required: true type: text - default: "password" @@ -75,6 +102,9 @@ additionalProperties: envKey: PASSWORD labelEn: Login Password (This setting is not valid for non-matching system images) labelZh: 登录密码 (非匹配的系统镜像则此设置无效) + label: + en: Login Password (This setting is not valid for non-matching system images) + zh: 登录密码 (非匹配的系统镜像则此设置无效) random: true required: true rule: paramComplexity @@ -84,6 +114,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: @@ -98,6 +131,9 @@ additionalProperties: envKey: LANGUAGE labelEn: Language labelZh: 语言 + label: + en: Language + zh: 语言 required: true type: text - default: "SG" @@ -105,6 +141,9 @@ additionalProperties: envKey: REGION labelEn: Region labelZh: 区域 + label: + en: Region + zh: 区域 required: true type: text - default: "zh-CN" @@ -112,5 +151,8 @@ additionalProperties: envKey: KEYBOARD labelEn: Keyboard Layout labelZh: 键盘布局 + label: + en: Keyboard Layout + zh: 键盘布局 required: true type: text diff --git a/apps/windows/latest/data.yml b/apps/windows/latest/data.yml index d188d18dc..1e9803756 100644 --- a/apps/windows/latest/data.yml +++ b/apps/windows/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "3389" @@ -20,6 +26,9 @@ additionalProperties: envKey: RDP_PORT labelEn: RDP Port labelZh: RDP 远程端口 + label: + en: RDP Port + zh: RDP 远程端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: IMAGE_ISO_FILE labelEn: Windows ISO File labelZh: Windows ISO 文件路径 + label: + en: Windows ISO File + zh: Windows ISO 文件路径 required: true type: text - default: "Y" @@ -35,6 +47,9 @@ additionalProperties: envKey: MANUAL labelEn: Manual Install labelZh: 手动安装 + label: + en: Manual Install + zh: 手动安装 required: true type: select values: @@ -47,6 +62,9 @@ additionalProperties: envKey: DISK_SIZE labelEn: Disk Size labelZh: 磁盘大小 + label: + en: Disk Size + zh: 磁盘大小 required: true type: text - default: "4GB" @@ -54,6 +72,9 @@ additionalProperties: envKey: RAM_SIZE labelEn: RAM Size labelZh: 内存大小 + label: + en: RAM Size + zh: 内存大小 required: true type: text - default: "2" @@ -61,6 +82,9 @@ additionalProperties: envKey: CPU_CORES labelEn: CPU Cores labelZh: CPU 核心数 + label: + en: CPU Cores + zh: CPU 核心数 required: true type: number - default: "docker" @@ -68,6 +92,9 @@ additionalProperties: envKey: USERNAME labelEn: Login Username (This setting is not valid for non-matching system images) labelZh: 登录用户名 (非匹配的系统镜像则此设置无效) + label: + en: Login Username (This setting is not valid for non-matching system images) + zh: 登录用户名 (非匹配的系统镜像则此设置无效) required: true type: text - default: "password" @@ -75,6 +102,9 @@ additionalProperties: envKey: PASSWORD labelEn: Login Password (This setting is not valid for non-matching system images) labelZh: 登录密码 (非匹配的系统镜像则此设置无效) + label: + en: Login Password (This setting is not valid for non-matching system images) + zh: 登录密码 (非匹配的系统镜像则此设置无效) random: true required: true rule: paramComplexity @@ -84,6 +114,9 @@ additionalProperties: envKey: RESTART_POLICY labelEn: Restart Policy labelZh: 重启策略 + label: + en: Restart Policy + zh: 重启策略 required: true type: select values: diff --git a/apps/wireguard-easy/15.1.0/data.yml b/apps/wireguard-easy/15.1.0/data.yml index 2427a44a8..9b15e0fcd 100644 --- a/apps/wireguard-easy/15.1.0/data.yml +++ b/apps/wireguard-easy/15.1.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: WIREGUARD_PORT labelEn: Wireguard port labelZh: Wireguard 端口 + label: + en: Wireguard port + zh: Wireguard 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "$$2a$$12$$0AL3hGeedv8fOfsNtfZY5OO3mMvBqlnZA8QmeBGfWPAQEoZ7LZ/7a" @@ -28,6 +37,9 @@ additionalProperties: envKey: PASSWORD_HASH labelEn: Webui password hash (Note to check the documentation for instructions, the default is `PAssw00rd`) labelZh: 网页密码 hash (注意查看说明文档,默认为`PAssw00rd`) + label: + en: Webui password hash (Note to check the documentation for instructions, the default is `PAssw00rd`) + zh: 网页密码 hash (注意查看说明文档,默认为`PAssw00rd`) required: true type: password - default: "172.17.0.1" @@ -35,6 +47,9 @@ additionalProperties: envKey: HOST_ADDRESS labelEn: Host address (must change item) labelZh: 本机地址(必改项) + label: + en: Host address (must change item) + zh: 本机地址(必改项) required: true type: text - default: "10.0.8.x" @@ -42,6 +57,9 @@ additionalProperties: envKey: WG_DEFAULT_ADDRESS labelEn: Default Wireguard Segment labelZh: 默认 Wireguard 网段 + label: + en: Default Wireguard Segment + zh: 默认 Wireguard 网段 required: true type: text - default: "119.29.29.29,1.1.1.1" @@ -49,6 +67,9 @@ additionalProperties: envKey: WG_DEFAULT_DNS labelEn: Default Wireguard DNS labelZh: 默认 Wireguard DNS + label: + en: Default Wireguard DNS + zh: 默认 Wireguard DNS required: true type: text - default: "1420" @@ -56,6 +77,9 @@ additionalProperties: envKey: WG_MTU labelEn: Wireguard MTU labelZh: Wireguard MTU + label: + en: Wireguard MTU + zh: Wireguard MTU required: true type: number - default: "10.0.8.0/24" @@ -63,6 +87,9 @@ additionalProperties: envKey: WG_ALLOWED_IPS labelEn: Wireguard Allowed IPs labelZh: Wireguard 允许的 IP 段 + label: + en: Wireguard Allowed IPs + zh: Wireguard 允许的 IP 段 required: true type: text - default: "25" @@ -70,5 +97,8 @@ additionalProperties: envKey: WG_PERSISTENT_KEEPALIVE labelEn: Wireguard Persistent Keepalive labelZh: Wireguard 保活间隔 + label: + en: Wireguard Persistent Keepalive + zh: Wireguard 保活间隔 required: true type: number diff --git a/apps/wireguard-easy/latest/data.yml b/apps/wireguard-easy/latest/data.yml index 2427a44a8..9b15e0fcd 100644 --- a/apps/wireguard-easy/latest/data.yml +++ b/apps/wireguard-easy/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: WIREGUARD_PORT labelEn: Wireguard port labelZh: Wireguard 端口 + label: + en: Wireguard port + zh: Wireguard 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "$$2a$$12$$0AL3hGeedv8fOfsNtfZY5OO3mMvBqlnZA8QmeBGfWPAQEoZ7LZ/7a" @@ -28,6 +37,9 @@ additionalProperties: envKey: PASSWORD_HASH labelEn: Webui password hash (Note to check the documentation for instructions, the default is `PAssw00rd`) labelZh: 网页密码 hash (注意查看说明文档,默认为`PAssw00rd`) + label: + en: Webui password hash (Note to check the documentation for instructions, the default is `PAssw00rd`) + zh: 网页密码 hash (注意查看说明文档,默认为`PAssw00rd`) required: true type: password - default: "172.17.0.1" @@ -35,6 +47,9 @@ additionalProperties: envKey: HOST_ADDRESS labelEn: Host address (must change item) labelZh: 本机地址(必改项) + label: + en: Host address (must change item) + zh: 本机地址(必改项) required: true type: text - default: "10.0.8.x" @@ -42,6 +57,9 @@ additionalProperties: envKey: WG_DEFAULT_ADDRESS labelEn: Default Wireguard Segment labelZh: 默认 Wireguard 网段 + label: + en: Default Wireguard Segment + zh: 默认 Wireguard 网段 required: true type: text - default: "119.29.29.29,1.1.1.1" @@ -49,6 +67,9 @@ additionalProperties: envKey: WG_DEFAULT_DNS labelEn: Default Wireguard DNS labelZh: 默认 Wireguard DNS + label: + en: Default Wireguard DNS + zh: 默认 Wireguard DNS required: true type: text - default: "1420" @@ -56,6 +77,9 @@ additionalProperties: envKey: WG_MTU labelEn: Wireguard MTU labelZh: Wireguard MTU + label: + en: Wireguard MTU + zh: Wireguard MTU required: true type: number - default: "10.0.8.0/24" @@ -63,6 +87,9 @@ additionalProperties: envKey: WG_ALLOWED_IPS labelEn: Wireguard Allowed IPs labelZh: Wireguard 允许的 IP 段 + label: + en: Wireguard Allowed IPs + zh: Wireguard 允许的 IP 段 required: true type: text - default: "25" @@ -70,5 +97,8 @@ additionalProperties: envKey: WG_PERSISTENT_KEEPALIVE labelEn: Wireguard Persistent Keepalive labelZh: Wireguard 保活间隔 + label: + en: Wireguard Persistent Keepalive + zh: Wireguard 保活间隔 required: true type: number diff --git a/apps/wireguard-easy/nightly/data.yml b/apps/wireguard-easy/nightly/data.yml index 2427a44a8..9b15e0fcd 100644 --- a/apps/wireguard-easy/nightly/data.yml +++ b/apps/wireguard-easy/nightly/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: WIREGUARD_PORT labelEn: Wireguard port labelZh: Wireguard 端口 + label: + en: Wireguard port + zh: Wireguard 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "$$2a$$12$$0AL3hGeedv8fOfsNtfZY5OO3mMvBqlnZA8QmeBGfWPAQEoZ7LZ/7a" @@ -28,6 +37,9 @@ additionalProperties: envKey: PASSWORD_HASH labelEn: Webui password hash (Note to check the documentation for instructions, the default is `PAssw00rd`) labelZh: 网页密码 hash (注意查看说明文档,默认为`PAssw00rd`) + label: + en: Webui password hash (Note to check the documentation for instructions, the default is `PAssw00rd`) + zh: 网页密码 hash (注意查看说明文档,默认为`PAssw00rd`) required: true type: password - default: "172.17.0.1" @@ -35,6 +47,9 @@ additionalProperties: envKey: HOST_ADDRESS labelEn: Host address (must change item) labelZh: 本机地址(必改项) + label: + en: Host address (must change item) + zh: 本机地址(必改项) required: true type: text - default: "10.0.8.x" @@ -42,6 +57,9 @@ additionalProperties: envKey: WG_DEFAULT_ADDRESS labelEn: Default Wireguard Segment labelZh: 默认 Wireguard 网段 + label: + en: Default Wireguard Segment + zh: 默认 Wireguard 网段 required: true type: text - default: "119.29.29.29,1.1.1.1" @@ -49,6 +67,9 @@ additionalProperties: envKey: WG_DEFAULT_DNS labelEn: Default Wireguard DNS labelZh: 默认 Wireguard DNS + label: + en: Default Wireguard DNS + zh: 默认 Wireguard DNS required: true type: text - default: "1420" @@ -56,6 +77,9 @@ additionalProperties: envKey: WG_MTU labelEn: Wireguard MTU labelZh: Wireguard MTU + label: + en: Wireguard MTU + zh: Wireguard MTU required: true type: number - default: "10.0.8.0/24" @@ -63,6 +87,9 @@ additionalProperties: envKey: WG_ALLOWED_IPS labelEn: Wireguard Allowed IPs labelZh: Wireguard 允许的 IP 段 + label: + en: Wireguard Allowed IPs + zh: Wireguard 允许的 IP 段 required: true type: text - default: "25" @@ -70,5 +97,8 @@ additionalProperties: envKey: WG_PERSISTENT_KEEPALIVE labelEn: Wireguard Persistent Keepalive labelZh: Wireguard 保活间隔 + label: + en: Wireguard Persistent Keepalive + zh: Wireguard 保活间隔 required: true type: number diff --git a/apps/wireguard-ui/0.6.2/data.yml b/apps/wireguard-ui/0.6.2/data.yml index 044a5ecc7..831ffc89e 100644 --- a/apps/wireguard-ui/0.6.2/data.yml +++ b/apps/wireguard-ui/0.6.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WIREGUARD labelEn: Wireguard port labelZh: Wireguard 端口 + label: + en: Wireguard port + zh: Wireguard 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: WEBUI_USER labelEn: Webui user labelZh: 网页用户 + label: + en: Webui user + zh: 网页用户 required: true type: text - default: "password" @@ -28,6 +37,9 @@ additionalProperties: envKey: WEBUI_PWD labelEn: Webui password labelZh: 网页密码 + label: + en: Webui password + zh: 网页密码 random: true required: true rule: paramComplexity diff --git a/apps/wireguard-ui/latest/data.yml b/apps/wireguard-ui/latest/data.yml index 044a5ecc7..831ffc89e 100644 --- a/apps/wireguard-ui/latest/data.yml +++ b/apps/wireguard-ui/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WebUI Port labelZh: 网页端口 + label: + en: WebUI Port + zh: 网页端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WIREGUARD labelEn: Wireguard port labelZh: Wireguard 端口 + label: + en: Wireguard port + zh: Wireguard 端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: WEBUI_USER labelEn: Webui user labelZh: 网页用户 + label: + en: Webui user + zh: 网页用户 required: true type: text - default: "password" @@ -28,6 +37,9 @@ additionalProperties: envKey: WEBUI_PWD labelEn: Webui password labelZh: 网页密码 + label: + en: Webui password + zh: 网页密码 random: true required: true rule: paramComplexity diff --git a/apps/wireguard/1.0.20250521/data.yml b/apps/wireguard/1.0.20250521/data.yml index 5f41aa483..f0f78a06e 100644 --- a/apps/wireguard/1.0.20250521/data.yml +++ b/apps/wireguard/1.0.20250521/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -12,6 +15,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -19,6 +25,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "51820" @@ -26,6 +35,9 @@ additionalProperties: envKey: SERVERPORT labelEn: Wireguard port labelZh: Wireguard 端口 + label: + en: Wireguard port + zh: Wireguard 端口 required: true rule: paramPort type: number @@ -34,6 +46,9 @@ additionalProperties: envKey: SERVERURL labelEn: Host address (must change item) labelZh: 本机地址 (必改项) + label: + en: Host address (must change item) + zh: 本机地址 (必改项) required: true type: text - default: "1" @@ -41,6 +56,9 @@ additionalProperties: envKey: PEERS labelEn: Number of Peers labelZh: 客户端数量 + label: + en: Number of Peers + zh: 客户端数量 required: true type: number - default: "119.29.29.29,1.1.1.1" @@ -48,6 +66,9 @@ additionalProperties: envKey: PEERDNS labelEn: Peer DNS labelZh: 客户端 DNS + label: + en: Peer DNS + zh: 客户端 DNS required: true type: text - default: "10.0.8.0" @@ -55,6 +76,9 @@ additionalProperties: envKey: INTERNAL_SUBNET labelEn: Default Wireguard Segment Subnet labelZh: 默认 Wireguard 网段子网 + label: + en: Default Wireguard Segment Subnet + zh: 默认 Wireguard 网段子网 required: true type: text - default: "10.0.8.0/24" @@ -62,6 +86,9 @@ additionalProperties: envKey: ALLOWEDIPS labelEn: Wireguard Allowed IPs labelZh: Wireguard 允许的 IP 段 + label: + en: Wireguard Allowed IPs + zh: Wireguard 允许的 IP 段 required: true type: text - default: "25" @@ -69,6 +96,9 @@ additionalProperties: envKey: PERSISTENTKEEPALIVE_PEERS labelEn: Wireguard Persistent Keepalive labelZh: Wireguard 保活间隔 + label: + en: Wireguard Persistent Keepalive + zh: Wireguard 保活间隔 required: true type: number - default: "true" @@ -76,6 +106,9 @@ additionalProperties: envKey: LOG_CONFS labelEn: Log Configurations labelZh: 日志配置 + label: + en: Log Configurations + zh: 日志配置 required: true type: select values: @@ -88,5 +121,8 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text diff --git a/apps/wireguard/latest/data.yml b/apps/wireguard/latest/data.yml index 5f41aa483..f0f78a06e 100644 --- a/apps/wireguard/latest/data.yml +++ b/apps/wireguard/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PUID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -12,6 +15,9 @@ additionalProperties: envKey: PGID labelEn: Group ID labelZh: 组 ID + label: + en: Group ID + zh: 组 ID required: true type: number - default: "Asia/Shanghai" @@ -19,6 +25,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text - default: "51820" @@ -26,6 +35,9 @@ additionalProperties: envKey: SERVERPORT labelEn: Wireguard port labelZh: Wireguard 端口 + label: + en: Wireguard port + zh: Wireguard 端口 required: true rule: paramPort type: number @@ -34,6 +46,9 @@ additionalProperties: envKey: SERVERURL labelEn: Host address (must change item) labelZh: 本机地址 (必改项) + label: + en: Host address (must change item) + zh: 本机地址 (必改项) required: true type: text - default: "1" @@ -41,6 +56,9 @@ additionalProperties: envKey: PEERS labelEn: Number of Peers labelZh: 客户端数量 + label: + en: Number of Peers + zh: 客户端数量 required: true type: number - default: "119.29.29.29,1.1.1.1" @@ -48,6 +66,9 @@ additionalProperties: envKey: PEERDNS labelEn: Peer DNS labelZh: 客户端 DNS + label: + en: Peer DNS + zh: 客户端 DNS required: true type: text - default: "10.0.8.0" @@ -55,6 +76,9 @@ additionalProperties: envKey: INTERNAL_SUBNET labelEn: Default Wireguard Segment Subnet labelZh: 默认 Wireguard 网段子网 + label: + en: Default Wireguard Segment Subnet + zh: 默认 Wireguard 网段子网 required: true type: text - default: "10.0.8.0/24" @@ -62,6 +86,9 @@ additionalProperties: envKey: ALLOWEDIPS labelEn: Wireguard Allowed IPs labelZh: Wireguard 允许的 IP 段 + label: + en: Wireguard Allowed IPs + zh: Wireguard 允许的 IP 段 required: true type: text - default: "25" @@ -69,6 +96,9 @@ additionalProperties: envKey: PERSISTENTKEEPALIVE_PEERS labelEn: Wireguard Persistent Keepalive labelZh: Wireguard 保活间隔 + label: + en: Wireguard Persistent Keepalive + zh: Wireguard 保活间隔 required: true type: number - default: "true" @@ -76,6 +106,9 @@ additionalProperties: envKey: LOG_CONFS labelEn: Log Configurations labelZh: 日志配置 + label: + en: Log Configurations + zh: 日志配置 required: true type: select values: @@ -88,5 +121,8 @@ additionalProperties: envKey: CONFIG_PATH labelEn: Config Path labelZh: 配置路径 + label: + en: Config Path + zh: 配置路径 required: true type: text diff --git a/apps/wiseflow/0.3.0/data.yml b/apps/wiseflow/0.3.0/data.yml index b2123d463..40afa8bfb 100644 --- a/apps/wiseflow/0.3.0/data.yml +++ b/apps/wiseflow/0.3.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: WISEFLOW_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 8090 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_BACKEND labelZh: 后端服务端口 labelEn: Backend service port + label: + en: Backend service port + zh: 后端服务端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: LLM_API_BASE labelZh: LLM API 地址 labelEn: LLM API address + label: + en: LLM API address + zh: LLM API 地址 required: true rule: paramExtUrl type: text @@ -36,6 +48,9 @@ additionalProperties: envKey: LLM_API_KEY labelZh: LLM API 密钥 labelEn: LLM API key + label: + en: LLM API key + zh: LLM API 密钥 required: false type: text - default: "test@example.com|1234567890" @@ -43,6 +58,9 @@ additionalProperties: envKey: PB_API_AUTH labelZh: PB数据库 账户密码 labelEn: PB database account password + label: + en: PB database account password + zh: PB数据库 账户密码 required: false type: text - default: "zhipuai/glm4-9B-chat" @@ -50,6 +68,9 @@ additionalProperties: envKey: GET_INFO_MODEL labelZh: 信息提炼与标签匹配任务模型 labelEn: Information extraction and label matching task model + label: + en: Information extraction and label matching task model + zh: 信息提炼与标签匹配任务模型 required: true type: text - default: "alibaba/Qwen2-7B-Instruct" @@ -57,6 +78,9 @@ additionalProperties: envKey: REWRITE_MODEL labelZh: 近似信息合并改写任务模型 labelEn: Approximate information merge rewrite task model + label: + en: Approximate information merge rewrite task model + zh: 近似信息合并改写任务模型 required: true type: text - default: "alibaba/Qwen2-7B-Instruct" @@ -64,5 +88,8 @@ additionalProperties: envKey: HTML_PARSE_MODEL labelZh: 网页解析模型 labelEn: Web page parsing model + label: + en: Web page parsing model + zh: 网页解析模型 required: true type: text diff --git a/apps/wol-go-web/1.5.55/data.yml b/apps/wol-go-web/1.5.55/data.yml index f5c2311be..71833425d 100644 --- a/apps/wol-go-web/1.5.55/data.yml +++ b/apps/wol-go-web/1.5.55/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: KEY labelEn: API Key labelZh: API 密钥 + label: + en: API Key + zh: API 密钥 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: USERNAME labelEn: Username labelZh: 用户名 + label: + en: Username + zh: 用户名 required: false type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 required: false rule: paramComplexity type: password @@ -35,6 +47,9 @@ additionalProperties: envKey: WEB labelEn: Web Interface labelZh: Web 界面 + label: + en: Web Interface + zh: Web 界面 required: true type: select values: @@ -47,5 +62,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text diff --git a/apps/wol-go-web/latest/data.yml b/apps/wol-go-web/latest/data.yml index f5c2311be..71833425d 100644 --- a/apps/wol-go-web/latest/data.yml +++ b/apps/wol-go-web/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: KEY labelEn: API Key labelZh: API 密钥 + label: + en: API Key + zh: API 密钥 required: true type: text - default: "" @@ -20,6 +26,9 @@ additionalProperties: envKey: USERNAME labelEn: Username labelZh: 用户名 + label: + en: Username + zh: 用户名 required: false type: text - default: "" @@ -27,6 +36,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 required: false rule: paramComplexity type: password @@ -35,6 +47,9 @@ additionalProperties: envKey: WEB labelEn: Web Interface labelZh: Web 界面 + label: + en: Web Interface + zh: Web 界面 required: true type: select values: @@ -47,5 +62,8 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time Zone labelZh: 时区 + label: + en: Time Zone + zh: 时区 required: true type: text diff --git a/apps/woodpecker/3.11.0/data.yml b/apps/woodpecker/3.11.0/data.yml index 6da82903f..396b9d385 100644 --- a/apps/woodpecker/3.11.0/data.yml +++ b/apps/woodpecker/3.11.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "false" @@ -20,6 +26,9 @@ additionalProperties: envKey: REGISTER_SWITCH labelEn: Enable register (true or false) labelZh: 启用注册(true/false) + label: + en: Enable register (true or false) + zh: 启用注册(true/false) required: true type: text - default: http://ci.example.com @@ -27,6 +36,9 @@ additionalProperties: envKey: WOODPECKER_HOST labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text - default: '' @@ -34,6 +46,9 @@ additionalProperties: envKey: WOODPECKER_AGENT_SECRET labelEn: Github Agent Secret Vaule labelZh: Github Agent Secret 值 + label: + en: Github Agent Secret Vaule + zh: Github Agent Secret 值 required: true type: text - default: "true" @@ -41,6 +56,9 @@ additionalProperties: envKey: GITHUB_ENABLE_SWITCH labelEn: Enable Github (true or false) labelZh: 启用Github(true/false) + label: + en: Enable Github (true or false) + zh: 启用Github(true/false) required: true type: text - default: https://github.com @@ -48,6 +66,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_URL labelEn: Github URL labelZh: Github地址 + label: + en: Github URL + zh: Github地址 required: false type: text - default: '' @@ -55,6 +76,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_CLIENT labelEn: Github CLIENT Vaule labelZh: Github CLIENT 值 + label: + en: Github CLIENT Vaule + zh: Github CLIENT 值 required: false type: text - default: '' @@ -62,6 +86,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_SECRET labelEn: Github SECRET Vaule labelZh: Github SECRET 值 + label: + en: Github SECRET Vaule + zh: Github SECRET 值 required: false type: text - default: "false" @@ -69,6 +96,9 @@ additionalProperties: envKey: GITEA_ENABLE_SWITCH labelEn: Enable Gitea (true or false) labelZh: 启用Gitea(true/false) + label: + en: Enable Gitea (true or false) + zh: 启用Gitea(true/false) required: true type: text - default: https://try.gitea.io @@ -76,6 +106,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_URL labelEn: Gitea URL labelZh: Gitea地址 + label: + en: Gitea URL + zh: Gitea地址 required: false type: text - default: '' @@ -83,6 +116,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_CLIENT labelEn: Gitea CLIENT Vaule labelZh: Gitea CLIENT 值 + label: + en: Gitea CLIENT Vaule + zh: Gitea CLIENT 值 required: false type: text - default: '' @@ -90,6 +126,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_SECRET labelEn: Gitea SECRET Vaule labelZh: Gitea SECRET 值 + label: + en: Gitea SECRET Vaule + zh: Gitea SECRET 值 required: false type: text - default: "false" @@ -97,6 +136,9 @@ additionalProperties: envKey: GITLAB_ENABLE_SWITCH labelEn: Enable GitLab (true or false) labelZh: 启用GitLab (true/false) + label: + en: Enable GitLab (true or false) + zh: 启用GitLab (true/false) required: true type: text - default: https://gitlab.com @@ -104,6 +146,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_URL labelEn: GitLab URL labelZh: GitLab 地址 + label: + en: GitLab URL + zh: GitLab 地址 required: false type: text - default: '' @@ -111,6 +156,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_CLIENT labelEn: GitLab CLIENT Vaule labelZh: GitLab CLIENT 值 + label: + en: GitLab CLIENT Vaule + zh: GitLab CLIENT 值 required: false type: text - default: '' @@ -118,6 +166,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_SECRET labelEn: GitLab SECRET Vaule labelZh: GitLab SECRET 值 + label: + en: GitLab SECRET Vaule + zh: GitLab SECRET 值 required: false type: text - default: "false" @@ -125,6 +176,9 @@ additionalProperties: envKey: BITBUCKET_ENABLE_SWITCH labelEn: Enable Bitbucket (true or false) labelZh: 启用 Bitbucket (true/false) + label: + en: Enable Bitbucket (true or false) + zh: 启用 Bitbucket (true/false) required: true type: text - default: '' @@ -132,6 +186,9 @@ additionalProperties: envKey: WOODPECKER_BITBUCKET_CLIENT labelEn: Bitbucket CLIENT Value labelZh: Bitbucket CLIENT 值 + label: + en: Bitbucket CLIENT Value + zh: Bitbucket CLIENT 值 required: false type: text - default: '' @@ -139,5 +196,8 @@ additionalProperties: envKey: WOODPECKER_BITBUCKET_SECRET labelEn: Bitbucket SECRET Value labelZh: Bitbucket SECRET 值 + label: + en: Bitbucket SECRET Value + zh: Bitbucket SECRET 值 required: false type: text diff --git a/apps/woodpecker/latest/data.yml b/apps/woodpecker/latest/data.yml index 6da82903f..396b9d385 100644 --- a/apps/woodpecker/latest/data.yml +++ b/apps/woodpecker/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "false" @@ -20,6 +26,9 @@ additionalProperties: envKey: REGISTER_SWITCH labelEn: Enable register (true or false) labelZh: 启用注册(true/false) + label: + en: Enable register (true or false) + zh: 启用注册(true/false) required: true type: text - default: http://ci.example.com @@ -27,6 +36,9 @@ additionalProperties: envKey: WOODPECKER_HOST labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text - default: '' @@ -34,6 +46,9 @@ additionalProperties: envKey: WOODPECKER_AGENT_SECRET labelEn: Github Agent Secret Vaule labelZh: Github Agent Secret 值 + label: + en: Github Agent Secret Vaule + zh: Github Agent Secret 值 required: true type: text - default: "true" @@ -41,6 +56,9 @@ additionalProperties: envKey: GITHUB_ENABLE_SWITCH labelEn: Enable Github (true or false) labelZh: 启用Github(true/false) + label: + en: Enable Github (true or false) + zh: 启用Github(true/false) required: true type: text - default: https://github.com @@ -48,6 +66,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_URL labelEn: Github URL labelZh: Github地址 + label: + en: Github URL + zh: Github地址 required: false type: text - default: '' @@ -55,6 +76,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_CLIENT labelEn: Github CLIENT Vaule labelZh: Github CLIENT 值 + label: + en: Github CLIENT Vaule + zh: Github CLIENT 值 required: false type: text - default: '' @@ -62,6 +86,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_SECRET labelEn: Github SECRET Vaule labelZh: Github SECRET 值 + label: + en: Github SECRET Vaule + zh: Github SECRET 值 required: false type: text - default: "false" @@ -69,6 +96,9 @@ additionalProperties: envKey: GITEA_ENABLE_SWITCH labelEn: Enable Gitea (true or false) labelZh: 启用Gitea(true/false) + label: + en: Enable Gitea (true or false) + zh: 启用Gitea(true/false) required: true type: text - default: https://try.gitea.io @@ -76,6 +106,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_URL labelEn: Gitea URL labelZh: Gitea地址 + label: + en: Gitea URL + zh: Gitea地址 required: false type: text - default: '' @@ -83,6 +116,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_CLIENT labelEn: Gitea CLIENT Vaule labelZh: Gitea CLIENT 值 + label: + en: Gitea CLIENT Vaule + zh: Gitea CLIENT 值 required: false type: text - default: '' @@ -90,6 +126,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_SECRET labelEn: Gitea SECRET Vaule labelZh: Gitea SECRET 值 + label: + en: Gitea SECRET Vaule + zh: Gitea SECRET 值 required: false type: text - default: "false" @@ -97,6 +136,9 @@ additionalProperties: envKey: GITLAB_ENABLE_SWITCH labelEn: Enable GitLab (true or false) labelZh: 启用GitLab (true/false) + label: + en: Enable GitLab (true or false) + zh: 启用GitLab (true/false) required: true type: text - default: https://gitlab.com @@ -104,6 +146,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_URL labelEn: GitLab URL labelZh: GitLab 地址 + label: + en: GitLab URL + zh: GitLab 地址 required: false type: text - default: '' @@ -111,6 +156,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_CLIENT labelEn: GitLab CLIENT Vaule labelZh: GitLab CLIENT 值 + label: + en: GitLab CLIENT Vaule + zh: GitLab CLIENT 值 required: false type: text - default: '' @@ -118,6 +166,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_SECRET labelEn: GitLab SECRET Vaule labelZh: GitLab SECRET 值 + label: + en: GitLab SECRET Vaule + zh: GitLab SECRET 值 required: false type: text - default: "false" @@ -125,6 +176,9 @@ additionalProperties: envKey: BITBUCKET_ENABLE_SWITCH labelEn: Enable Bitbucket (true or false) labelZh: 启用 Bitbucket (true/false) + label: + en: Enable Bitbucket (true or false) + zh: 启用 Bitbucket (true/false) required: true type: text - default: '' @@ -132,6 +186,9 @@ additionalProperties: envKey: WOODPECKER_BITBUCKET_CLIENT labelEn: Bitbucket CLIENT Value labelZh: Bitbucket CLIENT 值 + label: + en: Bitbucket CLIENT Value + zh: Bitbucket CLIENT 值 required: false type: text - default: '' @@ -139,5 +196,8 @@ additionalProperties: envKey: WOODPECKER_BITBUCKET_SECRET labelEn: Bitbucket SECRET Value labelZh: Bitbucket SECRET 值 + label: + en: Bitbucket SECRET Value + zh: Bitbucket SECRET 值 required: false type: text diff --git a/apps/woodpecker/mysql-latest/data.yml b/apps/woodpecker/mysql-latest/data.yml index d540864e1..f10277fd0 100644 --- a/apps/woodpecker/mysql-latest/data.yml +++ b/apps/woodpecker/mysql-latest/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: WOODPECKER_DB_PORT key: mysql @@ -31,6 +34,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -39,6 +45,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -47,6 +56,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -56,6 +68,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -64,6 +79,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: "false" @@ -71,6 +89,9 @@ additionalProperties: envKey: REGISTER_SWITCH labelEn: Enable register (true or false) labelZh: 启用注册(true/false) + label: + en: Enable register (true or false) + zh: 启用注册(true/false) required: true type: text - default: http://ci.example.com @@ -78,6 +99,9 @@ additionalProperties: envKey: WOODPECKER_HOST labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text - default: '' @@ -85,6 +109,9 @@ additionalProperties: envKey: WOODPECKER_AGENT_SECRET labelEn: Github Agent Secret Vaule labelZh: Github Agent Secret 值 + label: + en: Github Agent Secret Vaule + zh: Github Agent Secret 值 required: true type: text - default: "true" @@ -92,6 +119,9 @@ additionalProperties: envKey: GITHUB_ENABLE_SWITCH labelEn: Enable Github (true or false) labelZh: 启用Github(true/false) + label: + en: Enable Github (true or false) + zh: 启用Github(true/false) required: true type: text - default: https://github.com @@ -99,6 +129,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_URL labelEn: Github URL labelZh: Github地址 + label: + en: Github URL + zh: Github地址 required: false type: text - default: '' @@ -106,6 +139,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_CLIENT labelEn: Github CLIENT Vaule labelZh: Github CLIENT 值 + label: + en: Github CLIENT Vaule + zh: Github CLIENT 值 required: false type: text - default: '' @@ -113,6 +149,9 @@ additionalProperties: envKey: WOODPECKER_GITHUB_SECRET labelEn: Github SECRET Vaule labelZh: Github SECRET 值 + label: + en: Github SECRET Vaule + zh: Github SECRET 值 required: false type: text - default: "false" @@ -120,6 +159,9 @@ additionalProperties: envKey: GITEA_ENABLE_SWITCH labelEn: Enable Gitea (true or false) labelZh: 启用Gitea(true/false) + label: + en: Enable Gitea (true or false) + zh: 启用Gitea(true/false) required: true type: text - default: https://try.gitea.io @@ -127,6 +169,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_URL labelEn: Gitea URL labelZh: Gitea地址 + label: + en: Gitea URL + zh: Gitea地址 required: false type: text - default: '' @@ -134,6 +179,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_CLIENT labelEn: Gitea CLIENT Vaule labelZh: Gitea CLIENT 值 + label: + en: Gitea CLIENT Vaule + zh: Gitea CLIENT 值 required: false type: text - default: '' @@ -141,6 +189,9 @@ additionalProperties: envKey: WOODPECKER_GITEA_SECRET labelEn: Gitea SECRET Vaule labelZh: Gitea SECRET 值 + label: + en: Gitea SECRET Vaule + zh: Gitea SECRET 值 required: false type: text - default: "false" @@ -148,6 +199,9 @@ additionalProperties: envKey: GITLAB_ENABLE_SWITCH labelEn: Enable GitLab (true or false) labelZh: 启用GitLab (true/false) + label: + en: Enable GitLab (true or false) + zh: 启用GitLab (true/false) required: true type: text - default: https://gitlab.com @@ -155,6 +209,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_URL labelEn: GitLab URL labelZh: GitLab 地址 + label: + en: GitLab URL + zh: GitLab 地址 required: false type: text - default: '' @@ -162,6 +219,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_CLIENT labelEn: GitLab CLIENT Vaule labelZh: GitLab CLIENT 值 + label: + en: GitLab CLIENT Vaule + zh: GitLab CLIENT 值 required: false type: text - default: '' @@ -169,6 +229,9 @@ additionalProperties: envKey: WOODPECKER_GITLAB_SECRET labelEn: GitLab SECRET Vaule labelZh: GitLab SECRET 值 + label: + en: GitLab SECRET Vaule + zh: GitLab SECRET 值 required: false type: text - default: "false" @@ -176,6 +239,9 @@ additionalProperties: envKey: BITBUCKET_ENABLE_SWITCH labelEn: Enable Bitbucket (true or false) labelZh: 启用 Bitbucket (true/false) + label: + en: Enable Bitbucket (true or false) + zh: 启用 Bitbucket (true/false) required: true type: text - default: '' @@ -183,6 +249,9 @@ additionalProperties: envKey: WOODPECKER_BITBUCKET_CLIENT labelEn: Bitbucket CLIENT Value labelZh: Bitbucket CLIENT 值 + label: + en: Bitbucket CLIENT Value + zh: Bitbucket CLIENT 值 required: false type: text - default: '' @@ -190,5 +259,8 @@ additionalProperties: envKey: WOODPECKER_BITBUCKET_SECRET labelEn: Bitbucket SECRET Value labelZh: Bitbucket SECRET 值 + label: + en: Bitbucket SECRET Value + zh: Bitbucket SECRET 值 required: false type: text diff --git a/apps/wps-office/latest/data.yml b/apps/wps-office/latest/data.yml index bc8f5fbf1..b0b9e03fd 100644 --- a/apps/wps-office/latest/data.yml +++ b/apps/wps-office/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: HTTP Port labelZh: HTTP端口 + label: + en: HTTP Port + zh: HTTP端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTPS labelEn: HTTPS Port labelZh: HTTPS端口 + label: + en: HTTPS Port + zh: HTTPS端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: Asia/Shanghai @@ -28,6 +37,9 @@ additionalProperties: envKey: TIME_ZONE labelEn: Time zone labelZh: 时区 + label: + en: Time zone + zh: 时区 required: true type: text - default: user @@ -35,6 +47,9 @@ additionalProperties: envKey: HTTP_USER labelEn: http auth user labelZh: HTTP 用户 + label: + en: http auth user + zh: HTTP 用户 required: true type: text - default: password @@ -42,6 +57,9 @@ additionalProperties: envKey: HTTP_PWD labelEn: http auth password labelZh: HTTP 密码 + label: + en: http auth password + zh: HTTP 密码 random: true required: true rule: paramComplexity @@ -51,5 +69,8 @@ additionalProperties: envKey: MEM_USE labelEn: Shared memory footprint (512m) labelZh: 共享内存占用(512m) + label: + en: Shared memory footprint (512m) + zh: 共享内存占用(512m) required: true type: text diff --git a/apps/wud/8.1.1/data.yml b/apps/wud/8.1.1/data.yml index 9d7eca822..0f16c139a 100644 --- a/apps/wud/8.1.1/data.yml +++ b/apps/wud/8.1.1/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Service Port 3000 labelZh: 服务端口 3000 + label: + en: Service Port 3000 + zh: 服务端口 3000 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/wud/latest/data.yml b/apps/wud/latest/data.yml index 9d7eca822..0f16c139a 100644 --- a/apps/wud/latest/data.yml +++ b/apps/wud/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Service Port 3000 labelZh: 服务端口 3000 + label: + en: Service Port 3000 + zh: 服务端口 3000 required: true rule: paramPort - type: number \ No newline at end of file + type: number diff --git a/apps/wukongim/1.2.6/data.yml b/apps/wukongim/1.2.6/data.yml index e41b7cad7..d57ea312c 100644 --- a/apps/wukongim/1.2.6/data.yml +++ b/apps/wukongim/1.2.6/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: EXTERNAL_IP labelEn: ipAddress labelZh: 外部访问 IP + label: + en: ipAddress + zh: 外部访问 IP required: true type: text - default: "5001" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_API labelEn: WuKongIM api port labelZh: 悟空 IM api 端口 + label: + en: WuKongIM api port + zh: 悟空 IM api 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_TCP labelEn: WuKongIM tcp port labelZh: 悟空 IM TCP 端口 + label: + en: WuKongIM tcp port + zh: 悟空 IM TCP 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_WS labelEn: WuKongIM ws port labelZh: 悟空 IM WS 端口 + label: + en: WuKongIM ws port + zh: 悟空 IM WS 端口 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WuKongIM web port labelZh: 悟空 IM 监控端口 + label: + en: WuKongIM web port + zh: 悟空 IM 监控端口 required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_DEMO_SERVER labelEn: WuKongIM demo port labelZh: 悟空 IM demo 端口 + label: + en: WuKongIM demo port + zh: 悟空 IM demo 端口 required: true rule: paramPort type: number diff --git a/apps/wukongim/2.2.0-20250426/data.yml b/apps/wukongim/2.2.0-20250426/data.yml index 17e545718..954634c7c 100644 --- a/apps/wukongim/2.2.0-20250426/data.yml +++ b/apps/wukongim/2.2.0-20250426/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: EXTERNAL_IP labelEn: ipAddress labelZh: 外部访问 IP + label: + en: ipAddress + zh: 外部访问 IP required: true type: text - default: "5001" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_API labelEn: WuKongIM api port labelZh: 悟空 IM api 端口 + label: + en: WuKongIM api port + zh: 悟空 IM api 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_TCP labelEn: WuKongIM tcp port labelZh: 悟空 IM TCP 端口 + label: + en: WuKongIM tcp port + zh: 悟空 IM TCP 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_WS labelEn: WuKongIM ws port labelZh: 悟空 IM WS 端口 + label: + en: WuKongIM ws port + zh: 悟空 IM WS 端口 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: WuKongIM web port labelZh: 悟空 IM 监控端口 + label: + en: WuKongIM web port + zh: 悟空 IM 监控端口 required: true rule: paramPort type: number @@ -44,6 +59,9 @@ additionalProperties: envKey: PANEL_APP_PORT_WK_DEMO_SERVER labelEn: WuKongIM demo port labelZh: 悟空 IM demo 端口 + label: + en: WuKongIM demo port + zh: 悟空 IM demo 端口 required: true rule: paramPort type: number @@ -52,6 +70,9 @@ additionalProperties: envKey: PANEL_APP_PORT_COMM labelEn: WuKongIM Node Communication Port labelZh: 悟空 IM 节点通讯端口 + label: + en: WuKongIM Node Communication Port + zh: 悟空 IM 节点通讯端口 required: true rule: paramPort type: number @@ -60,6 +81,9 @@ additionalProperties: envKey: PANEL_APP_PORT_STATS labelEn: Prometheus port labelZh: Prometheus 端口 + label: + en: Prometheus port + zh: Prometheus 端口 required: true rule: paramPort type: number diff --git a/apps/xiaomusic/0.3.99/data.yml b/apps/xiaomusic/0.3.99/data.yml index 1b70776eb..e04434228 100644 --- a/apps/xiaomusic/0.3.99/data.yml +++ b/apps/xiaomusic/0.3.99/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: "APP_DATA" labelEn: "Data Storage Path" labelZh: "数据存储路径" + label: + en: "Data Storage Path" + zh: "数据存储路径" required: true type: "text" - default: "58090" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: "Service Port" labelZh: "服务端口" + label: + en: "Service Port" + zh: "服务端口" required: true rule: paramPort type: number @@ -20,5 +26,8 @@ additionalProperties: envKey: "TZ" labelEn: "Time Zone" labelZh: "时区" + label: + en: "Time Zone" + zh: "时区" required: true type: "text" diff --git a/apps/xiaomusic/latest/data.yml b/apps/xiaomusic/latest/data.yml index 5da0b95ae..9324ab1a0 100644 --- a/apps/xiaomusic/latest/data.yml +++ b/apps/xiaomusic/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: "APP_DATA" labelEn: "Data Storage Path" labelZh: "数据存储路径" + label: + en: "Data Storage Path" + zh: "数据存储路径" required: true type: "text" - default: "58090" @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: "Service Port" labelZh: "服务端口" + label: + en: "Service Port" + zh: "服务端口" required: true rule: paramPort type: number @@ -20,5 +26,8 @@ additionalProperties: envKey: "TZ" labelEn: "Time Zone" labelZh: "时区" + label: + en: "Time Zone" + zh: "时区" required: true type: "text" diff --git a/apps/xiaoya/latest/data.yml b/apps/xiaoya/latest/data.yml index 10aa769e4..5bcb8899b 100644 --- a/apps/xiaoya/latest/data.yml +++ b/apps/xiaoya/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/xunlei-cnk3x/3.20.2/data.yml b/apps/xunlei-cnk3x/3.20.2/data.yml index ba488727f..5fb52cca9 100644 --- a/apps/xunlei-cnk3x/3.20.2/data.yml +++ b/apps/xunlei-cnk3x/3.20.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: XUNLEI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 2345 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: XL_DASHBOARD_USERNAME labelZh: Web访问 用户名 labelEn: Username + label: + en: Username + zh: Web访问 用户名 required: true rule: paramCommon type: text @@ -28,6 +37,9 @@ additionalProperties: envKey: XL_DASHBOARD_PASSWORD labelZh: Web访问 密码 labelEn: Password + label: + en: Password + zh: Web访问 密码 required: true rule: paramComplexity random: true diff --git a/apps/xunlei/3.20.2/data.yml b/apps/xunlei/3.20.2/data.yml index 6b9154b1f..081f3447a 100644 --- a/apps/xunlei/3.20.2/data.yml +++ b/apps/xunlei/3.20.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/downloads" @@ -20,6 +26,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download Path labelZh: 下载路径 + label: + en: Download Path + zh: 下载路径 required: true type: text - default: "0.0.0.0" @@ -27,6 +36,9 @@ additionalProperties: envKey: XL_DASHBOARD_IP labelEn: Dashboard IP labelZh: 控制台 IP + label: + en: Dashboard IP + zh: 控制台 IP required: true type: text - default: "user" @@ -34,6 +46,9 @@ additionalProperties: envKey: XL_DASHBOARD_USERNAME labelEn: Dashboard Username labelZh: 控制台用户名 + label: + en: Dashboard Username + zh: 控制台用户名 required: false type: text - default: "xunlei" @@ -41,6 +56,9 @@ additionalProperties: envKey: XL_DASHBOARD_PASSWORD labelEn: Dashboard Password labelZh: 控制台密码 + label: + en: Dashboard Password + zh: 控制台密码 required: false rule: paramComplexity type: password @@ -49,6 +67,9 @@ additionalProperties: envKey: XL_DIR_DOWNLOAD labelEn: Download Directory (in container) labelZh: 下载目录 (容器内) + label: + en: Download Directory (in container) + zh: 下载目录 (容器内) required: true type: text - default: "/xunlei/data" @@ -56,6 +77,9 @@ additionalProperties: envKey: XL_DIR_DATA labelEn: Data Directory (in container) labelZh: 数据目录 (容器内) + label: + en: Data Directory (in container) + zh: 数据目录 (容器内) required: true type: text - default: "1000" @@ -63,6 +87,9 @@ additionalProperties: envKey: XL_UID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -70,6 +97,9 @@ additionalProperties: envKey: XL_GID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number - default: "true" @@ -77,6 +107,9 @@ additionalProperties: envKey: XL_PREVENT_UPDATE labelEn: Prevent Update labelZh: 阻止更新 + label: + en: Prevent Update + zh: 阻止更新 required: true type: select values: @@ -89,6 +122,9 @@ additionalProperties: envKey: XL_DEBUG labelEn: Debug Mode labelZh: 调试模式 + label: + en: Debug Mode + zh: 调试模式 required: true type: select values: @@ -101,6 +137,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: false type: text - default: "true" @@ -108,5 +147,8 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privilege mode switch labelZh: 特权模式开关 + label: + en: Privilege mode switch + zh: 特权模式开关 required: true type: text diff --git a/apps/xunlei/latest/data.yml b/apps/xunlei/latest/data.yml index 6b9154b1f..081f3447a 100644 --- a/apps/xunlei/latest/data.yml +++ b/apps/xunlei/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data Path labelZh: 数据路径 + label: + en: Data Path + zh: 数据路径 required: true type: text - default: "./data/downloads" @@ -20,6 +26,9 @@ additionalProperties: envKey: DOWNLOAD_PATH labelEn: Download Path labelZh: 下载路径 + label: + en: Download Path + zh: 下载路径 required: true type: text - default: "0.0.0.0" @@ -27,6 +36,9 @@ additionalProperties: envKey: XL_DASHBOARD_IP labelEn: Dashboard IP labelZh: 控制台 IP + label: + en: Dashboard IP + zh: 控制台 IP required: true type: text - default: "user" @@ -34,6 +46,9 @@ additionalProperties: envKey: XL_DASHBOARD_USERNAME labelEn: Dashboard Username labelZh: 控制台用户名 + label: + en: Dashboard Username + zh: 控制台用户名 required: false type: text - default: "xunlei" @@ -41,6 +56,9 @@ additionalProperties: envKey: XL_DASHBOARD_PASSWORD labelEn: Dashboard Password labelZh: 控制台密码 + label: + en: Dashboard Password + zh: 控制台密码 required: false rule: paramComplexity type: password @@ -49,6 +67,9 @@ additionalProperties: envKey: XL_DIR_DOWNLOAD labelEn: Download Directory (in container) labelZh: 下载目录 (容器内) + label: + en: Download Directory (in container) + zh: 下载目录 (容器内) required: true type: text - default: "/xunlei/data" @@ -56,6 +77,9 @@ additionalProperties: envKey: XL_DIR_DATA labelEn: Data Directory (in container) labelZh: 数据目录 (容器内) + label: + en: Data Directory (in container) + zh: 数据目录 (容器内) required: true type: text - default: "1000" @@ -63,6 +87,9 @@ additionalProperties: envKey: XL_UID labelEn: User ID labelZh: 用户 ID + label: + en: User ID + zh: 用户 ID required: true type: number - default: "1000" @@ -70,6 +97,9 @@ additionalProperties: envKey: XL_GID labelEn: Group ID labelZh: 用户组 ID + label: + en: Group ID + zh: 用户组 ID required: true type: number - default: "true" @@ -77,6 +107,9 @@ additionalProperties: envKey: XL_PREVENT_UPDATE labelEn: Prevent Update labelZh: 阻止更新 + label: + en: Prevent Update + zh: 阻止更新 required: true type: select values: @@ -89,6 +122,9 @@ additionalProperties: envKey: XL_DEBUG labelEn: Debug Mode labelZh: 调试模式 + label: + en: Debug Mode + zh: 调试模式 required: true type: select values: @@ -101,6 +137,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Hostname labelZh: 主机名 + label: + en: Hostname + zh: 主机名 required: false type: text - default: "true" @@ -108,5 +147,8 @@ additionalProperties: envKey: PRIVILEGED_MODE labelEn: Privilege mode switch labelZh: 特权模式开关 + label: + en: Privilege mode switch + zh: 特权模式开关 required: true type: text diff --git a/apps/xunsearch/latest/data.yml b/apps/xunsearch/latest/data.yml index c8b0fb0a7..c84248b0e 100644 --- a/apps/xunsearch/latest/data.yml +++ b/apps/xunsearch/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: INDEX_SERVER_PORT labelEn: Index server Port labelZh: 索引服务端配置端口 + label: + en: Index server Port + zh: 索引服务端配置端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: SEARCH_SERVER_PORT labelEn: Search server port labelZh: 搜索服务端配置端口 + label: + en: Search server port + zh: 搜索服务端配置端口 required: true rule: paramPort type: number @@ -21,5 +27,8 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text diff --git a/apps/yarr/2.5/data.yml b/apps/yarr/2.5/data.yml index c4413a8b6..c574174f7 100644 --- a/apps/yarr/2.5/data.yml +++ b/apps/yarr/2.5/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,5 +16,8 @@ additionalProperties: envKey: YARR_ROOT_PATH labelEn: Root Path labelZh: 数据持久化 根路径 + label: + en: Root Path + zh: 数据持久化 根路径 required: true type: text diff --git a/apps/yesplaymusic/0.4.9/data.yml b/apps/yesplaymusic/0.4.9/data.yml index faf87eb3a..dd952a4c8 100644 --- a/apps/yesplaymusic/0.4.9/data.yml +++ b/apps/yesplaymusic/0.4.9/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/yesplaymusic/latest/data.yml b/apps/yesplaymusic/latest/data.yml index faf87eb3a..dd952a4c8 100644 --- a/apps/yesplaymusic/latest/data.yml +++ b/apps/yesplaymusic/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/yourls/1.10.2/data.yml b/apps/yourls/1.10.2/data.yml index 6a80e81ac..3601d72d3 100644 --- a/apps/yourls/1.10.2/data.yml +++ b/apps/yourls/1.10.2/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: YOURLS_DB_PORT key: mysql @@ -28,6 +31,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -36,6 +42,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -44,6 +53,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -52,6 +64,9 @@ additionalProperties: envKey: PANEL_DB_PREFIX labelEn: Database prefix labelZh: 数据库前缀 + label: + en: Database prefix + zh: 数据库前缀 required: true type: text - default: 40037 @@ -59,6 +74,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -67,12 +85,18 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: yourls envKey: USERNAME labelEn: User labelZh: 用户 + label: + en: User + zh: 用户 random: true required: true rule: paramCommon @@ -81,6 +105,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 用户密码 + label: + en: Password + zh: 用户密码 random: true required: true rule: paramComplexity @@ -90,5 +117,8 @@ additionalProperties: envKey: YOURLS_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text diff --git a/apps/yourls/latest/data.yml b/apps/yourls/latest/data.yml index 6a80e81ac..3601d72d3 100644 --- a/apps/yourls/latest/data.yml +++ b/apps/yourls/latest/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: YOURLS_DB_PORT key: mysql @@ -28,6 +31,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -36,6 +42,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -44,6 +53,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -52,6 +64,9 @@ additionalProperties: envKey: PANEL_DB_PREFIX labelEn: Database prefix labelZh: 数据库前缀 + label: + en: Database prefix + zh: 数据库前缀 required: true type: text - default: 40037 @@ -59,6 +74,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -67,12 +85,18 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: yourls envKey: USERNAME labelEn: User labelZh: 用户 + label: + en: User + zh: 用户 random: true required: true rule: paramCommon @@ -81,6 +105,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 用户密码 + label: + en: Password + zh: 用户密码 random: true required: true rule: paramComplexity @@ -90,5 +117,8 @@ additionalProperties: envKey: YOURLS_EXTERNAL_URL labelEn: External URL labelZh: 外部访问地址 + label: + en: External URL + zh: 外部访问地址 required: true type: text diff --git a/apps/zabbix-agent/6.4.4/data.yml b/apps/zabbix-agent/6.4.4/data.yml index 6f3d104f2..d02e01211 100644 --- a/apps/zabbix-agent/6.4.4/data.yml +++ b/apps/zabbix-agent/6.4.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Native host name labelZh: 本机主机名 + label: + en: Native host name + zh: 本机主机名 required: true type: text - default: 192.168.8.8 @@ -20,6 +26,9 @@ additionalProperties: envKey: ZABBIX_SERVER labelEn: Zabbix server labelZh: Zabbix服务端 + label: + en: Zabbix server + zh: Zabbix服务端 required: true type: text - default: 10051 @@ -27,6 +36,9 @@ additionalProperties: envKey: ZABBIX_SERVER_PORT labelEn: Zabbix server P-port labelZh: Zabbix服务端端口 + label: + en: Zabbix server P-port + zh: Zabbix服务端端口 required: true rule: paramPort type: number diff --git a/apps/zabbix-agent/latest/data.yml b/apps/zabbix-agent/latest/data.yml index 6f3d104f2..d02e01211 100644 --- a/apps/zabbix-agent/latest/data.yml +++ b/apps/zabbix-agent/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HOSTNAME labelEn: Native host name labelZh: 本机主机名 + label: + en: Native host name + zh: 本机主机名 required: true type: text - default: 192.168.8.8 @@ -20,6 +26,9 @@ additionalProperties: envKey: ZABBIX_SERVER labelEn: Zabbix server labelZh: Zabbix服务端 + label: + en: Zabbix server + zh: Zabbix服务端 required: true type: text - default: 10051 @@ -27,6 +36,9 @@ additionalProperties: envKey: ZABBIX_SERVER_PORT labelEn: Zabbix server P-port labelZh: Zabbix服务端端口 + label: + en: Zabbix server P-port + zh: Zabbix服务端端口 required: true rule: paramPort type: number diff --git a/apps/zabbix-server/7.4.4&mysql/data.yml b/apps/zabbix-server/7.4.4&mysql/data.yml index 66045d54c..74bea95a8 100644 --- a/apps/zabbix-server/7.4.4&mysql/data.yml +++ b/apps/zabbix-server/7.4.4&mysql/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: MYSQL_PASSWORD labelEn: MySQL root Password labelZh: 数据库root密码 + label: + en: MySQL root Password + zh: 数据库root密码 random: true required: true rule: paramComplexity @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP2 labelEn: Gateway port labelZh: 网关端口 + label: + en: Gateway port + zh: 网关端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/zabbix-server/7.4.4-postgres/data.yml b/apps/zabbix-server/7.4.4-postgres/data.yml index 12970b4a5..0494f7ee4 100644 --- a/apps/zabbix-server/7.4.4-postgres/data.yml +++ b/apps/zabbix-server/7.4.4-postgres/data.yml @@ -6,12 +6,18 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: zabbix envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_COMM labelEn: Gateway port labelZh: 网关端口 + label: + en: Gateway port + zh: 网关端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SNMP labelEn: Snmptraps Port labelZh: Snmptraps 端口 + label: + en: Snmptraps Port + zh: Snmptraps 端口 required: true rule: paramPort type: number diff --git a/apps/zabbix-server/7.4.4/data.yml b/apps/zabbix-server/7.4.4/data.yml index 46a10b9d8..20949a877 100644 --- a/apps/zabbix-server/7.4.4/data.yml +++ b/apps/zabbix-server/7.4.4/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: ZABBIX_DB_PORT key: mysql @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -49,6 +61,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP2 labelEn: Gateway port labelZh: 网关端口 + label: + en: Gateway port + zh: 网关端口 required: true rule: paramPort type: number @@ -57,6 +72,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/zabbix-server/latest&mysql/data.yml b/apps/zabbix-server/latest&mysql/data.yml index 66045d54c..74bea95a8 100644 --- a/apps/zabbix-server/latest&mysql/data.yml +++ b/apps/zabbix-server/latest&mysql/data.yml @@ -4,6 +4,9 @@ additionalProperties: envKey: MYSQL_PASSWORD labelEn: MySQL root Password labelZh: 数据库root密码 + label: + en: MySQL root Password + zh: 数据库root密码 random: true required: true rule: paramComplexity @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP2 labelEn: Gateway port labelZh: 网关端口 + label: + en: Gateway port + zh: 网关端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/zabbix-server/latest-postgres/data.yml b/apps/zabbix-server/latest-postgres/data.yml index 12970b4a5..0494f7ee4 100644 --- a/apps/zabbix-server/latest-postgres/data.yml +++ b/apps/zabbix-server/latest-postgres/data.yml @@ -6,12 +6,18 @@ additionalProperties: key: postgresql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 required: true type: service - default: zabbix envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -37,6 +49,9 @@ additionalProperties: envKey: PANEL_APP_PORT_COMM labelEn: Gateway port labelZh: 网关端口 + label: + en: Gateway port + zh: 网关端口 required: true rule: paramPort type: number @@ -45,6 +60,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -53,6 +71,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SNMP labelEn: Snmptraps Port labelZh: Snmptraps 端口 + label: + en: Snmptraps Port + zh: Snmptraps 端口 required: true rule: paramPort type: number diff --git a/apps/zabbix-server/latest/data.yml b/apps/zabbix-server/latest/data.yml index 46a10b9d8..20949a877 100644 --- a/apps/zabbix-server/latest/data.yml +++ b/apps/zabbix-server/latest/data.yml @@ -10,6 +10,9 @@ additionalProperties: default: mysql labelEn: Database Service labelZh: 数据库服务 + label: + en: Database Service + zh: 数据库服务 params: - envKey: ZABBIX_DB_PORT key: mysql @@ -24,6 +27,9 @@ additionalProperties: envKey: PANEL_DB_NAME labelEn: Database labelZh: 数据库名 + label: + en: Database + zh: 数据库名 random: true required: true rule: paramCommon @@ -32,6 +38,9 @@ additionalProperties: envKey: PANEL_DB_USER labelEn: User labelZh: 数据库用户 + label: + en: User + zh: 数据库用户 random: true required: true rule: paramCommon @@ -40,6 +49,9 @@ additionalProperties: envKey: PANEL_DB_USER_PASSWORD labelEn: Password labelZh: 数据库用户密码 + label: + en: Password + zh: 数据库用户密码 random: true required: true rule: paramComplexity @@ -49,6 +61,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP2 labelEn: Gateway port labelZh: 网关端口 + label: + en: Gateway port + zh: 网关端口 required: true rule: paramPort type: number @@ -57,6 +72,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/zdir/4.6.2/data.yml b/apps/zdir/4.6.2/data.yml index 29de9f7eb..7daa199fc 100644 --- a/apps/zdir/4.6.2/data.yml +++ b/apps/zdir/4.6.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt @@ -20,5 +26,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/zdir/latest/data.yml b/apps/zdir/latest/data.yml index 29de9f7eb..7daa199fc 100644 --- a/apps/zdir/latest/data.yml +++ b/apps/zdir/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt @@ -20,5 +26,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/zerotier-moon/1.8.4/data.yml b/apps/zerotier-moon/1.8.4/data.yml index 72046a319..5ff424b11 100644 --- a/apps/zerotier-moon/1.8.4/data.yml +++ b/apps/zerotier-moon/1.8.4/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HOST_IPV4 labelEn: Native IPV4 address labelZh: 本机IPV4地址 + label: + en: Native IPV4 address + zh: 本机IPV4地址 required: false type: text - default: '' @@ -20,5 +26,8 @@ additionalProperties: envKey: HOST_IPV6 labelEn: Native IPV6 address labelZh: 本机IPV6地址 + label: + en: Native IPV6 address + zh: 本机IPV6地址 required: false type: text diff --git a/apps/zerotier-moon/latest/data.yml b/apps/zerotier-moon/latest/data.yml index 72046a319..5ff424b11 100644 --- a/apps/zerotier-moon/latest/data.yml +++ b/apps/zerotier-moon/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: HOST_IPV4 labelEn: Native IPV4 address labelZh: 本机IPV4地址 + label: + en: Native IPV4 address + zh: 本机IPV4地址 required: false type: text - default: '' @@ -20,5 +26,8 @@ additionalProperties: envKey: HOST_IPV6 labelEn: Native IPV6 address labelZh: 本机IPV6地址 + label: + en: Native IPV6 address + zh: 本机IPV6地址 required: false type: text diff --git a/apps/zerotier-one/1.14.2/data.yml b/apps/zerotier-one/1.14.2/data.yml index 3ad9832f7..019f328f4 100644 --- a/apps/zerotier-one/1.14.2/data.yml +++ b/apps/zerotier-one/1.14.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/zerotier-one/latest/data.yml b/apps/zerotier-one/latest/data.yml index 3ad9832f7..019f328f4 100644 --- a/apps/zerotier-one/latest/data.yml +++ b/apps/zerotier-one/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number diff --git a/apps/zerotier-planet-xubiaolin/1.14.2/data.yml b/apps/zerotier-planet-xubiaolin/1.14.2/data.yml index 41303702e..54f3cc2f1 100644 --- a/apps/zerotier-planet-xubiaolin/1.14.2/data.yml +++ b/apps/zerotier-planet-xubiaolin/1.14.2/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ZEROTIER_PLANET_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3443 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API Port + label: + en: API Port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_FILE labelZh: 文件传输端口 labelEn: File transfer port + label: + en: File transfer port + zh: 文件传输端口 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: IP_ADDR4 labelZh: 公网 IPV4/IPV6 labelEn: Public IPV4/IPV6 + label: + en: Public IPV4/IPV6 + zh: 公网 IPV4/IPV6 required: false type: text - default: "" @@ -43,5 +58,8 @@ additionalProperties: envKey: IP_ADDR6 labelZh: 公网 IPV4/IPV6 labelEn: Public IPV6/IPV6 + label: + en: Public IPV6/IPV6 + zh: 公网 IPV4/IPV6 required: false type: text diff --git a/apps/zerotier-planet/1.2.18/data.yml b/apps/zerotier-planet/1.2.18/data.yml index 91d6f27a3..62683a898 100644 --- a/apps/zerotier-planet/1.2.18/data.yml +++ b/apps/zerotier-planet/1.2.18/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SERVER labelEn: ZeroTier Service Port labelZh: ZeroTier服务端口 + label: + en: ZeroTier Service Port + zh: ZeroTier服务端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_DOWNLOAD labelEn: Planet/moon file download port labelZh: planet/moon文件在线下载端口 + label: + en: Planet/moon file download port + zh: planet/moon文件在线下载端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: HOST_IP_ADDR labelEn: Native IP address labelZh: 本机IP地址 + label: + en: Native IP address + zh: 本机IP地址 required: true type: text - default: zerotier @@ -36,6 +48,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: true rule: paramComplexity diff --git a/apps/zerotier-planet/latest/data.yml b/apps/zerotier-planet/latest/data.yml index 91d6f27a3..62683a898 100644 --- a/apps/zerotier-planet/latest/data.yml +++ b/apps/zerotier-planet/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Console Port labelZh: 控制台端口 + label: + en: Console Port + zh: 控制台端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: PANEL_APP_PORT_SERVER labelEn: ZeroTier Service Port labelZh: ZeroTier服务端口 + label: + en: ZeroTier Service Port + zh: ZeroTier服务端口 required: true rule: paramPort type: number @@ -21,6 +27,9 @@ additionalProperties: envKey: PANEL_APP_PORT_DOWNLOAD labelEn: Planet/moon file download port labelZh: planet/moon文件在线下载端口 + label: + en: Planet/moon file download port + zh: planet/moon文件在线下载端口 required: true rule: paramPort type: number @@ -29,6 +38,9 @@ additionalProperties: envKey: HOST_IP_ADDR labelEn: Native IP address labelZh: 本机IP地址 + label: + en: Native IP address + zh: 本机IP地址 required: true type: text - default: zerotier @@ -36,6 +48,9 @@ additionalProperties: envKey: PASSWORD labelEn: Password labelZh: 密码 + label: + en: Password + zh: 密码 random: true required: true rule: paramComplexity diff --git a/apps/zfile/4.4.0/data.yml b/apps/zfile/4.4.0/data.yml index 13127f013..ea7cd502b 100644 --- a/apps/zfile/4.4.0/data.yml +++ b/apps/zfile/4.4.0/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt @@ -20,5 +26,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/zfile/latest/data.yml b/apps/zfile/latest/data.yml index 13127f013..ea7cd502b 100644 --- a/apps/zfile/latest/data.yml +++ b/apps/zfile/latest/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelEn: Port labelZh: 端口 + label: + en: Port + zh: 端口 required: true rule: paramPort type: number @@ -13,6 +16,9 @@ additionalProperties: envKey: DATA_PATH labelEn: Data folder path labelZh: 数据文件夹路径 + label: + en: Data folder path + zh: 数据文件夹路径 required: true type: text - default: ./data/mnt @@ -20,5 +26,8 @@ additionalProperties: envKey: MOUNT_PATH labelEn: Mount folder path labelZh: 挂载文件夹路径 + label: + en: Mount folder path + zh: 挂载文件夹路径 required: true type: text diff --git a/apps/ztncui/1.2.18/data.yml b/apps/ztncui/1.2.18/data.yml index 9d752846d..788c47654 100644 --- a/apps/ztncui/1.2.18/data.yml +++ b/apps/ztncui/1.2.18/data.yml @@ -5,6 +5,9 @@ additionalProperties: envKey: ZTNCUI_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path + label: + en: Data persistence path + zh: 数据持久化路径 required: true type: text - default: 3000 @@ -12,6 +15,9 @@ additionalProperties: envKey: PANEL_APP_PORT_HTTP labelZh: WebUI 端口 labelEn: WebUI port + label: + en: WebUI port + zh: WebUI 端口 required: true rule: paramPort type: number @@ -20,6 +26,9 @@ additionalProperties: envKey: PANEL_APP_PORT_API labelZh: API 端口 labelEn: API Port + label: + en: API Port + zh: API 端口 required: true rule: paramPort type: number @@ -28,6 +37,9 @@ additionalProperties: envKey: PANEL_APP_PORT_FILE labelZh: 文件传输端口 labelEn: File transfer port + label: + en: File transfer port + zh: 文件传输端口 required: true rule: paramPort type: number @@ -36,6 +48,9 @@ additionalProperties: envKey: ZTNCUI_PASSWD labelZh: 面板管理员 密码 labelEn: Admin Password + label: + en: Admin Password + zh: 面板管理员 密码 required: true type: password - default: "" @@ -43,5 +58,8 @@ additionalProperties: envKey: MYADDR labelZh: 服务器域名(IP) labelEn: Server Domain(IP) + label: + en: Server Domain(IP) + zh: 服务器域名(IP) required: true type: text