feat: Add mongo-express to the international version
This commit is contained in:
parent
6550e139c7
commit
b262332029
|
|
@ -5,6 +5,14 @@ additionalProperties:
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
labelZh: 端口
|
labelZh: 端口
|
||||||
|
label:
|
||||||
|
en: Port
|
||||||
|
ja: ポート
|
||||||
|
ms: Port
|
||||||
|
pt-br: Porta
|
||||||
|
ru: Порт
|
||||||
|
zh-Hant: 埠
|
||||||
|
zh: 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
|
@ -14,13 +22,29 @@ additionalProperties:
|
||||||
key: mongodb
|
key: mongodb
|
||||||
labelEn: Database Service
|
labelEn: Database Service
|
||||||
labelZh: 数据库服务
|
labelZh: 数据库服务
|
||||||
|
label:
|
||||||
|
en: Database Service
|
||||||
|
ja: データベースサービス
|
||||||
|
ms: Perkhidmatan Pangkalan Data
|
||||||
|
pt-br: Serviço de Banco de Dados
|
||||||
|
ru: Сервис баз данных
|
||||||
|
zh-hant: 資料庫服務
|
||||||
|
zh: 数据库服务
|
||||||
required: true
|
required: true
|
||||||
type: service
|
type: service
|
||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_DB_ROOT_USER
|
envKey: PANEL_DB_ROOT_USER
|
||||||
labelEn: Database UserName
|
labelEn: Database User
|
||||||
labelZh: 数据库用户名
|
labelZh: 数据库用户
|
||||||
|
label:
|
||||||
|
en: Database User
|
||||||
|
ja: データベースユーザー
|
||||||
|
ms: Pengguna Pangkalan Data
|
||||||
|
pt-br: Usuário do Banco de Dados
|
||||||
|
ru: Пользователь базы данных
|
||||||
|
zh-hant: 資料庫用戶
|
||||||
|
zh: 数据库用户
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
|
@ -29,6 +53,14 @@ additionalProperties:
|
||||||
envKey: PANEL_DB_ROOT_PASSWORD
|
envKey: PANEL_DB_ROOT_PASSWORD
|
||||||
labelEn: Database Password
|
labelEn: Database Password
|
||||||
labelZh: 数据库密码
|
labelZh: 数据库密码
|
||||||
|
label:
|
||||||
|
en: Database Password
|
||||||
|
ja: データベースのパスワード
|
||||||
|
ms: Kata Laluan Pangkalan Data
|
||||||
|
pt-br: Senha do Banco de Dados
|
||||||
|
ru: Пароль базы данных
|
||||||
|
zh-hant: 資料庫密碼
|
||||||
|
zh: 数据库密码
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: password
|
type: password
|
||||||
|
|
@ -37,6 +69,14 @@ additionalProperties:
|
||||||
envKey: BASICAUTH_USERNAME
|
envKey: BASICAUTH_USERNAME
|
||||||
labelEn: Management Username
|
labelEn: Management Username
|
||||||
labelZh: 管理平台用户名
|
labelZh: 管理平台用户名
|
||||||
|
label:
|
||||||
|
en: Management Username
|
||||||
|
ja: 管理者ユーザー名
|
||||||
|
ms: Nama Pengguna Pengurusan
|
||||||
|
pt-br: Nome de Usuário de Gerenciamento
|
||||||
|
ru: Имя пользователя для управления
|
||||||
|
zh-hant: 管理使用者名稱
|
||||||
|
zh: 管理平台用户名
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
|
@ -45,6 +85,14 @@ additionalProperties:
|
||||||
envKey: BASICAUTH_PASSWORD
|
envKey: BASICAUTH_PASSWORD
|
||||||
labelEn: Management Password
|
labelEn: Management Password
|
||||||
labelZh: 管理平台密码
|
labelZh: 管理平台密码
|
||||||
|
label:
|
||||||
|
en: Management Password
|
||||||
|
ja: 管理者パスワード
|
||||||
|
ms: Kata Laluan Pengurusan
|
||||||
|
pt-br: Senha de Gerenciamento
|
||||||
|
ru: Пароль для управления
|
||||||
|
zh-hant: 管理平台密碼
|
||||||
|
zh: 管理平台密码
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
# mongo-express
|
||||||
|
|
||||||
|
**mongo-express** is a web-based MongoDB management interface built using Node.js, Express, and Bootstrap 5.
|
||||||
|
|
||||||
|
## Key Features:
|
||||||
|
|
||||||
|
- Connect to multiple databases
|
||||||
|
- View/Add/Delete databases
|
||||||
|
- View/Add/Rename/Delete collections
|
||||||
|
- View/Add/Update/Delete documents
|
||||||
|
- Inline preview of audio, video, and image resources in the collection view
|
||||||
|
- Collapsible nested or large objects for easier overview
|
||||||
|
- Asynchronous on-demand loading of large document properties (default >100KB) to keep the collection view fast
|
||||||
|
- GridFS support - Add/Retrieve/Delete very large files
|
||||||
|
- Use BSON data types within documents
|
||||||
|
- Mobile/Responsive - Bootstrap 5 works reasonably well on small screens
|
||||||
|
- Connect and authenticate individual databases
|
||||||
|
- Authenticate as an admin to view all databases
|
||||||
|
- Blacklist/Whitelist databases
|
||||||
|
- Custom CA/TLS/SSL support and CA validation disabling
|
||||||
|
- Replica set support
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- DevTool
|
- DevTool
|
||||||
shortDescZh: 基于 Web 的 MongoDB 管理界面
|
shortDescZh: 基于 Web 的 MongoDB 管理界面
|
||||||
shortDescEn: Web-based MongoDB admin interface
|
shortDescEn: Web-based MongoDB admin interface
|
||||||
|
description:
|
||||||
|
en: Web-based MongoDB admin interface
|
||||||
|
ja: WebベースのMongoDB管理インターフェース
|
||||||
|
ms: Antara muka pentadbiran MongoDB berasaskan web
|
||||||
|
pt-br: Interface administrativa do MongoDB baseada na web
|
||||||
|
ru: Веб-интерфейс для управления MongoDB
|
||||||
|
zh-hant: 基於網頁的 MongoDB 管理介面
|
||||||
|
zh: 基于 Web 的 MongoDB 管理界面
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Username
|
||||||
|
ja: ユーザー名
|
||||||
|
ms: Nama pengguna
|
||||||
|
pt-br: Nome de usuário
|
||||||
|
ru: Имя пользователя
|
||||||
|
zh-Hant: 用戶名
|
||||||
|
zh: 用户名
|
||||||
- default: mongo
|
- default: mongo
|
||||||
envKey: PANEL_DB_ROOT_PASSWORD
|
envKey: PANEL_DB_ROOT_PASSWORD
|
||||||
labelEn: Password
|
labelEn: Password
|
||||||
|
|
@ -16,6 +24,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
|
label:
|
||||||
|
en: Password
|
||||||
|
ja: パスワード
|
||||||
|
ms: Kata laluan
|
||||||
|
pt-br: Senha
|
||||||
|
ru: Пароль
|
||||||
|
zh-Hant: 密碼
|
||||||
|
zh: 密码
|
||||||
- default: 27017
|
- default: 27017
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
|
|
@ -23,3 +39,11 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: Port
|
||||||
|
ja: ポート
|
||||||
|
ms: Port
|
||||||
|
pt-br: Porta
|
||||||
|
ru: Порт
|
||||||
|
zh-Hant: 埠
|
||||||
|
zh: 端口
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue