feat: Added internationalization support for form fields in some applications (#2981)
This commit is contained in:
parent
9839e38296
commit
61cdb04b23
|
|
@ -1,19 +1,27 @@
|
|||
name: Ollama WebUI
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 面向 LLM 的用户友好型 WebUI
|
||||
description: 面向 LLM 的用户友好型 WebUI
|
||||
additionalProperties:
|
||||
key: ollama-webui
|
||||
name: Ollama WebUI
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 面向 LLM 的用户友好型 WebUI
|
||||
shortDescEn: User-friendly WebUI for LLMs
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://openwebui.com/
|
||||
github: https://github.com/open-webui/open-webui
|
||||
document: https://docs.openwebui.com/
|
||||
name: Ollama WebUI
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 面向 LLM 的用户友好型 WebUI
|
||||
description: 面向 LLM 的用户友好型 WebUI
|
||||
additionalProperties:
|
||||
key: ollama-webui
|
||||
name: Ollama WebUI
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 面向 LLM 的用户友好型 WebUI
|
||||
shortDescEn: User-friendly WebUI for LLMs
|
||||
description:
|
||||
en: User-friendly WebUI for LLMs
|
||||
ja: LLM向けの使いやすいWebUI
|
||||
ms: WebUI mesra pengguna untuk LLM
|
||||
pt-br: WebUI amigável para LLMs
|
||||
ru: Удобный WebUI для LLM
|
||||
zh-hant: 用於 LLM 的友好型 WebUI
|
||||
zh: 面向 LLM 的用户友好型 WebUI
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://openwebui.com/
|
||||
github: https://github.com/open-webui/open-webui
|
||||
document: https://docs.openwebui.com/
|
||||
|
|
|
|||
|
|
@ -1,27 +1,51 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 3000
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: '示例:http://192.168.10.100:11434'
|
||||
edit: true
|
||||
envKey: OLLAMA_BASE_URL
|
||||
labelEn: Ollama Base Url
|
||||
labelZh: Ollama 服务地址
|
||||
required: true
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: 'ollama'
|
||||
edit: true
|
||||
envKey: WEBUI_SECRET_KEY
|
||||
labelEn: Secret Key
|
||||
labelZh: Secret Key
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 3000
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: '示例:http://192.168.10.100:11434'
|
||||
edit: true
|
||||
envKey: OLLAMA_BASE_URL
|
||||
labelEn: Ollama Base Url
|
||||
labelZh: Ollama 服务地址
|
||||
label:
|
||||
en: Ollama Base Url
|
||||
ja: OllamaベースURL
|
||||
ms: URL Asas Ollama
|
||||
pt-br: URL Base Ollama
|
||||
ru: Базовый URL Ollama
|
||||
zh-hant: Ollama 服務地址
|
||||
zh: Ollama 服务地址
|
||||
required: true
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: 'ollama'
|
||||
edit: true
|
||||
envKey: WEBUI_SECRET_KEY
|
||||
labelEn: Secret Key
|
||||
labelZh: Secret Key
|
||||
label:
|
||||
en: Secret Key
|
||||
ja: シークレットキー
|
||||
ms: Kunci Rahsia
|
||||
pt-br: Chave Secreta
|
||||
ru: Секретный ключ
|
||||
zh-hant: 密鑰
|
||||
zh: Secret Key
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
|
@ -1,10 +1,18 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 11434
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 11434
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
@ -1,19 +1,27 @@
|
|||
name: Ollama
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
||||
description: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
||||
additionalProperties:
|
||||
key: ollama
|
||||
name: Ollama
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
||||
shortDescEn: Locally run Llama 2, Mistral, Gemma, and other large language models
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 70
|
||||
website: https://ollama.com/
|
||||
github: https://github.com/ollama/ollama
|
||||
document: https://github.com/ollama/ollama/blob/main/docs/README.md
|
||||
name: Ollama
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
||||
description: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
||||
additionalProperties:
|
||||
key: ollama
|
||||
name: Ollama
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
||||
shortDescEn: Locally run Llama 2, Mistral, Gemma, and other large language models
|
||||
description:
|
||||
en: Locally run Llama 2, Mistral, Gemma, and other large language models
|
||||
ja: Llama 2、Mistral、Gemma、その他の大規模言語モデルをローカルで実行
|
||||
ms: Jalankan Llama 2, Mistral, Gemma, dan model bahasa besar lain secara tempatan
|
||||
pt-br: Execute localmente o Llama 2, Mistral, Gemma e outros modelos de linguagem de grande porte
|
||||
ru: Локально запускайте Llama 2, Mistral, Gemma и другие крупные языковые модели
|
||||
zh-hant: 本地運行 Llama 2、Mistral、Gemma 和其他大型語言模型
|
||||
zh: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 70
|
||||
website: https://ollama.com/
|
||||
github: https://github.com/ollama/ollama
|
||||
document: https://github.com/ollama/ollama/blob/main/docs/README.md
|
||||
|
|
|
|||
|
|
@ -5,14 +5,30 @@ additionalProperties:
|
|||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 'WEB_PASSWORD'
|
||||
edit: true
|
||||
envKey: WEB_PASSWORD
|
||||
labelEn: WEB Password
|
||||
labelEn: WEB Admin Password
|
||||
labelZh: Web 界面的管理员模式密码
|
||||
label:
|
||||
en: WEB Admin Password
|
||||
ja: WEB 管理者パスワード
|
||||
ms: Kata Laluan Admin WEB
|
||||
pt-br: Senha de Administrador WEB
|
||||
ru: Пароль администратора WEB
|
||||
zh-hant: WEB 管理員密碼
|
||||
zh: Web 界面的管理员模式密码
|
||||
required: true
|
||||
type: text
|
||||
- default: '60'
|
||||
|
|
@ -20,6 +36,14 @@ additionalProperties:
|
|||
envKey: TASK_SYNC_INTERVAL
|
||||
labelEn: Sync interval
|
||||
labelZh: 请求服务器同步玩家在线数据的间隔
|
||||
label:
|
||||
en: Sync interval
|
||||
ja: 同期インターバル
|
||||
ms: Selang masa penyegerakan
|
||||
pt-br: Interval de sincronização
|
||||
ru: Интервал синхронизации
|
||||
zh-hant: 同步間隔
|
||||
zh: 请求服务器同步玩家在线数据的间隔
|
||||
required: true
|
||||
type: number
|
||||
- default: 'false'
|
||||
|
|
@ -27,6 +51,14 @@ additionalProperties:
|
|||
envKey: TASK_PLAYER_LOGGING
|
||||
labelEn: Enable players login/logout message
|
||||
labelZh: 玩家进入/离开服务器是否通知
|
||||
label:
|
||||
en: Enable players login/logout message
|
||||
ja: プレイヤーのログイン/ログアウトメッセージを有効にする
|
||||
ms: Mengaktifkan mesej log masuk/keluar pemain
|
||||
pt-br: Habilitar mensagem de login/logout dos jogadores
|
||||
ru: Включить сообщение о входе/выходе игроков
|
||||
zh-hant: 啟用玩家登錄/登出消息
|
||||
zh: 玩家进入/离开服务器是否通知
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
|
|
@ -39,6 +71,14 @@ additionalProperties:
|
|||
envKey: TASK_PLAYER_LOGIN_MESSAGE
|
||||
labelEn: Login message
|
||||
labelZh: 玩家进入服务器消息
|
||||
label:
|
||||
en: Login message
|
||||
ja: ログインメッセージ
|
||||
ms: Mesej log masuk
|
||||
pt-br: Mensagem de login
|
||||
ru: Сообщение о входе
|
||||
zh-hant: 登入訊息
|
||||
zh: 玩家进入服务器消息
|
||||
required: false
|
||||
type: text
|
||||
- default: '玩家 {username} 离开服务器!\n当前在线人数: {online_num}'
|
||||
|
|
@ -46,34 +86,74 @@ additionalProperties:
|
|||
envKey: TASK_PLAYER_LOGOUT_MESSAGE
|
||||
labelEn: Logout message
|
||||
labelZh: 玩家离开服务器消息
|
||||
label:
|
||||
en: Logout message
|
||||
ja: ログアウトメッセージ
|
||||
ms: Mesej log keluar
|
||||
pt-br: Mensagem de logout
|
||||
ru: Сообщение о выходе
|
||||
zh-hant: 登出訊息
|
||||
zh: 玩家离开服务器消息
|
||||
required: false
|
||||
type: text
|
||||
- default: '<palworld容器名或ip>:25575'
|
||||
edit: true
|
||||
envKey: RCON_ADDRESS
|
||||
labelEn: RCON Address
|
||||
labelZh: RCON地址
|
||||
labelZh: RCON 地址
|
||||
label:
|
||||
en: RCON Address
|
||||
ja: RCON アドレス
|
||||
ms: Alamat RCON
|
||||
pt-br: Endereço RCON
|
||||
ru: Адрес RCON
|
||||
zh-hant: RCON 地址
|
||||
zh: RCON 地址
|
||||
required: true
|
||||
type: text
|
||||
- default: 'http://<palworld容器名或ip>:8212'
|
||||
edit: true
|
||||
envKey: REST_ADDRESS
|
||||
labelEn: REST API Address
|
||||
labelZh: REST API地址
|
||||
labelZh: REST API 地址
|
||||
label:
|
||||
en: REST API Address
|
||||
ja: REST API アドレス
|
||||
ms: Alamat API REST
|
||||
pt-br: Endereço da API REST
|
||||
ru: Адрес REST API
|
||||
zh-hant: REST API 地址
|
||||
zh: REST API 地址
|
||||
required: true
|
||||
type: text
|
||||
- default: 'ADMIN_PASSWORD'
|
||||
edit: true
|
||||
envKey: ADMIN_PASSWORD
|
||||
labelEn: ADMIN Password
|
||||
labelZh: 服务器配置文件中的 AdminPassword
|
||||
labelEn: Admin Password
|
||||
labelZh: 服务器配置文件中的 Admin Password
|
||||
label:
|
||||
en: Admin Password
|
||||
ja: 管理者パスワード
|
||||
ms: Kata Laluan Pentadbir
|
||||
pt-br: Senha de Administrador
|
||||
ru: Пароль администратора
|
||||
zh-hant: 管理員密碼
|
||||
zh: 服务器配置文件中的 Admin Password
|
||||
required: true
|
||||
type: text
|
||||
- default: 'false'
|
||||
edit: true
|
||||
envKey: RCON_USE_BASE64
|
||||
labelEn: Enable PalGuard Base64 RCON
|
||||
labelZh: 是否开启PalGuard的Base64 RCON
|
||||
labelZh: 是否开启 PalGuard 的 Base64 RCON
|
||||
label:
|
||||
en: Enable PalGuard Base64 RCON
|
||||
ja: PalGuard Base64 RCONを有効にする
|
||||
ms: Aktifkan PalGuard Base64 RCON
|
||||
pt-br: Habilitar PalGuard Base64 RCON
|
||||
ru: Включить PalGuard Base64 RCON
|
||||
zh-hant: 啟用 PalGuard Base64 RCON
|
||||
zh: 是否开启 PalGuard 的 Base64 RCON
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
|
|
@ -86,6 +166,14 @@ additionalProperties:
|
|||
envKey: PALWORLD_SAVE_PATH
|
||||
labelEn: Palworld External Save Path
|
||||
labelZh: 帕鲁服务器外部存档路径
|
||||
label:
|
||||
en: Palworld External Save Path
|
||||
ja: Palworld 外部保存パス
|
||||
ms: Laluan Simpan Luaran Palworld
|
||||
pt-br: Caminho de salvamento externo do Palworld
|
||||
ru: Внешний путь сохранения Palworld
|
||||
zh-hant: Palworld 外部儲存路徑
|
||||
zh: 帕鲁服务器外部存档路径
|
||||
required: true
|
||||
type: text
|
||||
- default: '600'
|
||||
|
|
@ -93,6 +181,14 @@ additionalProperties:
|
|||
envKey: SAVE_SYNC_INTERVAL
|
||||
labelEn: Save Sync Interval
|
||||
labelZh: 存档同步间隔
|
||||
label:
|
||||
en: Save Sync Interval
|
||||
ja: 同期インターバルを保存
|
||||
ms: Simpan Selang Penyegerakan
|
||||
pt-br: Salvar Interval de Sincronização
|
||||
ru: Сохранить интервал синхронизации
|
||||
zh-hant: 儲存同步間隔
|
||||
zh: 存档同步间隔
|
||||
required: true
|
||||
type: number
|
||||
- default: '0'
|
||||
|
|
@ -100,6 +196,14 @@ additionalProperties:
|
|||
envKey: SAVE_BACKUP_INTERVAL
|
||||
labelEn: Save Backup Interval
|
||||
labelZh: 存档备份间隔
|
||||
label:
|
||||
en: Save Backup Interval
|
||||
ja: バックアップ保存間隔
|
||||
ms: Selang Simpan Salinan Sandar
|
||||
pt-br: Interval de Salvamento de Backup
|
||||
ru: Интервал сохранения резервной копии
|
||||
zh-hant: 保存備份間隔
|
||||
zh: 存档备份间隔
|
||||
required: true
|
||||
type: number
|
||||
- default: 'false'
|
||||
|
|
@ -107,6 +211,14 @@ additionalProperties:
|
|||
envKey: MANAGE_KICK_NON_WHITELIST
|
||||
labelEn: Automatically kick non-whitelisted players
|
||||
labelZh: 非白名单玩家自动踢出
|
||||
label:
|
||||
en: Automatically kick non-whitelisted players
|
||||
ja: ホワイトリストにないプレイヤーを自動的に追い出す
|
||||
ms: Secara automatik tendang pemain yang tidak tersenarai dalam senarai putih
|
||||
pt-br: Expulsar automaticamente jogadores não incluídos na lista branca
|
||||
ru: Автоматически выкидывать игроков, не в белом списке
|
||||
zh-hant: 自動踢出非白名單玩家
|
||||
zh: 非白名单玩家自动踢出
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
|
|
|
|||
|
|
@ -4,16 +4,24 @@ tags:
|
|||
title: 幻兽帕鲁服务可视化管理工具
|
||||
description: 幻兽帕鲁服务可视化管理工具
|
||||
additionalProperties:
|
||||
key: palworld-server-tool
|
||||
name: Palworld Server Tool
|
||||
tags:
|
||||
- Game
|
||||
shortDescZh: 幻兽帕鲁服务可视化管理工具
|
||||
shortDescEn: Palworld service visual management tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/zaigie/palworld-server-tool
|
||||
github: https://github.com/zaigie/palworld-server-tool
|
||||
document: https://github.com/zaigie/palworld-server-tool
|
||||
key: palworld-server-tool
|
||||
name: Palworld Server Tool
|
||||
tags:
|
||||
- Game
|
||||
shortDescZh: 幻兽帕鲁服务可视化管理工具
|
||||
shortDescEn: Palworld service visual management tool
|
||||
description:
|
||||
en: Palworld service visual management tool
|
||||
ja: Palworld サービスのビジュアル管理ツール
|
||||
ms: Alat pengurusan visual perkhidmatan Palworld
|
||||
pt-br: Ferramenta de gerenciamento visual de serviço do Palworld
|
||||
ru: Инструмент визуального управления сервисами Palworld
|
||||
zh-hant: Palworld 服務視覺管理工具
|
||||
zh: 幻兽帕鲁服务可视化管理工具
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/zaigie/palworld-server-tool
|
||||
github: https://github.com/zaigie/palworld-server-tool
|
||||
document: https://github.com/zaigie/palworld-server-tool
|
||||
|
|
@ -1,19 +1,27 @@
|
|||
name: Palworld Server
|
||||
tags:
|
||||
- 休闲游戏
|
||||
title: 幻兽帕鲁服务端
|
||||
description: 幻兽帕鲁服务端
|
||||
additionalProperties:
|
||||
key: palworld
|
||||
name: Palworld Server
|
||||
tags:
|
||||
- Game
|
||||
shortDescZh: 幻兽帕鲁服务端
|
||||
shortDescEn: Palworld Dedicated Server
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://hub.docker.com/r/thijsvanloef/palworld-server-docker
|
||||
github: https://github.com/thijsvanloef/palworld-server-docker
|
||||
document: https://palworld-server-docker.loef.dev/
|
||||
name: Palworld Server
|
||||
tags:
|
||||
- 休闲游戏
|
||||
title: 幻兽帕鲁服务端
|
||||
description: 幻兽帕鲁服务端
|
||||
additionalProperties:
|
||||
key: palworld
|
||||
name: Palworld Server
|
||||
tags:
|
||||
- Game
|
||||
shortDescZh: 幻兽帕鲁服务端
|
||||
shortDescEn: Palworld Dedicated Server
|
||||
description:
|
||||
en: Palworld Dedicated Server
|
||||
ja: Palworld 専用サーバー
|
||||
ms: Pelayan Dedikasi Palworld
|
||||
pt-br: Servidor dedicado Palworld
|
||||
ru: Выделенный сервер Palworld
|
||||
zh-hant: Palworld 專用伺服器
|
||||
zh: 幻兽帕鲁服务端
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://hub.docker.com/r/thijsvanloef/palworld-server-docker
|
||||
github: https://github.com/thijsvanloef/palworld-server-docker
|
||||
document: https://palworld-server-docker.loef.dev/
|
||||
|
|
|
|||
|
|
@ -1,100 +1,204 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8211
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 25575
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_RCON
|
||||
labelEn: RCON Port
|
||||
labelZh: RCON 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 32
|
||||
edit: true
|
||||
envKey: MAX_PLAYERS
|
||||
labelEn: Maximum number of participants on the server
|
||||
labelZh: 玩家数量限制
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 'true'
|
||||
edit: true
|
||||
envKey: MULTITHREAD_SWITCH
|
||||
labelEn: Improves performance in multi-threaded CPU environments (true / false)
|
||||
labelZh: 是否启用 CPU 多线程优化 (true / false)
|
||||
required: true
|
||||
type: text
|
||||
- default: 'true'
|
||||
edit: true
|
||||
envKey: PUBLIC_SWITCH
|
||||
labelEn: Setup server as a community server (true / false)
|
||||
labelZh: 是否将服务器设置为社区服务器 (true / false)
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PUBLIC_IP
|
||||
labelEn: PUBLIC IP (If not specified, it will be detected automatically)
|
||||
labelZh: 服务器 IP (留空自动检测)
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_PUBLIC
|
||||
labelEn: PUBLIC PORT (If not specified, it will be detected automatically)
|
||||
labelZh: 服务器端口 (留空自动检测)
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: text
|
||||
- default: 'false'
|
||||
edit: true
|
||||
envKey: UPDATE_SWITCH
|
||||
labelEn: Whether the server should be update each time start (true / false)
|
||||
labelZh: 是否每次启动都更新服务器 (true / false)
|
||||
required: true
|
||||
type: text
|
||||
- default: '1Panel Palworld Server'
|
||||
edit: true
|
||||
envKey: SERVER_NAME
|
||||
labelEn: Server name
|
||||
labelZh: 服务器名
|
||||
required: true
|
||||
type: text
|
||||
- default: '1Panel Palworld Server'
|
||||
edit: true
|
||||
envKey: SERVER_DESC
|
||||
labelEn: Server description
|
||||
labelZh: 服务器说明
|
||||
required: true
|
||||
type: text
|
||||
- default: palworld
|
||||
edit: true
|
||||
envKey: ADMIN_PASSWORD
|
||||
labelEn: Admin password
|
||||
labelZh: 管理员密码
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: SERVER_PASSWORD
|
||||
labelEn: Server password
|
||||
labelZh: 服务器密码
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 'false'
|
||||
edit: true
|
||||
envKey: RCON_SWITCH
|
||||
labelEn: Enable RCON (true / false)
|
||||
labelZh: 是否启用 RCON (true / false)
|
||||
required: true
|
||||
type: text
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8211
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 25575
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_RCON
|
||||
labelEn: RCON Port
|
||||
labelZh: RCON 端口
|
||||
label:
|
||||
en: RCON Port
|
||||
ja: RCON ポート
|
||||
ms: Port RCON
|
||||
pt-br: Porta RCON
|
||||
ru: Порт RCON
|
||||
zh-hant: RCON 埠
|
||||
zh: RCON 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 32
|
||||
edit: true
|
||||
envKey: MAX_PLAYERS
|
||||
labelEn: Maximum number of participants on the server
|
||||
labelZh: 玩家数量限制
|
||||
label:
|
||||
en: Maximum number of participants on the server
|
||||
ja: サーバーの最大参加者数
|
||||
ms: Bilangan maksimum peserta di pelayan
|
||||
pt-br: Número máximo de participantes no servidor
|
||||
ru: Максимальное количество участников на сервере
|
||||
zh-hant: 伺服器上的最大參與者數
|
||||
zh: 玩家数量限制
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 'true'
|
||||
edit: true
|
||||
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)
|
||||
ja: マルチスレッドCPU環境でのパフォーマンスを向上させます(true / false)
|
||||
ms: Meningkatkan prestasi dalam persekitaran CPU berbilang benang (benar / palsu)
|
||||
pt-br: Melhora o desempenho em ambientes de CPU multithread (verdadeiro / falso)
|
||||
ru: Улучшает производительность в многозадачных CPU (истина / ложь)
|
||||
zh-hant: 提升多線程CPU環境中的效能(true / false)
|
||||
zh: 是否启用 CPU 多线程优化 (true / false)
|
||||
required: true
|
||||
type: text
|
||||
- default: 'true'
|
||||
edit: true
|
||||
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)
|
||||
ja: サーバーをコミュニティサーバーとして設定(true / false)
|
||||
ms: Sediakan pelayan sebagai pelayan komuniti (benar / salah)
|
||||
pt-br: Configurar o servidor como um servidor comunitário (verdadeiro / falso)
|
||||
ru: Настроить сервер как сервер сообщества (true / false)
|
||||
zh-hant: 將伺服器設置為社區伺服器(true / false)
|
||||
zh: 是否将服务器设置为社区服务器 (true / false)
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
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)
|
||||
ja: 公開IP(指定しない場合は自動的に検出されます)
|
||||
ms: IP AWAM (Jika tidak dinyatakan, ia akan dikesan secara automatik)
|
||||
pt-br: IP PÚBLICO (Se não especificado, será detectado automaticamente)
|
||||
ru: ПУБЛИЧНЫЙ IP (Если не указан, он будет обнаружен автоматически)
|
||||
zh-hant: 公開IP(如果未指定,將自動檢測)
|
||||
zh: 服务器 IP (留空自动检测)
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
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)
|
||||
ja: 公開ポート(指定しない場合は自動的に検出されます)
|
||||
ms: PORT AWAM (Jika tidak ditentukan, ia akan dikesan secara automatik)
|
||||
pt-br: PORTA PÚBLICA (Se não especificado, será detectado automaticamente)
|
||||
ru: ПУБЛИЧНЫЙ ПОРТ (Если не указан, будет определен автоматически)
|
||||
zh-hant: 公開端口(如果未指定,將自動檢測)
|
||||
zh: 服务器端口 (留空自动检测)
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: text
|
||||
- default: 'false'
|
||||
edit: true
|
||||
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)
|
||||
ja: サーバーが毎回起動時に更新されるべきかどうか(true / false)
|
||||
ms: Sama ada pelayan perlu dikemas kini setiap kali dimulakan (benar / salah)
|
||||
pt-br: Se o servidor deve ser atualizado a cada inicialização (verdadeiro / falso)
|
||||
ru: Нужно ли обновлять сервер при каждом запуске (истинно / ложно)
|
||||
zh-hant: 伺服器是否應每次啟動時更新(true / false)
|
||||
zh: 是否每次启动都更新服务器 (true / false)
|
||||
required: true
|
||||
type: text
|
||||
- default: '1Panel Palworld Server'
|
||||
edit: true
|
||||
envKey: SERVER_NAME
|
||||
labelEn: Server Name
|
||||
labelZh: 服务器名
|
||||
label:
|
||||
en: Server Name
|
||||
ja: サーバー名
|
||||
ms: Nama Pelayan
|
||||
pt-br: Nome do Servidor
|
||||
ru: Имя сервера
|
||||
zh-hant: 伺服器名稱
|
||||
zh: 服务器名
|
||||
required: true
|
||||
type: text
|
||||
- default: '1Panel Palworld Server'
|
||||
edit: true
|
||||
envKey: SERVER_DESC
|
||||
labelEn: Server Description
|
||||
labelZh: 服务器说明
|
||||
label:
|
||||
en: Server Description
|
||||
ja: サーバーの説明
|
||||
ms: Penerangan Pelayan
|
||||
pt-br: Descrição do Servidor
|
||||
ru: Описание сервера
|
||||
zh-hant: 伺服器描述
|
||||
zh: 服务器说明
|
||||
required: true
|
||||
type: text
|
||||
- default: palworld
|
||||
edit: true
|
||||
envKey: ADMIN_PASSWORD
|
||||
labelEn: Admin Password
|
||||
labelZh: 管理员密码
|
||||
label:
|
||||
en: Admin Password
|
||||
ja: 管理者パスワード
|
||||
ms: Kata Laluan Admin
|
||||
pt-br: Senha de Admin
|
||||
ru: Пароль администратора
|
||||
zh-hant: 管理員密碼
|
||||
zh: 管理员密码
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: SERVER_PASSWORD
|
||||
labelEn: Server Password
|
||||
labelZh: 服务器密码
|
||||
label:
|
||||
en: Server Password
|
||||
ja: サーバーパスワード
|
||||
ms: Kata laluan pelayan
|
||||
pt-br: Senha do servidor
|
||||
ru: Пароль сервера
|
||||
zh-hant: 伺服器密碼
|
||||
zh: 服务器密码
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 'false'
|
||||
edit: true
|
||||
envKey: RCON_SWITCH
|
||||
labelEn: Enable RCON (true / false)
|
||||
labelZh: 是否启用 RCON (true / false)
|
||||
label:
|
||||
en: Enable RCON (true / false)
|
||||
ja: RCONを有効にする(true / false)
|
||||
ms: Dayakan RCON (true / false)
|
||||
pt-br: Habilitar RCON (true / false)
|
||||
ru: Включить RCON (true / false)
|
||||
zh-hant: 啟用 RCON(true / false)
|
||||
zh: 是否启用 RCON (true / false)
|
||||
required: true
|
||||
type: text
|
||||
|
|
|
|||
|
|
@ -3,8 +3,16 @@ additionalProperties:
|
|||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Port
|
||||
labelZh: Web 端口
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
@ -13,6 +21,14 @@ additionalProperties:
|
|||
envKey: PGADMIN_DEFAULT_EMAIL
|
||||
labelEn: Admin Email
|
||||
labelZh: 管理员邮箱
|
||||
label:
|
||||
en: Admin Email
|
||||
ja: 管理者のメール
|
||||
ms: Emel Pentadbir
|
||||
pt-br: E-mail do Administrador
|
||||
ru: Адрес электронной почты администратора
|
||||
zh-hant: 管理員郵箱
|
||||
zh: 管理员邮箱
|
||||
required: true
|
||||
type: text
|
||||
- default: hgraZPD3v00I5AwuzSpL
|
||||
|
|
@ -20,5 +36,13 @@ additionalProperties:
|
|||
envKey: PGADMIN_DEFAULT_PASSWORD
|
||||
labelEn: Admin Password
|
||||
labelZh: 管理员密码
|
||||
label:
|
||||
en: Admin Password
|
||||
ja: 管理者パスワード
|
||||
ms: Kata Laluan Admin
|
||||
pt-br: Senha de Administrador
|
||||
ru: Пароль администратора
|
||||
zh-hant: 管理員密碼
|
||||
zh: 管理员密码
|
||||
required: true
|
||||
type: password
|
||||
|
|
|
|||
|
|
@ -1,18 +1,26 @@
|
|||
name: PGAdmin4
|
||||
tags:
|
||||
- 开发工具
|
||||
- 开发工具
|
||||
title: PostgreSQL 开源管理和开发平台
|
||||
description: PostgreSQL 开源管理工具
|
||||
additionalProperties:
|
||||
key: pgadmin4
|
||||
name: PGAdmin4
|
||||
tags:
|
||||
- DevTool
|
||||
shortDescZh: PostgreSQL 开源管理工具
|
||||
shortDescEn: PostgreSQL open source management and development platform
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
website: https://www.pgadmin.org
|
||||
github: https://github.com/pgadmin-org/pgadmin4
|
||||
document: https://www.pgadmin.org/docs
|
||||
key: pgadmin4
|
||||
name: PGAdmin4
|
||||
tags:
|
||||
- DevTool
|
||||
shortDescZh: PostgreSQL 开源管理工具
|
||||
shortDescEn: PostgreSQL open source management and development platform
|
||||
description:
|
||||
en: PostgreSQL open source management and development platform
|
||||
ja: PostgreSQL オープンソース管理および開発プラットフォーム
|
||||
ms: Platform pengurusan dan pembangunan sumber terbuka PostgreSQL
|
||||
pt-br: Plataforma de gerenciamento e desenvolvimento de código aberto do PostgreSQL
|
||||
ru: Платформа управления и разработки с открытым исходным кодом PostgreSQL
|
||||
zh-hant: PostgreSQL 開源管理與開發平台
|
||||
zh: PostgreSQL 开源管理工具
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
website: https://www.pgadmin.org
|
||||
github: https://github.com/pgadmin-org/pgadmin4
|
||||
document: https://www.pgadmin.org/docs
|
||||
|
|
@ -1,10 +1,18 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8089
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 8089
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
|||
- DevTool
|
||||
shortDescZh: MySQL 和 MariaDB 的 Web 界面
|
||||
shortDescEn: A web interface for MySQL and MariaDB
|
||||
description:
|
||||
en: A web interface for MySQL and MariaDB
|
||||
ja: MySQL と MariaDB 用のウェブインターフェース
|
||||
ms: Antaramuka web untuk MySQL dan MariaDB
|
||||
pt-br: Uma interface web para MySQL e MariaDB
|
||||
ru: Веб-интерфейс для MySQL и MariaDB
|
||||
zh-hant: MySQL 和 MariaDB 的網頁介面
|
||||
zh: MySQL 和 MariaDB 的 Web 界面
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
|
|
|
|||
|
|
@ -5,13 +5,29 @@ additionalProperties:
|
|||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 8000
|
||||
envKey: PORT_API
|
||||
labelEn: Port
|
||||
labelEn: API Port
|
||||
labelZh: API 端口
|
||||
label:
|
||||
en: API Port
|
||||
ja: API ポート
|
||||
ms: Port API
|
||||
pt-br: Porta API
|
||||
ru: Порт API
|
||||
zh-hant: API 埠
|
||||
zh: API 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -4,16 +4,24 @@ tags:
|
|||
title: 图形界面容器管理工具
|
||||
description: 图形界面容器管理工具
|
||||
additionalProperties:
|
||||
key: portainer-ce
|
||||
name: Portainer-CE
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 图形界面容器管理工具
|
||||
shortDescEn: GUI container management tools
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://www.portainer.io/
|
||||
github: https://github.com/portainer/portainer
|
||||
document: https://docs.portainer.io/
|
||||
key: portainer-ce
|
||||
name: Portainer-CE
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 图形界面容器管理工具
|
||||
shortDescEn: GUI container management tools
|
||||
description:
|
||||
en: GUI container management tools
|
||||
ja: GUIコンテナ管理ツール
|
||||
ms: Alat pengurusan kontena GUI
|
||||
pt-br: Ferramentas de gerenciamento de contêiner GUI
|
||||
ru: Инструменты управления контейнерами с графическим интерфейсом
|
||||
zh-hant: GUI 容器管理工具
|
||||
zh: 图形界面容器管理工具
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://www.portainer.io/
|
||||
github: https://github.com/portainer/portainer
|
||||
document: https://docs.portainer.io/
|
||||
|
|
@ -4,6 +4,14 @@ additionalProperties:
|
|||
envKey: PANEL_DB_ROOT_USER
|
||||
labelEn: Username
|
||||
labelZh: 用户名
|
||||
label:
|
||||
en: Username
|
||||
ja: ユーザー名
|
||||
ms: Nama pengguna
|
||||
pt-br: Nome de usuário
|
||||
ru: Имя пользователя
|
||||
zh-hant: 用戶名
|
||||
zh: 用户名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
|
|
@ -11,7 +19,15 @@ additionalProperties:
|
|||
- default: password
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 用户密码
|
||||
labelZh: 密码
|
||||
label:
|
||||
en: Password
|
||||
ja: パスワード
|
||||
ms: Kata laluan
|
||||
pt-br: Senha
|
||||
ru: Пароль
|
||||
zh-hant: 密碼
|
||||
zh: 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
|
|
@ -20,6 +36,14 @@ additionalProperties:
|
|||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@ additionalProperties:
|
|||
envKey: PANEL_DB_ROOT_USER
|
||||
labelEn: Username
|
||||
labelZh: 用户名
|
||||
label:
|
||||
en: Username
|
||||
ja: ユーザー名
|
||||
ms: Nama pengguna
|
||||
pt-br: Nome de usuário
|
||||
ru: Имя пользователя
|
||||
zh-hant: 用戶名
|
||||
zh: 用户名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
|
|
@ -11,7 +19,15 @@ additionalProperties:
|
|||
- default: password
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 用户密码
|
||||
labelZh: 密码
|
||||
label:
|
||||
en: Password
|
||||
ja: パスワード
|
||||
ms: Kata laluan
|
||||
pt-br: Senha
|
||||
ru: Пароль
|
||||
zh-hant: 密碼
|
||||
zh: 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
|
|
@ -20,6 +36,14 @@ additionalProperties:
|
|||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@ additionalProperties:
|
|||
envKey: PANEL_DB_ROOT_USER
|
||||
labelEn: Username
|
||||
labelZh: 用户名
|
||||
label:
|
||||
en: Username
|
||||
ja: ユーザー名
|
||||
ms: Nama pengguna
|
||||
pt-br: Nome de usuário
|
||||
ru: Имя пользователя
|
||||
zh-hant: 用戶名
|
||||
zh: 用户名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
|
|
@ -11,7 +19,15 @@ additionalProperties:
|
|||
- default: password
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 用户密码
|
||||
labelZh: 密码
|
||||
label:
|
||||
en: Password
|
||||
ja: パスワード
|
||||
ms: Kata laluan
|
||||
pt-br: Senha
|
||||
ru: Пароль
|
||||
zh-hant: 密碼
|
||||
zh: 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
|
|
@ -20,6 +36,14 @@ additionalProperties:
|
|||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@ additionalProperties:
|
|||
envKey: PANEL_DB_ROOT_USER
|
||||
labelEn: Username
|
||||
labelZh: 用户名
|
||||
label:
|
||||
en: Username
|
||||
ja: ユーザー名
|
||||
ms: Nama pengguna
|
||||
pt-br: Nome de usuário
|
||||
ru: Имя пользователя
|
||||
zh-hant: 用戶名
|
||||
zh: 用户名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
|
|
@ -11,7 +19,15 @@ additionalProperties:
|
|||
- default: password
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 用户密码
|
||||
labelZh: 密码
|
||||
label:
|
||||
en: Password
|
||||
ja: パスワード
|
||||
ms: Kata laluan
|
||||
pt-br: Senha
|
||||
ru: Пароль
|
||||
zh-hant: 密碼
|
||||
zh: 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
|
|
@ -20,6 +36,14 @@ additionalProperties:
|
|||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@ additionalProperties:
|
|||
envKey: PANEL_DB_ROOT_USER
|
||||
labelEn: Username
|
||||
labelZh: 用户名
|
||||
label:
|
||||
en: Username
|
||||
ja: ユーザー名
|
||||
ms: Nama pengguna
|
||||
pt-br: Nome de usuário
|
||||
ru: Имя пользователя
|
||||
zh-hant: 用戶名
|
||||
zh: 用户名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
|
|
@ -11,7 +19,15 @@ additionalProperties:
|
|||
- default: password
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 用户密码
|
||||
labelZh: 密码
|
||||
label:
|
||||
en: Password
|
||||
ja: パスワード
|
||||
ms: Kata laluan
|
||||
pt-br: Senha
|
||||
ru: Пароль
|
||||
zh-hant: 密碼
|
||||
zh: 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
|
|
@ -20,6 +36,14 @@ additionalProperties:
|
|||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@ additionalProperties:
|
|||
envKey: PANEL_DB_ROOT_USER
|
||||
labelEn: Username
|
||||
labelZh: 用户名
|
||||
label:
|
||||
en: Username
|
||||
ja: ユーザー名
|
||||
ms: Nama pengguna
|
||||
pt-br: Nome de usuário
|
||||
ru: Имя пользователя
|
||||
zh-hant: 用戶名
|
||||
zh: 用户名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
|
|
@ -11,7 +19,15 @@ additionalProperties:
|
|||
- default: password
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 用户密码
|
||||
labelZh: 密码
|
||||
label:
|
||||
en: Password
|
||||
ja: パスワード
|
||||
ms: Kata laluan
|
||||
pt-br: Senha
|
||||
ru: Пароль
|
||||
zh-hant: 密碼
|
||||
zh: 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
|
|
@ -20,6 +36,14 @@ additionalProperties:
|
|||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
|||
- Database
|
||||
shortDescZh: 开源关系型数据库
|
||||
shortDescEn: Open Source Relational Database
|
||||
description:
|
||||
en: Open Source Relational Database
|
||||
ja: オープンソースのリレーショナルデータベース
|
||||
ms: Pangkalan Data Relasi Sumber Terbuka
|
||||
pt-br: Banco de Dados Relacional de Código Aberto
|
||||
ru: Открытая реляционная база данных
|
||||
zh-hant: 開源關聯資料庫
|
||||
zh: 开源关系型数据库
|
||||
type: runtime
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
|
|
|
|||
|
|
@ -1,17 +1,33 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: redis
|
||||
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 密码
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 6379
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: redis
|
||||
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||
labelEn: Database Password
|
||||
labelZh: 数据库密码
|
||||
label:
|
||||
en: Database Password
|
||||
ja: データベースのパスワード
|
||||
ms: Kata Laluan Pangkalan Data
|
||||
pt-br: Senha do Banco de Dados
|
||||
ru: Пароль базы данных
|
||||
zh-hant: 資料庫密碼
|
||||
zh: 数据库密码
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 6379
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -1,17 +1,33 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: redis
|
||||
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 密码
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 6379
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: redis
|
||||
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||
labelEn: Database Password
|
||||
labelZh: 数据库密码
|
||||
label:
|
||||
en: Database Password
|
||||
ja: データベースのパスワード
|
||||
ms: Kata Laluan Pangkalan Data
|
||||
pt-br: Senha do Banco de Dados
|
||||
ru: Пароль базы данных
|
||||
zh-hant: 資料庫密碼
|
||||
zh: 数据库密码
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 6379
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
|||
- Database
|
||||
shortDescZh: 高性能的开源键值数据库
|
||||
shortDescEn: High-performance open-source key-value database
|
||||
description:
|
||||
en: High-performance open-source key-value database
|
||||
ja: 高性能のオープンソースキー・バリューデータベース
|
||||
ms: Pangkalan data nilai-kunci sumber terbuka berprestasi tinggi
|
||||
pt-br: Banco de dados chave-valor de alto desempenho e código aberto
|
||||
ru: Высокопроизводительная открытая база данных ключ-значение
|
||||
zh-hant: 高性能開源鍵值資料庫
|
||||
zh: 高性能的开源键值数据库
|
||||
type: runtime
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
|
|
|
|||
|
|
@ -5,28 +5,60 @@ additionalProperties:
|
|||
key: mysql
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
label:
|
||||
en: Database Service
|
||||
ja: データベースサービス
|
||||
ms: Perkhidmatan Pangkalan Data
|
||||
pt-br: Serviço de Banco de Dados
|
||||
ru: Сервис баз данных
|
||||
zh-hant: 資料庫服務
|
||||
zh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
- default: de
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
labelZh: 数据库
|
||||
label:
|
||||
en: Database
|
||||
ja: データベース
|
||||
ms: Pangkalan Data
|
||||
pt-br: Banco de Dados
|
||||
ru: База данных
|
||||
zh-hant: 資料庫
|
||||
zh: 数据库
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: de
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelEn: Database User
|
||||
labelZh: 数据库用户
|
||||
label:
|
||||
en: Database User
|
||||
ja: データベースユーザー
|
||||
ms: Pengguna Pangkalan Data
|
||||
pt-br: Usuário do Banco de Dados
|
||||
ru: Пользователь базы данных
|
||||
zh-hant: 資料庫用戶
|
||||
zh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: de
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
labelEn: Database Password
|
||||
labelZh: 数据库密码
|
||||
label:
|
||||
en: Database Password
|
||||
ja: データベースのパスワード
|
||||
ms: Kata Laluan Pangkalan Data
|
||||
pt-br: Senha do Banco de Dados
|
||||
ru: Пароль базы данных
|
||||
zh-hant: 資料庫密碼
|
||||
zh: 数据库密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
|
|
@ -36,6 +68,14 @@ additionalProperties:
|
|||
envKey: IMAP_SERVER
|
||||
labelEn: IMAP Server
|
||||
labelZh: IMAP 服务器
|
||||
label:
|
||||
en: IMAP Server
|
||||
ja: IMAP サーバー
|
||||
ms: Pelayan IMAP
|
||||
pt-br: Servidor IMAP
|
||||
ru: IMAP сервер
|
||||
zh-hant: IMAP 伺服器
|
||||
zh: IMAP 服务器
|
||||
required: true
|
||||
type: text
|
||||
- default: 143
|
||||
|
|
@ -43,6 +83,14 @@ additionalProperties:
|
|||
envKey: IMAP_SERVER_PORT
|
||||
labelEn: IMAP Port
|
||||
labelZh: IMAP 端口
|
||||
label:
|
||||
en: IMAP Port
|
||||
ja: IMAP ポート
|
||||
ms: Port IMAP
|
||||
pt-br: Porta IMAP
|
||||
ru: Порт IMAP
|
||||
zh-hant: IMAP 埠
|
||||
zh: IMAP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
@ -51,6 +99,14 @@ additionalProperties:
|
|||
envKey: SMTP_SERVER
|
||||
labelEn: SMTP Server
|
||||
labelZh: SMTP 服务器
|
||||
label:
|
||||
en: SMTP Server
|
||||
ja: SMTP サーバー
|
||||
ms: Pelayan SMTP
|
||||
pt-br: Servidor SMTP
|
||||
ru: SMTP сервер
|
||||
zh-hant: SMTP 伺服器
|
||||
zh: SMTP 服务器
|
||||
required: true
|
||||
type: text
|
||||
- default: 587
|
||||
|
|
@ -58,6 +114,14 @@ additionalProperties:
|
|||
envKey: SMTP_SERVER_PORT
|
||||
labelEn: SMTP Port
|
||||
labelZh: SMTP 端口
|
||||
label:
|
||||
en: SMTP Port
|
||||
ja: SMTP ポート
|
||||
ms: Port SMTP
|
||||
pt-br: Porta SMTP
|
||||
ru: Порт SMTP
|
||||
zh-hant: SMTP 埠
|
||||
zh: SMTP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
@ -66,6 +130,14 @@ additionalProperties:
|
|||
edit: true
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -1,19 +1,27 @@
|
|||
name: Roundcube
|
||||
tags:
|
||||
- 邮件服务
|
||||
- 邮件服务
|
||||
title: 基于 Web 的多语言 IMAP 邮件客户端
|
||||
description: 基于 Web 的多语言 IMAP 邮件客户端
|
||||
additionalProperties:
|
||||
key: roundcube
|
||||
name: Roundcube
|
||||
tags:
|
||||
- Email
|
||||
shortDescZh: 基于 Web 的多语言 IMAP 邮件客户端
|
||||
shortDescEn: Web-based multilingual IMAP mail client
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://roundcube.net/
|
||||
github: https://github.com/roundcube/roundcubemail
|
||||
document: https://github.com/roundcube/roundcubemail/wiki
|
||||
key: roundcube
|
||||
name: Roundcube
|
||||
tags:
|
||||
- Email
|
||||
shortDescZh: 基于 Web 的多语言 IMAP 邮件客户端
|
||||
shortDescEn: Web-based multilingual IMAP mail client
|
||||
description:
|
||||
en: Web-based multilingual IMAP mail client
|
||||
ja: Webベースの多言語IMAPメールクライアント
|
||||
ms: Klien e-mel IMAP berbilang bahasa berasaskan web
|
||||
pt-br: Cliente de e-mail IMAP multilíngue baseado na web
|
||||
ru: Многоязычный веб-клиент IMAP
|
||||
zh-hant: 基於網頁的多語言 IMAP 郵件客戶端
|
||||
zh: 基于 Web 的多语言 IMAP 邮件客户端
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://roundcube.net/
|
||||
github: https://github.com/roundcube/roundcubemail
|
||||
document: https://github.com/roundcube/roundcubemail/wiki
|
||||
|
|
|
|||
|
|
@ -1,19 +1,27 @@
|
|||
name: RustDesk
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 开源的远程桌面软件
|
||||
description: 开源的远程桌面软件
|
||||
additionalProperties:
|
||||
key: rustdesk
|
||||
name: RustDesk
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 开源的远程桌面软件
|
||||
shortDescEn: Open source remote desktop software
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://rustdesk.com/zh/
|
||||
github: https://github.com/rustdesk/rustdesk
|
||||
document: https://rustdesk.com/docs/zh-cn/
|
||||
name: RustDesk
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 开源的远程桌面软件
|
||||
description: 开源的远程桌面软件
|
||||
additionalProperties:
|
||||
key: rustdesk
|
||||
name: RustDesk
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 开源的远程桌面软件
|
||||
shortDescEn: Open source remote desktop software
|
||||
description:
|
||||
en: Open source remote desktop software
|
||||
ja: オープンソースのリモートデスクトップソフトウェア
|
||||
ms: Perisian desktop jauh sumber terbuka
|
||||
pt-br: Software de área de trabalho remoto de código aberto
|
||||
ru: Открытое программное обеспечение для удаленного рабочего стола
|
||||
zh-hant: 開源遠程桌面軟件
|
||||
zh: 开源的远程桌面软件
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://rustdesk.com/zh/
|
||||
github: https://github.com/rustdesk/rustdesk
|
||||
document: https://rustdesk.com/docs/zh-cn/
|
||||
|
|
|
|||
|
|
@ -1,50 +1,98 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 21115
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_NAT
|
||||
labelEn: NAT type test port
|
||||
labelZh: NAT类型测试端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21116
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HBBS
|
||||
labelEn: hbbs port (used with IP/domain)
|
||||
labelZh: hbbs端口(配合IP/域名使用)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21117
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HBBR
|
||||
labelEn: hbbr port (client relay server port)
|
||||
labelZh: hbbr端口(客户端中继服务器端口)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21118
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WEB_CLIENT_1
|
||||
labelEn: Web Client Support Port 1
|
||||
labelZh: 网页客户端支持端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21119
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WEB_CLIENT_2
|
||||
labelEn: Web Client Support Port 2
|
||||
labelZh: 网页客户端支持端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 172.17.0.1
|
||||
edit: true
|
||||
envKey: HOST_ADDRESS
|
||||
labelEn: IP address or domain name (must change item)
|
||||
labelZh: IP地址或域名(必改项)
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 21115
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_NAT
|
||||
labelEn: NAT type test port
|
||||
labelZh: NAT 类型测试端口
|
||||
label:
|
||||
en: NAT type test port
|
||||
ja: NATタイプテストポート
|
||||
ms: Port ujian jenis NAT
|
||||
t-br: Porta de teste de tipo NAT
|
||||
ru: Порт теста типа NAT
|
||||
zh-hant: NAT 類型測試埠
|
||||
zh: NAT 类型测试端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21116
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HBBS
|
||||
labelEn: hbbs port (used with IP/domain)
|
||||
labelZh: hbbs 端口(配合IP/域名使用)
|
||||
label:
|
||||
en: hbbs port (used with IP/domain)
|
||||
ja: hbbs ポート(IP/ドメインと一緒に使用)
|
||||
ms: Port hbbs (digunakan dengan IP/domain)
|
||||
pt-br: Porta hbbs (usado com IP/domínio)
|
||||
ru: Порт hbbs (используется с IP/доменом)
|
||||
zh-hant: hbbs 埠(與 IP/域名一起使用)
|
||||
zh: hbbs 端口(配合IP/域名使用)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21117
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HBBR
|
||||
labelEn: hbbr port (client relay server port)
|
||||
labelZh: hbbr 端口(客户端中继服务器端口)
|
||||
label:
|
||||
en: hbbr port (client relay server port)
|
||||
ja: hbbr ポート(クライアントリレイサーバーポート)
|
||||
ms: Port hbbr (port relai pelayan klien)
|
||||
pt-br: Porta hbbr (porta do servidor de retransmissão do cliente)
|
||||
ru: Порт hbbr (порт релейного сервера клиента)
|
||||
zh-hant: hbbr 埠(客戶端中繼服務器埠)
|
||||
zh: hbbr 端口(客户端中继服务器端口)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21118
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WEB_CLIENT_1
|
||||
labelEn: Web Client Support Port 1
|
||||
labelZh: 网页客户端支持端口 1
|
||||
label:
|
||||
en: Web Client Support Port 1
|
||||
ja: Webクライアントサポートポート1
|
||||
ms: Port Sokongan Pelanggan Web 1
|
||||
pt-br: Porta de Suporte ao Cliente Web 1
|
||||
ru: Порт поддержки веб-клиента 1
|
||||
zh-hant: Web 客戶端支持端口 1
|
||||
zh: 网页客户端支持端口 1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 21119
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WEB_CLIENT_2
|
||||
labelEn: Web Client Support Port 2
|
||||
labelZh: 网页客户端支持端口 2
|
||||
label:
|
||||
en: Web Client Support Port 2
|
||||
ja: Webクライアントサポートポート2
|
||||
ms: Port Sokongan Pelanggan Web 2
|
||||
pt-br: Porta de Suporte ao Cliente Web 2
|
||||
ru: Порт поддержки веб-клиента 2
|
||||
zh-hant: Web 客戶端支持端口 2
|
||||
zh: 网页客户端支持端口 2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 172.17.0.1
|
||||
edit: true
|
||||
envKey: HOST_ADDRESS
|
||||
labelEn: IP address or domain name (must change item)
|
||||
labelZh: IP 地址或域名(必改项)
|
||||
label:
|
||||
en: IP address or domain name (must change item)
|
||||
ja: IPアドレスまたはドメイン名(変更必須項目)
|
||||
ms: Alamat IP atau nama domain (item wajib diubah)
|
||||
pt-br: Endereço IP ou nome de domínio (item obrigatório a ser alterado)
|
||||
ru: IP-адрес или доменное имя (обязательный элемент для изменения)
|
||||
zh-hant: IP 地址或域名(必須更改項目)
|
||||
zh: IP 地址或域名(必改项)
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
|
|
|
|||
|
|
@ -1,58 +1,114 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Port
|
||||
labelZh: Web 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 2022
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_SFTP
|
||||
labelEn: SFTP Port
|
||||
labelZh: SFTP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 2121
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_FTP
|
||||
labelEn: FTP Port
|
||||
labelZh: FTP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 50000
|
||||
edit: true
|
||||
envKey: PASSIVE_PORT_RANGE_START
|
||||
labelEn: FTP Passive Mod Start Port
|
||||
labelZh: FTP 被动模式起始端口
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: 50100
|
||||
edit: true
|
||||
envKey: PASSIVE_PORT_RANGE_END
|
||||
labelEn: FTP Passive Mod End Port
|
||||
labelZh: FTP 被动模式结束端口 (大于起始端口)
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: <your external ip here>
|
||||
edit: true
|
||||
envKey: FTP_EXTERNAL_IP
|
||||
labelEn: FTP External Ip (must change item)
|
||||
labelZh: FTP 外部地址 (必改项)
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: 10080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WEBDAV
|
||||
labelEn: WebDAV Port
|
||||
labelZh: WebDAV 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Port
|
||||
labelZh: Web 端口
|
||||
label:
|
||||
en: Web Port
|
||||
ja: ウェブポート
|
||||
ms: Port Web
|
||||
pt-br: Porta da Web
|
||||
ru: Веб-порт
|
||||
zh-hant: 網頁埠
|
||||
zh: Web 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 2022
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_SFTP
|
||||
labelEn: SFTP Port
|
||||
labelZh: SFTP 端口
|
||||
label:
|
||||
en: SFTP Port
|
||||
ja: SFTP ポート
|
||||
ms: Port SFTP
|
||||
pt-br: Porta SFTP
|
||||
ru: Порт SFTP
|
||||
zh-hant: SFTP 埠
|
||||
zh: SFTP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 2121
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_FTP
|
||||
labelEn: FTP Port
|
||||
labelZh: FTP 端口
|
||||
label:
|
||||
en: FTP Port
|
||||
ja: FTP ポート
|
||||
ms: Port FTP
|
||||
pt-br: Porta FTP
|
||||
ru: Порт FTP
|
||||
zh-hant: FTP 埠
|
||||
zh: FTP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 50000
|
||||
edit: true
|
||||
envKey: PASSIVE_PORT_RANGE_START
|
||||
labelEn: FTP Passive Mod Start Port
|
||||
labelZh: FTP 被动模式起始端口
|
||||
label:
|
||||
en: FTP Passive Mod Start Port
|
||||
ja: FTPパッシブモード開始ポート
|
||||
ms: Port Mula Mod Pasif FTP
|
||||
pt-br: Porta de Início do Modo Passivo FTP
|
||||
ru: Порт начала пассивного режима FTP
|
||||
zh-hant: FTP 被動模式啟動埠
|
||||
zh: FTP 被动模式起始端口
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: 50100
|
||||
edit: true
|
||||
envKey: PASSIVE_PORT_RANGE_END
|
||||
labelEn: FTP Passive Mod End Port (Greater than the starting port)
|
||||
labelZh: FTP 被动模式结束端口 (大于起始端口)
|
||||
label:
|
||||
en: FTP Passive Mod End Port (Greater than the starting port)
|
||||
ja: FTPパッシブモード終了ポート(開始ポートより大きい)
|
||||
ms: Port Tamat Mod Pasif FTP (Lebih besar daripada port permulaan)
|
||||
pt-br: Porta Final do Modo Passivo FTP (Maior que a porta inicial)
|
||||
ru: Конечный порт пассивного режима FTP (Больше начального порта)
|
||||
zh-hant: FTP 被動模式結束埠(大於起始埠)
|
||||
zh: FTP 被动模式结束端口 (大于起始端口)
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: <your external ip here>
|
||||
edit: true
|
||||
envKey: FTP_EXTERNAL_IP
|
||||
labelEn: FTP External Ip (must change item)
|
||||
labelZh: FTP 外部地址 (必改项)
|
||||
label:
|
||||
en: FTP External Ip (must change item)
|
||||
ja: FTP 外部 IP(変更必須項目)
|
||||
ms: FTP IP Luaran (item mesti diubah)
|
||||
pt-br: IP Externo do FTP (item obrigatório a ser alterado)
|
||||
ru: Внешний IP FTP (необходимо изменить элемент)
|
||||
zh-hant: FTP 外部 IP(必須更改項目)
|
||||
zh: FTP 外部地址 (必改项)
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: 10080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WEBDAV
|
||||
labelEn: WebDAV Port
|
||||
labelZh: WebDAV 端口
|
||||
label:
|
||||
en: WebDAV Port
|
||||
ja: WebDAV ポート
|
||||
ms: Port WebDAV
|
||||
pt-br: Porta WebDAV
|
||||
ru: Порт WebDAV
|
||||
zh-hant: WebDAV 埠
|
||||
zh: WebDAV 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -9,7 +9,15 @@ additionalProperties:
|
|||
tags:
|
||||
- Tool
|
||||
shortDescZh: 强大的本地托管基于 Web 的 PDF 操作工具
|
||||
shortDescEn: powerful locally hosted web based PDF manipulation tool
|
||||
shortDescEn: Powerful locally hosted web based PDF manipulation tool
|
||||
description:
|
||||
en: Powerful locally hosted web based PDF manipulation tool
|
||||
ja: 強力なローカルホスト型ウェブベースのPDF操作ツール
|
||||
ms: Alat manipulasi PDF berasaskan web yang dihoskan secara tempatan yang hebat
|
||||
pt-br: Ferramenta poderosa de manipulação de PDF baseada na web e hospedada localmente
|
||||
ru: Мощный инструмент для работы с PDF, размещенный локально и основанный на веб-технологиях
|
||||
zh-hant: 強大的本地託管基於網頁的 PDF 操作工具
|
||||
zh: 强大的本地托管基于 Web 的 PDF 操作工具
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 3001
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 3001
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 埠
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -1,15 +1,23 @@
|
|||
name: Uptime Kuma
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 精美的自托管监控工具
|
||||
description: 精美的自托管监控工具
|
||||
title: 一款精美的自托管监控工具
|
||||
description: 一款精美的自托管监控工具
|
||||
additionalProperties:
|
||||
key: uptime-kuma
|
||||
name: Uptime Kuma
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 精美的自托管监控工具
|
||||
shortDescZh: 一款精美的自托管监控工具
|
||||
shortDescEn: A fancy self-hosted monitoring tool
|
||||
description:
|
||||
en: A fancy self-hosted monitoring tool
|
||||
ja: おしゃれなセルフホスト型の監視ツール
|
||||
ms: Alat pemantauan self-hosted yang menarik
|
||||
pt-br: Uma ferramenta de monitoramento auto-hospedada sofisticada
|
||||
ru: Элегантный инструмент мониторинга с самостоятельным хостингом
|
||||
zh-hant: 一款精美的自託管監控工具
|
||||
zh: 一款精美的自托管监控工具
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
|
|
|
|||
|
|
@ -1,49 +1,89 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: PANEL_DB_TYPE
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- label: MariaDB
|
||||
value: mariadb
|
||||
- default: word
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: word
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: word
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 8080
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 应用端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: PANEL_DB_TYPE
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
label:
|
||||
en: Database Service
|
||||
ja: データベースサービス
|
||||
ms: Perkhidmatan Pangkalan Data
|
||||
pt-br: Serviço de Banco de Dados
|
||||
ru: Сервис баз данных
|
||||
zh-hant: 資料庫服務
|
||||
zh: 数据库服务
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- label: MariaDB
|
||||
value: mariadb
|
||||
- default: word
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库
|
||||
label:
|
||||
en: Database
|
||||
ja: データベース
|
||||
ms: Pangkalan Data
|
||||
pt-br: Banco de Dados
|
||||
ru: База данных
|
||||
zh-hant: 資料庫
|
||||
zh: 数据库
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: word
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: Database User
|
||||
labelZh: 数据库用户
|
||||
label:
|
||||
en: Database User
|
||||
ja: データベースユーザー
|
||||
ms: Pengguna Pangkalan Data
|
||||
pt-br: Usuário do Banco de Dados
|
||||
ru: Пользователь базы данных
|
||||
zh-hant: 資料庫用戶
|
||||
zh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: word
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Database Password
|
||||
labelZh: 数据库密码
|
||||
label:
|
||||
en: Database Password
|
||||
ja: データベースのパスワード
|
||||
ms: Kata Laluan Pangkalan Data
|
||||
pt-br: Senha do Banco de Dados
|
||||
ru: Пароль базы данных
|
||||
zh-hant: 資料庫密碼
|
||||
zh: 数据库密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 8080
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
zh-Hant: 端口
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
|||
- Website
|
||||
shortDescZh: 著名的开源博客软件和 CMS 系统
|
||||
shortDescEn: Open source blogging software and content management system
|
||||
description:
|
||||
en: Open source blogging software and content management system
|
||||
ja: オープンソースのブログソフトウェアおよびコンテンツ管理システム
|
||||
ms: Perisian blog dan sistem pengurusan kandungan sumber terbuka
|
||||
pt-br: Software de blog de código aberto e sistema de gerenciamento de conteúdo
|
||||
ru: Программное обеспечение для блогов с открытым исходным кодом и система управления контентом
|
||||
zh-hant: 開源的博客軟體與內容管理系統
|
||||
zh: 著名的开源博客软件和 CMS 系统
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue