diff --git a/2fauth/5.4.3/data.yml b/2fauth/5.4.3/data.yml
index 53144b4cc..3b093bbdb 100755
--- a/2fauth/5.4.3/data.yml
+++ b/2fauth/5.4.3/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: APP_NAME
labelEn: APP NAME
labelZh: 应用名称
+ label:
+ en: APP NAME
+ ja: アプリ名
+ ms: NAMA APLIKASI
+ pt-br: NOME DO APLICATIVO
+ ru: НАЗВАНИЕ ПРИЛОЖЕНИЯ
+ ko: 앱 이름
+ zh: 应用名称
+ zh-Hant: 應用名稱
required: true
type: text
- default: 8000
@@ -11,6 +20,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -19,6 +37,15 @@ additionalProperties:
envKey: APP_URL
labelEn: APP URL
labelZh: 外部地址(可以添加为反向代理网站,并启用 HTTPS)
+ label:
+ en: APP URL
+ ja: アプリURL
+ ms: URL APLIKASI
+ pt-br: URL DO APLICATIVO
+ ru: URL ПРИЛОЖЕНИЯ
+ ko: 앱 URL
+ zh: 外部地址(可以添加为反向代理网站,并启用 HTTPS)
+ zh-Hant: 外部地址(可以添加為反向代理網站,並啟用 HTTPS)
required: true
rule: paramExtUrl
type: text
@@ -26,5 +53,14 @@ additionalProperties:
envKey: APP_KEY
labelEn: APP KEY
labelZh: 加密键
+ label:
+ en: APP KEY
+ ja: アプリキー
+ ms: KUNCI APLIKASI
+ pt-br: CHAVE DO APLICATIVO
+ ru: КЛЮЧ ПРИЛОЖЕНИЯ
+ ko: 앱 키
+ zh: 加密键
+ zh-Hant: 加密鍵
required: true
type: text
diff --git a/2fauth/README_en.md b/2fauth/README_en.md
new file mode 100644
index 000000000..eb911da84
--- /dev/null
+++ b/2fauth/README_en.md
@@ -0,0 +1,13 @@
+# Setup
+
+## **Enable HTTPS**
+
+- **Create Application**: Set the external address to `https://2fauth.example.com` (please replace the domain name according to your actual situation).
+- **Create Reverse Proxy Site**: Set the proxy address to `http://127.0.0.1:8000` (please replace the IP and port according to your actual situation).
+- **Apply for Certificate**: Create a certificate for `2fauth.example.com`, choose HTTP as the verification method.
+- **Enable HTTPS**: Go to the website settings page, click on HTTPS, select the certificate you just added and save.
+
+## **Without HTTPS**
+
+- If HTTPS is not enabled, it will cause issues such as inability to scan QR codes. In this case, the external address can be directly set to `http://192.168.10.100:8000` without the need for reverse proxy settings.
+
diff --git a/2fauth/data.yml b/2fauth/data.yml
index a14adc278..89c410670 100644
--- a/2fauth/data.yml
+++ b/2fauth/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://docs.2fauth.app/
github: https://github.com/Bubka/2FAuth
document: https://docs.2fauth.app/
+ description:
+ en: A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
+ zh: 管理双因素身份验证(2FA)帐户并生成安全代码的 Web 应用程序
+ zh-Hant: 管理雙因素身份驗證(2FA)帳戶並生成安全代碼的 Web 應用程式
+ ja: 二要素認証(2FA)アカウントを管理し、安全コードを生成するWebアプリ
+ ms: Aplikasi Web untuk mengurus akaun Pengesahan Dua Faktor (2FA) anda dan menjana kod keselamatan mereka
+ pt-br: Um aplicativo Web para gerenciar suas contas de autenticação de dois fatores (2FA) e gerar seus códigos de segurança
+ ru: Веб-приложение для управления учетными записями двухфакторной аутентификации (2FA) и генерации их кодов безопасности
+ ko: 이중 인증(2FA) 계정을 관리하고 보안 코드를 생성하는 웹 애플리케이션
diff --git a/affine/README_en.md b/affine/README_en.md
new file mode 100644
index 000000000..48e8064f0
--- /dev/null
+++ b/affine/README_en.md
@@ -0,0 +1,16 @@
+# AFFiNE
+**AFFiNE** is an open-source integrated workspace and operating system for building knowledge bases and more—wiki, knowledge management, presentations, and digital assets. It's a better alternative to Notion and Miro.
+
+## Key Features:
+### True canvas for blocks of any form, documents and whiteboards now fully merged.
+- Many editor apps claim to be productivity canvases, but AFFiNE is one of the very few apps that allows you to place any building block on an infinite canvas—rich text, sticky notes, embedded webpages, multi-view databases, linked pages, shapes, and even slideshows. We have it all.
+
+### Multi-mode AI partner ready for any task
+- Writing professional work reports? Turning outlines into expressive and easy-to-present slideshows? Summarizing articles into well-structured mind maps? Organizing work plans and to-dos? Or... drawing and writing prototype applications and webpages with just a prompt? With you, AFFiNE AI can push your creativity to the edge of imagination.
+
+### Local-first, real-time collaboration
+- We love the local-first concept, meaning you always own your data on disk, regardless of cloud usage. Additionally, AFFiNE supports real-time synchronization and collaboration on the web and across platform clients.
+
+### Self-host and shape your own AFFiNE
+- You're free to manage, self-host, fork, and build your own AFFiNE. Plugin communities and third-party modules are coming soon. Blocksuite has even more traction. Check it out to learn how to self-host AFFiNE.
+
diff --git a/affine/data.yml b/affine/data.yml
index c38721523..fa0505ac4 100644
--- a/affine/data.yml
+++ b/affine/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://affine.pro
github: https://github.com/toeverything/AFFiNE
- document: https://docs.affine.pro/docs/self-host-affine
\ No newline at end of file
+ document: https://docs.affine.pro/docs/self-host-affine
+ description:
+ en: A workspace with fully merged docs, whiteboards and databases
+ zh: 将文档、白板和数据库完全整合的工作空间
+ zh-Hant: 將文檔、白板和數據庫完全整合的工作空間
+ ja: 文書、ホワイトボード、データベースを完全に統合したワークスペース
+ ms: Ruang kerja dengan dokumen, papan putih, dan pangkalan data yang sepenuhnya digabungkan
+ pt-br: Um espaço de trabalho com documentos, quadros brancos e bancos de dados totalmente integrados
+ ru: Рабочее пространство с полностью объединенными документами, досками и базами данных
+ ko: 문서, 화이트보드 및 데이터베이스가 완전히 통합된 작업 공간
\ No newline at end of file
diff --git a/affine/stable/data.yml b/affine/stable/data.yml
index dc18035ed..41d1043db 100644
--- a/affine/stable/data.yml
+++ b/affine/stable/data.yml
@@ -7,6 +7,15 @@ additionalProperties:
required: true
rule: paramPort
type: number
+ label:
+ en: Web Port
+ ja: ウェブポート
+ ms: Port Web
+ pt-br: Porta Web
+ ru: Веб-порт
+ ko: 웹 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP 端口
- default: 5555
envKey: PANEL_APP_PORT_HTTP_5555
labelEn: Port
@@ -14,6 +23,15 @@ additionalProperties:
required: true
rule: paramPort
type: number
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
- default: ""
edit: true
envKey: AFFINE_ADMIN_EMAIL
@@ -21,6 +39,15 @@ additionalProperties:
labelZh: 管理员邮箱
required: true
type: text
+ label:
+ en: email
+ ja: メール
+ ms: E-mel
+ pt-br: E-mail
+ ru: Электронная почта
+ ko: 이메일
+ zh: 管理员邮箱
+ zh-Hant: 管理员邮箱
- default: ""
edit: true
envKey: AFFINE_ADMIN_PASSWORD
@@ -28,6 +55,15 @@ additionalProperties:
labelZh: 管理员密码
required: true
type: password
+ label:
+ en: password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 管理员密码
+ zh-Hant: 管理员密码
- default: ""
envKey: PANEL_DB_HOST
key: postgresql
@@ -35,6 +71,15 @@ additionalProperties:
labelZh: PostgreSQL 数据库服务
required: true
type: service
+ label:
+ en: PostgreSQL Database Service
+ ja: PostgreSQLデータベースサービス
+ ms: Perkhidmatan Pangkalan Data PostgreSQL
+ pt-br: Serviço de Banco de Dados PostgreSQL
+ ru: Сервис базы данных PostgreSQL
+ ko: PostgreSQL 데이터베이스 서비스
+ zh: PostgreSQL 数据库服务
+ zh-Hant: PostgreSQL 数据库服务
- default: affine
envKey: PANEL_DB_NAME
labelEn: Database
@@ -43,6 +88,15 @@ additionalProperties:
required: true
rule: paramCommon
type: text
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 資料庫名稱
- default: affine
envKey: PANEL_DB_USER
labelEn: User
@@ -51,6 +105,15 @@ additionalProperties:
required: true
rule: paramCommon
type: text
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 資料庫使用者
- default: affine
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
@@ -59,6 +122,15 @@ additionalProperties:
required: true
rule: paramComplexity
type: password
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 資料庫使用者密碼
- default: ""
envKey: PANEL_REDIS_HOST
key: redis
@@ -66,9 +138,27 @@ additionalProperties:
labelZh: redis 服务
required: true
type: service
+ label:
+ en: Redis Service
+ ja: Redisサービス
+ ms: Perkhidmatan Redis
+ pt-br: Serviço Redis
+ ru: Сервис Redis
+ ko: Redis 서비스
+ zh: redis 服务
+ zh-Hant: redis 服务
- default: ""
disabled: true
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Password
labelZh: redis 密码
- type: text
\ No newline at end of file
+ type: text
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: redis 密码
+ zh-Hant: redis 密码
\ No newline at end of file
diff --git a/answer/1.4.2/data.yml b/answer/1.4.2/data.yml
index 93818f863..cd26fd406 100644
--- a/answer/1.4.2/data.yml
+++ b/answer/1.4.2/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/answer/README_en.md b/answer/README_en.md
new file mode 100644
index 000000000..2e13669ec
--- /dev/null
+++ b/answer/README_en.md
@@ -0,0 +1,10 @@
+# Answer
+**Answer** is an open-source Q&A knowledge community software. You can use it to quickly build your Q&A community for product technical support, customer support, user interaction, and more.
+
+## Version Features:
+- **Questions and Answers**: Complete Q&A functionality focused on topics, supporting standard Markdown syntax.
+- **Voting Decisions**: Content quality and user credibility are determined based on reputation voting.
+- **Co-Creation and Collaboration**: Use content version control and open content review to keep content updated.
+- **Content Organization**: Organize fragmented content through tags.
+- **User Interface**: Responsive design, customizable themes, and SEO-friendly.
+
diff --git a/answer/data.yml b/answer/data.yml
index 5bef03465..e1c2addd2 100644
--- a/answer/data.yml
+++ b/answer/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://answer.dev/
github: https://github.com/answerdev/answer
document: https://answer.dev/zh-CN/docs
+ description:
+ en: A Q&A platform software for teams at any scales
+ zh: 适用于任何规模团队的问答平台软件
+ zh-Hant: 適用於任何規模團隊的問答平台軟件
+ ja: あらゆる規模のチーム向けのQ&Aプラットフォームソフトウェア
+ ms: Perisian platform Q&A untuk pasukan pada sebarang skala
+ pt-br: Um software de plataforma de perguntas e respostas para equipes de qualquer escala
+ ru: Программное обеспечение платформы вопросов и ответов для команд любого масштаба
+ ko: 모든 규모의 팀을 위한 Q&A 플랫폼 소프트웨어
diff --git a/audiobookshelf/2.20.0/data.yml b/audiobookshelf/2.20.0/data.yml
index 1e487642d..700a2edeb 100644
--- a/audiobookshelf/2.20.0/data.yml
+++ b/audiobookshelf/2.20.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/audiobookshelf/README_en.md b/audiobookshelf/README_en.md
new file mode 100644
index 000000000..d501406f7
--- /dev/null
+++ b/audiobookshelf/README_en.md
@@ -0,0 +1,23 @@
+# Audiobookshelf
+**Audiobookshelf** is a self-hosted audiobook and podcast server.
+
+## Features:
+- Fully open-source, including Android and iOS applications (beta)
+- Stream all audio formats instantly
+- Search and add podcasts to download episodes with auto-download
+- Multi-user support with custom permissions
+- Keep progress for each user and sync across devices
+- Automatically detect library updates without rescanning
+- Upload books and podcasts using drag-and-drop folder uploads
+- Backup your metadata + daily automatic backups
+- Progressive Web App (PWA)
+- Chromecast support on web and Android apps
+- Fetch metadata and cover art from multiple sources
+- Chapter editor and chapter finder (using Audnexus API)
+- Merge your audio files into a single m4b
+- Embed metadata and cover images into audio files (using Tone)
+- Basic eBook support and eReader
+ - Epub, pdf, cbr, cbz
+ - Send eBooks to devices (e.g., Kindle)
+- Open RSS feeds for podcasts and audiobooks
+
diff --git a/audiobookshelf/data.yml b/audiobookshelf/data.yml
index 2fdcf548e..a94bd5ce5 100644
--- a/audiobookshelf/data.yml
+++ b/audiobookshelf/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.audiobookshelf.org/
github: https://github.com/advplyr/audiobookshelf
document: https://www.audiobookshelf.org/docs
+ description:
+ en: Self-hosted audiobook and podcast server
+ zh: 自托管有声读物和播客服务器
+ zh-Hant: 自託管有聲讀物和播客伺服器
+ ja: 自己ホストのオーディオブックとポッドキャストサーバー
+ ms: Pelayan buku audio dan podcast yang dihoskan sendiri
+ pt-br: Servidor de audiolivros e podcasts auto-hospedado
+ ru: Самостоятельно размещенный сервер аудиокниг и подкастов
+ ko: 셀프 호스팅 오디오북 및 팟캐스트 서버
diff --git a/bytebase/3.5.1/data.yml b/bytebase/3.5.1/data.yml
index 426fa78c6..89bba7ac1 100644
--- a/bytebase/3.5.1/data.yml
+++ b/bytebase/3.5.1/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/bytebase/README_en.md b/bytebase/README_en.md
new file mode 100644
index 000000000..55373d5ce
--- /dev/null
+++ b/bytebase/README_en.md
@@ -0,0 +1,10 @@
+# Bytebase
+**Bytebase** is a database CI/CD solution for developers and DBAs. It is the only database CI/CD project included in the CNCF Landscape and Platform Engineering.
+
+## The Bytebase Suite Consists of the Following Tools:
+- **Bytebase Console**: A web-based GUI for developers and DBAs to manage the database development lifecycle.
+- **Bytebase API**: Provides gRPC and RESTful APIs to operate various aspects of Bytebase.
+- **Bytebase CLI**: A CLI tool to help developers integrate database changes into existing CI/CD workflows.
+- **Bytebase GitHub App and SQL Review GitHub Action**: A GitHub App and GitHub Action to detect SQL anti-patterns and enforce consistent SQL style guidelines during pull requests.
+- **Terraform Bytebase Provider**: A Terraform provider that enables teams to manage Bytebase resources via Terraform. A typical setup includes teams using Terraform to configure database instances from cloud providers and then preparing these instances for application use with the Bytebase provider.
+
diff --git a/bytebase/data.yml b/bytebase/data.yml
index 97cf7da33..2c18e804e 100644
--- a/bytebase/data.yml
+++ b/bytebase/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://www.bytebase.com
github: https://github.com/bytebase/bytebase
- document: https://www.bytebase.com/docs
\ No newline at end of file
+ document: https://www.bytebase.com/docs
+ description:
+ en: Open-Source Database DevOps Solution
+ zh: 开源数据库 DevOps 解决方案
+ zh-Hant: 開源數據庫 DevOps 解決方案
+ ja: オープンソースのデータベース DevOps ソリューション
+ ms: Penyelesaian DevOps Pangkalan Data Sumber Terbuka
+ pt-br: Solução DevOps de Banco de Dados de Código Aberto
+ ru: Решение DevOps для баз данных с открытым исходным кодом
+ ko: 오픈 소스 데이터베이스 DevOps 솔루션
\ No newline at end of file
diff --git a/calibre-web/0.6.24/data.yml b/calibre-web/0.6.24/data.yml
index 9099d0c1a..a9fe73159 100644
--- a/calibre-web/0.6.24/data.yml
+++ b/calibre-web/0.6.24/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -13,5 +22,14 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
+ label:
+ en: Time zone
+ ja: タイムゾーン
+ ms: Zon masa
+ pt-br: Fuso horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
\ No newline at end of file
diff --git a/calibre-web/README_en.md b/calibre-web/README_en.md
new file mode 100644
index 000000000..225c01c33
--- /dev/null
+++ b/calibre-web/README_en.md
@@ -0,0 +1,33 @@
+# Default Account and Password
+```
+username: admin
+password: admin123
+```
+
+# Calibre-Web
+**Calibre-Web** is a web application that provides a clean and intuitive interface for browsing, reading, and downloading eBooks using an existing Calibre database.
+
+## Features:
+- Modern and responsive Bootstrap 3 HTML5 interface
+- Full graphical setup
+- Comprehensive user management with fine-grained per-user permissions
+- Administrative interface
+- Multi-language user interface supporting over 20 languages
+- OPDS feed for eBook reader applications
+- Advanced search and filtering options
+- Custom book collection (bookshelf) creation
+- eBook metadata editing and deletion support
+- Download metadata from various sources (extensible via plugins)
+- Convert eBooks using Calibre binaries
+- eBook download restrictions for logged-in users
+- Public user registration support
+- One-click eBook sending to eReaders
+- Sync Kobo devices with your Calibre library
+- In-browser eBook reading supporting multiple formats
+- Upload new books in various formats, including audio formats
+- Calibre custom column support
+- Hide content based on categories and custom column content per user
+- Self-update capability
+- "Magic Link" login for easy eReader access
+- LDAP, Google/GitHub OAuth, and proxy authentication support
+
diff --git a/calibre-web/data.yml b/calibre-web/data.yml
index 1ce7b5bac..0b2327a7d 100644
--- a/calibre-web/data.yml
+++ b/calibre-web/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://calibre-ebook.com
github: https://github.com/janeczku/calibre-web
- document: https://calibre-ebook.com/help
\ No newline at end of file
+ document: https://calibre-ebook.com/help
+ description:
+ en: Web app for browsing, reading and downloading eBooks stored in a Calibre database
+ zh: 用于浏览、阅读和下载 Calibre 数据库中存储的电子书的 Web 应用程序
+ zh-Hant: 用於瀏覽、閱讀和下載 Calibre 數據庫中存儲的電子書的 Web 應用程序
+ ja: Calibre データベースに保存されている電子書籍を閲覧、読書、ダウンロードするための Web アプリ
+ ms: Aplikasi Web untuk melayari, membaca dan memuat turun eBook yang disimpan dalam pangkalan data Calibre
+ pt-br: Aplicativo Web para navegar, ler e baixar eBooks armazenados em um banco de dados Calibre
+ ru: Веб-приложение для просмотра, чтения и загрузки электронных книг, хранящихся в базе данных Calibre
+ ko: Calibre 데이터베이스에 저장된 전자책을 탐색, 읽기 및 다운로드하기 위한 웹 애플리케이션
\ No newline at end of file
diff --git a/casdoor/1.869.0/data.yml b/casdoor/1.869.0/data.yml
index ef5222867..369410d93 100644
--- a/casdoor/1.869.0/data.yml
+++ b/casdoor/1.869.0/data.yml
@@ -7,6 +7,15 @@ additionalProperties:
required: true
rule: paramPort
type: number
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
- default: mysql
envKey: PANEL_DB_TYPE
labelEn: DBType
@@ -18,6 +27,15 @@ additionalProperties:
value: mysql
- label: MariaDB
value: mariadb
+ label:
+ en: DBType
+ ja: データベースの種類
+ ms: Jenis DB
+ pt-br: Tipo de BD
+ ru: Тип БД
+ ko: DB 유형
+ zh: 数据库类型
+ zh-Hant: 資料庫類型
- default: mysql
envKey: PANEL_DB_HOST
labelEn: DBHost
@@ -25,6 +43,15 @@ additionalProperties:
required: true
rule: paramCommon
type: text
+ label:
+ en: DBHost
+ ja: データベースのホスト
+ ms: Hos DB
+ pt-br: Host de BD
+ ru: Хост БД
+ ko: DB 호스트
+ zh: 数据库地址
+ zh-Hant: 資料庫地址
- default: 3306
envKey: PANEL_DB_PORT
labelEn: DBPort
@@ -32,6 +59,15 @@ additionalProperties:
required: true
rule: paramPort
type: number
+ label:
+ en: DBPort
+ ja: データベースのポート
+ ms: Port DB
+ pt-br: Porta de BD
+ ru: Порт БД
+ ko: DB 포트
+ zh: 数据库端口
+ zh-Hant: 資料庫端口
- default: casdoor
envKey: PANEL_DB_NAME
labelEn: DBName
@@ -40,6 +76,15 @@ additionalProperties:
required: true
rule: paramCommon
type: text
+ label:
+ en: DBName
+ ja: データベース名
+ ms: Nama DB
+ pt-br: Nome de BD
+ ru: Имя БД
+ ko: DB 이름
+ zh: 数据库名
+ zh-Hant: 資料庫名
- default: root
envKey: PANEL_DB_USER
labelEn: DBUser
@@ -48,6 +93,15 @@ additionalProperties:
required: true
rule: paramCommon
type: text
+ label:
+ en: DBUser
+ ja: データベースユーザー
+ ms: Pengguna DB
+ pt-br: Usuário de BD
+ ru: Пользователь БД
+ ko: DB 사용자
+ zh: 数据库用户
+ zh-Hant: 資料庫使用者
- default: 123456
envKey: PANEL_DB_USER_PASSWORD
labelEn: DBPassword
@@ -56,3 +110,12 @@ additionalProperties:
required: true
rule: paramComplexity
type: password
+ label:
+ en: DBPassword
+ ja: データベースのパスワード
+ ms: Kata Laluan DB
+ pt-br: Senha de BD
+ ru: Пароль БД
+ ko: DB 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 資料庫使用者密碼
diff --git a/casdoor/README_en.md b/casdoor/README_en.md
new file mode 100644
index 000000000..a244640f1
--- /dev/null
+++ b/casdoor/README_en.md
@@ -0,0 +1,19 @@
+# Default Account and Password
+```
+username: admin
+password: 123
+```
+
+# Casdoor
+A UI-first Identity Access Management (IAM) / Single-Sign-On (SSO) platform with a web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, RADIUS, Google Workspace, Active Directory, and Kerberos.
+
+## Features of Casdoor
+- Follows a front-end and back-end separation architecture, developed using Golang. It supports high concurrency, provides a web-based user interface for management, and supports localization in over 10 languages.
+- Supports third-party application logins, such as GitHub, Google, QQ, WeChat, and more, with plugin extensions for additional third-party logins.
+- Offers authorization management based on Casbin. It supports ACL, RBAC, ABAC, and RESTful authorization management models.
+- Provides features like mobile verification codes, email verification codes, and password reset functionality.
+- Supports audit logging and record-keeping.
+- Allows the use of image CDN cloud storage services provided by Alibaba Cloud, Tencent Cloud, and Qiniu Cloud.
+- Enables customization of registration, login, and password recovery pages.
+- Supports integration with existing systems through database synchronization, enabling a smooth transition to Casdoor.
+- Supports mainstream databases such as MySQL, PostgreSQL, SQL Server, and more, with plugin extensions for new database support.
\ No newline at end of file
diff --git a/casdoor/data.yml b/casdoor/data.yml
index a93489b53..4977f84a5 100644
--- a/casdoor/data.yml
+++ b/casdoor/data.yml
@@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://casdoor.org/
github: https://github.com/casdoor/casdoor
- document: https://casdoor.org/docs/overview
\ No newline at end of file
+ document: https://casdoor.org/docs/overview
+ description:
+ en: An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS
+ zh: 支持 OAuth 2.0、OIDC、SAML 和 CAS 的 Web UI 优先的 IAM/SSO 平台
+ zh-Hant: 支援 OAuth 2.0、OIDC、SAML 和 CAS 的 Web UI 優先的 IAM/SSO 平台
+ ja: OAuth 2.0、OIDC、SAML、および CAS をサポートする Web UI 優先の IAM/SSO プラットフォーム
+ ms: Platform IAM/SSO dengan UI web yang menyokong OAuth 2.0, OIDC, SAML dan CAS
+ pt-br: Uma plataforma IAM/SSO com interface web que suporta OAuth 2.0, OIDC, SAML e CAS
+ ru: Платформа управления идентификацией и доступом (IAM) / единого входа (SSO) с веб-интерфейсом, поддерживающая OAuth 2.0, OIDC, SAML и CAS
+ ko: OAuth 2.0, OIDC, SAML 및 CAS를 지원하는 웹 UI 중심의 IAM/SSO 플랫폼
\ No newline at end of file
diff --git a/changedetectionio/0.49.7/data.yml b/changedetectionio/0.49.7/data.yml
index 68a3cbf37..f40ec5eb9 100644
--- a/changedetectionio/0.49.7/data.yml
+++ b/changedetectionio/0.49.7/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/changedetectionio/README_en.md b/changedetectionio/README_en.md
new file mode 100644
index 000000000..6b4f8bd35
--- /dev/null
+++ b/changedetectionio/README_en.md
@@ -0,0 +1,14 @@
+# Changedetection.io
+**Changedetection.io** is the best and simplest free open-source website change detection, website monitoring, restock monitoring, and notification service.
+
+## Key Features:
+- Numerous trigger filters, such as "trigger on text," "remove text by selector," "ignore text," "extract text," and more, using regular expressions!
+- Locate elements using xPath (1.0) and CSS selectors; easily monitor complex JSON using JSONPath or jq
+- Switch between fast non-JS and Chrome JS-based "fetchers"
+- Track changes in PDF files (monitor text changes in PDFs, as well as file size and checksum changes)
+- Easily specify how often to check sites
+- Execute JS before extracting text (great for login scenarios; see examples in the UI!)
+- Override request headers, specify methods like POST or GET, etc.
+- Use the "visual selector" to help locate specific elements
+- Per-watch configurable proxy
+- Send notifications with screenshots when changes are detected on a webpage
\ No newline at end of file
diff --git a/changedetectionio/data.yml b/changedetectionio/data.yml
index ecd00c717..2f7f43c1d 100644
--- a/changedetectionio/data.yml
+++ b/changedetectionio/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://changedetection.io/
github: https://github.com/dgtlmoon/changedetection.io
document: https://github.com/dgtlmoon/changedetection.io/wiki
+ description:
+ en: free open source website change detection, website watcher, restock monitor and notification service
+ zh: 免费开源网站变更检测、网站观察、补货监控和通知服务
+ zh-Hant: 免費開源網站變更檢測、網站觀察、補貨監控和通知服務
+ ja: 無料のオープンソースのウェブサイト変更検出、ウェブサイトウォッチャー、在庫補充モニターおよび通知サービス
+ ms: Perkhidmatan pengesanan perubahan laman web sumber terbuka percuma, pemerhati laman web, pemantau pengisian semula dan pemberitahuan
+ pt-br: Serviço gratuito e de código aberto para detecção de mudanças em sites, monitoramento de sites, monitor de reposição e notificações
+ ru: Бесплатный сервис с открытым исходным кодом для отслеживания изменений на веб-сайтах, наблюдения за сайтами, мониторинга пополнения запасов и уведомлений
+ ko: 무료 오픈 소스 웹사이트 변경 감지, 웹사이트 감시, 재입고 모니터링 및 알림 서비스
diff --git a/clickhouse/25.3.1-alpine/data.yml b/clickhouse/25.3.1-alpine/data.yml
index 70dfce58c..dd04527b1 100644
--- a/clickhouse/25.3.1-alpine/data.yml
+++ b/clickhouse/25.3.1-alpine/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_TCP
labelEn: Port
labelZh: TCP 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: TCP 端口
+ zh-Hant: TCP 連接埠
required: true
rule: paramPort
type: number
@@ -12,6 +21,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: API 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: API 端口
+ zh-Hant: API 連接埠
required: true
rule: paramPort
type: number
diff --git a/clickhouse/README_en.md b/clickhouse/README_en.md
new file mode 100644
index 000000000..a3910cafb
--- /dev/null
+++ b/clickhouse/README_en.md
@@ -0,0 +1,18 @@
+# ClickHouse
+ClickHouse is a columnar database management system (DBMS) designed for online analytical processing (OLAP).
+
+## Key Features:
+- True columnar database management system
+- Data compression
+- Disk storage for data
+- Multi-core parallel processing
+- Multi-server distributed processing
+- SQL support
+- Vectorized engine
+- Real-time data updates
+- Indexing
+- Suitable for online queries
+- Approximate calculations support
+- Adaptive join algorithms
+- Data replication and integrity support
+- Role-based access control
\ No newline at end of file
diff --git a/clickhouse/data.yml b/clickhouse/data.yml
index 78a3c35b9..2a7d48f08 100644
--- a/clickhouse/data.yml
+++ b/clickhouse/data.yml
@@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://clickhouse.com/
github: https://github.com/ClickHouse/ClickHouse
- document: https://clickhouse.com/docs/zh
\ No newline at end of file
+ document: https://clickhouse.com/docs/zh
+ description:
+ en: a free analytics DBMS for big data
+ zh: 一款免费的大数据分析 DBMS
+ zh-Hant: 一款免費的大數據分析 DBMS
+ ja: 無料のビッグデータ分析用 DBMS
+ ms: DBMS analitik percuma untuk data besar
+ pt-br: um DBMS de análise gratuito para big data
+ ru: бесплатная аналитическая СУБД для больших данных
+ ko: 빅데이터를 위한 무료 분석 DBMS
\ No newline at end of file
diff --git a/cloudbeaver/25.0.0/data.yml b/cloudbeaver/25.0.0/data.yml
index 7c192ab12..d1565821a 100644
--- a/cloudbeaver/25.0.0/data.yml
+++ b/cloudbeaver/25.0.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/cloudbeaver/README_en.md b/cloudbeaver/README_en.md
new file mode 100644
index 000000000..f217fbb7b
--- /dev/null
+++ b/cloudbeaver/README_en.md
@@ -0,0 +1,12 @@
+# CloudBeaver Community
+CloudBeaver Community is an open-source database management tool designed to provide a user-friendly interface for managing various databases, including MySQL, PostgreSQL, SQLite, and more.
+
+## Key Features:
+- **Multi-Database Support**: CloudBeaver Community supports multiple database types, enabling users to centrally manage different database systems.
+- **Online Access**: Users can access CloudBeaver through a browser without installing any client software, making it convenient to manage databases anytime, anywhere.
+- **Data Import and Export**: Supports importing and exporting data in various formats, such as CSV and SQL, simplifying the data migration process.
+- **Real-Time Collaboration**: Allows team members to access and edit databases simultaneously, improving collaboration efficiency.
+- **Visual Query Builder**: Provides a visual query builder tool to help users easily create complex database queries.
+- **User Management**: Supports multi-user management with configurable permissions to ensure data security.
+- **Extensible Plugins**: Supports extending functionality through plugins to meet specific business needs.
+- **Custom Themes**: Users can customize the interface theme according to personal preferences to enhance the user experience.
\ No newline at end of file
diff --git a/cloudbeaver/data.yml b/cloudbeaver/data.yml
index 5f2ab5377..d1e69d0d0 100644
--- a/cloudbeaver/data.yml
+++ b/cloudbeaver/data.yml
@@ -17,4 +17,13 @@ additionalProperties:
recommend: 0
website: https://dbeaver.com/
github: https://github.com/dbeaver/cloudbeaver
- document: https://dbeaver.com/docs/cloudbeaver/
\ No newline at end of file
+ document: https://dbeaver.com/docs/cloudbeaver/
+ description:
+ en: Cloud Database Manager
+ zh: 云数据库管理器
+ zh-Hant: 雲數據庫管理器
+ ja: クラウドデータベースマネージャー
+ ms: Pengurus Pangkalan Data Awan
+ pt-br: Gerenciador de Banco de Dados em Nuvem
+ ru: Облачный менеджер баз данных
+ ko: 클라우드 데이터베이스 관리자
\ No newline at end of file
diff --git a/cloudflared/2025.2.1/data.yml b/cloudflared/2025.2.1/data.yml
index 0399ab3e5..d63dad058 100644
--- a/cloudflared/2025.2.1/data.yml
+++ b/cloudflared/2025.2.1/data.yml
@@ -2,8 +2,17 @@ additionalProperties:
formFields:
- default: ""
envKey: token
- labelEn: token
- labelZh: 令牌
- random: false
+ labelEn: token
+ labelZh: 令牌
+ label:
+ en: token
+ ja: トークン
+ ms: token
+ pt-br: token
+ ru: токен
+ ko: 토큰
+ zh: 令牌
+ zh-Hant: 權杖
+ random: false
required: true
type: password
diff --git a/cloudflared/README_en.md b/cloudflared/README_en.md
new file mode 100644
index 000000000..a467debc3
--- /dev/null
+++ b/cloudflared/README_en.md
@@ -0,0 +1,22 @@
+Cloudflared is a tool provided by Cloudflare for creating secure connections and exposing private networks and services to the public internet.
+
+## Instructions:
+
+1. **Installation and Setup:**
+ - Cloudflared is a connector application tool used to connect private services and networks to Cloudflare's network. You can find detailed installation and setup steps in [Cloudflare's official documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/).
+
+2. **Run Cloudflared Container:**
+ - Example command to run the Cloudflared container using Docker:
+ ```shell
+ docker run cloudflare/cloudflared:latest tunnel --no-autoupdate --hello-world
+ ```
+ > This example uses the `--hello-world` parameter, relying on trycloudflare.com, and does not require a Cloudflare account. It is designed as a single command for quick start.
+
+3. **Practical Use:**
+ - For practical use, it is recommended to create a free Cloudflare account and create a tunnel in the Access -> Tunnels section of the [Cloudflare Console](https://dash.teams.cloudflare.com/). There, you will receive a one-liner command to start and run the Cloudflared Docker container, requiring authentication via your Cloudflare account.
+
+4. **Use Cases:**
+ - Cloudflared can be used to expose private HTTP services to public DNS hostnames, optionally with access control via Cloudflare Access.
+ - It can also connect private networks, allowing WARP-registered users to access via TCP/UDP IP/port, implementing Zero Trust security policies and avoiding traditional VPN usage.
+
+> Note: Specific steps may vary due to updates from Cloudflare. It is recommended to consult the official documentation for the latest information.
\ No newline at end of file
diff --git a/cloudflared/data.yml b/cloudflared/data.yml
index 56572c536..6eadaca7d 100644
--- a/cloudflared/data.yml
+++ b/cloudflared/data.yml
@@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/
github: https://github.com/cloudflare/cloudflared
- document: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/
\ No newline at end of file
+ document: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/
+ description:
+ en: Cloudflare Tunnel client
+ zh: Cloudflare Tunnel 客户端
+ zh-Hant: Cloudflare Tunnel 客戶端
+ ja: Cloudflare トンネルクライアント
+ ms: Klien Cloudflare Tunnel
+ pt-br: Cliente do Cloudflare Tunnel
+ ru: Клиент Cloudflare Tunnel
+ ko: Cloudflare 터널 클라이언트
\ No newline at end of file
diff --git a/consul/1.20.5/data.yml b/consul/1.20.5/data.yml
index 1207f14cd..e161406bc 100644
--- a/consul/1.20.5/data.yml
+++ b/consul/1.20.5/data.yml
@@ -8,6 +8,15 @@ additionalProperties:
required: true
rule: paramPort
type: number
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
- default: 8600
edit: true
envKey: PANEL_APP_PORT_DNS
@@ -15,4 +24,13 @@ additionalProperties:
labelZh: DNS端口
required: true
rule: paramPort
- type: number
\ No newline at end of file
+ type: number
+ label:
+ en: DNS Port
+ ja: DNSポート
+ ms: Port DNS
+ pt-br: Porta DNS
+ ru: DNS порт
+ ko: DNS 포트
+ zh: DNS端口
+ zh-Hant: DNS連接埠
\ No newline at end of file
diff --git a/consul/README_en.md b/consul/README_en.md
new file mode 100644
index 000000000..48ec3c2ca
--- /dev/null
+++ b/consul/README_en.md
@@ -0,0 +1,10 @@
+# Consul
+**Consul** is a distributed, highly available, and data center-aware solution for connecting and configuring applications across dynamic, distributed infrastructures.
+
+## Key Features:
+- **Multi-Data Center**: Consul is designed to be data center-aware and can support any number of regions without complex configuration.
+- **Service Mesh**: Consul's service mesh enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. Applications can use sidecar proxies in the service mesh configuration to establish TLS connections for inbound and outbound traffic via transparent proxies.
+- **API Gateway**: The Consul API Gateway manages access to services within the Consul service mesh, allowing users to define traffic and authorization policies for services deployed in the mesh.
+- **Service Discovery**: Consul makes it easy for services to register themselves and discover other services via DNS or HTTP interfaces. External services, such as SaaS providers, can also be registered.
+- **Health Checks**: Health checks allow Consul to quickly alert operators to any issues in the cluster. Integration with service discovery prevents routing traffic to unhealthy hosts and enables service-level circuit breakers.
+- **Dynamic Application Configuration**: An HTTP API allows users to store indexed objects in Consul for storing configuration parameters and application metadata.
\ No newline at end of file
diff --git a/consul/data.yml b/consul/data.yml
index bda1b2fa3..73f89de74 100644
--- a/consul/data.yml
+++ b/consul/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://www.consul.io
github: https://github.com/hashicorp/consul
- document: https://learn.hashicorp.com/consul
\ No newline at end of file
+ document: https://learn.hashicorp.com/consul
+ description:
+ en: Distributed, highly available, and data center aware solution
+ zh: 分布式、高可用且具有数据中心感知能力的解决方案
+ zh-Hant: 分佈式、高可用且具有數據中心感知能力的解決方案
+ ja: 分散型で高可用性、データセンター対応のソリューション
+ ms: Penyelesaian terdistribusi, sangat tersedia, dan menyedari pusat data
+ pt-br: Solução distribuída, altamente disponível e ciente de data centers
+ ru: Распределенное, высокодоступное решение с учетом центров обработки данных
+ ko: 분산형, 고가용성 및 데이터 센터 인식 솔루션
\ No newline at end of file
diff --git a/dashy/3.1.0/data.yml b/dashy/3.1.0/data.yml
index 5b0c531a3..b90dd71d3 100644
--- a/dashy/3.1.0/data.yml
+++ b/dashy/3.1.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/dashy/README_en.md b/dashy/README_en.md
new file mode 100644
index 000000000..6bc8991ee
--- /dev/null
+++ b/dashy/README_en.md
@@ -0,0 +1,10 @@
+# Dashy
+**Dashy** is a powerful open-source dashboard application for organizing and managing your bookmarks, links, and frequently used applications. It allows users to create a customized dashboard interface for easy access to daily tools and services.
+
+## Features
+- **Highly Customizable**: Users can customize the layout and appearance of the dashboard through configuration files to suit their needs and preferences.
+- **Multiple Integrations**: Supports integration with various services and applications, such as Docker, Kubernetes, GitHub, and more, providing real-time monitoring and quick actions.
+- **Easy to Set Up and Use**: Offers simple configuration files (YAML/JSON) for users to easily add, edit, and delete items.
+- **Responsive Design**: Works well on various devices, ensuring a great experience on both desktop and mobile devices.
+- **Secure**: Supports multiple authentication methods, such as username/password and OAuth2, to ensure data security.
+- **Community Support**: As an open-source project, it has an active community where users can get support and contribute to the project's development.
\ No newline at end of file
diff --git a/dashy/data.yml b/dashy/data.yml
index 9c77b7a9e..3b6282862 100644
--- a/dashy/data.yml
+++ b/dashy/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://dashy.to
github: https://github.com/Lissy93/dashy
document: https://dashy.to/docs
+ description:
+ en: A self-hostable personal dashboard built for you
+ zh: 专为您打造的可自行托管的个人仪表板
+ zh-Hant: 專為您打造的可自行託管的個人儀表板
+ ja: あなたのために作られたセルフホスト可能な個人用ダッシュボード
+ ms: Papan pemuka peribadi yang boleh dihoskan sendiri yang dibina untuk anda
+ pt-br: Um painel pessoal auto-hospedável feito para você
+ ru: Самостоятельно размещаемая персональная панель управления, созданная для вас
+ ko: 당신을 위해 만들어진 셀프 호스팅 개인 대시보드
diff --git a/discourse/3.4.1/data.yml b/discourse/3.4.1/data.yml
index dc9b579c2..92bc76c9f 100644
--- a/discourse/3.4.1/data.yml
+++ b/discourse/3.4.1/data.yml
@@ -5,12 +5,30 @@ additionalProperties:
envKey: DISCOURSE_HOST
labelEn: HOST
labelZh: 访问域名
+ label:
+ en: HOST
+ ja: ホスト
+ ms: HOS
+ pt-br: HOST
+ ru: ХОСТ
+ ko: 호스트
+ zh: 访问域名
+ zh-Hant: 訪問域名
required: true
type: text
- default: 3000
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP 埠
required: true
rule: paramPort
type: number
@@ -19,6 +37,15 @@ additionalProperties:
envKey: DISCOURSE_USERNAME
labelEn: Admin User
labelZh: 管理员
+ label:
+ en: Admin User
+ ja: 管理者
+ ms: Pengguna Admin
+ pt-br: Usuário Admin
+ ru: Администратор
+ ko: 관리자
+ zh: 管理员
+ zh-Hant: 管理員
required: true
type: text
- default: ""
@@ -26,6 +53,15 @@ additionalProperties:
envKey: DISCOURSE_EMAIL
labelEn: email
labelZh: 管理员邮箱
+ label:
+ en: email
+ ja: メール
+ ms: E-mel
+ pt-br: E-mail
+ ru: Электронная почта
+ ko: 이메일
+ zh: 管理员邮箱
+ zh-Hant: 管理員郵箱
required: true
type: text
- default: ""
@@ -33,6 +69,15 @@ additionalProperties:
envKey: DISCOURSE_PASSWORD
labelEn: password(must length > 10)
labelZh: 管理员密码(长度必须>10)
+ label:
+ en: password(must length > 10)
+ ja: パスワード(長さ > 10 必須)
+ ms: kata laluan (panjang mesti > 10)
+ pt-br: senha (deve ter comprimento > 10)
+ ru: пароль (длина должна быть > 10)
+ ko: 비밀번호(길이 > 10 필수)
+ zh: 管理员密码(长度必须>10)
+ zh-Hant: 管理員密碼(長度必須>10)
required: true
type: password
rule: paramCommon
@@ -41,12 +86,30 @@ additionalProperties:
key: postgresql
labelEn: postgresql Database Service
labelZh: postgresql数据库服务
+ label:
+ en: postgresql Database Service
+ ja: postgresql データベース サービス
+ ms: Perkhidmatan Pangkalan Data postgresql
+ pt-br: Serviço de Banco de Dados postgresql
+ ru: Сервис базы данных postgresql
+ ko: postgresql 데이터베이스 서비스
+ zh: postgresql数据库服务
+ zh-Hant: postgresql數據庫服務
required: true
type: service
- default: discourse
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -55,6 +118,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -63,6 +135,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -72,12 +153,30 @@ additionalProperties:
key: redis
labelEn: Redis Service
labelZh: redis 服务
+ label:
+ en: Redis Service
+ ja: redis サービス
+ ms: Perkhidmatan Redis
+ pt-br: Serviço Redis
+ ru: Сервис Redis
+ ko: redis 서비스
+ zh: redis 服务
+ zh-Hant: redis 服務
required: true
type: service
- default: ""
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Password
labelZh: redis 密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: redis 密码
+ zh-Hant: redis 密碼
random: true
required: true
rule: paramComplexity
diff --git a/discourse/README_en.md b/discourse/README_en.md
new file mode 100644
index 000000000..a10e3f56d
--- /dev/null
+++ b/discourse/README_en.md
@@ -0,0 +1,30 @@
+## Notes
+- Accessing via port will cause the console to not display. Please modify it to use domain access.
+
+## Configuration
+
+### Set Language
+Access the URI `/admin/site_settings/category/required` in your browser and set `default locale` to `Simplified Chinese`.
+
+### Configure SMTP
+Manually edit `docker-compose` during application installation to modify SMTP-related configurations.
+
+### Install Plugins
+**Go to the `Containers` page, find the Discourse application, click the `Terminal` button in the right action column, and execute the following commands in the container terminal:**
+```shell
+cd /opt/bitnami/discourse
+# Install plugin, replace PLUGIN_REPO_URL with the plugin URL
+sudo RAILS_ENV=production bundle exec rake plugin:install repo=PLUGIN_REPO_URL
+# Precompile new assets for plugin usage
+sudo RAILS_ENV=production bundle exec rake assets:precompile
+```
+
+### Uninstall Plugins
+**Go to the `Containers` page, find the Discourse application, click the `Terminal` button in the right action column, and execute the following commands in the container terminal:**
+```shell
+cd /opt/bitnami/discourse/plugins
+# Delete plugin directory, replace PLUGIN-DIR with the plugin directory
+rm -rf PLUGIN-DIR
+# Precompile new assets
+sudo RAILS_ENV=production bundle exec rake assets:precompile
+```
\ No newline at end of file
diff --git a/discourse/data.yml b/discourse/data.yml
index c48d37182..32ee5c10b 100644
--- a/discourse/data.yml
+++ b/discourse/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.discourse.org
github: https://github.com/discourse/discourse
document: https://hub.docker.com/r/bitnami/discourse
+ description:
+ en: A platform for community discussion. Free, open, simple.
+ zh: 社区讨论的平台。免费、开放、简单。
+ zh-Hant: 社區討論的平台。免費、開放、簡單。
+ ja: コミュニティディスカッションのためのプラットフォーム。無料、オープン、シンプル。
+ ms: Platform untuk perbincangan komuniti. Percuma, terbuka, mudah.
+ pt-br: Uma plataforma para discussão comunitária. Gratuito, aberto, simples.
+ ru: Платформа для обсуждения в сообществе. Бесплатно, открыто, просто.
+ ko: 커뮤니티 토론을 위한 플랫폼. 무료, 오픈, 간단.
diff --git a/docker-registry/2.8.3/data.yml b/docker-registry/2.8.3/data.yml
index 5aca03c51..59284ed77 100755
--- a/docker-registry/2.8.3/data.yml
+++ b/docker-registry/2.8.3/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/docker-registry/README_en.md b/docker-registry/README_en.md
new file mode 100644
index 000000000..da63e49bf
--- /dev/null
+++ b/docker-registry/README_en.md
@@ -0,0 +1,8 @@
+# docker-registry
+**docker-registry** is an open-source image repository used to store and manage Docker images. It allows you to create a private Docker image repository on your Linux server for team members to share and access images.
+## Main Features:
+- **Image Storage and Management**: docker-registry provides a powerful repository system for storing and managing Docker images, facilitating sharing and access among team members.
+- **Private Deployment**: You can set up your private docker-registry on your own Linux server to meet security and privacy requirements.
+- **Access Control**: docker-registry supports setting access permissions to control who can pull and push images, protecting the security of your images and data.
+- **Tag and Version Management**: You can set tags and versions for images to facilitate image classification and management.
+- **Compatibility**: docker-registry is compatible with the standard API of Docker image repositories, allowing you to interact with it using Docker CLI or other Docker client tools.
\ No newline at end of file
diff --git a/docker-registry/data.yml b/docker-registry/data.yml
index c9bfd66e2..cf00715d5 100755
--- a/docker-registry/data.yml
+++ b/docker-registry/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://hub.docker.com/_/registry
github: https://github.com/distribution/distribution
document: https://docs.docker.com/registry/
+ description:
+ en: A storage and distribution system for named Docker images
+ zh: Docker 镜像存储库
+ zh-Hant: Docker 映像存儲庫
+ ja: 名前付き Docker イメージのためのストレージおよび配布システム
+ ms: Sistem penyimpanan dan pengedaran untuk imej Docker bernama
+ pt-br: Um sistema de armazenamento e distribuição para imagens Docker nomeadas
+ ru: Система хранения и распространения именованных образов Docker
+ ko: 명명된 Docker 이미지를 위한 저장 및 배포 시스템
diff --git a/dockge/1.4.2/data.yml b/dockge/1.4.2/data.yml
index 800dc1b7e..68b548661 100644
--- a/dockge/1.4.2/data.yml
+++ b/dockge/1.4.2/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -13,5 +22,14 @@ additionalProperties:
envKey: DOCKGE_STACKS_DIR
labelEn: Stacks Directory
labelZh: 栈目录
+ label:
+ en: Stacks Directory
+ ja: スタックディレクトリ
+ ms: Direktori Stacks
+ pt-br: Diretório de Pilhas
+ ru: Каталог стеков
+ ko: 스택 디렉토리
+ zh: 栈目录
+ zh-Hant: 棧目錄
required: true
type: text
diff --git a/dockge/README_en.md b/dockge/README_en.md
new file mode 100644
index 000000000..85afc513f
--- /dev/null
+++ b/dockge/README_en.md
@@ -0,0 +1,12 @@
+# Dockge
+**Dockge** is a beautiful, easy-to-use, reactive self-hosted docker compose.yaml stack-oriented manager.
+## Main Features:
+- Manage ```compose.yaml``` files through a web interface.
+ - Create/edit/start/stop/restart/delete containers.
+ - Update Docker images.
+- Interactive web terminal.
+- Responsive design with real-time updates of progress (Pull/Up/Down) and web terminal output.
+- Provides a simplified user experience where everything you need can be conveniently found on one page at a glance.
+ - Developed by the creator of Uptime Kuma.
+- Support for converting ```docker run …``` commands to ```compose.yaml``` configuration.
+- File-based structure, supporting interaction with normal ```docker compose``` commands.
\ No newline at end of file
diff --git a/dockge/data.yml b/dockge/data.yml
index c8ff65b98..5c5efd795 100644
--- a/dockge/data.yml
+++ b/dockge/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://dockge.kuma.pet
github: https://github.com/louislam/dockge
- document: https://github.com/louislam/dockge/blob/master/README.md
\ No newline at end of file
+ document: https://github.com/louislam/dockge/blob/master/README.md
+ description:
+ en: Self-hosted - Docker compose.yaml - Stack-oriented Manager
+ zh: 自托管 - Docker compose.yaml - 面向堆栈的管理器
+ zh-Hant: 自託管 - Docker compose.yaml - 面向堆棧的管理器
+ ja: セルフホスト - Docker compose.yaml - スタック指向のマネージャー
+ ms: Hos kendiri - Docker compose.yaml - Pengurus berorientasikan tumpukan
+ pt-br: Auto-hospedado - Docker compose.yaml - Gerenciador orientado a pilhas
+ ru: Самостоятельно размещаемый - Docker compose.yaml - Менеджер, ориентированный на стеки
+ ko: 셀프 호스팅 - Docker compose.yaml - 스택 지향 관리자
\ No newline at end of file
diff --git a/dvwa/README_en.md b/dvwa/README_en.md
new file mode 100644
index 000000000..a8d045427
--- /dev/null
+++ b/dvwa/README_en.md
@@ -0,0 +1,15 @@
+# DVWA (Damn Vulnerable Web Application)
+
+## Default Username and Password
+```
+username: admin
+password: password
+```
+
+## Chinese Name: "Damn" Insecure Web Application
+**DVWA** is a poorly coded, vulnerable PHP/MySQL web application.
+
+### Purpose
+- To help information security professionals practice skills and test tools in a legal environment.
+- To assist web developers in better understanding how to secure web applications.
+- To help students and educators learn and teach web security techniques in a controlled educational environment.
\ No newline at end of file
diff --git a/dvwa/data.yml b/dvwa/data.yml
index 29ba7d388..17f5846ca 100644
--- a/dvwa/data.yml
+++ b/dvwa/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://github.com/digininja/DVWA
github: https://github.com/digininja/DVWA
document: https://github.com/digininja/DVWA
+ description:
+ en: DVWA (Damn Vulnerable Web Application)
+ zh: 一个用来进行安全脆弱性鉴定的 PHP/MySQL Web 应用平台。
+ zh-Hant: 一個用來進行安全脆弱性鑑定的 PHP/MySQL Web 應用平台。
+ ja: セキュリティ脆弱性評価のための PHP/MySQL Web アプリケーションプラットフォーム。
+ ms: Platform aplikasi web PHP/MySQL untuk penilaian kerentanan keselamatan.
+ pt-br: Uma plataforma de aplicação web PHP/MySQL para avaliação de vulnerabilidades de segurança.
+ ru: Платформа веб-приложений PHP/MySQL для оценки уязвимостей безопасности.
+ ko: 보안 취약성 평가를 위한 PHP/MySQL 웹 애플리케이션 플랫폼.
diff --git a/dvwa/latest/data.yml b/dvwa/latest/data.yml
index 29c0511d9..f1140a4e8 100644
--- a/dvwa/latest/data.yml
+++ b/dvwa/latest/data.yml
@@ -9,6 +9,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
values:
@@ -20,6 +29,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -28,6 +46,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -36,6 +63,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -44,6 +80,15 @@ additionalProperties:
envKey: DVWA_SECURITY_LEVEL
labelEn: Security level
labelZh: 安全级别
+ label:
+ en: Security level
+ ja: セキュリティレベル
+ ms: Tahap Keselamatan
+ pt-br: Nível de Segurança
+ ru: Уровень безопасности
+ ko: 보안 수준
+ zh: 安全级别
+ zh-Hant: 安全級別
required: true
type: select
values:
@@ -59,6 +104,15 @@ additionalProperties:
envKey: DVWA_DEFAULT_LOCALE
labelEn: Locale
labelZh: 语言环境
+ label:
+ en: Locale
+ ja: ロケール
+ ms: Lokal
+ pt-br: Localidade
+ ru: Локаль
+ ko: 로케일
+ zh: 语言环境
+ zh-Hant: 語言環境
required: true
type: select
values:
@@ -71,6 +125,15 @@ additionalProperties:
envKey: DVWA_RECAPTCHA_PUBLIC_KEY
labelEn: Recaptcha Public Key
labelZh: 验证码公钥
+ label:
+ en: Recaptcha Public Key
+ ja: Recaptcha 公開鍵
+ ms: Kunci Awam Recaptcha
+ pt-br: Chave Pública Recaptcha
+ ru: Публичный ключ Recaptcha
+ ko: Recaptcha 공개 키
+ zh: 验证码公钥
+ zh-Hant: 驗證碼公鑰
required: false
rule: paramCommon
type: text
@@ -79,6 +142,15 @@ additionalProperties:
envKey: DVWA_RECAPTCHA_PRIVATE_KEY
labelEn: Recaptcha Private Key
labelZh: 验证码私钥
+ label:
+ en: Recaptcha Private Key
+ ja: Recaptcha 秘密鍵
+ ms: Kunci Peribadi Recaptcha
+ pt-br: Chave Privada Recaptcha
+ ru: Приватный ключ Recaptcha
+ ko: Recaptcha 개인 키
+ zh: 验证码私钥
+ zh-Hant: 驗證碼私鑰
required: false
rule: paramCommon
type: text
@@ -87,6 +159,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/elasticsearch/7.17.28/data.yml b/elasticsearch/7.17.28/data.yml
index d961350aa..7c6a88561 100644
--- a/elasticsearch/7.17.28/data.yml
+++ b/elasticsearch/7.17.28/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: ELASTIC_SECURITY
labelEn: Password Verification
labelZh: 开启密码验证
+ label:
+ en: Password Verification
+ ja: パスワード検証
+ ms: Pengesahan Kata Laluan
+ pt-br: Verificação de Senha
+ ru: Проверка пароля
+ ko: 비밀번호 확인
+ zh: 开启密码验证
+ zh-Hant: 開啟密碼驗證
required: true
type: select
values:
@@ -25,6 +43,15 @@ additionalProperties:
envKey: ELASTIC_PASSWORD
labelEn: Password
labelZh: 密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 密码
+ zh-Hant: 密碼
random: true
required: true
rule: paramComplexity
@@ -34,5 +61,14 @@ additionalProperties:
envKey: P_ES_JAVA_OPTS
labelEn: ES JAVA OPTS
labelZh: ES JAVA OPTS
+ label:
+ en: ES JAVA OPTS
+ ja: ES JAVA オプション
+ ms: Pilihan ES JAVA
+ pt-br: Opções ES JAVA
+ ru: Параметры ES JAVA
+ ko: ES JAVA 옵션
+ zh: ES JAVA OPTS
+ zh-Hant: ES JAVA OPTS
required: true
type: text
\ No newline at end of file
diff --git a/elasticsearch/8.17.3/data.yml b/elasticsearch/8.17.3/data.yml
index d961350aa..7c6a88561 100644
--- a/elasticsearch/8.17.3/data.yml
+++ b/elasticsearch/8.17.3/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: ELASTIC_SECURITY
labelEn: Password Verification
labelZh: 开启密码验证
+ label:
+ en: Password Verification
+ ja: パスワード検証
+ ms: Pengesahan Kata Laluan
+ pt-br: Verificação de Senha
+ ru: Проверка пароля
+ ko: 비밀번호 확인
+ zh: 开启密码验证
+ zh-Hant: 開啟密碼驗證
required: true
type: select
values:
@@ -25,6 +43,15 @@ additionalProperties:
envKey: ELASTIC_PASSWORD
labelEn: Password
labelZh: 密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 密码
+ zh-Hant: 密碼
random: true
required: true
rule: paramComplexity
@@ -34,5 +61,14 @@ additionalProperties:
envKey: P_ES_JAVA_OPTS
labelEn: ES JAVA OPTS
labelZh: ES JAVA OPTS
+ label:
+ en: ES JAVA OPTS
+ ja: ES JAVA オプション
+ ms: Pilihan ES JAVA
+ pt-br: Opções ES JAVA
+ ru: Параметры ES JAVA
+ ko: ES JAVA 옵션
+ zh: ES JAVA OPTS
+ zh-Hant: ES JAVA OPTS
required: true
type: text
\ No newline at end of file
diff --git a/elasticsearch/README_en.md b/elasticsearch/README_en.md
new file mode 100644
index 000000000..c04821c8b
--- /dev/null
+++ b/elasticsearch/README_en.md
@@ -0,0 +1,32 @@
+# Default Account
+- Default Account: elastic
+
+# Elasticsearch
+**Elasticsearch** is a distributed RESTful search engine optimized for speed and relevance at production scale workloads. You can use Elasticsearch to perform real-time search applications on massive datasets.
+
+# Key Features:
+
+## Full-Text Search
+ - Supports full-text search and queries, enabling quick discovery of relevant documents in large datasets.
+ - Utilizes techniques like tokenization and stemming for efficient text search.
+
+## Distributed Performance
+ - Horizontally scalable, easily distributing data across multiple nodes for high-performance data storage and retrieval.
+
+## Real-Time Data
+ - Supports real-time indexing and searching, quickly responding to additions, updates, and deletions of data.
+
+## Support for Multiple Data Types
+ - Handles structured, semi-structured, and unstructured data, such as text and geospatial data.
+
+## Powerful Aggregation Analysis
+ - Offers rich aggregation capabilities for summarizing, statistics, and analyzing data.
+
+## RESTful API
+ - Interact with Elasticsearch using simple HTTP requests to perform indexing, searching, and management operations.
+
+## Flexible Plugins and Ecosystem
+ - Features a rich plugin ecosystem to extend its functionality and meet diverse requirements.
+
+## Visualization Tools
+ - Includes various visualization tools and dashboards, such as Kibana, for displaying and analyzing data in Elasticsearch.
\ No newline at end of file
diff --git a/elasticsearch/data.yml b/elasticsearch/data.yml
index 5717733fa..ca6e692b7 100644
--- a/elasticsearch/data.yml
+++ b/elasticsearch/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://www.elastic.co
github: https://github.com/elastic/elasticsearch
- document: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html
\ No newline at end of file
+ document: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html
+ description:
+ en: Free and Open, Distributed, RESTful Search Engine
+ zh: 免费开放、分布式、RESTful 搜索引擎
+ zh-Hant: 免費開放、分佈式、RESTful 搜索引擎
+ ja: 無料でオープン、分散型、RESTful 検索エンジン
+ ms: Enjin Carian RESTful, Terbuka dan Percuma, Teragih
+ pt-br: Motor de busca RESTful, distribuído, gratuito e aberto
+ ru: Бесплатный и открытый, распределенный, RESTful поисковый движок
+ ko: 무료 오픈, 분산형, RESTful 검색 엔진
\ No newline at end of file
diff --git a/emqx/5.8.5/data.yml b/emqx/5.8.5/data.yml
index 91a5b2353..ca6183abf 100755
--- a/emqx/5.8.5/data.yml
+++ b/emqx/5.8.5/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Dashboard Port
labelZh: Dashboard 控制台端口
+ label:
+ en: Dashboard Port
+ ja: ダッシュボード ポート
+ ms: Port Papan Pemuka
+ pt-br: Porta do Painel
+ ru: Порт панели управления
+ ko: 대시보드 포트
+ zh: Dashboard 控制台端口
+ zh-Hant: Dashboard 控制台埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: EMQX_PORT_1883
labelEn: MQTT Port
labelZh: MQTT 协议端口
+ label:
+ en: MQTT Port
+ ja: MQTT ポート
+ ms: Port MQTT
+ pt-br: Porta MQTT
+ ru: Порт MQTT
+ ko: MQTT 포트
+ zh: MQTT 协议端口
+ zh-Hant: MQTT 協議埠
required: true
rule: paramPort
type: number
@@ -21,6 +39,15 @@ additionalProperties:
envKey: EMQX_PORT_8083
labelEn: WebSocket Port
labelZh: WebSocket 端口
+ label:
+ en: WebSocket Port
+ ja: WebSocket ポート
+ ms: Port WebSocket
+ pt-br: Porta WebSocket
+ ru: Порт WebSocket
+ ko: WebSocket 포트
+ zh: WebSocket 端口
+ zh-Hant: WebSocket 埠
required: true
rule: paramPort
type: number
@@ -29,6 +56,15 @@ additionalProperties:
envKey: EMQX_PORT_8084
labelEn: WebSocket SSL Port
labelZh: WebSocket SSL 端口
+ label:
+ en: WebSocket SSL Port
+ ja: WebSocket SSL ポート
+ ms: Port WebSocket SSL
+ pt-br: Porta WebSocket SSL
+ ru: Порт WebSocket SSL
+ ko: WebSocket SSL 포트
+ zh: WebSocket SSL 端口
+ zh-Hant: WebSocket SSL 埠
required: true
rule: paramPort
type: number
@@ -37,6 +73,15 @@ additionalProperties:
envKey: EMQX_PORT_8883
labelEn: MQTT SSL Port
labelZh: MQTT SSL 端口
+ label:
+ en: MQTT SSL Port
+ ja: MQTT SSL ポート
+ ms: Port MQTT SSL
+ pt-br: Porta MQTT SSL
+ ru: Порт MQTT SSL
+ ko: MQTT SSL 포트
+ zh: MQTT SSL 端口
+ zh-Hant: MQTT SSL 埠
required: true
rule: paramPort
- type: number
+ type: number
diff --git a/emqx/README_en.md b/emqx/README_en.md
new file mode 100644
index 000000000..8d6922e6c
--- /dev/null
+++ b/emqx/README_en.md
@@ -0,0 +1,34 @@
+# EMQX
+EMQX is an open-source MQTT message broker built on Erlang/OTP, specifically designed to support the MQTT protocol. It offers a range of powerful features, making it an ideal choice for IoT (Internet of Things) applications. Below are the main features of EMQX:
+
+## Key Features:
+
+### MQTT 3.1 and 3.1.1 Support
+EMQX supports versions 3.1 and 3.1.1 of the MQTT protocol, enabling devices and applications to communicate efficiently using MQTT.
+
+### MQTT 5.0 Support
+EMQX also supports the MQTT 5.0 protocol, which introduces additional features such as properties, shared subscriptions, session expiration, and more, enhancing message delivery flexibility.
+
+### Clustering Support
+EMQX has robust clustering capabilities, allowing horizontal scaling to handle large-scale message traffic and connection requests. This ensures high availability and scalability.
+
+### Plugin System
+EMQX provides a rich plugin system, enabling users to extend its functionality as needed, including plugins for authentication, authorization, data storage, message forwarding, and more.
+
+### Security
+EMQX offers multi-layered security, including username and password-based authentication, TLS/SSL support for encrypted communication, ACL (Access Control Lists), and MQTT security features.
+
+### Last Will Messages
+EMQX supports MQTT last will messages, ensuring messages are appropriately handled after a device disconnects.
+
+### Data Storage
+EMQX supports various data storage backends, including Mnesia, MySQL, PostgreSQL, and Redis, for flexible message data storage.
+
+### Visualization and Monitoring
+EMQX provides a user-friendly web interface for monitoring key metrics such as connections, sessions, message publishing, and subscriptions.
+
+### Load Balancing
+EMQX features load balancing capabilities, automatically distributing connections and messages evenly across cluster nodes to improve performance and stability.
+
+### High Availability
+EMQX supports hot backups and failover, ensuring high availability even in the event of node failures.
\ No newline at end of file
diff --git a/emqx/data.yml b/emqx/data.yml
index 764c1c9f0..b8471c419 100755
--- a/emqx/data.yml
+++ b/emqx/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.emqx.io/
github: https://github.com/emqx/emqx
document: https://www.emqx.io/docs/en/v5.0/
+ description:
+ en: The most scalable open-source MQTT broker for IoT, IIoT, and connected vehicles
+ zh: 适用于 IoT、IIoT 和联网车辆的最具可扩展性的开源 MQTT 代理
+ zh-Hant: 適用於 IoT、IIoT 和聯網車輛的最具可擴展性的開源 MQTT 代理
+ ja: IoT、IIoT、および接続された車両向けの最もスケーラブルなオープンソース MQTT ブローカー
+ ms: Broker MQTT sumber terbuka yang paling skalabel untuk IoT, IIoT, dan kenderaan bersambung
+ pt-br: O broker MQTT de código aberto mais escalável para IoT, IIoT e veículos conectados
+ ru: Самый масштабируемый брокер MQTT с открытым исходным кодом для IoT, IIoT и подключенных транспортных средств
+ ko: IoT, IIoT 및 연결된 차량을 위한 가장 확장 가능한 오픈 소스 MQTT 브로커
diff --git a/excalidraw/README_en.md b/excalidraw/README_en.md
new file mode 100644
index 000000000..c4ba79aa2
--- /dev/null
+++ b/excalidraw/README_en.md
@@ -0,0 +1,12 @@
+# Excalidraw
+Excalidraw is an online hand-drawn style drawing tool suitable for creating various diagrams and sketches, including flowcharts, mind maps, user interface designs, and more.
+
+## Key Features:
+- **Hand-Drawn Style**: Excalidraw offers a unique hand-drawn effect, making graphics look more creative and personalized.
+- **Real-Time Collaboration**: Supports real-time collaboration, allowing multiple users to edit on the same canvas simultaneously, ideal for team discussions.
+- **Custom Graphics**: Users can freely draw and edit graphics, customizing the shapes and styles of elements.
+- **Export Options**: Allows exporting created graphics in various formats, such as PNG and SVG, for easy sharing and saving.
+- **Ease of Use**: Intuitive interface and simple toolbar reduce the learning curve, making it suitable for all users.
+- **Graphics Library**: Provides a rich library of graphics, enabling users to quickly add commonly used elements and improve drawing efficiency.
+- **Version History**: Supports viewing and restoring previous versions, making it easier to manage changes to graphics.
+- **Embedding Functionality**: Users can embed created graphics into websites or documents for easy sharing with others.
\ No newline at end of file
diff --git a/excalidraw/data.yml b/excalidraw/data.yml
index 707095425..89f779461 100644
--- a/excalidraw/data.yml
+++ b/excalidraw/data.yml
@@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://excalidraw.com/
github: https://github.com/excalidraw/excalidraw
- document: https://docs.excalidraw.com/docs
\ No newline at end of file
+ document: https://docs.excalidraw.com/docs
+ description:
+ en: Virtual whiteboard for sketching hand-drawn like diagrams
+ zh: 用于绘制手绘风格图表的虚拟白板
+ zh-Hant: 用於繪製手繪風格圖表的虛擬白板
+ ja: 手描き風の図をスケッチするための仮想ホワイトボード
+ ms: Papan putih maya untuk melakar diagram seperti lukisan tangan
+ pt-br: Quadro branco virtual para esboçar diagramas com aparência de desenho à mão
+ ru: Виртуальная доска для рисования диаграмм в стиле ручной работы
+ ko: 손으로 그린 것 같은 다이어그램을 스케치하기 위한 가상 화이트보드
\ No newline at end of file
diff --git a/excalidraw/latest/data.yml b/excalidraw/latest/data.yml
index 991e62cd2..541ce2967 100644
--- a/excalidraw/latest/data.yml
+++ b/excalidraw/latest/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP 埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/filebrowser/2.32.0/data.yml b/filebrowser/2.32.0/data.yml
index cd96ae14e..e9b9d5d37 100644
--- a/filebrowser/2.32.0/data.yml
+++ b/filebrowser/2.32.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -13,5 +22,14 @@ additionalProperties:
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
+ label:
+ en: Mount folder path
+ ja: マウントフォルダパス
+ ms: Laluan folder mount
+ pt-br: Caminho da pasta de montagem
+ ru: Путь к папке монтирования
+ ko: 마운트 폴더 경로
+ zh: 挂载文件夹路径
+ zh-Hant: 掛載文件夾路徑
required: true
type: text
diff --git a/filebrowser/README_en.md b/filebrowser/README_en.md
new file mode 100644
index 000000000..9b7f5728f
--- /dev/null
+++ b/filebrowser/README_en.md
@@ -0,0 +1,17 @@
+# Instructions for Use
+- Default Username and Password
+```
+username: admin
+password: admin
+```
+
+# filebrowser
+**filebrowser** provides a file management interface for a specified directory, allowing you to upload, delete, preview, rename, and edit files. It supports creating multiple users, each with their own directory. It can be used as a standalone application.
+
+## Key Features:
+- **File Management**: Browse files and folders, create, copy, move, and delete files, as well as create new folders.
+- **File Preview**: Preview text files, images, videos, and other common file formats for quick content viewing.
+- **File Editing**: Edit text files, such as code files (with syntax highlighting), configuration files, etc.
+- **File Sharing**: Generate links or share codes to allow others to access specific files or folders.
+- **User Authentication and Permission Control**: Set up user accounts, permissions, and access controls to ensure file security and privacy.
+- **Multi-Platform Support**: Deploy and run on different operating systems, such as Linux, Windows, and macOS.
\ No newline at end of file
diff --git a/filebrowser/data.yml b/filebrowser/data.yml
index 131723d58..ea969beda 100644
--- a/filebrowser/data.yml
+++ b/filebrowser/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://filebrowser.org/
github: https://github.com/filebrowser/filebrowser
- document: https://filebrowser.org/
\ No newline at end of file
+ document: https://filebrowser.org/
+ description:
+ en: Web File Browser
+ zh: 网页文件浏览器
+ zh-Hant: 網頁文件瀏覽器
+ ja: ウェブファイルブラウザ
+ ms: Penyemak Imbas Fail Web
+ pt-br: Navegador de Arquivos Web
+ ru: Веб-браузер файлов
+ ko: 웹 파일 브라우저
\ No newline at end of file
diff --git a/firefly-iii/6.2.7/data.yml b/firefly-iii/6.2.7/data.yml
index 613f9be4c..6a20a3b8d 100644
--- a/firefly-iii/6.2.7/data.yml
+++ b/firefly-iii/6.2.7/data.yml
@@ -4,12 +4,30 @@ additionalProperties:
envKey: APP_KEY
labelEn: Application Key (Must be exactly 32 characters)
labelZh: 应用密钥 (必须为 32 位字符)
+ label:
+ en: Application Key (Must be exactly 32 characters)
+ ja: アプリケーションキー (正確に32文字である必要があります)
+ ms: Kunci Aplikasi (Mesti tepat 32 aksara)
+ pt-br: Chave de Aplicação (Deve ter exatamente 32 caracteres)
+ ru: Ключ приложения (должен быть ровно 32 символа)
+ ko: 애플리케이션 키 (정확히 32자여야 함)
+ zh: 应用密钥 (必须为 32 位字符)
+ zh-Hant: 應用密鑰 (必須為 32 位字符)
required: true
type: text
- 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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
child:
@@ -26,6 +44,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名称
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名称
+ zh-Hant: 數據庫名稱
random: true
required: true
rule: paramCommon
@@ -34,6 +61,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -42,6 +78,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -50,6 +95,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP 埠
required: true
rule: paramPort
type: number
diff --git a/firefly-iii/README_en.md b/firefly-iii/README_en.md
new file mode 100644
index 000000000..c67cb66e9
--- /dev/null
+++ b/firefly-iii/README_en.md
@@ -0,0 +1,19 @@
+# Firefly III
+**Firefly III** is an open-source personal finance management tool. It helps you track expenses and income, reducing spending and increasing savings.
+
+## Key Features:
+- **Create Recurring Transactions**: Set up recurring transactions to better manage budgets and liquidity.
+- **Rule-Based Transaction Processing**: Automatically process transactions based on custom rules, improving financial management efficiency.
+- **Double-Entry Accounting System**: Uses standard double-entry bookkeeping to ensure the accuracy of financial records.
+- **Comprehensive Account Management Features**:
+ - Asset accounts
+ - Shared asset accounts (family accounts)
+ - Savings accounts
+ - Credit card accounts
+ - Liability accounts (loans, mortgages)
+- **Budget Management**: Create, modify, and manage budgets to better control financial situations.
+- **Organize Transactions with Categories**: Use categories to organize transactions for clearer income and expenses.
+- **Save Towards Goals with Piggy Banks**: Set specific financial goals and actively save using the piggy bank system.
+- **Forecast and Anticipate Bills**: Predict upcoming bills and plan finances in advance.
+- **View Income and Expense Reports**: Provides detailed income and expense reports to help users understand their financial status.
+- **Organize Expenses with Tags**: Further refine expense categories using tags for easier tracking and management.
\ No newline at end of file
diff --git a/firefly-iii/data.yml b/firefly-iii/data.yml
index 54233cb6d..7f27ccdae 100644
--- a/firefly-iii/data.yml
+++ b/firefly-iii/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.firefly-iii.org/
github: https://github.com/firefly-iii/firefly-iii
document: https://docs.firefly-iii.org/
+ description:
+ en: A free and open source personal finance manager
+ zh: 开源的个人财务管理工具
+ zh-Hant: 開源的個人財務管理工具
+ ja: 無料でオープンソースの個人財務管理ツール
+ ms: Pengurus kewangan peribadi sumber terbuka percuma
+ pt-br: Gerenciador de finanças pessoais gratuito e de código aberto
+ ru: Бесплатный и открытый менеджер личных финансов
+ ko: 무료 오픈 소스 개인 금융 관리자
diff --git a/flarum/1.8.9/data.yml b/flarum/1.8.9/data.yml
index 9a7939dc6..0b7c38cad 100755
--- a/flarum/1.8.9/data.yml
+++ b/flarum/1.8.9/data.yml
@@ -9,6 +9,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
values:
@@ -20,6 +29,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -28,6 +46,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -36,6 +63,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -44,6 +80,15 @@ additionalProperties:
envKey: PANEL_DB_PREFIX
labelEn: Database prefix
labelZh: 数据库前缀
+ label:
+ en: Database prefix
+ ja: データベースプレフィックス
+ ms: Awalan Pangkalan Data
+ pt-br: Prefixo do Banco de Dados
+ ru: Префикс базы данных
+ ko: 데이터베이스 접두사
+ zh: 数据库前缀
+ zh-Hant: 數據庫前綴
required: true
type: text
- default: 40020
@@ -51,6 +96,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -59,5 +113,14 @@ additionalProperties:
envKey: FLARUM_EXTERNAL_URL
labelEn: External URL
labelZh: 外部访问地址
+ label:
+ en: External URL
+ ja: 外部URL
+ ms: URL Luaran
+ pt-br: URL Externa
+ ru: Внешний URL
+ ko: 외부 URL
+ zh: 外部访问地址
+ zh-Hant: 外部訪問地址
required: true
type: text
diff --git a/flarum/README_en.md b/flarum/README_en.md
new file mode 100644
index 000000000..aaaf08d3e
--- /dev/null
+++ b/flarum/README_en.md
@@ -0,0 +1,14 @@
+# Default Username and Password
+- Initial Username: flarum
+- Initial Password: flarum
+
+# flarum
+**flarum** is a modern, lightweight, open-source community forum software. It offers a clean and beautiful user interface with rich features for building and managing online communities.
+
+## Key Features:
+- **Clean and Beautiful**: flarum's interface is simple, modern, and provides a great user experience, making it easy for users to browse and participate in community discussions.
+- **Extensibility**: flarum supports a plugin system, allowing you to extend functionality and customize various aspects of the community forum as needed.
+- **Powerful Permission Management**: flarum offers flexible permission management, enabling administrators to set fine-grained permissions for users, user groups, and sections.
+- **Multi-Language Support**: flarum supports multiple languages, making it easy to create and manage multilingual community forums.
+- **Social Login Integration**: flarum integrates with social media accounts (e.g., Google, Facebook, Twitter), allowing users to log in and participate in the community using their social accounts.
+- **Responsive Design**: flarum's interface features a responsive layout that adapts to different screen sizes on various devices, ensuring a great browsing experience on desktops, tablets, and smartphones.
\ No newline at end of file
diff --git a/flarum/data.yml b/flarum/data.yml
index e359d69c8..9c1b733d9 100755
--- a/flarum/data.yml
+++ b/flarum/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://flarum.org/
github: https://github.com/flarum/flarum
document: https://docs.flarum.org/
+ description:
+ en: Simple forum software for building great communities
+ zh: 用于构建优秀社区的简单论坛软件
+ zh-Hant: 用於構建優秀社區的簡單論壇軟件
+ ja: 素晴らしいコミュニティを構築するためのシンプルなフォーラムソフトウェア
+ ms: Perisian forum ringkas untuk membina komuniti hebat
+ pt-br: Software de fórum simples para construir grandes comunidades
+ ru: Простое программное обеспечение для форумов для создания отличных сообществ
+ ko: 훌륭한 커뮤니티를 구축하기 위한 간단한 포럼 소프트웨어
diff --git a/focalboard/7.11.4/data.yml b/focalboard/7.11.4/data.yml
index 3710464d6..e32c3f4f7 100644
--- a/focalboard/7.11.4/data.yml
+++ b/focalboard/7.11.4/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/focalboard/README_en.md b/focalboard/README_en.md
new file mode 100644
index 000000000..b22e35601
--- /dev/null
+++ b/focalboard/README_en.md
@@ -0,0 +1,9 @@
+# Focalboard
+**Focalboard** is an open-source, multilingual, self-hosted project management tool, serving as an alternative to Trello, Notion, and Asana.
+
+## Key Features:
+- **Task Management**: Create, assign, and track tasks through a clean and intuitive interface. Task boards offer multiple view options, allowing users to switch between different task displays as needed.
+- **Real-Time Collaboration**: Provides real-time editing and commenting features, enabling team members to collaborate instantly. With instant notifications, team members can quickly respond to comments and update task statuses, maintaining close team communication.
+- **Custom Workflows**: Focalboard allows users to customize task boards and categories based on their team's workflows, enabling team members to manage tasks according to their needs and habits, improving work efficiency.
+- **Rich Plugin Ecosystem**: Supports a variety of plugins, allowing users to integrate different tools and services as needed. These plugins help teams further customize workflows and enhance productivity.
+- **Multi-Platform Support**: Focalboard supports multiple platforms, including web, desktop, and mobile devices, enabling users to access and manage tasks anytime, anywhere, and seamlessly switch between devices for work.
\ No newline at end of file
diff --git a/focalboard/data.yml b/focalboard/data.yml
index fb752e701..923069159 100644
--- a/focalboard/data.yml
+++ b/focalboard/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.focalboard.com/
github: https://github.com/mattermost/focalboard
document: https://docs.mattermost.com/guides/boards.html
+ description:
+ en: An open source, self-hosted alternative to Trello, Notion, and Asana
+ zh: Trello、Notion 和 Asana 的开源自托管替代方案
+ zh-Hant: Trello、Notion 和 Asana 的開源自託管替代方案
+ ja: Trello、Notion、および Asana のオープンソースのセルフホスト型代替手段
+ ms: Alternatif sumber terbuka dan dihoskan sendiri untuk Trello, Notion, dan Asana
+ pt-br: Uma alternativa de código aberto e auto-hospedada ao Trello, Notion e Asana
+ ru: Открытая альтернатива с самостоятельным хостингом для Trello, Notion и Asana
+ ko: Trello, Notion 및 Asana에 대한 오픈 소스 자체 호스팅 대안
diff --git a/freshrss/1.26.1/data.yml b/freshrss/1.26.1/data.yml
index 75e6139ff..d360a322f 100644
--- a/freshrss/1.26.1/data.yml
+++ b/freshrss/1.26.1/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP 埠
required: true
rule: paramPort
type: number
@@ -12,5 +21,14 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
+ label:
+ en: Time zone
+ ja: タイムゾーン
+ ms: Zon masa
+ pt-br: Fuso horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
diff --git a/freshrss/README_en.md b/freshrss/README_en.md
new file mode 100644
index 000000000..b7eea085b
--- /dev/null
+++ b/freshrss/README_en.md
@@ -0,0 +1,9 @@
+# FreshRSS
+**FreshRSS** is a self-hosted RSS and Atom feed aggregator. It is lightweight, easy to use, powerful, and customizable.
+
+## Key Features:
+- **Open Source and Self-Hosted**: FreshRSS is an open-source RSS reader that you can host on your own server, giving you full control over your data and privacy.
+- **Lightweight and Efficient**: Designed with performance and efficiency in mind, it can handle a large number of RSS feeds with minimal resource consumption.
+- **Responsive Design**: Offers a responsive user interface, accessible on both desktop and mobile devices, ensuring a great user experience.
+- **Multi-User Support**: Allows multiple users to use the same instance, with each user having their own feeds and reading states.
+- **Flexible Plugin System**: Supports extending functionality through plugins, enabling the installation and use of various community-provided plugins to enhance the RSS reader's capabilities.
\ No newline at end of file
diff --git a/freshrss/data.yml b/freshrss/data.yml
index 16c9f8c2c..27323ca63 100644
--- a/freshrss/data.yml
+++ b/freshrss/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://freshrss.org/
github: https://github.com/FreshRSS/FreshRSS
document: https://freshrss.github.io/FreshRSS/
+ description:
+ en: A self-hosted RSS and Atom feed aggregator
+ zh: 自托管的 RSS 和 Atom 源聚合器
+ zh-Hant: 自託管的 RSS 和 Atom 源聚合器
+ ja: 自己ホスト型の RSS および Atom フィードアグリゲーター
+ ms: Pengagregat suapan RSS dan Atom yang dihoskan sendiri
+ pt-br: Um agregador de feeds RSS e Atom auto-hospedado
+ ru: Самостоятельно размещаемый агрегатор RSS и Atom-каналов
+ ko: 자체 호스팅 RSS 및 Atom 피드 집계기
diff --git a/glance/0.7.7/data.yml b/glance/0.7.7/data.yml
index 02d12e260..933780701 100644
--- a/glance/0.7.7/data.yml
+++ b/glance/0.7.7/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
+ label:
+ en: WebUI Port
+ ja: WebUI ポート
+ ms: Port WebUI
+ pt-br: Porta WebUI
+ ru: Порт WebUI
+ ko: WebUI 포트
+ zh: 网页端口
+ zh-Hant: 網頁埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/glance/README_en.md b/glance/README_en.md
new file mode 100644
index 000000000..1e0135bc3
--- /dev/null
+++ b/glance/README_en.md
@@ -0,0 +1,12 @@
+# Glance
+**Glance** is a self-hosted dashboard that consolidates all your feeds into one interface, allowing you to view everything at a glance.
+
+## Description
+After installation, a default sample configuration file is included, containing examples of various widgets. You can modify the configuration file to add or remove widgets based on your needs.
+For detailed configuration instructions, refer to the [Configuration Guide](https://github.com/glanceapp/glance/blob/main/docs/configuration.md) and [Preconfigured Pages](https://github.com/glanceapp/glance/blob/main/docs/preconfigured-pages.md).
+
+## Key Features:
+- **Diverse Widgets**: Glance offers a variety of widgets, including RSS feeds, Subreddit posts, weather, bookmarks, Hacker News, Lobsters, the latest YouTube videos from specific channels, clocks, calendars, stocks, iframes, Twitch channels and top games, GitHub releases, repository overviews, website monitoring, search boxes, and more.
+- **Theming**: Glance supports theming, allowing users to customize the dashboard's appearance according to personal preferences.
+- **Mobile Optimization**: Glance is optimized for mobile devices, providing a great user experience on both phones and tablets.
+- **Fast and Lightweight**: Glance uses minimal JavaScript, avoids bloated frameworks, and has minimal dependencies. It is distributed as a single, easy-to-deploy binary under 15MB, along with a similarly sized Docker container. All requests are parallelized, and uncached pages typically load in about 1 second (depending on internet speed and widget count).
\ No newline at end of file
diff --git a/glance/data.yml b/glance/data.yml
index 13d03ce3b..67bf90db7 100644
--- a/glance/data.yml
+++ b/glance/data.yml
@@ -16,3 +16,12 @@ additionalProperties:
document: https://github.com/glanceapp/glance
github: https://github.com/glanceapp/glance
website: https://github.com/glanceapp/glance
+ description:
+ en: A self-hosted dashboard that puts all your feeds in one place
+ zh: 一个将所有源集中在一个地方的自托管仪表板
+ zh-Hant: 一個將所有源集中在一個地方的自託管儀表板
+ ja: すべてのフィードを一箇所にまとめる自己ホスト型ダッシュボード
+ ms: Papan pemuka yang dihoskan sendiri yang meletakkan semua suapan anda di satu tempat
+ pt-br: Um painel auto-hospedado que coloca todos os seus feeds em um só lugar
+ ru: Самостоятельно размещаемая панель управления, которая собирает все ваши каналы в одном месте
+ ko: 모든 피드를 한 곳에 모아주는 자체 호스팅 대시보드
diff --git a/gotify/2.6.1/data.yml b/gotify/2.6.1/data.yml
index 36a2dbeaf..773034af8 100644
--- a/gotify/2.6.1/data.yml
+++ b/gotify/2.6.1/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time Zone
labelZh: 时区
+ label:
+ en: Time Zone
+ ja: タイムゾーン
+ ms: Zon Masa
+ pt-br: Fuso Horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
- default: admin
@@ -20,6 +38,15 @@ additionalProperties:
envKey: GOTIFY_DEFAULTUSER_NAME
labelEn: Default User Name
labelZh: 默认用户名
+ label:
+ en: Default User Name
+ ja: デフォルトユーザー名
+ ms: Nama Pengguna Lalai
+ pt-br: Nome de Usuário Padrão
+ ru: Имя пользователя по умолчанию
+ ko: 기본 사용자 이름
+ zh: 默认用户名
+ zh-Hant: 默認用戶名
required: true
type: text
- default: "password"
@@ -27,6 +54,15 @@ additionalProperties:
envKey: GOTIFY_DEFAULTUSER_PASS
labelEn: Default User Password
labelZh: 默认用户密码
+ label:
+ en: Default User Password
+ ja: デフォルトユーザーパスワード
+ ms: Kata Laluan Pengguna Lalai
+ pt-br: Senha do Usuário Padrão
+ ru: Пароль пользователя по умолчанию
+ ko: 기본 사용자 비밀번호
+ zh: 默认用户密码
+ zh-Hant: 默認用戶密碼
required: false
random: true
rule: paramComplexity
@@ -36,6 +72,15 @@ additionalProperties:
envKey: GOTIFY_REGISTRATION
labelEn: Enable Registration
labelZh: 允许注册
+ label:
+ en: Enable Registration
+ ja: 登録を有効にする
+ ms: Aktifkan Pendaftaran
+ pt-br: Ativar Registro
+ ru: Включить регистрацию
+ ko: 등록 활성화
+ zh: 允许注册
+ zh-Hant: 允許註冊
required: true
type: select
values:
@@ -48,6 +93,15 @@ additionalProperties:
envKey: GOTIFY_PASSSTRENGTH
labelEn: Minimum Password Strength
labelZh: 最低密码强度
+ label:
+ en: Minimum Password Strength
+ ja: 最低パスワード強度
+ ms: Kekuatan Kata Laluan Minimum
+ pt-br: Força Mínima da Senha
+ ru: Минимальная сложность пароля
+ ko: 최소 비밀번호 강도
+ zh: 最低密码强度
+ zh-Hant: 最低密碼強度
required: true
type: number
- default: "80"
@@ -55,6 +109,15 @@ additionalProperties:
envKey: GOTIFY_SERVER_PORT
labelEn: Internal Container Ports
labelZh: 容器内部端口
+ label:
+ en: Internal Container Ports
+ ja: 内部コンテナポート
+ ms: Port Dalaman Kontena
+ pt-br: Portas Internas do Contêiner
+ ru: Внутренние порты контейнера
+ ko: 내부 컨테이너 포트
+ zh: 容器内部端口
+ zh-Hant: 容器內部埠
required: true
rule: paramPort
type: number
diff --git a/gotify/README_en.md b/gotify/README_en.md
new file mode 100644
index 000000000..f04db4420
--- /dev/null
+++ b/gotify/README_en.md
@@ -0,0 +1,11 @@
+# Gotify
+**Gotify** is a simple server for sending and receiving messages (real-time via WebSocket).
+
+## Features:
+- Send messages via REST-API
+- Receive messages via WebSocket
+- Manage users, clients, and applications
+- [Plugins](https://gotify.net/docs/plugin)
+- Web-UI -> [./ui](https://github.com/gotify/server/tree/master/ui)
+- CLI for sending messages -> [gotify/cli](https://github.com/gotify/cli)
+- Android App -> [gotify/android](https://github.com/gotify/android)
\ No newline at end of file
diff --git a/gotify/data.yml b/gotify/data.yml
index d45916efe..d473cc029 100644
--- a/gotify/data.yml
+++ b/gotify/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://gotify.net
github: https://github.com/gotify/server
document: https://gotify.net/docs/
+ description:
+ en: A simple server for sending and receiving messages
+ zh: 简单的服务器,用于发送和接收消息
+ zh-Hant: 簡單的伺服器,用於發送和接收消息
+ ja: メッセージの送受信に使用するシンプルなサーバー
+ ms: Pelayan ringkas untuk menghantar dan menerima mesej
+ pt-br: Um servidor simples para enviar e receber mensagens
+ ru: Простой сервер для отправки и получения сообщений
+ ko: 메시지를 보내고 받는 간단한 서버
diff --git a/grafana/11.5.2/data.yml b/grafana/11.5.2/data.yml
index fd185de9a..2595e69ad 100644
--- a/grafana/11.5.2/data.yml
+++ b/grafana/11.5.2/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/grafana/README_en.md b/grafana/README_en.md
new file mode 100644
index 000000000..26402567c
--- /dev/null
+++ b/grafana/README_en.md
@@ -0,0 +1,16 @@
+# Default Username and Password
+```
+username: admin
+password: admin
+```
+
+# Grafana
+**Grafana** allows you to query, visualize, alert, and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture.
+
+## Key Features:
+- **Visualization**: Fast and flexible client-side graphs with many options. Panel plugins provide many different ways to visualize metrics and logs.
+- **Dynamic Dashboards**: Create dynamic and reusable dashboards using template variables displayed as drop-down menus at the top of the dashboard.
+- **Explore Metrics**: Explore your data with ad-hoc queries and dynamic drill-down. Split views and compare different time ranges, queries, and data sources side by side.
+- **Explore Logs**: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search all your logs or stream them live.
+- **Alerting**: Define alert rules for your most important metrics intuitively. Grafana will continuously evaluate them and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie, and more.
+- **Mixed Data Sources**: Mix different data sources in the same graph! You can specify a data source for each query. This even works for custom data sources.
\ No newline at end of file
diff --git a/grafana/data.yml b/grafana/data.yml
index 46925254b..a1a19a54f 100644
--- a/grafana/data.yml
+++ b/grafana/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://grafana.com/
github: https://github.com/grafana/grafana
- document: https://grafana.com/docs/grafana
\ No newline at end of file
+ document: https://grafana.com/docs/grafana
+ description:
+ en: The open-source platform for monitoring and observability
+ zh: 用于监控和可观测性的开源平台
+ zh-Hant: 用於監控和可觀測性的開源平台
+ ja: 監視と可観測性のためのオープンソースプラットフォーム
+ ms: Platform sumber terbuka untuk pemantauan dan kebolehlihatan
+ pt-br: A plataforma de código aberto para monitoramento e observabilidade
+ ru: Открытая платформа для мониторинга и наблюдаемости
+ ko: 모니터링 및 관찰 가능성을 위한 오픈 소스 플랫폼
\ No newline at end of file
diff --git a/heimdall/2.6.3/data.yml b/heimdall/2.6.3/data.yml
index 95f705389..55afbbb5d 100644
--- a/heimdall/2.6.3/data.yml
+++ b/heimdall/2.6.3/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS端口
+ label:
+ en: HTTPS Port
+ ja: HTTPSポート
+ ms: Port HTTPS
+ pt-br: Porta HTTPS
+ ru: HTTPS-порт
+ ko: HTTPS 포트
+ zh: HTTPS端口
+ zh-Hant: HTTPS連接埠
required: true
rule: paramPort
type: number
@@ -21,5 +39,14 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
+ label:
+ en: Time zone
+ ja: タイムゾーン
+ ms: Zon masa
+ pt-br: Fuso horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
diff --git a/heimdall/README_en.md b/heimdall/README_en.md
new file mode 100644
index 000000000..5e1127856
--- /dev/null
+++ b/heimdall/README_en.md
@@ -0,0 +1,10 @@
+# Heimdall
+**Heimdall** is a dashboard for all your web applications. However, it doesn't have to be limited to applications; you can add links to anything you like.
+
+## Advantages:
+- Easy to edit and save directly online without editing code.
+- Fully customizable icons and colors without changing the overall template.
+- Supports nested categories and tag-based classification, so you don't have to worry about running out of space on the homepage.
+- Supports more modes/application types, including enhanced tags that display real-time data in addition to regular links.
+- Includes an embedded search box, making it more suitable as a browser homepage.
+- Supports multiple users with different homepages for each user and encryption support.
\ No newline at end of file
diff --git a/heimdall/data.yml b/heimdall/data.yml
index f571b914b..c13099175 100644
--- a/heimdall/data.yml
+++ b/heimdall/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://heimdall.site/
github: https://github.com/linuxserver/Heimdall
- document: https://github.com/linuxserver/Heimdall
\ No newline at end of file
+ document: https://github.com/linuxserver/Heimdall
+ description:
+ en: An Application dashboard and launcher
+ zh: 应用程序仪表板和启动器
+ zh-Hant: 應用程式儀表板和啟動器
+ ja: アプリケーションダッシュボードとランチャー
+ ms: Papan pemuka dan pelancar aplikasi
+ pt-br: Um painel de controle e inicializador de aplicativos
+ ru: Панель управления и запуск приложений
+ ko: 애플리케이션 대시보드 및 실행기
\ No newline at end of file
diff --git a/homepage/1.0.4/data.yml b/homepage/1.0.4/data.yml
index 279c74d16..57ed9f30c 100644
--- a/homepage/1.0.4/data.yml
+++ b/homepage/1.0.4/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -13,5 +22,14 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
+ label:
+ en: Time zone
+ ja: タイムゾーン
+ ms: Zon masa
+ pt-br: Fuso horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
diff --git a/homepage/README_en.md b/homepage/README_en.md
new file mode 100644
index 000000000..22f5b0485
--- /dev/null
+++ b/homepage/README_en.md
@@ -0,0 +1,15 @@
+# HomePage
+**HomePage** is a modern, fully static, fast, secure, fully proxied, and highly customizable application dashboard. It integrates over 100 services and supports multiple languages. Configuration is easy via YAML files or through Docker label discovery.
+
+## Features:
+- **Fast**: The site is statically generated at build time for instant loading.
+- **Secure**: All API requests to backend services are proxied, hiding your API keys. Security is continuously reviewed by the community.
+- **For Everyone**: Images built for AMD64, ARM64, ARMv7, and ARMv6.
+- **Full i18n**: Supports over 40 languages.
+- **Services and Bookmarks**: Add custom links to the homepage.
+- **Docker Integration**: Container status and statistics. Automatically discover services via labels.
+- **Service Integrations**: Over 100 service integrations, including popular starr and self-hosted applications.
+- **Info and Utility Widgets**: Weather, time, date, search, and more.
+
+## Configuration File Location:
+1Panel installation directory + `apps/homepage/homepage/config`
\ No newline at end of file
diff --git a/homepage/data.yml b/homepage/data.yml
index 0fa607f03..1539de5e8 100644
--- a/homepage/data.yml
+++ b/homepage/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://gethomepage.dev/
github: https://github.com/gethomepage/homepage
document: https://gethomepage.dev/latest/configs/
+ description:
+ en: A modern, fully static, fast, secure fully proxied, highly customizable application dashboard
+ zh: 现代的、完全静态的、快速的、安全的、完全代理的、高度可定制的应用程序仪表板
+ zh-Hant: 現代的、完全靜態的、快速的、安全的、完全代理的、高度可定制的應用程式儀表板
+ ja: モダンで完全に静的、高速、安全、完全プロキシ化された高度にカスタマイズ可能なアプリケーションダッシュボード
+ ms: Papan pemuka aplikasi moden, sepenuhnya statik, pantas, selamat, sepenuhnya diproksi, sangat boleh disesuaikan
+ pt-br: Um painel de controle de aplicativos moderno, totalmente estático, rápido, seguro, totalmente proxy e altamente personalizável
+ ru: Современная, полностью статическая, быстрая, безопасная, полностью проксированная, высоконастраиваемая панель управления приложениями
+ ko: 현대적이고 완전히 정적이며 빠르고 안전하며 완전히 프록시화되고 고도로 사용자 정의 가능한 애플리케이션 대시보드
diff --git a/huginn/README_en.md b/huginn/README_en.md
new file mode 100644
index 000000000..5c9e030b9
--- /dev/null
+++ b/huginn/README_en.md
@@ -0,0 +1,22 @@
+# Default Username and Password
+```
+username: admin
+password: password
+```
+
+# Huginn
+**Huginn** is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who owns your data. You do.
+
+## Here are some things you can use Huginn to do:
+- Track the weather and get an email when it will rain (or snow) tomorrow ("Don't forget your umbrella!").
+- List terms you care about and get an email when their occurrence on Twitter changes. (For example, want to know when something interesting happens in machine learning? Huginn will watch the term "machine learning" on Twitter and notify you when there's a spike in discussion.)
+- Monitor airline travel or shopping deals.
+- Watch your project names on Twitter and get updates when people mention them.
+- Scrape websites and receive emails when they change.
+- Connect to Adioso, HipChat, FTP, IMAP, Jabber, JIRA, MQTT, nextbus, Pushbullet, Pushover, RSS, Bash, Slack, StubHub, Translation APIs, Twilio, Twitter, Weibo, and more.
+- Send a daily digest email at a specific time of day with things you care about.
+- Track the number of high-frequency events and send an SMS immediately when there's a spike, such as "San Francisco emergency incidents."
+- Send and receive WebHooks.
+- Run custom JavaScript or CoffeeScript functions.
+- Track changes in your location over time.
+- Create Amazon Mechanical Turk workflows as inputs or outputs for agents (Amazon Turk agents are called "HumanTaskAgent"). For example: "Once a day, ask 5 people for a funny cat picture; send the results to another 5 people for rating; send the highest-rated picture to 5 more people to add a funny caption; send the captioned picture to 5 more people for rating; finally, post the picture with the best caption to my blog."
\ No newline at end of file
diff --git a/huginn/data.yml b/huginn/data.yml
index 01ac49df3..d7a264cf3 100755
--- a/huginn/data.yml
+++ b/huginn/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://github.com/huginn/huginn
github: https://github.com/huginn/huginn
document: https://github.com/huginn/huginn/wiki
+ description:
+ en: A system for building agents that perform automated tasks for you online
+ zh: 一个用于构建代理系统的工具,可以为你在线执行自动化任务
+ zh-Hant: 一個用於構建代理系統的工具,可以為你在線執行自動化任務
+ ja: オンラインで自動化タスクを実行するエージェントを構築するためのシステム
+ ms: Sistem untuk membina ejen yang melaksanakan tugas automatik untuk anda dalam talian
+ pt-br: Um sistema para construir agentes que executam tarefas automatizadas para você online
+ ru: Система для создания агентов, выполняющих автоматизированные задачи для вас в Интернете
+ ko: 온라인에서 자동화된 작업을 수행하는 에이전트를 구축하기 위한 시스템
diff --git a/huginn/latest/data.yml b/huginn/latest/data.yml
index 90b9543c2..d6670547c 100755
--- a/huginn/latest/data.yml
+++ b/huginn/latest/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP 埠
required: true
rule: paramPort
type: number
diff --git a/influxdb/2.7.11/data.yml b/influxdb/2.7.11/data.yml
index 18738fac6..2f3af8592 100644
--- a/influxdb/2.7.11/data.yml
+++ b/influxdb/2.7.11/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -12,6 +21,15 @@ additionalProperties:
envKey: DOCKER_INFLUXDB_INIT_USERNAME
labelEn: User
labelZh: 用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 用户
+ zh-Hant: 用戶
random: true
required: true
rule: paramCommon
@@ -21,6 +39,15 @@ additionalProperties:
envKey: DOCKER_INFLUXDB_INIT_PASSWORD
labelEn: Password
labelZh: 密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 密码
+ zh-Hant: 密碼
random: true
required: true
rule: paramComplexity
@@ -30,6 +57,15 @@ additionalProperties:
envKey: DOCKER_INFLUXDB_INIT_ORG
labelEn: Init Organization
labelZh: 初始化组织
+ label:
+ en: Init Organization
+ ja: 初期化組織
+ ms: Organisasi Awal
+ pt-br: Organização Inicial
+ ru: Инициализация организации
+ ko: 초기화 조직
+ zh: 初始化组织
+ zh-Hant: 初始化組織
random: true
required: true
rule: paramCommon
@@ -39,6 +75,15 @@ additionalProperties:
envKey: DOCKER_INFLUXDB_INIT_BUCKET
labelEn: Init Bucket
labelZh: 初始化存储桶
+ label:
+ en: Init Bucket
+ ja: 初期化バケット
+ ms: Bucket Awal
+ pt-br: Bucket Inicial
+ ru: Инициализация бакета
+ ko: 초기화 버킷
+ zh: 初始化存储桶
+ zh-Hant: 初始化存儲桶
random: true
required: true
rule: paramCommon
diff --git a/influxdb/README_en.md b/influxdb/README_en.md
new file mode 100644
index 000000000..153681e94
--- /dev/null
+++ b/influxdb/README_en.md
@@ -0,0 +1,9 @@
+# InfluxDB
+**InfluxDB** is an open-source time-series database (TSDB) designed for high-performance storage and querying of time-series data. It is commonly used for handling monitoring data, metrics, event logs, and other types of time-series data.
+
+## Key Features
+- **High Performance**: Optimized for high-throughput data ingestion and fast query operations, suitable for handling large volumes of time-series data.
+- **Time-Series Data Support**: Specifically designed for time-series data, providing efficient storage, querying, and analysis capabilities, including support for time functions and operations.
+- **Flexible Data Model**: Uses measurements, fields, and tags for data storage, supporting complex queries and filtering.
+- **SQL-Like Query Language**: Offers **InfluxQL** or **Flux** query languages with SQL-like syntax for efficient data querying and manipulation.
+- **High Availability and Horizontal Scalability**: Supports distributed architecture and data replication, enhancing system reliability and scalability for large-scale data processing.
\ No newline at end of file
diff --git a/influxdb/data.yml b/influxdb/data.yml
index 4f0c20114..4c55ded3f 100755
--- a/influxdb/data.yml
+++ b/influxdb/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://influxdata.com/
github: https://github.com/influxdata/influxdb
document: https://docs.influxdata.com/
+ description:
+ en: Scalable datastore for metrics, events, and real-time analytics
+ zh: 用于指标、事件和实时分析的可扩展数据存储
+ zh-Hant: 用於指標、事件和實時分析的可擴展數據存儲
+ ja: メトリクス、イベント、およびリアルタイム分析のためのスケーラブルなデータストア
+ ms: Stor data yang boleh diskalakan untuk metrik, acara, dan analitik masa nyata
+ pt-br: Armazenamento de dados escalável para métricas, eventos e análises em tempo real
+ ru: Масштабируемое хранилище данных для метрик, событий и аналитики в реальном времени
+ ko: 메트릭, 이벤트 및 실시간 분석을 위한 확장 가능한 데이터 저장소
diff --git a/jsonhero/README_en.md b/jsonhero/README_en.md
new file mode 100644
index 000000000..f0d9b5d98
--- /dev/null
+++ b/jsonhero/README_en.md
@@ -0,0 +1,10 @@
+# JSON Hero
+JSON Hero provides you with a clean, beautiful, and feature-rich user interface to easily read and understand JSON files.
+
+- View JSON in any way you like: column view, tree view, editor view, and more.
+- Automatically infer the content of strings and provide useful previews.
+- Create inferred JSON schemas that can be used to validate your JSON.
+- Quickly scan related values to check edge cases.
+- Search JSON files (keys and values).
+- Keyboard accessible.
+- Easily share URLs with path support.
\ No newline at end of file
diff --git a/jsonhero/data.yml b/jsonhero/data.yml
index 6ef630f0c..d51fc5ae0 100644
--- a/jsonhero/data.yml
+++ b/jsonhero/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://jsonhero.io
github: https://github.com/triggerdotdev/jsonhero-web
document: https://github.com/triggerdotdev/jsonhero-web
+ description:
+ en: An open-source, beautiful JSON explorer
+ zh: 开源、美观的 Web JSON 浏览器
+ zh-Hant: 開源、美觀的 Web JSON 瀏覽器
+ ja: オープンソースで美しい JSON エクスプローラー
+ ms: Penjelajah JSON yang cantik dan sumber terbuka
+ pt-br: Um explorador JSON bonito e de código aberto
+ ru: Открытый, красивый JSON-обозреватель
+ ko: 오픈 소스이자 아름다운 JSON 탐색기
diff --git a/jsonhero/latest/data.yml b/jsonhero/latest/data.yml
index b3cc138c5..10a60e9f1 100644
--- a/jsonhero/latest/data.yml
+++ b/jsonhero/latest/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/kafka/3.9.0/data.yml b/kafka/3.9.0/data.yml
index 06331eee9..13a5b4d48 100644
--- a/kafka/3.9.0/data.yml
+++ b/kafka/3.9.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: TCP 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: TCP 端口
+ zh-Hant: TCP 埠
required: true
rule: paramPort
type: number
diff --git a/kafka/README_en.md b/kafka/README_en.md
new file mode 100644
index 000000000..f025a9509
--- /dev/null
+++ b/kafka/README_en.md
@@ -0,0 +1,7 @@
+# Kafka
+Kafka is a distributed stream processing platform.
+
+## Key Features:
+- It allows applications to publish or subscribe to streams of data or events.
+- It can store records in a fault-tolerant and durable manner, preserving the order of records.
+- It enables real-time processing of records as they arrive.
\ No newline at end of file
diff --git a/kafka/data.yml b/kafka/data.yml
index 10a07383a..8af4e9b4f 100644
--- a/kafka/data.yml
+++ b/kafka/data.yml
@@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://kafka.apache.org/
github: https://github.com/apache/kafka
- document: https://kafka.apache.org/documentation/
\ No newline at end of file
+ document: https://kafka.apache.org/documentation/
+ description:
+ en: Open-source distributed event streaming platform
+ zh: 开源分布式事件流平台
+ zh-Hant: 開源分佈式事件流平台
+ ja: オープンソースの分散イベントストリーミングプラットフォーム
+ ms: Platform penstriman acara teragih sumber terbuka
+ pt-br: Plataforma de streaming de eventos distribuída de código aberto
+ ru: Открытая распределённая платформа потоковой передачи событий
+ ko: 오픈 소스 분산 이벤트 스트리밍 플랫폼
\ No newline at end of file
diff --git a/komga/1.21.2/data.yml b/komga/1.21.2/data.yml
index d5bdafc3f..ded6e00f7 100644
--- a/komga/1.21.2/data.yml
+++ b/komga/1.21.2/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/komga/README_en.md b/komga/README_en.md
new file mode 100644
index 000000000..f0a85ab84
--- /dev/null
+++ b/komga/README_en.md
@@ -0,0 +1,18 @@
+# Komga
+
+**Komga** is a free and open-source media server for comics and magazines.
+
+## Features:
+
+- Browse your library, series, and books through a responsive Web UI suitable for desktops, tablets, and phones.
+- Organize your library with collections and reading lists.
+- Edit metadata for series and books.
+- Automatically import embedded metadata.
+- Web reader with multiple reading modes.
+- Manage multiple users with access control, age restrictions, and tag restrictions per library.
+- Provides a REST API, enabling many community tools and scripts to interact with Komga.
+- Download book files, entire series, or reading lists.
+- Duplicate file detection.
+- Detect and remove duplicate pages.
+- Import books directly into series folders from outside the library.
+- Import ComicRack `.cbl` reading lists.
\ No newline at end of file
diff --git a/komga/data.yml b/komga/data.yml
index 500411b28..ef4bc9dd1 100644
--- a/komga/data.yml
+++ b/komga/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://komga.org/
github: https://github.com/gotson/komga
document: https://komga.org/docs/introduction
+ description:
+ en: Komga is a media server for your comics, mangas, BDs and magazines.
+ zh: Komga 是一个用于漫画、杂志等的媒体服务器。
+ zh-Hant: Komga 是一個用於漫畫、雜誌等的媒體伺服器。
+ ja: Komga は、コミック、マンガ、BD、雑誌のためのメディアサーバーです。
+ ms: Komga ialah pelayan media untuk komik, manga, BD dan majalah anda.
+ pt-br: Komga é um servidor de mídia para seus quadrinhos, mangás, BDs e revistas.
+ ru: Komga — это медиа-сервер для ваших комиксов, манги, BD и журналов.
+ ko: Komga는 만화, 잡지 등을 위한 미디어 서버입니다.
diff --git a/localai/2.26.0-aio-cpu/data.yml b/localai/2.26.0-aio-cpu/data.yml
index 426fa78c6..89bba7ac1 100644
--- a/localai/2.26.0-aio-cpu/data.yml
+++ b/localai/2.26.0-aio-cpu/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/localai/README_en.md b/localai/README_en.md
new file mode 100644
index 000000000..8ac87d807
--- /dev/null
+++ b/localai/README_en.md
@@ -0,0 +1,17 @@
+# LocalAI
+**LocalAI** is a free and open-source alternative to OpenAI. LocalAI serves as a replacement REST API, compatible with OpenAI (Elevenlabs, Anthropic, etc.) API specifications, for local AI inference. It allows you to run LLMs, generate images, audio (and more) locally or using consumer-grade hardware, supporting various model families. No GPU is required.
+
+## Key Features:
+- Generate text using GPT (llama.cpp, transformers, vllm, etc.)
+- Text-to-audio conversion
+- Audio-to-text transcription (with audio transcription via whisper.cpp)
+- Image generation
+- OpenAI-like tools API
+- Embedding generation for vector databases
+- Constrained grammar
+- Download models directly from Huggingface
+- Vision API
+- Re-ranking API
+- P2P inference
+- Voice activity detection (Silero-VAD support)
+- Integrated WebUI!
\ No newline at end of file
diff --git a/localai/data.yml b/localai/data.yml
index a3667a339..a4af7a5f3 100644
--- a/localai/data.yml
+++ b/localai/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://localai.io/
github: https://github.com/mudler/LocalAI/
document: https://localai.io/
+ description:
+ en: The free, Open Source OpenAI alternative
+ zh: 免费的开源 OpenAI 替代品
+ zh-Hant: 免費的開源 OpenAI 替代品
+ ja: 無料のオープンソース OpenAI 代替品
+ ms: Alternatif OpenAI sumber terbuka percuma
+ pt-br: A alternativa gratuita e de código aberto ao OpenAI
+ ru: Бесплатная альтернатива OpenAI с открытым исходным кодом
+ ko: 무료 오픈 소스 OpenAI 대안
diff --git a/logto/1.25.0/data.yml b/logto/1.25.0/data.yml
index ce84cd615..1856d6e33 100644
--- a/logto/1.25.0/data.yml
+++ b/logto/1.25.0/data.yml
@@ -9,6 +9,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
values:
@@ -18,6 +27,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -26,6 +44,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -34,6 +61,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -42,6 +78,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP_LOGTO
labelEn: Logto Port
labelZh: Logto 监听的端口
+ label:
+ en: Logto Port
+ ja: Logto ポート
+ ms: Port Logto
+ pt-br: Porta Logto
+ ru: Порт Logto
+ ko: Logto 포트
+ zh: Logto 监听的端口
+ zh-Hant: Logto 監聽的埠
required: true
rule: paramPort
type: number
@@ -49,6 +94,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Logto Admin Port
labelZh: Logto 管理控制台端口
+ label:
+ en: Logto Admin Port
+ ja: Logto 管理者ポート
+ ms: Port Admin Logto
+ pt-br: Porta Admin Logto
+ ru: Админ-порт Logto
+ ko: Logto 관리자 포트
+ zh: Logto 管理控制台端口
+ zh-Hant: Logto 管理控制台埠
required: true
rule: paramPort
type: number
@@ -57,6 +111,15 @@ additionalProperties:
envKey: LOGTO_ENDPOINT_URL
labelEn: Logto Endpoint
labelZh: Logto 服务地址(进入网站页面添加反向代理网站,并启用 HTTPS)
+ label:
+ en: Logto Endpoint
+ ja: Logto エンドポイント
+ ms: Endpoint Logto
+ pt-br: Endpoint Logto
+ ru: Конечная точка Logto
+ ko: Logto 엔드포인트
+ zh: Logto 服务地址(进入网站页面添加反向代理网站,并启用 HTTPS)
+ zh-Hant: Logto 服務地址(進入網站頁面添加反向代理網站,並啟用 HTTPS)
required: true
rule: paramExtUrl
type: text
@@ -65,6 +128,15 @@ additionalProperties:
envKey: LOGTO_ADMIN_ENDPOINT_URL
labelEn: Logto Admin Endpoint
labelZh: Logto 管理控制台地址(进入网站页面添加反向代理网站,并启用 HTTPS)
+ label:
+ en: Logto Admin Endpoint
+ ja: Logto 管理者エンドポイント
+ ms: Endpoint Admin Logto
+ pt-br: Endpoint Admin Logto
+ ru: Админ-конечная точка Logto
+ ko: Logto 관리자 엔드포인트
+ zh: Logto 管理控制台地址(进入网站页面添加反向代理网站,并启用 HTTPS)
+ zh-Hant: Logto 管理控制台地址(進入網站頁面添加反向代理網站,並啟用 HTTPS)
required: true
rule: paramExtUrl
type: text
diff --git a/logto/README_en.md b/logto/README_en.md
new file mode 100644
index 000000000..d0619bdf3
--- /dev/null
+++ b/logto/README_en.md
@@ -0,0 +1,6 @@
+# Enable HTTPS
+- **Create Application**: The Logto admin console address must be `https://admin.domain.com` (replace `domain.com` with your actual domain).
+- **Create Reverse Proxy Website**: Set the proxy address to `http://127.0.0.1:3002` (replace IP and port as needed).
+- **Apply for Certificate**: Create a certificate for `https://admin.domain.com` and select HTTP verification.
+- **Enable HTTPS**: Go to the website settings page, click HTTPS, select the newly added certificate, and save.
+> The Logto service address and admin console address must use the HTTPS protocol to function correctly.
\ No newline at end of file
diff --git a/logto/data.yml b/logto/data.yml
index 7f60687ee..7e937b4be 100644
--- a/logto/data.yml
+++ b/logto/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://logto.io/zh-CN/
github: https://github.com/logto-io/logto
- document: https://docs.logto.io/
\ No newline at end of file
+ document: https://docs.logto.io/
+ description:
+ en: An Auth0 alternative designed for modern apps and SaaS products
+ zh: 专为现代应用和 SaaS 产品设计的 Auth0 替代品
+ zh-Hant: 專為現代應用和 SaaS 產品設計的 Auth0 替代品
+ ja: モダンなアプリと SaaS 製品向けに設計された Auth0 の代替品
+ ms: Alternatif Auth0 yang direka untuk aplikasi moden dan produk SaaS
+ pt-br: Uma alternativa ao Auth0 projetada para aplicativos modernos e produtos SaaS
+ ru: Альтернатива Auth0, разработанная для современных приложений и продуктов SaaS
+ ko: 현대적인 앱과 SaaS 제품을 위해 설계된 Auth0 대안
\ No newline at end of file
diff --git a/meilisearch/1.13.3/data.yml b/meilisearch/1.13.3/data.yml
index e7b38858a..64b7a03e6 100644
--- a/meilisearch/1.13.3/data.yml
+++ b/meilisearch/1.13.3/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
default: 7700
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
edit: true
required: true
rule: paramPort
@@ -12,6 +21,15 @@ additionalProperties:
default: HmPEKZhcoANzRt3DTPhRQVRxPEVZw7m2TymKwKhs
labelEn: MasterKey
labelZh: 主密钥
+ label:
+ en: MasterKey
+ ja: マスターキー
+ ms: Kunci Utama
+ pt-br: Chave Mestra
+ ru: Главный ключ
+ ko: 마스터 키
+ zh: 主密钥
+ zh-Hant: 主密鑰
edit: true
required: true
random: true
@@ -21,6 +39,15 @@ additionalProperties:
envKey: MEILI_NO_ANALYTICS
labelEn: Meilisearch's built-in telemetry
labelZh: Meilisearch 的内置遥测
+ label:
+ en: Meilisearch's built-in telemetry
+ ja: Meilisearch の組み込みテレメトリ
+ ms: Telemetri Bawaan Meilisearch
+ pt-br: Telemetria Interna do Meilisearch
+ ru: Встроенная телеметрия Meilisearch
+ ko: Meilisearch의 내장 원격 측정
+ zh: Meilisearch 的内置遥测
+ zh-Hant: Meilisearch 的內置遙測
edit: true
type: select
values:
diff --git a/meilisearch/README_en.md b/meilisearch/README_en.md
new file mode 100644
index 000000000..1405399a6
--- /dev/null
+++ b/meilisearch/README_en.md
@@ -0,0 +1,17 @@
+# Meilisearch
+
+Meilisearch is an open-source full-text search engine known for its high customizability, speed, and ease of use.
+
+## Key Features:
+
+- **Fast Full-Text Search**: Meilisearch offers excellent search performance, capable of quickly retrieving large amounts of text data. It uses highly optimized algorithms, enabling users to get search results in milliseconds.
+- **Open Source and Free**: Meilisearch is an open-source project and is free to use, making it easy for developers and organizations to integrate and deploy.
+- **Simple API**: Meilisearch provides a simple yet powerful API, allowing developers to easily integrate it. You can use the RESTful API or client SDKs for search and indexing operations.
+- **Highly Customizable**: Meilisearch allows users to customize it according to their specific needs. You can define custom search fields, sorting rules, and filters to meet the unique requirements of your project.
+- **Multi-language Support**: Meilisearch supports multiple languages and character sets, allowing it to handle text data in various languages.
+- **Real-time Index Updates**: Meilisearch features real-time index updates, instantly updating the index as data changes to ensure timely search results.
+- **Full-text Search Highlighting**: It supports highlighting keywords in search results, helping users easily find the information they need.
+- **Advanced Ranking Algorithm**: Meilisearch uses advanced ranking algorithms to sort search results by relevance, providing more accurate results.
+- **Distributed Deployment**: Meilisearch can be deployed on multiple servers for load balancing and high availability, ensuring system stability and reliability.
+- **Developer-Friendly**: Meilisearch provides extensive documentation and sample code to help developers get started quickly and solve problems.
+
diff --git a/meilisearch/data.yml b/meilisearch/data.yml
index 101426fc6..2c576ba06 100644
--- a/meilisearch/data.yml
+++ b/meilisearch/data.yml
@@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://www.meilisearch.com
github: https://github.com/meilisearch/meilisearch
- document: https://www.meilisearch.com/docs
\ No newline at end of file
+ document: https://www.meilisearch.com/docs
+ description:
+ en: An open-source, lightning-fast, and hyper-relevant search engine that fits effortlessly into your workflow
+ zh: 开源、快如闪电且高度相关的搜索引擎,轻松融入您的工作流程
+ zh-Hant: 開源、快如閃電且高度相關的搜索引擎,輕鬆融入您的工作流程
+ ja: オープンソースで、稲妻のように速く、高度に関連性のある検索エンジンで、ワークフローに簡単に適合します
+ ms: Enjin carian sumber terbuka, sepantas kilat, dan sangat relevan yang sesuai dengan aliran kerja anda
+ pt-br: Um mecanismo de busca de código aberto, incrivelmente rápido e altamente relevante que se encaixa perfeitamente no seu fluxo de trabalho
+ ru: Открытая, молниеносная и высокорелевантная поисковая система, которая легко вписывается в ваш рабочий процесс
+ ko: 오픈 소스, 번개처럼 빠르고 매우 관련성 높은 검색 엔진으로 워크플로우에 쉽게 통합됩니다.
\ No newline at end of file
diff --git a/memcached/1.6.22/data.yml b/memcached/1.6.22/data.yml
index 8cd0c7c5d..703cb3253 100644
--- a/memcached/1.6.22/data.yml
+++ b/memcached/1.6.22/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -13,5 +22,14 @@ additionalProperties:
envKey: MEM_CACHED
labelEn: Maximum memory usage(MB)
labelZh: 内存最大占用量(MB)
+ label:
+ en: Maximum memory usage(MB)
+ ja: 最大メモリ使用量(MB)
+ ms: Penggunaan Memori Maksimum(MB)
+ pt-br: Uso Máximo de Memória(MB)
+ ru: Максимальное использование памяти(МБ)
+ ko: 최대 메모리 사용량(MB)
+ zh: 内存最大占用量(MB)
+ zh-Hant: 內存最大佔用量(MB)
required: true
type: number
diff --git a/memcached/README_en.md b/memcached/README_en.md
new file mode 100644
index 000000000..3c28571c8
--- /dev/null
+++ b/memcached/README_en.md
@@ -0,0 +1,27 @@
+# Memcached
+Memcached (Memory Cache Daemon) is an open-source, high-performance, distributed memory object caching system designed to speed up data access and reduce database load for applications.
+
+## Key Features:
+### In-Memory Caching
+Memcached stores data in memory, enabling fast read and write operations compared to traditional database systems.
+
+### Distributed Support
+Memcached supports distributed deployment, allowing data to be stored across multiple servers, improving scalability and fault tolerance.
+
+### Key-Value Storage
+Memcached uses a simple key-value storage model, making it suitable for various data types, including text, binary data, and objects.
+
+### Data Expiration
+Memcached allows setting expiration times for cached data, ensuring freshness and automatic deletion of outdated data.
+
+### High Performance
+Memcached is optimized for high throughput and low latency, making it ideal for handling large volumes of requests.
+
+### Multi-Language Support
+Memcached provides client libraries for multiple programming languages, including PHP, Python, and Java, for easy integration.
+
+### Database Load Reduction
+By caching frequently accessed data in memory, Memcached reduces the load on databases, improving their performance and stability.
+
+### Data Sharding
+Memcached supports data sharding, distributing data evenly across nodes to ensure balanced load and scalability.
\ No newline at end of file
diff --git a/memcached/data.yml b/memcached/data.yml
index 264d92996..742878b93 100644
--- a/memcached/data.yml
+++ b/memcached/data.yml
@@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://memcached.org/
github: https://github.com/memcached/memcached
- document: https://github.com/memcached/memcached/wiki
\ No newline at end of file
+ document: https://github.com/memcached/memcached/wiki
+ description:
+ en: A distributed caching system
+ zh: 分布式高速缓存系统
+ zh-Hant: 分佈式高速緩存系統
+ ja: 分散型キャッシングシステム
+ ms: Sistem caching teragih
+ pt-br: Um sistema de cache distribuído
+ ru: Распределённая система кэширования
+ ko: 분산 캐싱 시스템
\ No newline at end of file
diff --git a/mkdocs-material/9.6.9/data.yml b/mkdocs-material/9.6.9/data.yml
index e2bad64f6..7a1d54db7 100644
--- a/mkdocs-material/9.6.9/data.yml
+++ b/mkdocs-material/9.6.9/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/mkdocs-material/README_en.md b/mkdocs-material/README_en.md
new file mode 100644
index 000000000..500bafa43
--- /dev/null
+++ b/mkdocs-material/README_en.md
@@ -0,0 +1,11 @@
+# Usage Guide
+Navigate to `/opt/1panel/apps/mkdocs-material/mkdocs-material/data/docs` to start your documentation writing.
+
+# Material for MkDocs
+**MkDocs** is a fast, simple, and elegant static site generator suitable for building project documentation. Documentation source files are written in Markdown and configured with a single YAML configuration file.
+
+## Features:
+- **Great Themes**: MkDocs offers a variety of beautiful themes, including built-in options like `mkdocs` and `readthedocs`, as well as third-party themes or custom-built ones.
+- **Customizable**: Customize themes and/or install plugins to make your project documentation look exactly as you want. Extend Markdown behavior with Markdown extensions and configuration options.
+- **Live Preview**: The built-in development server allows you to preview your documentation as you write it. It even auto-reloads and refreshes your browser whenever you save changes.
+- **Deploy Anywhere**: MkDocs builds completely static HTML sites that can be hosted on GitHub Pages, Amazon S3, or any other hosting platform of your choice.
\ No newline at end of file
diff --git a/mkdocs-material/data.yml b/mkdocs-material/data.yml
index 41beace34..897c5d400 100644
--- a/mkdocs-material/data.yml
+++ b/mkdocs-material/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://squidfunk.github.io/mkdocs-material/
github: https://github.com/squidfunk/mkdocs-material
- document: https://squidfunk.github.io/mkdocs-material/getting-started/
\ No newline at end of file
+ document: https://squidfunk.github.io/mkdocs-material/getting-started/
+ description:
+ en: A powerful documentation framework on top of MkDocs
+ zh: 基于 MkDocs 的强大文档框架
+ zh-Hant: 基於 MkDocs 的強大文檔框架
+ ja: MkDocs 上に構築された強力なドキュメントフレームワーク
+ ms: Rangka kerja dokumentasi yang kuat di atas MkDocs
+ pt-br: Um poderoso framework de documentação baseado no MkDocs
+ ru: Мощный фреймворк для документации на основе MkDocs
+ ko: MkDocs 위에 구축된 강력한 문서화 프레임워크
\ No newline at end of file
diff --git a/mssql/2017-latest/data.yml b/mssql/2017-latest/data.yml
index d8e65a5bc..50aca05e1 100644
--- a/mssql/2017-latest/data.yml
+++ b/mssql/2017-latest/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -12,6 +21,15 @@ additionalProperties:
envKey: MSSQL_SA_PASSWORD
labelEn: SA PASSWORD
labelZh: SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)
+ label:
+ en: SA PASSWORD
+ ja: SA パスワード(8文字以上、大文字、小文字、数字、特殊文字のうち3種類を含む必要があります)
+ ms: Kata Laluan SA (Mesti mengandungi sekurang-kurangnya 8 aksara, termasuk huruf besar, huruf kecil, nombor, dan salah satu aksara khas)
+ pt-br: SENHA SA (Deve conter pelo menos 8 caracteres, incluindo letras maiúsculas, minúsculas, números e um caractere especial)
+ ru: Пароль SA (должен содержать не менее 8 символов, включая заглавные и строчные буквы, цифры и один из специальных символов)
+ ko: SA 비밀번호 (8자 이상, 대문자, 소문자, 숫자 및 특수 문자 중 3가지를 포함해야 함)
+ zh: SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)
+ zh-Hant: SA 用戶密碼(至少包含8個字符,且需包含大寫字母、小寫字母、數字和特殊字符中的三種)
random: true
required: true
rule: paramCommon
diff --git a/mssql/2019-latest/data.yml b/mssql/2019-latest/data.yml
index d8e65a5bc..50aca05e1 100644
--- a/mssql/2019-latest/data.yml
+++ b/mssql/2019-latest/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -12,6 +21,15 @@ additionalProperties:
envKey: MSSQL_SA_PASSWORD
labelEn: SA PASSWORD
labelZh: SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)
+ label:
+ en: SA PASSWORD
+ ja: SA パスワード(8文字以上、大文字、小文字、数字、特殊文字のうち3種類を含む必要があります)
+ ms: Kata Laluan SA (Mesti mengandungi sekurang-kurangnya 8 aksara, termasuk huruf besar, huruf kecil, nombor, dan salah satu aksara khas)
+ pt-br: SENHA SA (Deve conter pelo menos 8 caracteres, incluindo letras maiúsculas, minúsculas, números e um caractere especial)
+ ru: Пароль SA (должен содержать не менее 8 символов, включая заглавные и строчные буквы, цифры и один из специальных символов)
+ ko: SA 비밀번호 (8자 이상, 대문자, 소문자, 숫자 및 특수 문자 중 3가지를 포함해야 함)
+ zh: SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)
+ zh-Hant: SA 用戶密碼(至少包含8個字符,且需包含大寫字母、小寫字母、數字和特殊字符中的三種)
random: true
required: true
rule: paramCommon
diff --git a/mssql/2022-latest/data.yml b/mssql/2022-latest/data.yml
index d8e65a5bc..50aca05e1 100644
--- a/mssql/2022-latest/data.yml
+++ b/mssql/2022-latest/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -12,6 +21,15 @@ additionalProperties:
envKey: MSSQL_SA_PASSWORD
labelEn: SA PASSWORD
labelZh: SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)
+ label:
+ en: SA PASSWORD
+ ja: SA パスワード(8文字以上、大文字、小文字、数字、特殊文字のうち3種類を含む必要があります)
+ ms: Kata Laluan SA (Mesti mengandungi sekurang-kurangnya 8 aksara, termasuk huruf besar, huruf kecil, nombor, dan salah satu aksara khas)
+ pt-br: SENHA SA (Deve conter pelo menos 8 caracteres, incluindo letras maiúsculas, minúsculas, números e um caractere especial)
+ ru: Пароль SA (должен содержать не менее 8 символов, включая заглавные и строчные буквы, цифры и один из специальных символов)
+ ko: SA 비밀번호 (8자 이상, 대문자, 소문자, 숫자 및 특수 문자 중 3가지를 포함해야 함)
+ zh: SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)
+ zh-Hant: SA 用戶密碼(至少包含8個字符,且需包含大寫字母、小寫字母、數字和特殊字符中的三種)
random: true
required: true
rule: paramCommon
diff --git a/mssql/README_en.md b/mssql/README_en.md
new file mode 100644
index 000000000..4c5f3bb75
--- /dev/null
+++ b/mssql/README_en.md
@@ -0,0 +1,13 @@
+# Microsoft SQL Server
+
+**Microsoft SQL Server** is a relational database management system (RDBMS) developed and maintained by Microsoft. It provides a series of functionalities for storing, managing, and processing data, supporting a wide range of application scenarios, including enterprise-level data management, business intelligence, data analysis, and application development.
+
+## Key Features:
+
+- **Data Storage and Management**: It can store large amounts of data and provides efficient management functionalities, including CRUD operations, transaction management, and data integrity maintenance.
+- **Security**: It offers various security features, including access control, encryption, authentication, and auditing, to protect data from unauthorized access and malicious attacks.
+- **High Availability and Fault Tolerance**: It supports multiple high-availability solutions, such as failover clustering, database mirroring, Always On Availability Groups, and backup/recovery functionalities, ensuring data persistence and reliability.
+- **Performance Optimization**: It includes various performance optimization features, such as indexing, query optimizer, partitioning, and memory-optimized tables, to improve database performance and response speed.
+- **Data Analysis and Reporting**: It provides powerful data analysis and reporting functionalities, including multidimensional data analysis (OLAP), data mining, and reporting services, to support in-depth data analysis and visualization.
+- **Integration and Extensibility**: It can integrate with other Microsoft products and third-party applications, offering a rich set of development tools and APIs to meet different business needs and extensibility requirements.
+
diff --git a/mssql/data.yml b/mssql/data.yml
index 5542782fd..fc5004911 100644
--- a/mssql/data.yml
+++ b/mssql/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://github.com/microsoft/mssql-docker
github: https://github.com/microsoft/mssql-docker
document: https://github.com/microsoft/mssql-docker
+ description:
+ en: Official Microsoft repository for SQL Server in Docker resources
+ zh: SQL Server 在 Docker 资源中的官方微软存储库
+ zh-Hant: SQL Server 在 Docker 資源中的官方微軟存儲庫
+ ja: Docker リソース内の SQL Server 用の公式 Microsoft リポジトリ
+ ms: Repositori rasmi Microsoft untuk SQL Server dalam sumber Docker
+ pt-br: Repositório oficial da Microsoft para SQL Server em recursos Docker
+ ru: Официальный репозиторий Microsoft для SQL Server в ресурсах Docker
+ ko: Docker 리소스에서 SQL Server를 위한 Microsoft 공식 저장소
diff --git a/mysql/5.6.51/data.yml b/mysql/5.6.51/data.yml
index 1619252fb..6e8dbb4b0 100755
--- a/mysql/5.6.51/data.yml
+++ b/mysql/5.6.51/data.yml
@@ -31,5 +31,5 @@ additionalProperties:
pt-br: Porta
ru: Порт
ko: 포트
- zh-Hant: 端口
+ zh-Hant: 埠
zh: 端口
\ No newline at end of file
diff --git a/mysql/5.7.44/data.yml b/mysql/5.7.44/data.yml
index 210a13755..111c8bb17 100755
--- a/mysql/5.7.44/data.yml
+++ b/mysql/5.7.44/data.yml
@@ -31,5 +31,5 @@ additionalProperties:
pt-br: Porta
ru: Порт
ko: 포트
- zh-Hant: 端口
+ zh-Hant: 埠
zh: 端口
\ No newline at end of file
diff --git a/mysql/8.0.41/data.yml b/mysql/8.0.41/data.yml
index 210a13755..111c8bb17 100755
--- a/mysql/8.0.41/data.yml
+++ b/mysql/8.0.41/data.yml
@@ -31,5 +31,5 @@ additionalProperties:
pt-br: Porta
ru: Порт
ko: 포트
- zh-Hant: 端口
+ zh-Hant: 埠
zh: 端口
\ No newline at end of file
diff --git a/mysql/8.4.4/data.yml b/mysql/8.4.4/data.yml
index 210a13755..111c8bb17 100755
--- a/mysql/8.4.4/data.yml
+++ b/mysql/8.4.4/data.yml
@@ -31,5 +31,5 @@ additionalProperties:
pt-br: Porta
ru: Порт
ko: 포트
- zh-Hant: 端口
+ zh-Hant: 埠
zh: 端口
\ No newline at end of file
diff --git a/navidrome/0.55.1/data.yml b/navidrome/0.55.1/data.yml
index 2c006c67d..7cfc19acf 100644
--- a/navidrome/0.55.1/data.yml
+++ b/navidrome/0.55.1/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
diff --git a/navidrome/README_en.md b/navidrome/README_en.md
new file mode 100644
index 000000000..fd43923a7
--- /dev/null
+++ b/navidrome/README_en.md
@@ -0,0 +1,20 @@
+# Navidrome
+
+**Navidrome** is a web-based open-source music collection server and streamer. It allows you to freely listen to your music collection from any browser or mobile device. It's like your personal Spotify!
+
+## Features:
+
+- Handles **very large music collections**
+- Can stream almost any **audio format** available
+- Reads and uses all of your carefully curated **metadata**
+- Strong support for **compilation albums** (various artists) and **boxed sets** (multi-disc albums)
+- **Multi-user support**, with each user having their own play counts, playlists, favorites, etc...
+- Extremely low **resource usage**
+- **Multi-platform**, runs on macOS, Linux, and Windows. **Docker images** are also available.
+- Ready-to-use binaries for all major platforms, including **Raspberry Pi**
+- Automatically **monitors your library** for changes, imports new files, and reloads new metadata
+- Themed, modern, and responsive **web interface** based on [Material UI](https://material-ui.com)
+- **Compatible** with all Subsonic/Madsonic/Airsonic [clients](https://www.navidrome.org/docs/overview/#apps)
+- Instant **transcoding**. Can be set per user/player. **Supports Opus encoding**
+- Translated into **multiple languages**
+
diff --git a/navidrome/data.yml b/navidrome/data.yml
index 68e75e576..685781b0a 100644
--- a/navidrome/data.yml
+++ b/navidrome/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.navidrome.org
github: https://github.com/navidrome/navidrome
document: https://www.navidrome.org/docs
+ description:
+ en: An open source web-based music collection server and streamer
+ zh: 基于 Web 的开源音乐收藏服务器和流媒体
+ zh-Hant: 基於 Web 的開源音樂收藏伺服器和流媒體
+ ja: オープンソースの Web ベースの音楽コレクションサーバーおよびストリーマー
+ ms: Pelayan koleksi muzik berasaskan web sumber terbuka dan penstriman
+ pt-br: Um servidor de coleção de músicas baseado na web e de código aberto
+ ru: Открытый веб-сервер для коллекции музыки и потоковой передачи
+ ko: 웹 기반 오픈 소스 음악 컬렉션 서버 및 스트리머
diff --git a/neo4j/5.26.4/data.yml b/neo4j/5.26.4/data.yml
index b7666fc21..8f7b81761 100644
--- a/neo4j/5.26.4/data.yml
+++ b/neo4j/5.26.4/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Http Port
labelZh: http 端口
+ label:
+ en: Http Port
+ ja: Http ポート
+ ms: Port Http
+ pt-br: Porta Http
+ ru: Http-порт
+ ko: Http 포트
+ zh: http 端口
+ zh-Hant: http 連接埠
required: true
rule: paramPort
type: number
@@ -11,6 +20,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_BOLT
labelEn: Bolt Port
labelZh: bolt 端口
+ label:
+ en: Bolt Port
+ ja: Bolt ポート
+ ms: Port Bolt
+ pt-br: Porta Bolt
+ ru: Bolt-порт
+ ko: Bolt 포트
+ zh: bolt 端口
+ zh-Hant: bolt 連接埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/neo4j/README_en.md b/neo4j/README_en.md
new file mode 100644
index 000000000..3fa72fba6
--- /dev/null
+++ b/neo4j/README_en.md
@@ -0,0 +1,37 @@
+# Default Account Credentials
+```
+username: neo4j
+password: neo4j
+```
+
+# Neo4j
+**Neo4j** is the world's leading graph database. It is a high-performance graph storage system with all the features required by a mature and powerful database, such as a user-friendly query language and ACID transactions. Developers can work with flexible node and relationship network structures instead of static tables while enjoying the benefits of enterprise-grade databases. For many applications, Neo4j offers orders-of-magnitude performance advantages over relational databases.
+
+## Core Features
+### 1. Graph Data Model
+- **Nodes**: The basic unit of a graph database, representing entities.
+- **Relationships**: Directed connections between nodes, representing relationships between entities.
+- **Properties**: Key-value pairs attached to nodes and relationships to describe their characteristics.
+
+### 2. Cypher Query Language
+- **Declarative Query Language**: Similar to SQL but designed for graph databases.
+- **Pattern Matching**: Query based on graph patterns, simple and efficient.
+- **Read and Write Operations**: Supports complex queries, inserts, updates, and deletions.
+
+### 3. ACID Transaction Support
+- **Atomicity**: Ensures all operations succeed or roll back on failure.
+- **Consistency**: Transitions the database from one consistent state to another.
+- **Isolation**: Prevents interference between concurrent transactions.
+- **Durability**: Ensures data persistence after transaction commits.
+
+### 4. High Performance and Scalability
+- **In-Memory Graph Processing**: Most operations are completed in memory for speed.
+- **Horizontal Scalability**: Supports sharding and replication for large-scale data processing.
+
+### 5. Visualization Tools
+- **Neo4j Browser**: Built-in interactive visualization tool for queries and results.
+- **Neo4j Bloom**: Advanced data visualization and exploration tool for business users.
+
+### 6. Security and Access Control
+- **Authentication and Authorization**: Role-based access control to ensure data security.
+- **SSL/TLS Encryption**: Protects data transmission security.
\ No newline at end of file
diff --git a/neo4j/data.yml b/neo4j/data.yml
index e383fb12f..a0cb0e5e3 100644
--- a/neo4j/data.yml
+++ b/neo4j/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://neo4j.com/
github: https://github.com/neo4j/neo4j
document: https://neo4j.com/docs/
+ description:
+ en: The world’s leading Graph Database
+ zh: 世界领先的图数据库
+ zh-Hant: 世界領先的圖數據庫
+ ja: 世界をリードするグラフデータベース
+ ms: Pangkalan Data Graf terkemuka di dunia
+ pt-br: O principal banco de dados de grafos do mundo
+ ru: Ведущая в мире графовая база данных
+ ko: 세계 최고의 그래프 데이터베이스
diff --git a/nexus/3.78.2/data.yml b/nexus/3.78.2/data.yml
index 6d6bd55c8..9e4ff22a5 100755
--- a/nexus/3.78.2/data.yml
+++ b/nexus/3.78.2/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/nexus/README_en.md b/nexus/README_en.md
new file mode 100644
index 000000000..b13d2dc5d
--- /dev/null
+++ b/nexus/README_en.md
@@ -0,0 +1,34 @@
+# Nexus Repository
+
+Nexus Repository is a powerful software repository management tool that supports software component management during software development and build processes.
+
+## Key Features:
+
+### Storing and Managing Software Components
+
+Nexus Repository can store and manage various software components, such as library files, JAR packages, Docker images, NPM packages, Maven builds, etc. This allows teams to easily centralize these components and manage versions.
+
+### Proxying Remote Repositories
+
+Nexus Repository allows proxying remote repositories to locally cache components from remote repositories. This improves build speed while reducing dependency on external repositories, enhancing availability.
+
+### Security and Access Control
+
+Nexus Repository provides flexible access control and security settings, allowing administrators to assign access permissions to different users and teams. This helps protect critical software components from unauthorized access and manipulation.
+
+### Rich Search and Metadata
+
+The tool offers powerful search capabilities to help users quickly find the components they need. Additionally, it provides rich metadata to help developers better understand and evaluate components.
+
+### Build and Deployment Support
+
+Nexus Repository can integrate with various build tools and continuous integration systems (such as Maven, Gradle, Jenkins, etc.), simplifying the process of building and deploying software.
+
+### Customizability and Extensibility
+
+It is highly customizable and extensible, allowing configuration based on specific team and project requirements. Users can write custom plugins to extend its functionality.
+
+### High Availability and Scalability
+
+Nexus Repository can be deployed as a high-availability cluster and supports horizontal scaling to meet
+
diff --git a/nexus/data.yml b/nexus/data.yml
index 6c2f21629..81443a642 100755
--- a/nexus/data.yml
+++ b/nexus/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.sonatype.com/products/nexus-repository
github: https://github.com/sonatype/docker-nexus3
document: https://help.sonatype.com/repomanager3
+ description:
+ en: An open source repository for build artifacts
+ zh: 开源的构建工件存储库
+ zh-Hant: 開源的構建工件存儲庫
+ ja: ビルドアーティファクトのためのオープンソースリポジトリ
+ ms: Repositori sumber terbuka untuk artifak binaan
+ pt-br: Um repositório de código aberto para artefatos de build
+ ru: Открытый репозиторий для артефактов сборки
+ ko: 빌드 아티팩트를 위한 오픈 소스 저장소
diff --git a/nocobase/1.6.9/data.yml b/nocobase/1.6.9/data.yml
index c71ed3efe..1dc9937fb 100644
--- a/nocobase/1.6.9/data.yml
+++ b/nocobase/1.6.9/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -17,6 +26,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
values:
@@ -30,6 +48,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -38,6 +65,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -46,6 +82,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -55,6 +100,15 @@ additionalProperties:
envKey: APP_KEY
labelEn: APP Secret Key
labelZh: 应用密钥
+ label:
+ en: APP Secret Key
+ ja: アプリシークレットキー
+ ms: Kunci Rahsia APP
+ pt-br: Chave Secreta do APP
+ ru: Секретный ключ APP
+ ko: APP 비밀 키
+ zh: 应用密钥
+ zh-Hant: 應用密鑰
required: true
type: text
- default: Asia/Shanghai
@@ -62,5 +116,14 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
+ label:
+ en: Time zone
+ ja: タイムゾーン
+ ms: Zon masa
+ pt-br: Fuso horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
diff --git a/nocobase/README_en.md b/nocobase/README_en.md
new file mode 100644
index 000000000..5ae296e8d
--- /dev/null
+++ b/nocobase/README_en.md
@@ -0,0 +1,12 @@
+# NocoBase
+**NocoBase** is an extremely extensible open-source no-code development platform. Deploy NocoBase in minutes to have a private, controllable, and highly extensible no-code development platform without years of development or millions in funding.
+
+## Unique Features
+### 1. Data Model Driven
+Unlike other no-code products that directly create data structures in the user interface, NocoBase separates data structure from the user interface. This allows for the creation of unlimited, flexible data blocks (data views) for each table, with customizable styles, documents, and operations. It combines the simplicity of no-code with the flexibility of native development.
+
+### 2. What You See Is What You Get
+NocoBase enables the development of complex and unique business systems without requiring complex operations. With a single click, administrators can configure user interfaces directly in the system, providing a WYSIWYG experience.
+
+### 3. Everything is a Plugin
+NocoBase uses a plugin-based architecture. All new features can be implemented through plugin development and installation, making feature expansion as simple as installing an app on a smartphone.
\ No newline at end of file
diff --git a/nocobase/data.yml b/nocobase/data.yml
index 6dee90d88..74dac8c2c 100755
--- a/nocobase/data.yml
+++ b/nocobase/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.nocobase.com/
github: https://github.com/nocobase/nocobase/
document: https://docs.nocobase.com/
+ description:
+ en: A scalability-first, open-source no-code development platform
+ zh: 可扩展性优先的开源无代码开发平台
+ zh-Hant: 可擴展性優先的開源無代碼開發平台
+ ja: スケーラビリティを最優先にしたオープンソースのノーコード開発プラットフォーム
+ ms: Platform pembangunan tanpa kod sumber terbuka yang mengutamakan kebolehskalaan
+ pt-br: Uma plataforma de desenvolvimento sem código de código aberto com prioridade na escalabilidade
+ ru: Открытая платформа для разработки без кода с приоритетом масштабируемости
+ ko: 확장성을 우선으로 하는 오픈 소스 노코드 개발 플랫폼
diff --git a/nocodb/0.262.4/data.yml b/nocodb/0.262.4/data.yml
index 4614b0505..356d16cbc 100644
--- a/nocodb/0.262.4/data.yml
+++ b/nocodb/0.262.4/data.yml
@@ -10,6 +10,15 @@ additionalProperties:
envKey: PANEL_DB_TYPE
labelZh: 数据库 服务
labelEn: Database Service
+ label:
+ en: Database Service
+ ja: データベースサービス
+ ms: Perkhidmatan Pangkalan Data
+ pt-br: Serviço de Banco de Dados
+ ru: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库 服务
+ zh-Hant: 數據庫 服務
required: true
type: apps
values:
@@ -23,6 +32,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -31,6 +49,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -39,6 +66,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -47,6 +83,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/nocodb/README_en.md b/nocodb/README_en.md
new file mode 100644
index 000000000..45dc23f8c
--- /dev/null
+++ b/nocodb/README_en.md
@@ -0,0 +1,16 @@
+# NocoDB
+
+**NocoDB** is an open source no-code database platform that allows users to create, manage, and operate databases through a graphical interface without writing code. NocoDB aims to simplify data management processes by providing a visual user interface to handle data in databases, supporting integration with various database systems.
+
+## Core Features:
+
+- **No-code Database Management**: Offers an intuitive graphical interface where users can manage database tables and fields through drag-and-drop operations, without needing to write SQL statements or perform complex configurations.
+- **Multiple Database Support**: Supports major database systems including MySQL, PostgreSQL, SQL Server, and SQLite, enabling users to easily connect and manage various data sources.
+- **Table Views and Data Operations**: Allows users to view and edit data in table format, providing a spreadsheet-like experience for easy data viewing, modification, and filtering.
+- **Custom Views and Filters**: Users can create custom views, apply filters, and set sorting options to meet specific data viewing and manipulation needs.
+- **Form and View Design**: Supports the creation of custom forms and views, allowing users to design data input forms and data display interfaces as needed.
+- **API Generation**: Automatically generates RESTful APIs, enabling users to access and manipulate database data through APIs, facilitating integration with other applications and systems.
+- **User Permission Management**: Provides flexible permission management features, allowing administrators to set access and operation permissions for different users or user groups, ensuring data security.
+- **Automation and Integration**: Supports integration with third-party services and applications, offering automation and workflow functionalities to help users automate data processing and management.
+- **Audit and Logging**: Logs data operations and provides auditing capabilities, helping users track and review data change histories and operation records.
+
diff --git a/nocodb/data.yml b/nocodb/data.yml
index f915ee9d0..2df584232 100644
--- a/nocodb/data.yml
+++ b/nocodb/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://nocodb.com/
github: https://github.com/nocodb/nocodb/
- document: https://docs.nocodb.com/
\ No newline at end of file
+ document: https://docs.nocodb.com/
+ description:
+ en: Code-free database platform
+ zh: 无代码数据库平台
+ zh-Hant: 無代碼數據庫平台
+ ja: コード不要のデータベースプラットフォーム
+ ms: Platform pangkalan data tanpa kod
+ pt-br: Plataforma de banco de dados sem código
+ ru: Платформа базы данных без кода
+ ko: 코드 없는 데이터베이스 플랫폼
\ No newline at end of file
diff --git a/node-exporter/1.9.0/data.yml b/node-exporter/1.9.0/data.yml
index 864e70d09..129e7d57c 100644
--- a/node-exporter/1.9.0/data.yml
+++ b/node-exporter/1.9.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/node-exporter/README_en.md b/node-exporter/README_en.md
new file mode 100644
index 000000000..ee89a9d72
--- /dev/null
+++ b/node-exporter/README_en.md
@@ -0,0 +1,11 @@
+# Node Exporter
+
+**Node Exporter** is a system metrics exporter designed for Prometheus, supporting the collection of hardware resource usage from various operating systems such as Linux and Windows.
+
+## Key Features:
+
+- **CPU Usage**: Includes usage and load for each core.
+- **Memory Usage**: Includes total memory, available memory, cache, swap, and more.
+- **Disk Usage**: Includes usage and I/O rates for each mounted point.
+- **Network Traffic**: Monitors inbound and outbound traffic, error packets, and more for network interfaces.
+
diff --git a/node-exporter/data.yml b/node-exporter/data.yml
index 12ce005d2..8d5c07d2d 100644
--- a/node-exporter/data.yml
+++ b/node-exporter/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://prometheus.io/
github: https://github.com/prometheus/node_exporter/
document: https://prometheus.io/docs/introduction/overview/
+ description:
+ en: Exporter for machine metrics
+ zh: 服务器指标导出器
+ zh-Hant: 伺服器指標導出器
+ ja: マシンメトリクスのエクスポーター
+ ms: Eksportir metrik mesin
+ pt-br: Exportador de métricas de máquina
+ ru: Экспортер метрик машины
+ ko: 머신 메트릭 내보내기 도구
diff --git a/node-red/4.0.9/data.yml b/node-red/4.0.9/data.yml
index 6443f8092..ee37a9356 100644
--- a/node-red/4.0.9/data.yml
+++ b/node-red/4.0.9/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/node-red/README_en.md b/node-red/README_en.md
new file mode 100644
index 000000000..25f58a2ee
--- /dev/null
+++ b/node-red/README_en.md
@@ -0,0 +1,2 @@
+# Node-RED
+**Node-RED** is a programming tool designed to connect hardware devices, APIs, and online services in innovative and engaging ways.
\ No newline at end of file
diff --git a/node-red/data.yml b/node-red/data.yml
index aa1fcb4e5..637244dbb 100644
--- a/node-red/data.yml
+++ b/node-red/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://nodered.org/
github: https://github.com/node-red/node-red
document: https://nodered.org/docs/
+ description:
+ en: Low-code programming for event-driven applications
+ zh: 用于事件驱动应用的低代码编程
+ zh-Hant: 用於事件驅動應用的低代碼編程
+ ja: イベント駆動型アプリケーションのためのローコードプログラミング
+ ms: Pengaturcaraan kod rendah untuk aplikasi yang didorong oleh acara
+ pt-br: Programação de baixo código para aplicativos orientados a eventos
+ ru: Программирование с низким уровнем кода для приложений, управляемых событиями
+ ko: 이벤트 기반 애플리케이션을 위한 로우코드 프로그래밍
diff --git a/nodebb/4.2.0/data.yml b/nodebb/4.2.0/data.yml
index b9c5be135..e90c10d31 100644
--- a/nodebb/4.2.0/data.yml
+++ b/nodebb/4.2.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/nodebb/README_en.md b/nodebb/README_en.md
new file mode 100644
index 000000000..f0d8c3d7c
--- /dev/null
+++ b/nodebb/README_en.md
@@ -0,0 +1,34 @@
+# NodeBB
+**NodeBB** is a forum software powered by Node.js, supporting Redis, MongoDB, or PostgreSQL databases. It leverages WebSocket for real-time interaction and notifications. NodeBB incorporates modern web features such as real-time streaming discussions, mobile responsiveness, a rich RESTful read/write API, while staying true to the traditional bulletin board/forum format → categorized hierarchy, local user accounts, and asynchronous messaging.
+
+NodeBB itself includes a basic "universal core" with essential functionality, while additional features and integrations are implemented through third-party plugins.
+
+> After the container starts for the first time, wait for the npm modules to install. Once the logs display `Web installer listening on http://0.0.0.0:4567`, you can proceed with the web installer for configuration.
+
+## Databases
+NodeBB has a database abstraction layer (DBAL) that allows users to write drivers for their preferred database. Currently, the following options are available:
+
+### MongoDB (Default)
+If you are concerned about running out of memory with Redis or want your forum to scale more easily, you can install NodeBB with MongoDB. This tutorial assumes you know how to SSH into your server and have root access.
+
+These instructions are for Ubuntu. Adjust accordingly for your distribution.
+
+Note: If you need to prepend `sudo` to any commands, please do so. Nobody will hold it against you ;)
+
+[Configure MongoDB](https://docs.nodebb.org/configuring/databases/mongo/#step-1-install-mongodb) (For Docker, refer to steps 6 and 7).
+
+### Redis
+NodeBB uses MongoDB as its primary data store by default, although Redis is also supported. In NodeBB, both Redis and MongoDB are treated as first-class data stores. If you encounter errors using Redis instead of MongoDB, we still encourage you to [submit an issue](https://github.com/NodeBB/NodeBB/issues/new).
+
+Redis is designed to keep the entire database in active memory, which can be very useful in certain high-scalability scenarios. Compared to MongoDB, Redis may offer some marginal speed improvements.
+
+However, this advantage comes with a trade-off. Since Redis keeps the entire database in active memory, the system memory needs to be at least twice the size of the dataset (e.g., 2GB of data requires at least 4GB of system memory). Redis requires twice the memory of the dataset because its backup strategy involves cloning the in-memory data before persisting it to disk.
+
+Carefully consider your hardware options to see if the trade-offs are worth it for your installation. Remember, the NodeBB team offers migration services from Redis to MongoDB for users who need it. For more information, contact sales@nodebb.org.
+
+[Configure Redis](https://docs.nodebb.org/configuring/databases/redis/#step-1-install-redis) (For Docker, refer to step 2).
+
+### PostgreSQL
+Note: While NodeBB fully supports PostgreSQL, we still recommend using MongoDB and Redis, as these are what we use for our own and hosted clients.
+
+PostgreSQL requires no additional configuration.
\ No newline at end of file
diff --git a/nodebb/data.yml b/nodebb/data.yml
index 0110868a5..1f71953a9 100644
--- a/nodebb/data.yml
+++ b/nodebb/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://nodebb.org
github: https://github.com/NodeBB/NodeBB
document: https://docs.nodebb.org
+ description:
+ en: Node.js based forum software built for the modern web
+ zh: 基于 Node.js 的现代化论坛软件
+ zh-Hant: 基於 Node.js 的現代化論壇軟件
+ ja: モダンな Web のために構築された Node.js ベースのフォーラムソフトウェア
+ ms: Perisian forum berasaskan Node.js yang dibina untuk web moden
+ pt-br: Software de fórum baseado em Node.js construído para a web moderna
+ ru: Программное обеспечение для форумов на основе Node.js, созданное для современной сети
+ ko: 현대 웹을 위해 구축된 Node.js 기반 포럼 소프트웨어
diff --git a/ntfy/2.11.0/data.yml b/ntfy/2.11.0/data.yml
index 5332a75f2..e340a5287 100644
--- a/ntfy/2.11.0/data.yml
+++ b/ntfy/2.11.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: APP_PORT_INTERNAL
labelEn: Internal Container Ports
labelZh: 容器内部端口
+ label:
+ en: Internal Container Ports
+ ja: 内部コンテナポート
+ ms: Port Dalaman Kontena
+ pt-br: Portas Internas do Contêiner
+ ru: Внутренние порты контейнера
+ ko: 내부 컨테이너 포트
+ zh: 容器内部端口
+ zh-Hant: 容器內部埠
required: true
rule: paramPort
type: number
@@ -21,6 +39,15 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time Zone
labelZh: 时区
+ label:
+ en: Time Zone
+ ja: タイムゾーン
+ ms: Zon Masa
+ pt-br: Fuso Horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
- default: "1000"
@@ -28,6 +55,15 @@ additionalProperties:
envKey: PUID
labelEn: User ID
labelZh: 用户 ID
+ label:
+ en: User ID
+ ja: ユーザー ID
+ ms: ID Pengguna
+ pt-br: ID do Usuário
+ ru: ID пользователя
+ ko: 사용자 ID
+ zh: 用户 ID
+ zh-Hant: 用戶 ID
required: true
type: number
- default: "1000"
@@ -35,5 +71,14 @@ additionalProperties:
envKey: PGID
labelEn: Group ID
labelZh: 组 ID
+ label:
+ en: Group ID
+ ja: グループ ID
+ ms: ID Kumpulan
+ pt-br: ID do Grupo
+ ru: ID группы
+ ko: 그룹 ID
+ zh: 组 ID
+ zh-Hant: 組 ID
required: true
type: number
diff --git a/ntfy/README_en.md b/ntfy/README_en.md
new file mode 100644
index 000000000..ee33ac380
--- /dev/null
+++ b/ntfy/README_en.md
@@ -0,0 +1,11 @@
+# ntfy
+**ntfy** is a simple HTTP-based publish-subscribe notification service. With ntfy, you can send notifications from any computer script to your phone or desktop without registration or fees.
+
+## Key Features:
+- **Cross-Platform Support**: Available on Android, iOS, Windows, Linux, and macOS.
+- **Multiple Transmission Methods**: Notifications can be sent and received via HTTP API, command-line tools, email, WebSocket, and more.
+- **Self-Hosting**: Users can deploy ntfy on their own servers for complete control and privacy.
+- **Subscription Model**: Allows users to subscribe to specific topics and receive only relevant notifications.
+- **Simple Integration**: Easily integrates with various applications and scripts through simple HTTP requests.
+- **Real-Time Notifications**: Supports real-time notifications for instant updates.
+- **Open Source**: Fully open-source, allowing users to view, customize, and extend the source code.
\ No newline at end of file
diff --git a/ntfy/data.yml b/ntfy/data.yml
index 84aeb5c18..8115dc8e1 100644
--- a/ntfy/data.yml
+++ b/ntfy/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://ntfy.sh/
github: https://github.com/binwiederhier/ntfy
document: https://ntfy.sh/docs
+ description:
+ en: A simple HTTP-based pub-sub notification service
+ zh: 基于 HTTP 的简单 pub-sub 通知服务
+ zh-Hant: 基於 HTTP 的簡單 pub-sub 通知服務
+ ja: HTTP ベースのシンプルな pub-sub 通知サービス
+ ms: Perkhidmatan pemberitahuan pub-sub mudah berasaskan HTTP
+ pt-br: Um serviço de notificação pub-sub simples baseado em HTTP
+ ru: Простой сервис уведомлений pub-sub на основе HTTP
+ ko: HTTP 기반의 간단한 pub-sub 알림 서비스
diff --git a/obsidian_livesync/3.4.3/data.yml b/obsidian_livesync/3.4.3/data.yml
index d10a4228f..a003ad178 100644
--- a/obsidian_livesync/3.4.3/data.yml
+++ b/obsidian_livesync/3.4.3/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: OBSIDIAN_LIVESYNC_USER
labelEn: Username
labelZh: 用户名
+ label:
+ en: Username
+ ja: ユーザー名
+ ms: Nama Pengguna
+ pt-br: Nome de Usuário
+ ru: Имя пользователя
+ ko: 사용자 이름
+ zh: 用户名
+ zh-Hant: 用戶名
required: true
rule: paramCommon
type: text
@@ -11,6 +20,15 @@ additionalProperties:
envKey: OBSIDIAN_LIVESYNC_USER_PASSWORD
labelEn: Password
labelZh: 密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 密码
+ zh-Hant: 密碼
random: true
required: true
rule: paramComplexity
@@ -20,6 +38,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/obsidian_livesync/README_en.md b/obsidian_livesync/README_en.md
new file mode 100644
index 000000000..7325cae0a
--- /dev/null
+++ b/obsidian_livesync/README_en.md
@@ -0,0 +1,21 @@
+# Create Database
+After deploying CouchDB successfully, you need to manually create a database for the plugin to connect and sync. Visit `http://localhost:5984/_utils`, log in with your credentials, and click `Create Database` to create a database as per your preference.
+
+> If you want to access Self-hosted LiveSync from a mobile device, you need a valid SSL certificate.
+
+# Self-hosted LiveSync
+**Self-hosted LiveSync** is a community-implemented online sync plugin. It uses a self-hosted or purchased CouchDB as a middleware server and is compatible with all platforms supported by Obsidian.
+
+> This plugin is not compatible with the official `Obsidian Sync` service.
+
+## Features:
+- Visual conflict resolver
+- Near real-time bidirectional sync across multiple devices
+- Supports CouchDB and compatible services like IBM Cloudant
+- End-to-end encryption
+- Plugin sync (Beta)
+- Receive WebClip from [obsidian-livesync-webclip](https://chrome.google.com/webstore/detail/obsidian-livesync-webclip/jfpaflmpckblieefkegjncjoceapakdf) (not applicable for end-to-end encryption)
+
+Ideal for researchers, engineers, or developers who need complete autonomy over their notes for security reasons, as well as anyone who values the privacy of their notes.
+
+> For detailed usage, refer to the official documentation.
\ No newline at end of file
diff --git a/obsidian_livesync/data.yml b/obsidian_livesync/data.yml
index ac3073b71..bf51a595e 100644
--- a/obsidian_livesync/data.yml
+++ b/obsidian_livesync/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://github.com/vrtmrz/obsidian-livesync
github: https://github.com/vrtmrz/obsidian-livesync
- document: https://github.com/vrtmrz/obsidian-livesync/blob/main/docs/setup_own_server_cn.md
\ No newline at end of file
+ document: https://github.com/vrtmrz/obsidian-livesync/blob/main/docs/setup_own_server_cn.md
+ description:
+ en: Obsidian Self-hosted LiveSync
+ zh: Obsidian 自托管实时同步
+ zh-Hant: Obsidian 自託管實時同步
+ ja: Obsidian 自己ホスト型ライブ同期
+ ms: Obsidian LiveSync yang dihoskan sendiri
+ pt-br: Obsidian LiveSync auto-hospedado
+ ru: Обсидиан Самостоятельно размещаемая синхронизация в реальном времени
+ ko: Obsidian 자체 호스팅 실시간 동기화
\ No newline at end of file
diff --git a/onedev/11.7.6/data.yml b/onedev/11.7.6/data.yml
index 5795e46d6..eb34e1a37 100644
--- a/onedev/11.7.6/data.yml
+++ b/onedev/11.7.6/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_SSH
labelEn: SSH Port
labelZh: SSH 端口
+ label:
+ en: SSH Port
+ ja: SSH ポート
+ ms: Port SSH
+ pt-br: Porta SSH
+ ru: Порт SSH
+ ko: SSH 포트
+ zh: SSH 端口
+ zh-Hant: SSH 埠
required: true
rule: paramPort
type: number
diff --git a/onedev/README_en.md b/onedev/README_en.md
new file mode 100644
index 000000000..06bf0629f
--- /dev/null
+++ b/onedev/README_en.md
@@ -0,0 +1,14 @@
+# OneDev
+**OneDev** is a Git server with CI/CD, Kanban, and Packages, offering seamless integration and an unparalleled experience.
+
+## Features:
+- **Project Management**: Comprehensive project management features, including creating, editing, and deleting projects, as well as managing project members and permissions.
+- **Code Hosting**: Supports code hosting, allowing users to manage their repositories and version control within OneDev.
+- **CI/CD**: Built-in CI/CD capabilities for automating build, test, and deployment workflows.
+- **Issue Tracking**: Provides issue tracking features for creating, assigning, and resolving issues.
+- **Wiki**: Offers a Wiki for creating and sharing project documentation, guides, and tutorials.
+- **Code Review**: Supports code review for managing pull requests and code merges.
+- **Webhooks**: Allows users to trigger custom actions on specific events via Webhooks.
+- **Multi-Language Support**: Provides a multilingual interface to cater to global users.
+- **User-Friendly Interface**: Intuitive and user-friendly interface for efficient project management and development.
+- **Permission Management**: Flexible permission management for assigning and managing user roles.
\ No newline at end of file
diff --git a/onedev/data.yml b/onedev/data.yml
index 62831efa8..216554f65 100644
--- a/onedev/data.yml
+++ b/onedev/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://onedev.io
github: https://github.com/theonedev/onedev
document: https://docs.onedev.io
+ description:
+ en: Git Server with CI/CD, Kanban, and Packages
+ zh: 带有 CI/CD、Kanban 和 Packages 的 Git 服务器
+ zh-Hant: 帶有 CI/CD、Kanban 和 Packages 的 Git 伺服器
+ ja: CI/CD、カンバン、およびパッケージを備えた Git サーバー
+ ms: Pelayan Git dengan CI/CD, Kanban, dan Pakej
+ pt-br: Servidor Git com CI/CD, Kanban e Pacotes
+ ru: Сервер Git с CI/CD, Kanban и пакетами
+ ko: CI/CD, Kanban 및 패키지가 포함된 Git 서버
diff --git a/onlyoffice/8.3.2.1/data.yml b/onlyoffice/8.3.2.1/data.yml
index 422a96912..88fc53d49 100644
--- a/onlyoffice/8.3.2.1/data.yml
+++ b/onlyoffice/8.3.2.1/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
+ label:
+ en: HTTP Port
+ ja: HTTP ポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP 埠
required: true
rule: paramPort
type: number
@@ -12,7 +21,16 @@ additionalProperties:
edit: true
envKey: JWT_SECRET
labelEn: JWT Secret
- labelZh: JWT密码
+ labelZh: JWT密钥
+ label:
+ en: JWT Secret
+ ja: JWT シークレット
+ ms: Rahsia JWT
+ pt-br: Segredo JWT
+ ru: Секрет JWT
+ ko: JWT 비밀
+ zh: JWT密钥
+ zh-Hant: JWT密鑰
random: true
required: true
rule: paramComplexity
diff --git a/onlyoffice/README_en.md b/onlyoffice/README_en.md
new file mode 100644
index 000000000..0219ce7a1
--- /dev/null
+++ b/onlyoffice/README_en.md
@@ -0,0 +1,14 @@
+# Instructions
+After deployment, follow the prompts on the page and execute the command in the terminal to start the service.
+
+# ONLYOFFICE
+**ONLYOFFICE** is a comprehensive collaborative office software suite that integrates document processing, spreadsheets, and presentations, providing a seamless collaborative work environment for teams. Its powerful features and ease of use make it the preferred tool for teams of all sizes and types.
+
+## Features Overview:
+- **Real-Time Collaboration**: ONLYOFFICE offers real-time collaboration features, allowing team members to edit documents, spreadsheets, and presentations simultaneously without worrying about version conflicts or data loss.
+- **Cloud Storage**: Users can store files in ONLYOFFICE's cloud service for anytime, anywhere access and editing, or choose to deploy on their private servers to ensure data security.
+- **Format Compatibility**: ONLYOFFICE supports various file formats, including Microsoft Office formats (.docx, .xlsx, .pptx), OpenDocument formats, and PDFs, ensuring users can easily share and edit files with others.
+- **Powerful Editing Tools**: Whether for text processing, data handling, or presentation creation, ONLYOFFICE provides a rich set of editing tools and formatting options to meet users' diverse content editing and layout needs.
+- **Plugin Support**: ONLYOFFICE allows users to extend functionality through plugins, such as adding additional language support or integrating third-party services, making the software more flexible and versatile.
+- **Security**: ONLYOFFICE employs advanced encryption technologies to protect user data and privacy, providing a reliable work environment.
+- **Cross-Platform Support**: ONLYOFFICE runs on Windows, macOS, and Linux operating systems and offers web and mobile applications, ensuring seamless use across different devices.
\ No newline at end of file
diff --git a/onlyoffice/data.yml b/onlyoffice/data.yml
index 140deee93..e9563f57f 100644
--- a/onlyoffice/data.yml
+++ b/onlyoffice/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.onlyoffice.com
github: https://github.com/ONLYOFFICE
document: https://helpcenter.onlyoffice.com
+ description:
+ en: A free collaborative online office suite
+ zh: 免费的在线办公套件
+ zh-Hant: 免費的在線辦公套件
+ ja: 無料のオンライン共同作業オフィススイート
+ ms: Suite pejabat dalam talian kolaboratif percuma
+ pt-br: Um pacote de escritório online colaborativo gratuito
+ ru: Бесплатный совместный онлайн-офисный пакет
+ ko: 무료 협업 온라인 오피스 스위트
diff --git a/opengist/1.9.1/data.yml b/opengist/1.9.1/data.yml
index 7db3b79e9..3e29d4829 100644
--- a/opengist/1.9.1/data.yml
+++ b/opengist/1.9.1/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/opengist/README_en.md b/opengist/README_en.md
new file mode 100644
index 000000000..7dbce9b93
--- /dev/null
+++ b/opengist/README_en.md
@@ -0,0 +1,22 @@
+# Opengist
+**Opengist** is a high-performance Pastebin platform based on Git. It provides flexible code snippet management and powerful self-hosting capabilities, suitable for individual and team collaboration.
+
+## Key Features:
+
+### Git-Driven Code Snippet Management
+Opengist stores all code snippets using Git, allowing users to manage them with standard Git commands (Clone / Pull / Push) and through a web interface.
+
+### Code Highlighting and Multi-Format Support
+Opengist includes built-in code highlighting, supporting syntax highlighting for various programming languages, as well as compatibility with Markdown and CSV files for improved readability and usability.
+
+### Access Control
+Users can create public, non-public, or private code snippets and control access permissions to ensure the security of sensitive information. It also supports authentication via OAuth2 for GitHub, GitLab, Gitea, and OpenID Connect.
+
+### Efficient Search and Organization
+Opengist allows users to quickly find code snippets through content search, browsing user snippets, and adding topic tags. It also supports liking, forking, and version management of code snippets.
+
+### Snippet Embedding and Download
+Supports embedding code snippets into other websites for sharing and demonstration, and allows downloading in original file or ZIP format.
+
+### Lightweight and Extensible
+Opengist is deployed using Docker, supports custom user/group permissions (UID/GID), and is suitable for various self-hosting environments, providing an efficient and flexible user experience.
\ No newline at end of file
diff --git a/opengist/data.yml b/opengist/data.yml
index bb889dd2d..9eb39be48 100644
--- a/opengist/data.yml
+++ b/opengist/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://opengist.io/
github: https://github.com/thomiceli/opengist
document: https://opengist.io/docs/
+ description:
+ en: Opengist is a self-hosted Pastebin powered by Git.
+ zh: Opengist 是一个由 Git 驱动的自托管 Pastebin。
+ zh-Hant: Opengist 是一個由 Git 驅動的自託管 Pastebin。
+ ja: Opengist は、Git によって駆動される自己ホスト型 Pastebin です。
+ ms: Opengist ialah Pastebin yang dihoskan sendiri yang dikuasakan oleh Git.
+ pt-br: Opengist é um Pastebin auto-hospedado alimentado por Git.
+ ru: Opengist — это Pastebin с самостоятельным хостингом на основе Git.
+ ko: Opengist는 Git으로 구동되는 자체 호스팅 Pastebin입니다.
diff --git a/openldap/2.6.9/data.yml b/openldap/2.6.9/data.yml
index 48f55d139..a6557ab91 100644
--- a/openldap/2.6.9/data.yml
+++ b/openldap/2.6.9/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
default: dc=example,dc=org
labelEn: LDAP baseDN
labelZh: LDAP baseDN
+ label:
+ en: LDAP baseDN
+ ja: LDAP ベースDN
+ ms: LDAP baseDN
+ pt-br: LDAP baseDN
+ ru: LDAP baseDN
+ ko: LDAP baseDN
+ zh: LDAP baseDN
+ zh-Hant: LDAP baseDN
random: false
required: true
type: text
@@ -11,6 +20,15 @@ additionalProperties:
default: admin
labelEn: LDAP admin username
labelZh: LDAP 管理员用户名
+ label:
+ en: LDAP admin username
+ ja: LDAP 管理者ユーザー名
+ ms: Nama pengguna admin LDAP
+ pt-br: Nome de usuário admin LDAP
+ ru: Имя пользователя администратора LDAP
+ ko: LDAP 관리자 사용자 이름
+ zh: LDAP 管理员用户名
+ zh-Hant: LDAP 管理員用戶名
random: false
required: true
rule: paramCommon
@@ -19,6 +37,15 @@ additionalProperties:
default: adminpassword
labelEn: LDAP admin password
labelZh: LDAP 管理员密码
+ label:
+ en: LDAP admin password
+ ja: LDAP 管理者パスワード
+ ms: Kata laluan admin LDAP
+ pt-br: Senha do admin LDAP
+ ru: Пароль администратора LDAP
+ ko: LDAP 관리자 비밀번호
+ zh: LDAP 管理员密码
+ zh-Hant: LDAP 管理員密碼
random: true
required: true
rule: paramComplexity
@@ -28,6 +55,15 @@ additionalProperties:
edit: true
labelEn: LDAP listening port
labelZh: LDAP 监听端口
+ label:
+ en: LDAP listening port
+ ja: LDAP リスニングポート
+ ms: Port pendengaran LDAP
+ pt-br: Porta de escuta LDAP
+ ru: Порт прослушивания LDAP
+ ko: LDAP 수신 포트
+ zh: LDAP 监听端口
+ zh-Hant: LDAP 監聽埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/openldap/README_en.md b/openldap/README_en.md
new file mode 100644
index 000000000..0548cb947
--- /dev/null
+++ b/openldap/README_en.md
@@ -0,0 +1,27 @@
+# OpenLDAP
+
+[OpenLDAP](https://openldap.org/) is a free and open-source implementation of the Lightweight Directory Access Protocol (LDAP).
+
+This application uses the OpenLDAP Docker image built by Bitnami, allowing for quick deployment of OpenLDAP services.
+
+## Related Links
+
+- OpenLDAP Official Website:
+- Bitnami OpenLDAP Repository:
+
+## License
+
+Copyright © 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
diff --git a/openldap/data.yml b/openldap/data.yml
index fe0d5b919..39e9aa1ec 100644
--- a/openldap/data.yml
+++ b/openldap/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://openldap.org/
github: https://github.com/openldap/openldap
document: https://hub.docker.com/r/bitnami/openldap
+ description:
+ en: An open source implementation of the Lightweight Directory Access Protocol
+ zh: 轻量级目录访问协议的开源实现
+ zh-Hant: 輕量級目錄訪問協議的開源實現
+ ja: 軽量ディレクトリアクセスプロトコルのオープンソース実装
+ ms: Pelaksanaan sumber terbuka Protokol Akses Direktori Ringan
+ pt-br: Uma implementação de código aberto do Protocolo de Acesso a Diretórios Leves
+ ru: Открытая реализация протокола легкого доступа к каталогам
+ ko: 경량 디렉토리 액세스 프로토콜의 오픈 소스 구현
diff --git a/openlitespeed/1.8.1-lsphp74/data.yml b/openlitespeed/1.8.1-lsphp74/data.yml
index d86a8c86b..2b16a9e1e 100644
--- a/openlitespeed/1.8.1-lsphp74/data.yml
+++ b/openlitespeed/1.8.1-lsphp74/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP_80
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS端口
+ label:
+ en: HTTPS Port
+ ja: HTTPSポート
+ ms: Port HTTPS
+ pt-br: Porta HTTPS
+ ru: HTTPS-порт
+ ko: HTTPS 포트
+ zh: HTTPS端口
+ zh-Hant: HTTPS連接埠
required: true
rule: paramPort
type: number
@@ -21,6 +39,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Console Port
labelZh: 控制台端口
+ label:
+ en: Console Port
+ ja: コンソールポート
+ ms: Port Konsol
+ pt-br: Porta do Console
+ ru: Порт консоли
+ ko: 콘솔 포트
+ zh: 控制台端口
+ zh-Hant: 控制台埠
required: true
rule: paramPort
type: number
@@ -29,5 +56,14 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
+ label:
+ en: Time zone
+ ja: タイムゾーン
+ ms: Zon masa
+ pt-br: Fuso horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
diff --git a/openlitespeed/1.8.3-lsphp81/data.yml b/openlitespeed/1.8.3-lsphp81/data.yml
index d86a8c86b..2b16a9e1e 100644
--- a/openlitespeed/1.8.3-lsphp81/data.yml
+++ b/openlitespeed/1.8.3-lsphp81/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP_80
labelEn: HTTP Port
labelZh: HTTP端口
+ label:
+ en: HTTP Port
+ ja: HTTPポート
+ ms: Port HTTP
+ pt-br: Porta HTTP
+ ru: HTTP-порт
+ ko: HTTP 포트
+ zh: HTTP端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS端口
+ label:
+ en: HTTPS Port
+ ja: HTTPSポート
+ ms: Port HTTPS
+ pt-br: Porta HTTPS
+ ru: HTTPS-порт
+ ko: HTTPS 포트
+ zh: HTTPS端口
+ zh-Hant: HTTPS連接埠
required: true
rule: paramPort
type: number
@@ -21,6 +39,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Console Port
labelZh: 控制台端口
+ label:
+ en: Console Port
+ ja: コンソールポート
+ ms: Port Konsol
+ pt-br: Porta do Console
+ ru: Порт консоли
+ ko: 콘솔 포트
+ zh: 控制台端口
+ zh-Hant: 控制台埠
required: true
rule: paramPort
type: number
@@ -29,5 +56,14 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
+ label:
+ en: Time zone
+ ja: タイムゾーン
+ ms: Zon masa
+ pt-br: Fuso horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
diff --git a/openlitespeed/README_en.md b/openlitespeed/README_en.md
new file mode 100644
index 000000000..245306cd8
--- /dev/null
+++ b/openlitespeed/README_en.md
@@ -0,0 +1,22 @@
+# Usage Instructions
+
+After installation, connect to the container terminal from the container interface and execute the following command to create an administrator account password:
+
+```shell
+/usr/local/lsws/admin/misc/admpass.sh
+```
+
+# OpenLiteSpeed
+
+**OpenLiteSpeed** is a high-performance, lightweight, open-source HTTP server.
+
+## Key Features:
+
+- **High Performance**: OpenLiteSpeed can handle a large number of concurrent connections and requests, providing fast response times and high throughput.
+- **Built-in Cache**: Features an efficient built-in caching system that significantly improves website loading speed and performance.
+- **Event-Driven Architecture**: Utilizes an event-driven architecture to efficiently use system resources and enhance server processing capabilities.
+- **Virtual Host Support**: Supports virtual host configurations, allowing multiple websites to be hosted on a single server, providing flexible deployment options.
+- **Security**: Includes built-in protection against DDoS attacks and malware, offering reliable security measures.
+- **Easy-to-Use Web Management Interface**: Provides an intuitive web management interface for easy server configuration and management.
+- **Scalability**: Supports various plugins and extensions, allowing server functionality and performance to be expanded as needed.
+
diff --git a/openlitespeed/data.yml b/openlitespeed/data.yml
index 0f2841bf1..f29e7deb4 100644
--- a/openlitespeed/data.yml
+++ b/openlitespeed/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://openlitespeed.org
github: https://github.com/litespeedtech/openlitespeed
- document: https://openlitespeed.org/#install
\ No newline at end of file
+ document: https://openlitespeed.org/#install
+ description:
+ en: A high-performance, lightweight, open source HTTP server
+ zh: 高性能、轻量级、开源的 HTTP 服务器
+ zh-Hant: 高性能、輕量級、開源的 HTTP 伺服器
+ ja: 高性能で軽量、オープンソースの HTTP サーバー
+ ms: Pelayan HTTP sumber terbuka yang berprestasi tinggi dan ringan
+ pt-br: Um servidor HTTP de alto desempenho, leve e de código aberto
+ ru: Высокопроизводительный, легковесный, открытый HTTP-сервер
+ ko: 고성능, 경량, 오픈 소스 HTTP 서버
\ No newline at end of file
diff --git a/openvpn/README_en.md b/openvpn/README_en.md
new file mode 100644
index 000000000..b5b5e35e7
--- /dev/null
+++ b/openvpn/README_en.md
@@ -0,0 +1,8 @@
+# Usage Instructions
+
+## Management Interface
+- Management interface URL: `https://IP:ControlPanelPort/admin`
+- Default username: `openvpn`
+- Password: Can be found in the Docker container logs (generated during the first initialization run).
+
+> You can search for the keyword `pass` to retrieve the initial password, e.g., `Auto-generated pass = "WHjoYsAd9Ha9m". Setting in db...`
\ No newline at end of file
diff --git a/openvpn/data.yml b/openvpn/data.yml
index 2897ce584..5d3673850 100644
--- a/openvpn/data.yml
+++ b/openvpn/data.yml
@@ -19,3 +19,12 @@ additionalProperties:
website: https://openvpn.net/
github: https://github.com/OpenVPN/openvpn
document: https://openvpn.net/access-server-manual/introduction/
+ description:
+ en: Open source VPN daemon
+ zh: 开源 VPN 守护进程
+ zh-Hant: 開源 VPN 守護進程
+ ja: オープンソースの VPN デーモン
+ ms: Daemon VPN sumber terbuka
+ pt-br: Daemon VPN de código aberto
+ ru: Открытый демон VPN
+ ko: 오픈 소스 VPN 데몬
diff --git a/openvpn/latest/data.yml b/openvpn/latest/data.yml
index 9a818335f..8884220b1 100644
--- a/openvpn/latest/data.yml
+++ b/openvpn/latest/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Console Port
labelZh: 控制台端口
+ label:
+ en: Console Port
+ ja: コンソールポート
+ ms: Port Konsol
+ pt-br: Porta do Console
+ ru: Порт консоли
+ ko: 콘솔 포트
+ zh: 控制台端口
+ zh-Hant: 控制台埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
+ label:
+ en: HTTPS Port
+ ja: HTTPSポート
+ ms: Port HTTPS
+ pt-br: Porta HTTPS
+ ru: HTTPS-порт
+ ko: HTTPS 포트
+ zh: HTTPS 端口
+ zh-Hant: HTTPS 埠
required: true
rule: paramPort
type: number
@@ -21,6 +39,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_UDP
labelEn: UDP Port
labelZh: UDP 端口
+ label:
+ en: UDP Port
+ ja: UDPポート
+ ms: Port UDP
+ pt-br: Porta UDP
+ ru: UDP-порт
+ ko: UDP 포트
+ zh: UDP 端口
+ zh-Hant: UDP 埠
required: true
rule: paramPort
type: number
diff --git a/photoprism/250321-ce/data.yml b/photoprism/250321-ce/data.yml
index fed6124fd..3f4b3051b 100644
--- a/photoprism/250321-ce/data.yml
+++ b/photoprism/250321-ce/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: ADMIN_USER
labelEn: Admin user
labelZh: 管理员用户名
+ label:
+ en: Admin user
+ ja: 管理者ユーザー
+ ms: Pengguna Admin
+ pt-br: Usuário Administrador
+ ru: Администратор
+ ko: 관리자 사용자
+ zh: 管理员用户名
+ zh-Hant: 管理員用戶名
required: true
type: text
- default: photoprism
@@ -12,6 +21,15 @@ additionalProperties:
envKey: ADMIN_PASSWORD
labelEn: Admin Password
labelZh: 管理员密码
+ label:
+ en: Admin Password
+ ja: 管理者パスワード
+ ms: Kata Laluan Admin
+ pt-br: Senha do Administrador
+ ru: Пароль администратора
+ ko: 관리자 비밀번호
+ zh: 管理员密码
+ zh-Hant: 管理員密碼
random: true
required: true
type: password
@@ -20,6 +38,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -28,6 +55,15 @@ additionalProperties:
envKey: PHOTOPRISM_EXTERNAL_URL
labelEn: External URL
labelZh: 外部访问地址
+ label:
+ en: External URL
+ ja: 外部URL
+ ms: URL Luaran
+ pt-br: URL Externa
+ ru: Внешний URL
+ ko: 외부 URL
+ zh: 外部访问地址
+ zh-Hant: 外部訪問地址
required: true
type: text
- default: ""
@@ -36,12 +72,30 @@ additionalProperties:
key: mariadb
labelEn: MariaDB Database Service
labelZh: MariaDB 数据库服务
+ label:
+ en: MariaDB Database Service
+ ja: MariaDB データベース サービス
+ ms: Perkhidmatan Pangkalan Data MariaDB
+ pt-br: Serviço de Banco de Dados MariaDB
+ ru: Сервис базы данных MariaDB
+ ko: MariaDB 데이터베이스 서비스
+ zh: MariaDB 数据库服务
+ zh-Hant: MariaDB 數據庫服務
required: true
type: service
- default: photoprism
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -50,6 +104,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -58,6 +121,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -67,6 +139,15 @@ additionalProperties:
envKey: UID
labelEn: UID
labelZh: UID
+ label:
+ en: UID
+ ja: UID
+ ms: UID
+ pt-br: UID
+ ru: UID
+ ko: UID
+ zh: UID
+ zh-Hant: UID
required: true
type: number
- default: 1000
@@ -74,6 +155,15 @@ additionalProperties:
envKey: GID
labelEn: GID
labelZh: GID
+ label:
+ en: GID
+ ja: GID
+ ms: GID
+ pt-br: GID
+ ru: GID
+ ko: GID
+ zh: GID
+ zh-Hant: GID
required: true
type: number
- default: ""
@@ -81,13 +171,31 @@ additionalProperties:
envKey: SITE_DESCRIPTION
labelEn: Site description
labelZh: 网站描述
+ label:
+ en: Site description
+ ja: サイトの説明
+ ms: Penerangan Laman
+ pt-br: Descrição do Site
+ ru: Описание сайта
+ ko: 사이트 설명
+ zh: 网站描述
+ zh-Hant: 網站描述
required: false
type: text
- default: ""
edit: true
envKey: SITE_AUTHOR
- labelEn: Site description
+ labelEn: Site author
labelZh: 网站作者
+ label:
+ en: Site author
+ ja: サイトの作者
+ ms: Pengarang Laman
+ pt-br: Autor do Site
+ ru: Автор сайта
+ ko: 사이트 작성자
+ zh: 网站作者
+ zh-Hant: 網站作者
required: false
type: text
- default: "AI-Powered Photos App"
@@ -95,5 +203,14 @@ additionalProperties:
envKey: SITE_CAPTION
labelEn: Site caption
labelZh: 网站标题
+ label:
+ en: Site caption
+ ja: サイトのキャプション
+ ms: Kapsyen Laman
+ pt-br: Legenda do Site
+ ru: Заголовок сайта
+ ko: 사이트 캡션
+ zh: 网站标题
+ zh-Hant: 網站標題
required: false
type: text
\ No newline at end of file
diff --git a/photoprism/README_en.md b/photoprism/README_en.md
new file mode 100644
index 000000000..67920ff46
--- /dev/null
+++ b/photoprism/README_en.md
@@ -0,0 +1,18 @@
+# PhotoPrism
+
+**PhotoPrism** is an AI-powered photo application for the decentralized web. It uses the latest technology to automatically tag and find pictures without getting in your way. You can run it at home, on a private server, or in the cloud.
+
+## Key Features:
+
+- Browse all photos and videos without worrying about RAW conversion, duplicates, or video formats.
+- Easily find specific photos using powerful search filters.
+- Recognize faces of your family and friends.
+- Automatically categorize photos based on their content and location.
+- Hover over live photos in albums and search results to play them.
+- The user interface is a progressive web app, providing a native app-like experience, making it easy to install on all major operating systems and mobile devices' home screens.
+- Includes four high-resolution world maps to relive your favorite travel memories.
+- Extract and merge metadata from Exif, XMP, and other sources (e.g., Google Photos).
+- Search for more image attributes such as color, chroma, and quality.
+- Securely back up iOS and Android phones in the background using PhotoSync.
+- WebDAV clients (e.g., Microsoft’s Windows Explorer and Apple’s Finder) can directly connect to PhotoPrism, allowing you to open, edit, and delete files on your computer as if they were local files.
+
diff --git a/photoprism/data.yml b/photoprism/data.yml
index b0b5a34e6..ecb667b22 100644
--- a/photoprism/data.yml
+++ b/photoprism/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.photoprism.app
github: https://github.com/photoprism/photoprism
document: https://docs.photoprism.app
+ description:
+ en: AI-Powered Photos App for the Decentralized Web
+ zh: 去中心化网络的人工智能照片应用程序
+ zh-Hant: 去中心化網絡的人工智能照片應用程序
+ ja: 分散型 Web 用の AI 搭載写真アプリ
+ ms: Aplikasi Foto Berkuasa AI untuk Web Terdesentralisasi
+ pt-br: Aplicativo de Fotos com IA para a Web Descentralizada
+ ru: Приложение для фотографий с ИИ для децентрализованного Интернета
+ ko: 분산형 웹을 위한 AI 기반 사진 앱
diff --git a/planka/1.25.1/data.yml b/planka/1.25.1/data.yml
index e8a2b45b7..187e800a4 100644
--- a/planka/1.25.1/data.yml
+++ b/planka/1.25.1/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
child:
@@ -18,6 +27,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -30,6 +48,15 @@ additionalProperties:
type: text
labelEn: Database User
labelZh: 数据库用户
+ label:
+ en: Database User
+ ja: データベースユーザー
+ ms: Pengguna Pangkalan Data
+ pt-br: Usuário do Banco de Dados
+ ru: Пользователь базы данных
+ ko: 데이터베이스 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
- default: planka
envKey: PANEL_DB_USER_PASSWORD
random: true
@@ -38,11 +65,29 @@ additionalProperties:
type: password
labelEn: Database Password
labelZh: 数据库密码
+ label:
+ en: Database Password
+ ja: データベースパスワード
+ ms: Kata Laluan Pangkalan Data
+ pt-br: Senha do Banco de Dados
+ ru: Пароль базы данных
+ ko: 데이터베이스 비밀번호
+ zh: 数据库密码
+ zh-Hant: 數據庫密碼
- default: 1337
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP 埠
required: true
rule: paramPort
type: number
@@ -51,6 +96,15 @@ additionalProperties:
envKey: DEFAULT_ADMIN_USERNAME
labelEn: Admin Username
labelZh: 管理员用户名
+ label:
+ en: Admin Username
+ ja: 管理者ユーザー名
+ ms: Nama Pengguna Admin
+ pt-br: Nome de Usuário Administrador
+ ru: Имя пользователя администратора
+ ko: 관리자 사용자 이름
+ zh: 管理员用户名
+ zh-Hant: 管理員用戶名
required: true
type: text
- default: planka
@@ -58,6 +112,15 @@ additionalProperties:
envKey: DEFAULT_ADMIN_PASSWORD
labelEn: Admin Password
labelZh: 管理员密码
+ label:
+ en: Admin Password
+ ja: 管理者パスワード
+ ms: Kata Laluan Admin
+ pt-br: Senha do Administrador
+ ru: Пароль администратора
+ ko: 관리자 비밀번호
+ zh: 管理员密码
+ zh-Hant: 管理員密碼
random: true
required: true
type: password
@@ -66,6 +129,15 @@ additionalProperties:
envKey: DEFAULT_ADMIN_EMAIL
labelEn: Admin Email
labelZh: 管理员邮箱
+ label:
+ en: Admin Email
+ ja: 管理者メール
+ ms: E-mel Admin
+ pt-br: E-mail do Administrador
+ ru: Электронная почта администратора
+ ko: 관리자 이메일
+ zh: 管理员邮箱
+ zh-Hant: 管理員郵箱
required: true
type: text
- default: Admin
@@ -73,21 +145,48 @@ additionalProperties:
envKey: DEFAULT_ADMIN_NAME
labelEn: Admin Name
labelZh: 管理员姓名
+ label:
+ en: Admin Name
+ ja: 管理者名
+ ms: Nama Admin
+ pt-br: Nome do Administrador
+ ru: Имя администратора
+ ko: 관리자 이름
+ zh: 管理员姓名
+ zh-Hant: 管理員姓名
required: true
type: text
- default: http://localhost:1337
edit: true
- envKey: PLANKA_EXTERNAL_URL
+ envKey: PLANKA_EXTERNAL_URL
labelEn: External URL
labelZh: 外部访问地址
- required: true
+ label:
+ en: External URL
+ ja: 外部URL
+ ms: URL Luaran
+ pt-br: URL Externa
+ ru: Внешний URL
+ ko: 외부 URL
+ zh: 外部访问地址
+ zh-Hant: 外部訪問地址
+ required: true
rule: paramExtUrl
- type: text
+ type: text
- default: "planka"
edit: true
envKey: PLANKA_SECRET_KEY
labelEn: SECRET KEY
labelZh: 密钥
+ label:
+ en: SECRET KEY
+ ja: シークレットキー
+ ms: Kunci Rahsia
+ pt-br: CHAVE SECRETA
+ ru: СЕКРЕТНЫЙ КЛЮЧ
+ ko: 비밀 키
+ zh: 密钥
+ zh-Hant: 密鑰
random: true
required: true
type: text
\ No newline at end of file
diff --git a/planka/README_en.md b/planka/README_en.md
new file mode 100644
index 000000000..0ba17b15e
--- /dev/null
+++ b/planka/README_en.md
@@ -0,0 +1,8 @@
+# Planka
+**Planka** is an open-source, self-hosted project management tool similar to Trello, built on **Node.js, React, and PostgreSQL**.
+
+## Key Features
+- **Visual Boards**: Intuitive drag-and-drop operations for more efficient task management.
+- **Team Collaboration**: Supports multiple users with flexible permission management.
+- **Real-Time Synchronization**: WebSockets ensure real-time data updates across multiple devices.
+- **Lightweight and Efficient**: Smooth operation with minimal resource usage.
\ No newline at end of file
diff --git a/planka/data.yml b/planka/data.yml
index aaf02a98f..eb7e68a18 100644
--- a/planka/data.yml
+++ b/planka/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://planka.app/
github: https://github.com/plankanban/planka
- document: https://docs.planka.cloud/docs/intro
\ No newline at end of file
+ document: https://docs.planka.cloud/docs/intro
+ description:
+ en: Elegant open source project tracking
+ zh: 优雅的开源项目跟踪
+ zh-Hant: 優雅的開源項目跟蹤
+ ja: エレガントなオープンソースプロジェクト追跡
+ ms: Penjejakan projek sumber terbuka yang elegan
+ pt-br: Rastreamento de projetos de código aberto elegante
+ ru: Элегантное отслеживание проектов с открытым исходным кодом
+ ko: 우아한 오픈 소스 프로젝트 추적
\ No newline at end of file
diff --git a/prometheus/3.2.1/data.yml b/prometheus/3.2.1/data.yml
index a9d231b42..e7e6bd904 100644
--- a/prometheus/3.2.1/data.yml
+++ b/prometheus/3.2.1/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: Web 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: Web 端口
+ zh-Hant: Web 埠
required: true
rule: paramPort
type: number
diff --git a/prometheus/README_en.md b/prometheus/README_en.md
new file mode 100644
index 000000000..2e968e6a5
--- /dev/null
+++ b/prometheus/README_en.md
@@ -0,0 +1,14 @@
+# Prometheus
+
+**Prometheus** is a monitoring system and time-series database.
+
+## Key Features:
+
+- Multidimensional data model, where time series data is identified by metric names and key/value pairs.
+- PromQL, a flexible query language that leverages this dimensionality.
+- No reliance on distributed storage; single server nodes are autonomous.
+- Time series collection is performed via a pull model over HTTP.
+- Supports pushing time series via an intermediary gateway.
+- Targets are discovered via service discovery or static configuration.
+- Multiple modes of graphing and dashboard support.
+
diff --git a/prometheus/data.yml b/prometheus/data.yml
index 69f1612a4..029991bd6 100644
--- a/prometheus/data.yml
+++ b/prometheus/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://prometheus.io
github: https://github.com/prometheus/prometheus
- document: https://prometheus.io/docs/introduction/overview/
\ No newline at end of file
+ document: https://prometheus.io/docs/introduction/overview/
+ description:
+ en: Monitoring system and time series database
+ zh: 监控系统和时间序列数据库
+ zh-Hant: 監控系統和時間序列數據庫
+ ja: 監視システムおよび時系列データベース
+ ms: Sistem pemantauan dan pangkalan data siri masa
+ pt-br: Sistema de monitoramento e banco de dados de séries temporais
+ ru: Система мониторинга и база данных временных рядов
+ ko: 모니터링 시스템 및 시계열 데이터베이스
\ No newline at end of file
diff --git a/qbittorrent/5.0.4/data.yml b/qbittorrent/5.0.4/data.yml
index 8c58027b2..2f7db8481 100644
--- a/qbittorrent/5.0.4/data.yml
+++ b/qbittorrent/5.0.4/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
+ label:
+ en: WebUI Port
+ ja: WebUI ポート
+ ms: Port WebUI
+ pt-br: Porta WebUI
+ ru: Порт WebUI
+ ko: WebUI 포트
+ zh: 网页端口
+ zh-Hant: 網頁埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: PANEL_TORRENTING_PORT
labelEn: Torrenting port
labelZh: 做种端口
+ label:
+ en: Torrenting port
+ ja: トレントポート
+ ms: Port Torrenting
+ pt-br: Porta de Torrenting
+ ru: Порт торрентинга
+ ko: 토렌트 포트
+ zh: 做种端口
+ zh-Hant: 做種埠
required: true
type: number
- default: Asia/Shanghai
@@ -20,5 +38,14 @@ additionalProperties:
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
+ label:
+ en: Time zone
+ ja: タイムゾーン
+ ms: Zon Masa
+ pt-br: Fuso Horário
+ ru: Часовой пояс
+ ko: 시간대
+ zh: 时区
+ zh-Hant: 時區
required: true
type: text
\ No newline at end of file
diff --git a/qbittorrent/README_en.md b/qbittorrent/README_en.md
new file mode 100644
index 000000000..5df37355c
--- /dev/null
+++ b/qbittorrent/README_en.md
@@ -0,0 +1,20 @@
+# Application Initialization:
+
+- Data Directory: `./data`
+- Default Username: `admin`
+- Password: `Temporary password is printed to container logs.`
+
+> Note: You must change the username/password in the Web UI settings. If you do not change the password, a new password will be generated every time the container starts.
+
+# qBittorrent
+
+**qBittorrent** is a free and open-source BitTorrent client used for downloading and sharing files via the BitTorrent protocol. It provides an intuitive user interface and supports multiple platforms, including Windows, macOS, Linux, FreeBSD, and others.
+
+## Key Features:
+
+- **Lightweight**: qBittorrent is small in size, consumes few resources, and runs stably.
+- **Multi-platform Support**: Users can use qBittorrent on multiple operating systems, catering to diverse user needs.
+- **Feature-rich**: Supports searching, RSS subscriptions, IP filtering, encrypted transmissions, and more, meeting various user needs.
+- **User-Friendly**: Offers an intuitive user interface, allowing users to easily manage and control download tasks.
+- **Free and Open Source**: qBittorrent is free and open-source software, allowing users to freely use, modify, and distribute it.
+
diff --git a/qbittorrent/data.yml b/qbittorrent/data.yml
index 9d64ae5b0..928ced91b 100644
--- a/qbittorrent/data.yml
+++ b/qbittorrent/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.qbittorrent.org/
github: https://github.com/qbittorrent/qBittorrent
document: http://wiki.qbittorrent.org/
+ description:
+ en: Cross-platform open source BitTorrent client
+ zh: 跨平台的开源 BitTorrent 客户端
+ zh-Hant: 跨平台的開源 BitTorrent 客戶端
+ ja: クロスプラットフォームのオープンソース BitTorrent クライアント
+ ms: Klien BitTorrent sumber terbuka merentas platform
+ pt-br: Cliente BitTorrent de código aberto multiplataforma
+ ru: Кроссплатформенный клиент BitTorrent с открытым исходным кодом
+ ko: 크로스 플랫폼 오픈 소스 BitTorrent 클라이언트
diff --git a/rabbitmq/4.0.7-management-alpine/data.yml b/rabbitmq/4.0.7-management-alpine/data.yml
index fb658951f..d48e9ba11 100755
--- a/rabbitmq/4.0.7-management-alpine/data.yml
+++ b/rabbitmq/4.0.7-management-alpine/data.yml
@@ -4,12 +4,30 @@ additionalProperties:
envKey: RABBITMQ_DEFAULT_USER
labelEn: RabbitMQ User
labelZh: 管理员
+ label:
+ en: RabbitMQ User
+ ja: RabbitMQ ユーザー
+ ms: Pengguna RabbitMQ
+ pt-br: Usuário RabbitMQ
+ ru: Пользователь RabbitMQ
+ ko: RabbitMQ 사용자
+ zh: 管理员
+ zh-Hant: 管理員
required: true
type: text
- default: rabbitmq
envKey: RABBITMQ_DEFAULT_PASS
labelEn: RabbitMQ User Password
labelZh: 管理员密码
+ label:
+ en: RabbitMQ User Password
+ ja: RabbitMQ ユーザーパスワード
+ ms: Kata Laluan Pengguna RabbitMQ
+ pt-br: Senha do Usuário RabbitMQ
+ ru: Пароль пользователя RabbitMQ
+ ko: RabbitMQ 사용자 비밀번호
+ zh: 管理员密码
+ zh-Hant: 管理員密碼
required: true
type: text
- default: 15672
@@ -17,6 +35,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Dashboard Port
labelZh: Dashboard 端口
+ label:
+ en: Dashboard Port
+ ja: ダッシュボードポート
+ ms: Port Papan Pemuka
+ pt-br: Porta do Painel
+ ru: Порт панели управления
+ ko: 대시보드 포트
+ zh: Dashboard 端口
+ zh-Hant: Dashboard 埠
required: true
rule: paramPort
type: number
@@ -25,6 +52,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_SERVICE
labelEn: Service Port
labelZh: 服务端口
+ label:
+ en: Service Port
+ ja: サービスポート
+ ms: Port Perkhidmatan
+ pt-br: Porta de Serviço
+ ru: Порт службы
+ ko: 서비스 포트
+ zh: 服务端口
+ zh-Hant: 服務埠
required: true
rule: paramPort
type: number
diff --git a/rabbitmq/README_en.md b/rabbitmq/README_en.md
new file mode 100644
index 000000000..a1787d8f9
--- /dev/null
+++ b/rabbitmq/README_en.md
@@ -0,0 +1,38 @@
+# RabbitMQ
+
+RabbitMQ is an open-source message broker that provides powerful messaging capabilities for communication between distributed applications.
+
+## Main Features:
+
+### Message Queue
+
+RabbitMQ allows applications to communicate asynchronously through message queues in distributed systems. It can decouple components between producers and consumers, thereby improving system scalability and flexibility.
+
+### Message Routing
+
+RabbitMQ supports various message routing patterns, including direct exchange, topic exchange, and fanout exchange, allowing messages to be routed to different queues based on different rules.
+
+### Reliability
+
+RabbitMQ provides reliable message delivery mechanisms to ensure messages are not lost between sending and receiving. It supports message acknowledgment and persistence to guarantee reliable message delivery.
+
+### Delayed Queues
+
+RabbitMQ supports delayed queues, allowing messages to be pushed to a queue and processed after a specified delay time. This is useful for implementing scheduled tasks and timers.
+
+### High Availability
+
+RabbitMQ can be configured for high availability, ensuring messages are not lost even in the event of node failures, through mirrored queues and cluster modes.
+
+### Plugin System
+
+RabbitMQ has a rich plugin system that extends its functionality, including management UI, authentication, and authorization plugins.
+
+### Multiple Client Libraries
+
+RabbitMQ supports client libraries for various programming languages, including Java, Python, Ruby, C#, and more, making it easy for developers to interact with the message broker.
+
+### Web Management Interface
+
+RabbitMQ provides an easy-to-use web management interface for monitoring queues, exchanges, connections, and node status, as well as performing configuration and management operations.
+
diff --git a/rabbitmq/data.yml b/rabbitmq/data.yml
index 5f759e71d..647f778aa 100755
--- a/rabbitmq/data.yml
+++ b/rabbitmq/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.rabbitmq.com/
github: https://github.com/rabbitmq/rabbitmq-server
document: https://www.rabbitmq.com/documentation.html
+ description:
+ en: A feature rich, multi-protocol messaging and streaming broker
+ zh: 功能丰富的多协议消息传递和流媒体代理
+ zh-Hant: 功能豐富的多協議消息傳遞和流媒體代理
+ ja: 機能豊富なマルチプロトコルメッセージングおよびストリーミングブローカー
+ ms: Broker pemesejan dan penstriman berbilang protokol yang kaya dengan ciri
+ pt-br: Um broker de mensagens e streaming com vários protocolos e rico em recursos
+ ru: Многофункциональный брокер сообщений и потоков с поддержкой нескольких протоколов
+ ko: 기능이 풍부한 다중 프로토콜 메시징 및 스트리밍 브로커
diff --git a/redis-commander/README_en.md b/redis-commander/README_en.md
new file mode 100644
index 000000000..288cafe09
--- /dev/null
+++ b/redis-commander/README_en.md
@@ -0,0 +1,14 @@
+# Redis Commander
+Redis Commander is a graphical user interface tool for managing and monitoring Redis databases. It provides numerous features to simplify the operation and maintenance of Redis databases.
+
+## Key Features:
+- **Multi-Database Support**: Manage multiple Redis database instances, easily switch between them, and perform operations.
+- **Data Browsing and Editing**: Browse key-value pairs in Redis databases and directly edit data in the interface, including strings, hash tables, lists, sets, and sorted sets.
+- **Key Search**: Quickly search for Redis keys to locate specific data items.
+- **Data Import and Export**: Import data from Redis to a file and import data from a file into Redis.
+- **Real-Time Monitoring**: Provides real-time monitoring information about Redis server performance, including memory usage, command execution, connection count, and more.
+- **Custom Command Execution**: Execute custom Redis commands within Redis Commander for advanced operations and queries.
+- **Data Backup and Restore**: Easily create backups of Redis databases and restore them when needed.
+- **Access Control**: Configure access permissions and user authentication to ensure the security of Redis databases.
+- **History Tracking**: Redis Commander records your operation history, allowing you to easily view and repeat previous commands.
+- **Visual Interface**: Features an intuitive user interface, making it easier to operate and monitor Redis databases.
\ No newline at end of file
diff --git a/redis-commander/data.yml b/redis-commander/data.yml
index 92785d346..b5b7a199a 100755
--- a/redis-commander/data.yml
+++ b/redis-commander/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: http://joeferner.github.io/redis-commander/
github: https://github.com/joeferner/redis-commander
document: https://github.com/joeferner/redis-commander/blob/master/docs/configuration.md
+ description:
+ en: Redis web management tool
+ zh: Redis Web 管理工具
+ zh-Hant: Redis Web 管理工具
+ ja: Redis Web 管理ツール
+ ms: Alat pengurusan web Redis
+ pt-br: Ferramenta de gerenciamento web do Redis
+ ru: Веб-инструмент управления Redis
+ ko: Redis 웹 관리 도구
diff --git a/redis-commander/latest/data.yml b/redis-commander/latest/data.yml
index 73638ecef..7b453c942 100755
--- a/redis-commander/latest/data.yml
+++ b/redis-commander/latest/data.yml
@@ -5,12 +5,30 @@ additionalProperties:
key: redis
labelEn: Redis Service
labelZh: Redis 服务
+ label:
+ en: Redis Service
+ ja: Redis サービス
+ ms: Perkhidmatan Redis
+ pt-br: Serviço Redis
+ ru: Сервис Redis
+ ko: Redis 서비스
+ zh: Redis 服务
+ zh-Hant: Redis 服務
required: true
type: service
- default: ""
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Redis Password
labelZh: Redis 密码
+ label:
+ en: Redis Password
+ ja: Redis パスワード
+ ms: Kata Laluan Redis
+ pt-br: Senha Redis
+ ru: Пароль Redis
+ ko: Redis 비밀번호
+ zh: Redis 密码
+ zh-Hant: Redis 密碼
required: true
type: password
- default: "0"
@@ -18,6 +36,15 @@ additionalProperties:
envKey: REDIS_DB
labelEn: Database
labelZh: 数据库
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库
+ zh-Hant: 數據庫
required: true
type: select
values:
@@ -58,6 +85,15 @@ additionalProperties:
envKey: COMMANDER_ADMIN
labelEn: Username
labelZh: 登录用户名
+ label:
+ en: Username
+ ja: ユーザー名
+ ms: Nama Pengguna
+ pt-br: Nome de Usuário
+ ru: Имя пользователя
+ ko: 사용자 이름
+ zh: 登录用户名
+ zh-Hant: 登錄用戶名
random: true
required: true
rule: paramCommon
@@ -67,6 +103,15 @@ additionalProperties:
envKey: COMMANDER_PASSWORD
labelEn: Password
labelZh: 登录密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata Laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 登录密码
+ zh-Hant: 登錄密碼
random: true
required: true
rule: paramComplexity
@@ -76,6 +121,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/redpanda-console/2.8.4/data.yml b/redpanda-console/2.8.4/data.yml
index d1565cdc7..c89fbfe58 100755
--- a/redpanda-console/2.8.4/data.yml
+++ b/redpanda-console/2.8.4/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -11,6 +20,15 @@ additionalProperties:
envKey: KAFKA_HOST
labelEn: Kafka Service
labelZh: Kafka 服务
+ label:
+ en: Kafka Service
+ ja: Kafka サービス
+ ms: Perkhidmatan Kafka
+ pt-br: Serviço Kafka
+ ru: Сервис Kafka
+ ko: Kafka 서비스
+ zh: Kafka 服务
+ zh-Hant: Kafka 服務
required: true
key: kafka
type: service
diff --git a/redpanda-console/README_en.md b/redpanda-console/README_en.md
new file mode 100644
index 000000000..76d638491
--- /dev/null
+++ b/redpanda-console/README_en.md
@@ -0,0 +1,13 @@
+# Redpanda Console
+
+**Redpanda Console** is a developer-friendly UI for managing Kafka/Redpanda workloads. The console provides an interactive way to understand topics, mask data, manage consumer groups, and explore real-time data through time-travel debugging.
+
+## Main Features:
+
+- **Message Viewer**: Explore your topic messages through ad-hoc queries and dynamic filters in our message viewer. Use JavaScript functions to filter messages and find exactly what you’re looking for. Supported encodings include JSON, Avro, Protobuf, XML, MessagePack, Text, and Binary (hex view). Encodings (except Protobuf) are automatically recognized.
+- **Consumer Groups**: List all active consumer groups and their group offset, edit group offsets (by group, topic, or partition), or delete consumer groups.
+- **Topic Overview**: Browse Kafka topic lists, inspect their configurations, space usage, list all consumers using a single topic, or observe partition details (e.g., low watermark, high watermark, message count, etc.), embed topic documentation from git repositories, and more.
+- **Cluster Overview**: List ACLs, available brokers, their space usage, rack IDs, and other information for a high-level overview of brokers in the cluster.
+- **Schema Registry**: List all Avro, Protobuf, or JSON schemas in the schema registry.
+- **Kafka Connect**: Manage connectors from multiple connect clusters, patch configurations, view their current status, or restart tasks.
+
diff --git a/redpanda-console/data.yml b/redpanda-console/data.yml
index 41af04ba6..956001ec3 100755
--- a/redpanda-console/data.yml
+++ b/redpanda-console/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://redpanda.com/
github: https://github.com/redpanda-data/console
document: https://docs.redpanda.com/current/manage/console/
+ description:
+ en: Redpanda Console – A UI for Data Streaming
+ zh: Redpanda Console – 数据流的用户界面
+ zh-Hant: Redpanda Console – 數據流的用戶界面
+ ja: Redpanda Console – データストリーミングのためのUI
+ ms: Redpanda Console – Antaramuka Pengguna untuk Penstriman Data
+ pt-br: Redpanda Console – Uma interface para streaming de dados
+ ru: Redpanda Console – Интерфейс для потоковой передачи данных
+ ko: Redpanda Console – 데이터 스트리밍을 위한 UI
diff --git a/rocketmq/5.3.2/data.yml b/rocketmq/5.3.2/data.yml
index 187645e4c..1b0016131 100755
--- a/rocketmq/5.3.2/data.yml
+++ b/rocketmq/5.3.2/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_NAMESERVER
labelEn: NameServer Port
labelZh: NameServer 端口
+ label:
+ en: NameServer Port
+ ja: NameServer ポート
+ ms: Port NameServer
+ pt-br: Porta NameServer
+ ru: Порт NameServer
+ ko: NameServer 포트
+ zh: NameServer 端口
+ zh-Hant: NameServer 埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_LISTEN
labelEn: Broker ListenPort
labelZh: Broker 监听端口
+ label:
+ en: Broker ListenPort
+ ja: Broker リッスンポート
+ ms: Port Dengar Broker
+ pt-br: Porta de Escuta do Broker
+ ru: Порт прослушивания брокера
+ ko: 브로커 수신 포트
+ zh: Broker 监听端口
+ zh-Hant: Broker 監聽埠
required: true
rule: paramPort
type: number
@@ -21,6 +39,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_FASTLISTEN
labelEn: Broker FastListenPort
labelZh: Broker 快速监听端口
+ label:
+ en: Broker FastListenPort
+ ja: Broker 高速リッスンポート
+ ms: Port Dengar Cepat Broker
+ pt-br: Porta de Escuta Rápida do Broker
+ ru: Порт быстрого прослушивания брокера
+ ko: 브로커 빠른 수신 포트
+ zh: Broker 快速监听端口
+ zh-Hant: Broker 快速監聽埠
required: true
rule: paramPort
type: number
@@ -29,6 +56,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HALISTEN
labelEn: Broker HaListenPort
labelZh: Broker HA 监听端口
+ label:
+ en: Broker HaListenPort
+ ja: Broker HA リッスンポート
+ ms: Port Dengar HA Broker
+ pt-br: Porta de Escuta HA do Broker
+ ru: Порт HA прослушивания брокера
+ ko: 브로커 HA 수신 포트
+ zh: Broker HA 监听端口
+ zh-Hant: Broker HA 監聽埠
required: true
rule: paramPort
type: number
@@ -37,6 +73,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_REMOTINGLISTEN
labelEn: Proxy RemotingListenPort
labelZh: Proxy 远程监听端口
+ label:
+ en: Proxy RemotingListenPort
+ ja: Proxy リモートリッスンポート
+ ms: Port Dengar Jauh Proxy
+ pt-br: Porta de Escuta Remota do Proxy
+ ru: Порт удаленного прослушивания прокси
+ ko: 프록시 원격 수신 포트
+ zh: Proxy 远程监听端口
+ zh-Hant: Proxy 遠程監聽埠
required: true
rule: paramPort
type: number
@@ -45,6 +90,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_GRPCSERVER
labelEn: Proxy GrpcServerPort
labelZh: Proxy grpc 端口
+ label:
+ en: Proxy GrpcServerPort
+ ja: Proxy grpc サーバーポート
+ ms: Port Pelayan Grpc Proxy
+ pt-br: Porta do Servidor Grpc do Proxy
+ ru: Порт сервера Grpc прокси
+ ko: 프록시 grpc 서버 포트
+ zh: Proxy grpc 端口
+ zh-Hant: Proxy grpc 埠
required: true
rule: paramPort
type: number
@@ -53,6 +107,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Dashboard Port
labelZh: Dashboard 端口
+ label:
+ en: Dashboard Port
+ ja: ダッシュボードポート
+ ms: Port Papan Pemuka
+ pt-br: Porta do Painel
+ ru: Порт панели управления
+ ko: 대시보드 포트
+ zh: Dashboard 端口
+ zh-Hant: Dashboard 埠
required: true
rule: paramPort
type: number
\ No newline at end of file
diff --git a/rocketmq/README_en.md b/rocketmq/README_en.md
new file mode 100644
index 000000000..98afc2529
--- /dev/null
+++ b/rocketmq/README_en.md
@@ -0,0 +1,25 @@
+# RocketMQ
+
+**Apache RocketMQ** is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity, and flexible scalability.
+
+## Main Features:
+
+- Messaging patterns include publish/subscribe, request/reply, and streaming.
+- Financial-grade transactional messages.
+- Built-in fault tolerance and high availability configuration options based on DLedger Controller.
+- Built-in message tracing capability, also supports opentracing.
+- Multifunctional big data and streaming ecosystem integration.
+- Message replay by time or offset.
+- Reliable FIFO and strictly ordered message delivery in the same queue.
+- Efficient pull-push consumption patterns.
+- Single queue with million-level message accumulation capability.
+- Multiple messaging protocols, such as gRPC, MQTT, JMS, and OpenMessaging.
+- Flexible distributed horizontal scaling deployment architecture.
+- Lightning-fast batch message exchange system.
+- SQL, Tag, and other message filtering mechanisms.
+- Docker image for isolated testing and cloud-isolated clusters.
+- Feature-rich management dashboard for configuration, metrics, and monitoring.
+- Authentication and authorization.
+- Free and open-source connectors for sources and sinks.
+- Lightweight real-time computing.
+
diff --git a/rocketmq/data.yml b/rocketmq/data.yml
index bfe803037..4700785a6 100755
--- a/rocketmq/data.yml
+++ b/rocketmq/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://rocketmq.apache.org/
github: https://github.com/apache/rocketmq/
document: https://rocketmq.apache.org/docs/
+ description:
+ en: Cloud native messaging and streaming platform
+ zh: 云原生消息传递和流媒体平台
+ zh-Hant: 雲原生消息傳遞和流媒體平台
+ ja: クラウドネイティブメッセージングおよびストリーミングプラットフォーム
+ ms: Platform pemesejan dan penstriman asli awan
+ pt-br: Plataforma de mensagens e streaming nativa da nuvem
+ ru: Облачная платформа для обмена сообщениями и потоковой передачи
+ ko: 클라우드 네이티브 메시징 및 스트리밍 플랫폼
diff --git a/screego/1.11.2/data.yml b/screego/1.11.2/data.yml
index 8cb04e0b8..52e680a62 100644
--- a/screego/1.11.2/data.yml
+++ b/screego/1.11.2/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: External access port
labelZh: 外部访问端口
+ label:
+ en: External access port
+ ja: 外部アクセスポート
+ ms: Port Akses Luar
+ pt-br: Porta de Acesso Externo
+ ru: Порт внешнего доступа
+ ko: 외부 액세스 포트
+ zh: 外部访问端口
+ zh-Hant: 外部訪問埠
required: true
rule: paramPort
type: number
@@ -13,6 +22,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_TURN
labelEn: TURN Port
labelZh: TURN 端口
+ label:
+ en: TURN Port
+ ja: TURN ポート
+ ms: Port TURN
+ pt-br: Porta TURN
+ ru: Порт TURN
+ ko: TURN 포트
+ zh: TURN 端口
+ zh-Hant: TURN 埠
required: true
rule: paramPort
type: number
@@ -21,6 +39,15 @@ additionalProperties:
envKey: SCREEGO_EXTERNAL_IP
labelEn: EXTERNAL IP
labelZh: 外部 IP
+ label:
+ en: EXTERNAL IP
+ ja: 外部 IP
+ ms: IP Luaran
+ pt-br: IP Externo
+ ru: Внешний IP
+ ko: 외부 IP
+ zh: 外部 IP
+ zh-Hant: 外部 IP
required: true
rule: paramCommon
type: text
@@ -29,6 +56,15 @@ additionalProperties:
envKey: SCREEGO_TURN_PORT_RANGE
labelEn: Turn Port Range
labelZh: TURN 端口范围
+ label:
+ en: Turn Port Range
+ ja: TURN ポート範囲
+ ms: Julat Port TURN
+ pt-br: Intervalo de Portas TURN
+ ru: Диапазон портов TURN
+ ko: TURN 포트 범위
+ zh: TURN 端口范围
+ zh-Hant: TURN 埠範圍
required: true
rule: paramCommon
type: text
diff --git a/screego/README_en.md b/screego/README_en.md
new file mode 100644
index 000000000..7f057c5cc
--- /dev/null
+++ b/screego/README_en.md
@@ -0,0 +1,14 @@
+# Screego
+
+**Screego** is an open-source screen sharing and collaboration tool designed to facilitate seamless remote communication and team collaboration.
+
+## Main Features:
+
+- **Screen Sharing**: Screego allows users to share their screens in real-time, making it ideal for presentations, remote training, or team collaboration.
+- **Remote Assistance**: Users can view and control other computers' desktops over the internet, providing remote support and assistance.
+- **File Transfer**: Easily transfer files between local and remote computers without relying on third-party tools or cloud storage services, ensuring efficient document and data sharing.
+- **Multi-platform Support**: Screego supports multiple operating systems, including Windows, Linux, and macOS, offering flexibility for users across different platforms.
+- **Security**: Secure remote access is ensured through encrypted connections, protecting user data and privacy, using secure protocols to prevent unauthorized access.
+- **Simple and User-friendly Interface**: Screego aims to provide an intuitive interface and simple setup, allowing users to get started quickly and easily launch screen sharing or remote sessions.
+- **Customizable and Open Source**: As an open-source project, Screego offers customization and extension options, allowing users to tailor it to their needs and participate in the project’s ongoing development.
+
diff --git a/screego/data.yml b/screego/data.yml
index ea1a98778..1dd2826ec 100644
--- a/screego/data.yml
+++ b/screego/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://screego.net/
github: https://github.com/screego/server
document: https://screego.net/
+ description:
+ en: Open source screen sharing tools
+ zh: 开源屏幕共享工具
+ zh-Hant: 開源屏幕共享工具
+ ja: オープンソースの画面共有ツール
+ ms: Alat perkongsian skrin sumber terbuka
+ pt-br: Ferramentas de compartilhamento de tela de código aberto
+ ru: Инструменты для совместного использования экрана с открытым исходным кодом
+ ko: 오픈 소스 화면 공유 도구
diff --git a/sonarqube/10.7.0-community/data.yml b/sonarqube/10.7.0-community/data.yml
index 3ca246c08..adb454653 100644
--- a/sonarqube/10.7.0-community/data.yml
+++ b/sonarqube/10.7.0-community/data.yml
@@ -9,6 +9,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
values:
@@ -18,6 +27,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -26,6 +44,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -34,6 +61,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -43,6 +79,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/sonarqube/9.9.8-community/data.yml b/sonarqube/9.9.8-community/data.yml
index 3ca246c08..adb454653 100644
--- a/sonarqube/9.9.8-community/data.yml
+++ b/sonarqube/9.9.8-community/data.yml
@@ -9,6 +9,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
values:
@@ -18,6 +27,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -26,6 +44,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -34,6 +61,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -43,6 +79,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/sonarqube/README_en.md b/sonarqube/README_en.md
new file mode 100644
index 000000000..730c83828
--- /dev/null
+++ b/sonarqube/README_en.md
@@ -0,0 +1,20 @@
+# Default Username and Password
+
+```
+username: admin
+password: admin
+```
+
+# SonarQube
+
+**SonarQube** is an open-source code quality management platform for static code analysis, code quality management, and continuous integration. It provides a range of features to help development teams discover, track, and fix technical debt and defects in their code to improve maintainability, reliability, and security.
+
+## Main Features
+
+- **Static Code Analysis**: Discover and fix code quality issues.
+- **Code Quality Metrics**: Provides various metrics to assess code quality levels.
+- **Issue Tracking and Management**: Record and manage issues and defects in code.
+- **Continuous Integration Support**: Integrates with CI tools for automated code analysis.
+- **Code Repository Integration**: Integrates with version control systems for easy source code access.
+- **Multi-Language Support**: Suitable for projects in multiple programming languages.
+
diff --git a/sonarqube/data.yml b/sonarqube/data.yml
index ca6ca5fbb..eb381a554 100755
--- a/sonarqube/data.yml
+++ b/sonarqube/data.yml
@@ -9,7 +9,7 @@ additionalProperties:
tags:
- DevOps
shortDescZh: 开源的代码质量管理平台
- shortDescEn: An open-source code quality management platform"
+ shortDescEn: An open-source code quality management platform
type: tool
crossVersionUpdate: false
limit: 0
@@ -17,3 +17,12 @@ additionalProperties:
website: https://www.sonarsource.com
github: https://github.com/SonarSource/sonarqube
document: https://docs.sonarsource.com/sonarqube
+ description:
+ en: An open-source code quality management platform
+ zh: 开源的代码质量管理平台
+ zh-Hant: 開源的代碼質量管理平台
+ ja: オープンソースのコード品質管理プラットフォーム
+ ms: Platform pengurusan kualiti kod sumber terbuka
+ pt-br: Uma plataforma de gerenciamento de qualidade de código de código aberto
+ ru: Открытая платформа управления качеством кода
+ ko: 오픈 소스 코드 품질 관리 플랫폼
diff --git a/synapse/1.126.0/data.yml b/synapse/1.126.0/data.yml
index 70a3eec15..adb87bed1 100644
--- a/synapse/1.126.0/data.yml
+++ b/synapse/1.126.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/synapse/README_en.md b/synapse/README_en.md
new file mode 100644
index 000000000..084cae506
--- /dev/null
+++ b/synapse/README_en.md
@@ -0,0 +1,38 @@
+# Synapse
+Synapse is an open-source Matrix home server written and maintained by the Matrix.org Foundation.
+
+## Generate Configuration File
+- Before creating, use the following terminal command to generate the required configuration file. Modify the parameter `my.matrix.host` as needed:
+```shell
+docker run -it --rm \
+ -v synapse-data:/data \ # Mount a volume to map the /data directory inside the container to the synapse-data volume
+ -e SYNAPSE_SERVER_NAME=my.matrix.host \ # Set the public hostname of the Synapse server
+ -e SYNAPSE_REPORT_STATS=no \ # Disable anonymous statistics reporting
+ -e SYNAPSE_HTTP_PORT=8008 \ # Set the HTTP port Synapse listens on to 8008
+ -e SYNAPSE_CONFIG_DIR=/data \ # Set the storage location for configuration files to /data
+ -e SYNAPSE_DATA_DIR=/data \ # Set the storage location for persistent data to /data
+ -e TZ=Asia/Shanghai \ # Set the container's timezone to Asia/Shanghai
+ -e UID=1000 \ # Set the user ID running Synapse
+ -e GID=1000 \ # Set the group ID running Synapse
+ matrixdotorg/synapse:latest generate # Run the latest version of the matrixdotorg/synapse image and execute the generate command to create configuration files
+```
+> The default storage path for configuration files is in the `synapse-data` volume at `/var/lib/docker/volumes/synapse-data/_data`.
+
+## Create Application
+
+## Create Users
+- Create an admin account:
+```shell
+register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml -a -u -p
+```
+- Create a regular user account:
+```shell
+register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml --no-admin -u -p
+```
+- View more commands and help:
+```shell
+register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml --help
+```
+
+## Notes
+All data is stored in the `synapse-data` volume. When deleting the application, if you need to completely clear the data, you must also delete the `synapse-data` volume.
\ No newline at end of file
diff --git a/synapse/data.yml b/synapse/data.yml
index fee84832e..64241b631 100644
--- a/synapse/data.yml
+++ b/synapse/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://matrix-org.github.io/synapse
github: https://github.com/matrix-org/synapse
document: https://matrix-org.github.io/synapse
+ description:
+ en: Open-source Matrix homeserver, build your own chat server
+ zh: 开源的 Matrix 家庭服务器,自建聊天服务器
+ zh-Hant: 開源的 Matrix 家庭伺服器,自建聊天伺服器
+ ja: オープンソースの Matrix ホームサーバー、自分のチャットサーバーを構築
+ ms: Pelayan rumah Matrix sumber terbuka, bina pelayan sembang anda sendiri
+ pt-br: Servidor doméstico Matrix de código aberto, construa seu próprio servidor de chat
+ ru: Открытый сервер Matrix, создайте свой собственный сервер чата
+ ko: 오픈 소스 Matrix 홈 서버, 자체 채팅 서버 구축
diff --git a/teamspeak/3.13.7/data.yml b/teamspeak/3.13.7/data.yml
index aea870727..982c0a733 100644
--- a/teamspeak/3.13.7/data.yml
+++ b/teamspeak/3.13.7/data.yml
@@ -9,6 +9,15 @@ additionalProperties:
envKey: TS3SERVER_DB_TYPE
labelEn: Database Service
labelZh: 数据库服务
+ label:
+ en: Database Service
+ ja: データベースサービス
+ ms: Perkhidmatan Pangkalan Data
+ pt-br: Serviço de Banco de Dados
+ ru: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
values:
@@ -20,6 +29,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -28,6 +46,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -36,6 +63,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -45,6 +81,15 @@ additionalProperties:
envKey: TS3SERVER_VOICE_PORT
labelEn: Voice Port
labelZh: Voice 端口
+ label:
+ en: Voice Port
+ ja: Voice ポート
+ ms: Port Suara
+ pt-br: Porta de Voz
+ ru: Голосовой порт
+ ko: 음성 포트
+ zh: Voice 端口
+ zh-Hant: Voice 埠
required: true
rule: paramPort
type: number
@@ -53,6 +98,15 @@ additionalProperties:
envKey: TS3SERVER_SQ_RAW_PORT
labelEn: ServerQuery (raw) Port
labelZh: ServerQuery (raw) 端口
+ label:
+ en: ServerQuery (raw) Port
+ ja: ServerQuery (raw) ポート
+ ms: Port ServerQuery (raw)
+ pt-br: Porta ServerQuery (raw)
+ ru: Порт ServerQuery (raw)
+ ko: ServerQuery (raw) 포트
+ zh: ServerQuery (raw) 端口
+ zh-Hant: ServerQuery (raw) 埠
required: true
rule: paramPort
type: number
@@ -61,6 +115,15 @@ additionalProperties:
envKey: TS3SERVER_FILETRANSFER_PORT
labelEn: Filetransfer Port
labelZh: Filetransfer 端口
+ label:
+ en: Filetransfer Port
+ ja: Filetransfer ポート
+ ms: Port Pemindahan Fail
+ pt-br: Porta de Transferência de Arquivos
+ ru: Порт передачи файлов
+ ko: 파일 전송 포트
+ zh: Filetransfer 端口
+ zh-Hant: Filetransfer 埠
required: true
rule: paramPort
type: number
diff --git a/teamspeak/README_en.md b/teamspeak/README_en.md
new file mode 100644
index 000000000..2dadfd492
--- /dev/null
+++ b/teamspeak/README_en.md
@@ -0,0 +1,8 @@
+# TeamSpeak
+An excellent network voice (VoIP) solution. TeamSpeak provides critical voice communication solutions for some of the world's best networks.
+
+## Getting Started
+Connect to a TEAMSPEAK server in 3 simple steps:
+1. Download and install the latest [TeamSpeak 3 Client](https://teamspeak.com/en/downloads/) from the downloads page.
+2. Launch the TeamSpeak 3 Client, click the "Connections" menu, and then click "Connect."
+3. Enter your server address, choose a nickname, and if required, enter the server password.
\ No newline at end of file
diff --git a/teamspeak/data.yml b/teamspeak/data.yml
index a5b9359b5..b3a100e5a 100644
--- a/teamspeak/data.yml
+++ b/teamspeak/data.yml
@@ -16,3 +16,12 @@ additionalProperties:
recommend: 0
website: https://teamspeak.com/
document: https://teamspeak.com/en/support/get-started/
+ description:
+ en: An out-of-this-world VoIP solution
+ zh: 一款出色的网络语音 (VoIP) 解决方案
+ zh-Hant: 一款出色的網絡語音 (VoIP) 解決方案
+ ja: 卓越したネットワーク音声 (VoIP) ソリューション
+ ms: Penyelesaian VoIP yang luar biasa
+ pt-br: Uma solução VoIP fora deste mundo
+ ru: Уникальное решение VoIP
+ ko: 뛰어난 네트워크 음성 (VoIP) 솔루션
diff --git a/tomcat/10.1.39/data.yml b/tomcat/10.1.39/data.yml
index 871db38f5..6723f6a50 100755
--- a/tomcat/10.1.39/data.yml
+++ b/tomcat/10.1.39/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -11,6 +20,15 @@ additionalProperties:
envKey: TOMCAT_PASSWORD
labelEn: Tomcat Password
labelZh: 管理员密码
+ label:
+ en: Tomcat Password
+ ja: Tomcat パスワード
+ ms: Kata Laluan Tomcat
+ pt-br: Senha do Tomcat
+ ru: Пароль Tomcat
+ ko: Tomcat 비밀번호
+ zh: 管理员密码
+ zh-Hant: 管理員密碼
random: true
required: true
rule: paramComplexity
diff --git a/tomcat/8.5.100/data.yml b/tomcat/8.5.100/data.yml
index 871db38f5..6723f6a50 100755
--- a/tomcat/8.5.100/data.yml
+++ b/tomcat/8.5.100/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -11,6 +20,15 @@ additionalProperties:
envKey: TOMCAT_PASSWORD
labelEn: Tomcat Password
labelZh: 管理员密码
+ label:
+ en: Tomcat Password
+ ja: Tomcat パスワード
+ ms: Kata Laluan Tomcat
+ pt-br: Senha do Tomcat
+ ru: Пароль Tomcat
+ ko: Tomcat 비밀번호
+ zh: 管理员密码
+ zh-Hant: 管理員密碼
random: true
required: true
rule: paramComplexity
diff --git a/tomcat/9.0.98/data.yml b/tomcat/9.0.98/data.yml
index 871db38f5..6723f6a50 100755
--- a/tomcat/9.0.98/data.yml
+++ b/tomcat/9.0.98/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -11,6 +20,15 @@ additionalProperties:
envKey: TOMCAT_PASSWORD
labelEn: Tomcat Password
labelZh: 管理员密码
+ label:
+ en: Tomcat Password
+ ja: Tomcat パスワード
+ ms: Kata Laluan Tomcat
+ pt-br: Senha do Tomcat
+ ru: Пароль Tomcat
+ ko: Tomcat 비밀번호
+ zh: 管理员密码
+ zh-Hant: 管理員密碼
random: true
required: true
rule: paramComplexity
diff --git a/tomcat/README_en.md b/tomcat/README_en.md
new file mode 100644
index 000000000..3a0a70179
--- /dev/null
+++ b/tomcat/README_en.md
@@ -0,0 +1,15 @@
+# Usage Instructions
+
+- Admin Username: manager
+- The image uses Java 17.
+
+# Apache Tomcat
+
+Apache Tomcat® software is an open-source implementation of Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. The Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket specifications are developed under the [Java Community Process](https://jcp.org/en/introduction/overview).
+
+Apache Tomcat software is developed in an open and participatory environment and is released under the [Apache License, Version 2](https://www.apache.org/licenses/). The Apache Tomcat project aims to be a collaboration of the best developers from around the world. We invite you to participate in this open development project. To learn more, [click here](https://tomcat.apache.org/getinvolved.html) or continue reading.
+
+Apache Tomcat software powers many large, mission-critical web applications across various industries and organizations. Some of these users and their stories are listed on the [PoweredBy wiki page](https://cwiki.apache.org/confluence/display/TOMCAT/PoweredBy).
+
+Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation.
+
diff --git a/tomcat/data.yml b/tomcat/data.yml
index 658e7f1f6..04fbcbd86 100755
--- a/tomcat/data.yml
+++ b/tomcat/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://tomcat.apache.org/
github: https://github.com/apache/tomcat
document: https://tomcat.apache.org/
+ description:
+ en: An open-source web server and servlet container
+ zh: 开源的 Web 服务器和 Servlet 容器
+ zh-Hant: 開源的 Web 伺服器和 Servlet 容器
+ ja: オープンソースの Web サーバーおよびサーブレットコンテナ
+ ms: Pelayan web dan bekas servlet sumber terbuka
+ pt-br: Um servidor web e contêiner de servlets de código aberto
+ ru: Открытый веб-сервер и контейнер сервлетов
+ ko: 오픈 소스 웹 서버 및 서블릿 컨테이너
diff --git a/umami/2.17.0/data.yml b/umami/2.17.0/data.yml
index efb0b2e16..beeb26464 100644
--- a/umami/2.17.0/data.yml
+++ b/umami/2.17.0/data.yml
@@ -9,6 +9,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫 服務
required: true
type: apps
values:
@@ -20,6 +29,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -28,6 +46,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -36,6 +63,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata Laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -44,6 +80,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: HTTP 端口
+ zh-Hant: HTTP連接埠
required: true
rule: paramPort
type: number
@@ -52,6 +97,15 @@ additionalProperties:
envKey: HASH_SALT
labelEn: Hash Salt
labelZh: 哈希盐 (随机字符串)
+ label:
+ en: Hash Salt
+ ja: ハッシュソルト(ランダム文字列)
+ ms: Garam Hash (Rentetan Rawak)
+ pt-br: Sal de Hash (String Aleatória)
+ ru: Хэш-соль (случайная строка)
+ ko: 해시 솔트(무작위 문자열)
+ zh: 哈希盐 (随机字符串)
+ zh-Hant: 哈希鹽(隨機字符串)
random: true
required: true
type: text
diff --git a/umami/README_en.md b/umami/README_en.md
new file mode 100644
index 000000000..60faa4e69
--- /dev/null
+++ b/umami/README_en.md
@@ -0,0 +1,22 @@
+# Usage Instructions
+
+- Supported database versions: MySQL >= 5.7, PostgreSQL >= 12.14.
+- Default username on first login: admin, password: umami.
+
+# Umami
+
+*Umami* is a simple, fast, privacy-focused alternative to Google Analytics.
+
+## Main Features:
+
+- **Real-Time Data Monitoring**: Provides real-time website visit data, including visitor count and page views.
+- **Traffic Source Tracking**: Analyzes and displays the sources of website traffic, including search engines and referral websites.
+- **Geolocation Analysis**: Shows the geographical distribution of visitors, helping to understand user location.
+- **Key Metrics Tracking**: Provides key metrics such as session duration and page dwell time to help optimize user experience and website content.
+
+## Advantages:
+
+- **Open Source and Free**: Umami is an open-source project, free to use and customize.
+- **User-Friendly**: Simple and intuitive interface, easy to use and navigate.
+- **Privacy Protection**: Emphasizes user data privacy and compliance considerations.
+
diff --git a/umami/data.yml b/umami/data.yml
index 7573a1305..e0023753a 100644
--- a/umami/data.yml
+++ b/umami/data.yml
@@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://umami.is/
github: https://github.com/umami-software/umami
- document: https://umami.is/docs
\ No newline at end of file
+ document: https://umami.is/docs
+ description:
+ en: A simple, fast, privacy-focused alternative to Google Analytics
+ zh: Google Analytics 的简单、快速、注重隐私的替代方案
+ zh-Hant: Google Analytics 的簡單、快速、注重隱私的替代方案
+ ja: Google Analytics のシンプルで高速、プライバシー重視の代替手段
+ ms: Alternatif yang ringkas, pantas, dan memfokuskan privasi kepada Google Analytics
+ pt-br: Uma alternativa simples, rápida e focada na privacidade ao Google Analytics
+ ru: Простая, быстрая и ориентированная на конфиденциальность альтернатива Google Analytics
+ ko: Google Analytics에 대한 간단하고 빠르며 개인 정보 보호 중심의 대안
\ No newline at end of file
diff --git a/verdaccio/6.0.5/data.yml b/verdaccio/6.0.5/data.yml
index d7e65136f..d68e300d0 100644
--- a/verdaccio/6.0.5/data.yml
+++ b/verdaccio/6.0.5/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/verdaccio/README_en.md b/verdaccio/README_en.md
new file mode 100644
index 000000000..1844f54e1
--- /dev/null
+++ b/verdaccio/README_en.md
@@ -0,0 +1,3 @@
+# Verdaccio
+
+**Verdaccio** is a simple, **zero-configuration local private npm registry**. You can start using it without needing a full database! Verdaccio works out of the box with **its own lightweight database** and can proxy other registries (e.g., npmjs.org), caching downloaded modules along the way. For users who want to extend storage capabilities, Verdaccio **supports various community-made plugins to integrate with services like Amazon S3, Google Cloud Storage, etc., or you can create your own plugins**.
\ No newline at end of file
diff --git a/verdaccio/data.yml b/verdaccio/data.yml
index 132df4bce..851467f51 100644
--- a/verdaccio/data.yml
+++ b/verdaccio/data.yml
@@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://verdaccio.org/
github: https://github.com/verdaccio/verdaccio
- document: https://verdaccio.org/docs/what-is-verdaccio
\ No newline at end of file
+ document: https://verdaccio.org/docs/what-is-verdaccio
+ description:
+ en: Local private NPM registry
+ zh: 本地私有 NPM 注册中心
+ zh-Hant: 本地私有 NPM 註冊中心
+ ja: ローカルプライベート NPM レジストリ
+ ms: Pendaftaran NPM persendirian tempatan
+ pt-br: Registro NPM privado local
+ ru: Локальный частный реестр NPM
+ ko: 로컬 개인 NPM 레지스트리
\ No newline at end of file
diff --git a/watchtower/1.5.3/data.yml b/watchtower/1.5.3/data.yml
index d3592865b..11ba79566 100755
--- a/watchtower/1.5.3/data.yml
+++ b/watchtower/1.5.3/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: ENV1
labelEn: Environmental parameters (split by ;)
labelZh: 环境参数(以;分割)
+ label:
+ en: Environmental parameters (split by ;)
+ ja: 環境パラメータ(分割)
+ ms: Parameter persekitaran (pisahkan dengan ;)
+ pt-br: Parâmetros ambientais (divididos por ;)
+ ru: Параметры среды (разделенные ;)
+ ko: 환경 매개변수(구분 기호로 나누기)
+ zh: 环境参数(以;分割)
+ zh-Hant: 環境參數(以;分割)
required: true
type: text
- default: --interval 3600 --cleanup
@@ -12,5 +21,14 @@ additionalProperties:
envKey: COMMAND1
labelEn: Command parameters (separated by spaces)
labelZh: 命令参数(以空格分割)
+ label:
+ en: Command parameters (separated by spaces)
+ ja: コマンドパラメータ(分割)
+ ms: Parameter perintah (pisahkan dengan ruang)
+ pt-br: Parâmetros de comando (separados por espaços)
+ ru: Параметры команды (разделенные пробелами)
+ ko: 명령 매개변수(공백으로 구분)
+ zh: 命令参数(以空格分割)
+ zh-Hant: 命令參數(以空格分割)
required: true
type: text
diff --git a/watchtower/README_en.md b/watchtower/README_en.md
new file mode 100644
index 000000000..9eb67eb4e
--- /dev/null
+++ b/watchtower/README_en.md
@@ -0,0 +1,10 @@
+# Watchtower
+Watchtower is an open-source tool for automatically updating Docker containers. It detects whether new versions of the Docker containers you are running are available and automatically updates them, helping to maintain the security and stability of containerized applications.
+
+## Key Features:
+- **Automatic Container Updates**: Watchtower periodically checks Docker Hub or other container registries for updated images. If a new version is found, it automatically downloads the new image and updates the running container.
+- **Scheduled Checks**: Configure Watchtower to periodically check containers to ensure they are always up-to-date. You can set the time interval for checks.
+- **Email Notifications**: Watchtower can be configured to send email notifications when containers are updated, keeping you informed of changes.
+- **Flexibility**: Exclude specific containers from automatic updates to meet particular requirements.
+- **Logging**: Watchtower logs container updates, allowing you to review the update history at any time.
+- **Support for Multiple Container Registries**: In addition to Docker Hub, Watchtower supports other container registries, enabling you to use your preferred container images.
\ No newline at end of file
diff --git a/watchtower/data.yml b/watchtower/data.yml
index 74f86dd64..d05505608 100755
--- a/watchtower/data.yml
+++ b/watchtower/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://github.com/containrrr/watchtower
github: https://github.com/containrrr/watchtower
document: https://containrrr.dev/watchtower/
+ description:
+ en: Tool to automatically update Docker container base images
+ zh: 自动更新 Docker 容器基础镜像的工具
+ zh-Hant: 自動更新 Docker 容器基礎鏡像的工具
+ ja: Docker コンテナのベースイメージを自動更新するツール
+ ms: Alat untuk mengemas kini imej asas kontena Docker secara automatik
+ pt-br: Ferramenta para atualizar automaticamente as imagens base dos contêineres Docker
+ ru: Инструмент для автоматического обновления базовых образов контейнеров Docker
+ ko: Docker 컨테이너 기본 이미지를 자동으로 업데이트하는 도구
diff --git a/web-check/1.0.0/data.yml b/web-check/1.0.0/data.yml
index cfb38cff5..bf6714c48 100644
--- a/web-check/1.0.0/data.yml
+++ b/web-check/1.0.0/data.yml
@@ -5,6 +5,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/web-check/README_en.md b/web-check/README_en.md
new file mode 100644
index 000000000..24df3c743
--- /dev/null
+++ b/web-check/README_en.md
@@ -0,0 +1,11 @@
+# web-check
+`web-check` is a tool for automating the checking and monitoring of web applications. It can be used to verify website availability, performance, and content consistency, and it sends alerts when issues are detected.
+
+## Features:
+1. **Availability Monitoring**: Continuously monitors website availability to ensure the site is accessible to users.
+2. **Performance Monitoring**: Measures website load times and response times to help identify performance bottlenecks.
+3. **Content Validation**: Checks the consistency of page content to ensure key elements and text are displayed as expected.
+4. **Alert Notifications**: Sends alerts via email, SMS, or other notification methods when issues are detected.
+5. **Easy Configuration**: Allows monitoring parameters to be set through a simple configuration file without complex coding.
+6. **Extensibility**: Supports plugins and custom scripts to meet specific monitoring needs.
+7. **Report Generation**: Generates detailed monitoring reports to help analyze and track issues.
\ No newline at end of file
diff --git a/web-check/data.yml b/web-check/data.yml
index 48db7447b..8b68d87be 100644
--- a/web-check/data.yml
+++ b/web-check/data.yml
@@ -18,3 +18,12 @@ additionalProperties:
website: https://web-check.xyz/
github: https://github.com/lissy93/web-check
document: https://github.com/lissy93/web-check
+ description:
+ en: All-in-one OSINT tool for analysing any website
+ zh: 用于分析任何网站的多合一 OSINT 工具
+ zh-Hant: 用於分析任何網站的多合一 OSINT 工具
+ ja: 任意のウェブサイトを分析するためのオールインワン OSINT ツール
+ ms: Alat OSINT serba guna untuk menganalisis mana-mana laman web
+ pt-br: Ferramenta OSINT tudo-em-um para analisar qualquer site
+ ru: Универсальный инструмент OSINT для анализа любого веб-сайта
+ ko: 모든 웹사이트를 분석하기 위한 올인원 OSINT 도구
diff --git a/wikijs/2.5.306/data.yml b/wikijs/2.5.306/data.yml
index da601ab4f..6b9db9128 100755
--- a/wikijs/2.5.306/data.yml
+++ b/wikijs/2.5.306/data.yml
@@ -4,6 +4,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫 服務
required: true
type: apps
child:
@@ -22,6 +31,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -30,6 +48,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -38,6 +65,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata Laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -47,6 +83,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
diff --git a/wikijs/README_en.md b/wikijs/README_en.md
new file mode 100644
index 000000000..e51b3d3b5
--- /dev/null
+++ b/wikijs/README_en.md
@@ -0,0 +1,13 @@
+# Wiki.js
+Wiki.js is open-source software for creating and managing documentation, knowledge bases, and wiki sites. It allows users to write and organize content using Markdown syntax.
+
+## Key Features:
+- **Markdown Editor**: Wiki.js provides a built-in Markdown editor, enabling users to write and format documents in a simple and intuitive way. Markdown syntax supports basic elements like headings, lists, links, images, and blockquotes.
+- **Version Control**: Wiki.js offers version control, allowing multiple authors to collaborate on documents and track changes. Users can roll back to previous versions or view the history of changes.
+- **User and Permission Management**: Create multiple user accounts and assign different permission levels to control access and editing rights for documents.
+- **Search Functionality**: Wiki.js includes powerful search capabilities to help users quickly find the documents or information they need.
+- **Tags and Categories**: Add tags and categories to documents to help organize and classify content, making it easier to browse and navigate.
+- **Custom Themes**: Customize the appearance and feel of your site to meet branding needs, with customizable theme options.
+- **Plugin Support**: Wiki.js supports a plugin system to extend its functionality, adding features like third-party service integration and document export.
+- **Cross-Platform**: Wiki.js supports multiple operating systems, including Windows, macOS, and Linux, allowing deployment and operation in various environments.
+- **Multi-Language Support**: Wiki.js supports multi-language content, enabling the creation of multilingual documents and knowledge bases.
\ No newline at end of file
diff --git a/wikijs/data.yml b/wikijs/data.yml
index fe68e2915..7bab9f942 100755
--- a/wikijs/data.yml
+++ b/wikijs/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://js.wiki/
github: https://github.com/requarks/wiki
document: https://docs.requarks.io/
+ description:
+ en: A modern and powerful wiki app built on Node.js
+ zh: 基于 Node.js 构建的现代而强大的 Wiki 应用程序
+ zh-Hant: 基於 Node.js 構建的現代而強大的 Wiki 應用程序
+ ja: Node.js 上に構築されたモダンで強力な Wiki アプリ
+ ms: Aplikasi wiki moden dan berkuasa yang dibina di atas Node.js
+ pt-br: Um aplicativo wiki moderno e poderoso construído no Node.js
+ ru: Современное и мощное приложение Wiki, построенное на Node.js
+ ko: Node.js 기반의 현대적이고 강력한 위키 앱
diff --git a/yourls/1.9.2/data.yml b/yourls/1.9.2/data.yml
index 1b8e98cf1..f9d5293c1 100644
--- a/yourls/1.9.2/data.yml
+++ b/yourls/1.9.2/data.yml
@@ -9,6 +9,15 @@ additionalProperties:
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: Сервис базы данных
+ ko: 데이터베이스 서비스
+ zh: 数据库服务
+ zh-Hant: 數據庫服務
required: true
type: apps
values:
@@ -18,6 +27,15 @@ additionalProperties:
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
+ label:
+ en: Database
+ ja: データベース
+ ms: Pangkalan Data
+ pt-br: Banco de Dados
+ ru: База данных
+ ko: 데이터베이스
+ zh: 数据库名
+ zh-Hant: 數據庫名
random: true
required: true
rule: paramCommon
@@ -26,6 +44,15 @@ additionalProperties:
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 数据库用户
+ zh-Hant: 數據庫用戶
random: true
required: true
rule: paramCommon
@@ -34,6 +61,15 @@ additionalProperties:
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata Laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 数据库用户密码
+ zh-Hant: 數據庫用戶密碼
random: true
required: true
rule: paramComplexity
@@ -42,6 +78,15 @@ additionalProperties:
envKey: PANEL_DB_PREFIX
labelEn: Database prefix
labelZh: 数据库前缀
+ label:
+ en: Database prefix
+ ja: データベースプレフィックス
+ ms: Pangkalan Data awalan
+ pt-br: Prefixo do Banco de Dados
+ ru: Префикс базы данных
+ ko: 데이터베이스 접두사
+ zh: 数据库前缀
+ zh-Hant: 數據庫前綴
required: true
type: text
- default: 40037
@@ -49,6 +94,15 @@ additionalProperties:
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
+ label:
+ en: Port
+ ja: ポート
+ ms: Port
+ pt-br: Porta
+ ru: Порт
+ ko: 포트
+ zh: 端口
+ zh-Hant: 埠
required: true
rule: paramPort
type: number
@@ -56,6 +110,15 @@ additionalProperties:
envKey: USERNAME
labelEn: User
labelZh: 用户
+ label:
+ en: User
+ ja: ユーザー
+ ms: Pengguna
+ pt-br: Usuário
+ ru: Пользователь
+ ko: 사용자
+ zh: 用户
+ zh-Hant: 用戶
random: true
required: true
rule: paramCommon
@@ -64,6 +127,15 @@ additionalProperties:
envKey: PASSWORD
labelEn: Password
labelZh: 用户密码
+ label:
+ en: Password
+ ja: パスワード
+ ms: Kata Laluan
+ pt-br: Senha
+ ru: Пароль
+ ko: 비밀번호
+ zh: 用户密码
+ zh-Hant: 用戶密碼
random: true
required: true
rule: paramComplexity
@@ -73,5 +145,14 @@ additionalProperties:
envKey: YOURLS_EXTERNAL_URL
labelEn: External URL
labelZh: 外部访问地址
+ label:
+ en: External URL
+ ja: 外部URL
+ ms: URL Luaran
+ pt-br: URL externo
+ ru: Внешний URL
+ ko: 외부 URL
+ zh: 外部访问地址
+ zh-Hant: 外部訪問地址
required: true
type: text
\ No newline at end of file
diff --git a/yourls/README_en.md b/yourls/README_en.md
new file mode 100644
index 000000000..6a70bf8ff
--- /dev/null
+++ b/yourls/README_en.md
@@ -0,0 +1,15 @@
+# Instructions
+> Note: On first instantiation, accessing the root folder will generate an error. Access the `YOURLS` admin interface via the `/admin/` path.
+If the external access address is set to `http://localhost:40037`, you need to visit `http://localhost:40037/admin/` for the initial setup.
+
+# YOURLS
+**YOURLS** is a set of PHP scripts that allow you to run your own URL shortener on your server. You have full control over your data, detailed statistics, analytics, plugins, and more. It is free and open-source.
+
+## Key Features:
+- **Custom Short URLs**: Create personalized short URLs that are easy to remember and share, such as converting long URLs into short ones like "yourls.org/x1b2c3".
+- **Analytics**: YOURLS tracks clicks on each short URL, providing detailed statistics, including click times, geographic locations, and browser information.
+- **Security**: You have full control over your data, ensuring the security of your links and preventing misuse or abuse.
+- **API Support**: YOURLS offers API support, enabling integration with other applications and services for automated URL shortening and management.
+- **Plugin System**: Extend YOURLS functionality with its plugin system, adding new features and capabilities as needed.
+- **Password Protection**: Add password protection to certain short URLs to ensure only authorized users can access them.
+- **Custom Keywords**: Create custom short URL keywords as needed for better organization and management of links.
\ No newline at end of file
diff --git a/yourls/data.yml b/yourls/data.yml
index 0a6740f6c..bb457ecbd 100644
--- a/yourls/data.yml
+++ b/yourls/data.yml
@@ -17,3 +17,12 @@ additionalProperties:
website: https://yourls.org/
github: https://github.com/YOURLS/YOURLS
document: https://yourls.org/docs
+ description:
+ en: The de facto standard self-hosted URL shortener in PHP
+ zh: PHP 驱动的标准自托管 URL 缩短器
+ zh-Hant: PHP 驅動的標準自託管 URL 縮短器
+ ja: PHP で駆動される事実上の標準的な自己ホスト型 URL 短縮ツール
+ ms: Pemendek URL yang dihoskan sendiri dan menjadi standard de facto dalam PHP
+ pt-br: O encurtador de URL auto-hospedado padrão de fato em PHP
+ ru: Фактический стандартный самохостинг для сокращения URL на PHP
+ ko: PHP에서 구동되는 사실상의 표준 자체 호스팅 URL 단축기