2025-10-01 16:33:31 +08:00
|
|
|
|
additionalProperties:
|
|
|
|
|
|
formFields:
|
2025-10-30 21:48:44 +08:00
|
|
|
|
- default: "false"
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: PRIVILEGED
|
|
|
|
|
|
labelEn: "Privilege Mode: Manually enabled for permission issues"
|
|
|
|
|
|
labelZh: "特权模式: 遇到权限问题时手动启用"
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
label:
|
|
|
|
|
|
en: Privilege Mode
|
|
|
|
|
|
zh: 特权模式
|
|
|
|
|
|
description:
|
|
|
|
|
|
en: Manually enabled for permission issues
|
|
|
|
|
|
zh: 遇到权限问题时手动启用
|
2025-10-30 21:48:44 +08:00
|
|
|
|
required: false
|
|
|
|
|
|
type: select
|
|
|
|
|
|
values:
|
|
|
|
|
|
- label: "启用 Enabled"
|
|
|
|
|
|
value: "true"
|
|
|
|
|
|
- label: "禁用 Disabled"
|
|
|
|
|
|
value: "false"
|
|
|
|
|
|
|
2025-10-01 16:33:31 +08:00
|
|
|
|
- default: "repos"
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: ROLE
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
labelEn: Role (Repository, Enterprise or Organization)
|
|
|
|
|
|
labelZh: 角色 (个人仓库、企业或者组织)
|
|
|
|
|
|
label:
|
|
|
|
|
|
en: Role
|
|
|
|
|
|
zh: 角色
|
|
|
|
|
|
description:
|
|
|
|
|
|
en: Repository, Enterprise or Organization
|
|
|
|
|
|
zh: 个人仓库、企业或者组织
|
2025-10-01 16:33:31 +08:00
|
|
|
|
required: true
|
|
|
|
|
|
type: select
|
|
|
|
|
|
values:
|
|
|
|
|
|
- label: "个人仓库 Repository"
|
|
|
|
|
|
value: "repos"
|
|
|
|
|
|
- label: "企业 Enterprise"
|
|
|
|
|
|
value: "enterprises"
|
|
|
|
|
|
- label: "组织 Organization"
|
|
|
|
|
|
value: "orgs"
|
|
|
|
|
|
|
|
|
|
|
|
- default: "owner/repo"
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: REPO
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
labelEn: Repository name, enterprise name or organization name
|
|
|
|
|
|
labelZh: 仓库名、企业名或组织名
|
|
|
|
|
|
label:
|
|
|
|
|
|
en: Repository name, enterprise name or organization name
|
|
|
|
|
|
zh: 仓库名、企业名或组织名
|
|
|
|
|
|
description:
|
|
|
|
|
|
en: Personal repository format is owner/repo, enterprise format is enterpriseName, organization format is orgName
|
|
|
|
|
|
zh: 个人仓库格式为 owner/repo,企业格式为 enterpriseName,组织格式为 orgName
|
2025-10-01 16:33:31 +08:00
|
|
|
|
required: true
|
|
|
|
|
|
type: text
|
|
|
|
|
|
|
|
|
|
|
|
- default: ""
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: GITHUB_TOKEN
|
|
|
|
|
|
labelEn: Github Token
|
|
|
|
|
|
labelZh: Github 令牌
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
label:
|
|
|
|
|
|
en: Github Token
|
|
|
|
|
|
zh: Github 令牌
|
2025-10-01 16:33:31 +08:00
|
|
|
|
required: true
|
|
|
|
|
|
type: text
|
|
|
|
|
|
|
|
|
|
|
|
- default: ""
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: RUNNER_NAME
|
|
|
|
|
|
labelEn: Runner Name
|
|
|
|
|
|
labelZh: 运行器名称
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
label:
|
|
|
|
|
|
en: Runner Name
|
|
|
|
|
|
zh: 运行器名称
|
2025-10-01 16:33:31 +08:00
|
|
|
|
required: false
|
|
|
|
|
|
type: text
|
|
|
|
|
|
|
|
|
|
|
|
- default: "label1,label2"
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: RUNNER_LABELS
|
|
|
|
|
|
labelEn: Runner Labels
|
|
|
|
|
|
labelZh: 运行器标签
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
label:
|
|
|
|
|
|
en: Runner Labels
|
|
|
|
|
|
zh: 运行器标签
|
2025-10-01 16:33:31 +08:00
|
|
|
|
required: false
|
|
|
|
|
|
type: text
|
|
|
|
|
|
|
|
|
|
|
|
- default: "_work"
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: WORK_FOLDER
|
|
|
|
|
|
labelEn: Work Folder
|
|
|
|
|
|
labelZh: 工作文件夹
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
label:
|
|
|
|
|
|
en: Work Folder
|
|
|
|
|
|
zh: 工作文件夹
|
2025-10-01 16:33:31 +08:00
|
|
|
|
required: false
|
|
|
|
|
|
type: text
|
|
|
|
|
|
|
|
|
|
|
|
- default: "Default"
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: RUNNER_GROUP
|
|
|
|
|
|
labelEn: Runner Group
|
|
|
|
|
|
labelZh: 运行器组
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
label:
|
|
|
|
|
|
en: Runner Group
|
|
|
|
|
|
zh: 运行器组
|
2025-10-01 16:33:31 +08:00
|
|
|
|
required: false
|
|
|
|
|
|
type: text
|
|
|
|
|
|
|
|
|
|
|
|
- default: "false"
|
|
|
|
|
|
edit: true
|
|
|
|
|
|
envKey: AUTO_UNREGISTER
|
|
|
|
|
|
labelEn: Unregister the Runner when the container is stopped
|
|
|
|
|
|
labelZh: 是否在容器停止时注销 Runner
|
✨ feat(i18n): enhance internationalization support for multiple applications
- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
2025-11-02 01:18:50 +08:00
|
|
|
|
label:
|
|
|
|
|
|
en: Unregister the Runner when the container is stopped
|
|
|
|
|
|
zh: 是否在容器停止时注销 Runner
|
2025-10-01 16:33:31 +08:00
|
|
|
|
required: false
|
|
|
|
|
|
type: select
|
|
|
|
|
|
values:
|
|
|
|
|
|
- label: "True"
|
|
|
|
|
|
value: "true"
|
|
|
|
|
|
- label: "False"
|
|
|
|
|
|
value: "false"
|