1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-07 23:32:30 +08:00

Add various translations for i18n apps (#3475)

This commit is contained in:
John Niang 2025-03-25 16:59:32 +08:00 committed by GitHub
parent 5deabf7247
commit a6d5694275
239 changed files with 4503 additions and 42 deletions

View File

@ -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

13
2fauth/README_en.md Normal file
View File

@ -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.

View File

@ -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) 계정을 관리하고 보안 코드를 생성하는 웹 애플리케이션

16
affine/README_en.md Normal file
View File

@ -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.

View File

@ -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
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: 문서, 화이트보드 및 데이터베이스가 완전히 통합된 작업 공간

View File

@ -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
type: text
label:
en: Password
ja: パスワード
ms: Kata laluan
pt-br: Senha
ru: Пароль
ko: 비밀번호
zh: redis 密码
zh-Hant: redis 密码

View File

@ -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

10
answer/README_en.md Normal file
View File

@ -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.

View File

@ -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 플랫폼 소프트웨어

View File

@ -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

View File

@ -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

View File

@ -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: 셀프 호스팅 오디오북 및 팟캐스트 서버

View File

@ -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

10
bytebase/README_en.md Normal file
View File

@ -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.

View File

@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://www.bytebase.com
github: https://github.com/bytebase/bytebase
document: https://www.bytebase.com/docs
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 솔루션

View File

@ -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

33
calibre-web/README_en.md Normal file
View File

@ -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

View File

@ -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
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 데이터베이스에 저장된 전자책을 탐색, 읽기 및 다운로드하기 위한 웹 애플리케이션

View File

@ -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: 資料庫使用者密碼

19
casdoor/README_en.md Normal file
View File

@ -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.

View File

@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://casdoor.org/
github: https://github.com/casdoor/casdoor
document: https://casdoor.org/docs/overview
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 플랫폼

View File

@ -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

View File

@ -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

View File

@ -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: 무료 오픈 소스 웹사이트 변경 감지, 웹사이트 감시, 재입고 모니터링 및 알림 서비스

View File

@ -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

18
clickhouse/README_en.md Normal file
View File

@ -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

View File

@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://clickhouse.com/
github: https://github.com/ClickHouse/ClickHouse
document: https://clickhouse.com/docs/zh
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

View File

@ -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
cloudbeaver/README_en.md Normal file
View File

@ -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.

View File

@ -17,4 +17,13 @@ additionalProperties:
recommend: 0
website: https://dbeaver.com/
github: https://github.com/dbeaver/cloudbeaver
document: https://dbeaver.com/docs/cloudbeaver/
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: 클라우드 데이터베이스 관리자

View File

@ -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

22
cloudflared/README_en.md Normal file
View File

@ -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.

View File

@ -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/
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 터널 클라이언트

View File

@ -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
type: number
label:
en: DNS Port
ja: DNSポート
ms: Port DNS
pt-br: Porta DNS
ru: DNS порт
ko: DNS 포트
zh: DNS端口
zh-Hant: DNS連接埠

10
consul/README_en.md Normal file
View File

@ -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.

View File

@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://www.consul.io
github: https://github.com/hashicorp/consul
document: https://learn.hashicorp.com/consul
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: 분산형, 고가용성 및 데이터 센터 인식 솔루션

View File

@ -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

10
dashy/README_en.md Normal file
View File

@ -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.

View File

@ -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: 당신을 위해 만들어진 셀프 호스팅 개인 대시보드

View File

@ -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

30
discourse/README_en.md Normal file
View File

@ -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
```

View File

@ -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: 커뮤니티 토론을 위한 플랫폼. 무료, 오픈, 간단.

View File

@ -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

View File

@ -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.

View File

@ -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 이미지를 위한 저장 및 배포 시스템

View File

@ -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

12
dockge/README_en.md Normal file
View File

@ -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.

View File

@ -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
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 - 스택 지향 관리자

15
dvwa/README_en.md Normal file
View File

@ -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.

View File

@ -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 웹 애플리케이션 플랫폼.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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
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 검색 엔진

View File

@ -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

34
emqx/README_en.md Normal file
View File

@ -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.

View File

@ -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 브로커

12
excalidraw/README_en.md Normal file
View File

@ -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.

View File

@ -15,4 +15,13 @@ additionalProperties:
limit: 0
website: https://excalidraw.com/
github: https://github.com/excalidraw/excalidraw
document: https://docs.excalidraw.com/docs
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: 손으로 그린 것 같은 다이어그램을 스케치하기 위한 가상 화이트보드

View File

@ -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

View File

@ -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

17
filebrowser/README_en.md Normal file
View File

@ -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.

View File

@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://filebrowser.org/
github: https://github.com/filebrowser/filebrowser
document: https://filebrowser.org/
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: 웹 파일 브라우저

View File

@ -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

19
firefly-iii/README_en.md Normal file
View File

@ -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.

View File

@ -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: 무료 오픈 소스 개인 금융 관리자

View File

@ -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

14
flarum/README_en.md Normal file
View File

@ -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.

View File

@ -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: 훌륭한 커뮤니티를 구축하기 위한 간단한 포럼 소프트웨어

View File

@ -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

9
focalboard/README_en.md Normal file
View File

@ -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.

View File

@ -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에 대한 오픈 소스 자체 호스팅 대안

View File

@ -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

9
freshrss/README_en.md Normal file
View File

@ -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.

View File

@ -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 피드 집계기

View File

@ -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

12
glance/README_en.md Normal file
View File

@ -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).

View File

@ -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: 모든 피드를 한 곳에 모아주는 자체 호스팅 대시보드

View File

@ -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

11
gotify/README_en.md Normal file
View File

@ -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)

View File

@ -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: 메시지를 보내고 받는 간단한 서버

View File

@ -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

16
grafana/README_en.md Normal file
View File

@ -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.

View File

@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://grafana.com/
github: https://github.com/grafana/grafana
document: https://grafana.com/docs/grafana
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: 모니터링 및 관찰 가능성을 위한 오픈 소스 플랫폼

View File

@ -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

10
heimdall/README_en.md Normal file
View File

@ -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.

View File

@ -16,4 +16,13 @@ additionalProperties:
recommend: 0
website: https://heimdall.site/
github: https://github.com/linuxserver/Heimdall
document: https://github.com/linuxserver/Heimdall
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: 애플리케이션 대시보드 및 실행기

View File

@ -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

15
homepage/README_en.md Normal file
View File

@ -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`

View File

@ -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: 현대적이고 완전히 정적이며 빠르고 안전하며 완전히 프록시화되고 고도로 사용자 정의 가능한 애플리케이션 대시보드

22
huginn/README_en.md Normal file
View File

@ -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."

View File

@ -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: 온라인에서 자동화된 작업을 수행하는 에이전트를 구축하기 위한 시스템

View File

@ -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

View File

@ -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

9
influxdb/README_en.md Normal file
View File

@ -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.

View File

@ -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: 메트릭, 이벤트 및 실시간 분석을 위한 확장 가능한 데이터 저장소

10
jsonhero/README_en.md Normal file
View File

@ -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.

View File

@ -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 탐색기

View File

@ -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

Some files were not shown because too many files have changed in this diff Show More