1
0
Fork 0
1Panel-Appstore/apps/wavelog/2.2.1/data.yml

120 lines
4.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelZh: HTTP 端口
labelEn: HTTP Port
label:
en: HTTP Port
ja: HTTP ポート
ko: HTTP 포트
ms: Port HTTP
pt-br: Porta HTTP
ru: HTTP Порт
tr: HTTP Portu
zh: HTTP 端口
zh-Hant: HTTP 連接埠
description:
en: "Set the HTTP access port for the application, valid range: 1-65535"
ja: "アプリケーションのHTTPアクセスポートを設定します。有効範囲: 1-65535"
ko: "애플리케이션의 HTTP 접근 포트를 설정합니다. 유효 범위: 1-65535"
ms: "Tetapkan port akses HTTP untuk aplikasi, julat sah: 1-65535"
pt-br: "Defina a porta de acesso HTTP para o aplicativo, intervalo válido: 1-65535"
ru: "Установите порт доступа HTTP для приложения, допустимый диапазон: 1-65535"
tr: "Uygulama için HTTP erişim portunu ayarlayın, geçerli aralık: 1-65535"
zh: "设置应用的 HTTP 访问端口,有效范围: 1-65535"
zh-Hant: "設定應用程式的 HTTP 存取連接埠,有效範圍: 1-65535"
required: true
type: number
edit: true
rule: paramPort
- default: mysql
envKey: PANEL_DB_TYPE
labelZh: 数据库服务
labelEn: Database Service
label:
zh: 数据库服务
zh-Hant: 數據庫 服務
en: Database Service
ja: データベースサービス
ko: 데이터베이스 서비스
ms: Perkhidmatan Pangkalan Data
pt-br: Serviço de Banco de Dados
ru: Сервис базы данных
tr: Veritabanı
description:
zh: MySQL 8 或更高版本MariaDB 10.2 或更高版本
zh-Hant: MySQL 8 或更高版本MariaDB 10.2 或更高版本
en: MySQL 8 or higher, MariaDB 10.2 or higher
ja: MySQL 8 以上、MariaDB 10.2 以上
ko: MySQL 8 이상, MariaDB 10.2 이상
ms: MySQL 8 atau lebih tinggi, MariaDB 10.2 atau lebih tinggi
pt-br: MySQL 8 ou superior, MariaDB 10.2 ou superior
ru: MySQL 8 или выше, MariaDB 10.2 или выше
tr: MySQL 8 veya üzeri, MariaDB 10.2 veya üzeri
required: true
type: apps
values:
- label: MariaDB
value: mariadb
- label: MySQL
value: mysql
child:
default: ""
envKey: PANEL_DB_HOST
required: false
type: service
- default: wavelog
envKey: PANEL_DB_NAME
labelZh: 数据库名
labelEn: Database
label:
zh: 数据库名
zh-Hant: 數據庫名
en: Database
ja: データベース
ko: 데이터베이스
ms: Pangkalan Data
pt-br: Banco de Dados
ru: База данных
tr: Veritabanı Adı
required: true
type: text
rule: paramCommon
random: true
- default: wavelog_user
envKey: PANEL_DB_USER
labelZh: 数据库用户
labelEn: Database Username
label:
zh: 数据库用户
zh-Hant: 數據庫用戶
en: Database Username
ja: データベースユーザー名
ko: 데이터베이스 사용자 이름
ms: Nama Pengguna Pangkalan Data
pt-br: Nome de Usuário do Banco de Dados
ru: Имя пользователя базы данных
tr: Veritabanı Kullanıcı Adı
required: true
type: text
rule: paramCommon
random: true
- default: wavelog_pwd
envKey: PANEL_DB_USER_PASSWORD
labelZh: 数据库用户密码
labelEn: Database Password
label:
zh: 数据库用户密码
zh-Hant: 數據庫用戶密碼
en: Database Password
ja: データベースパスワード
ko: 데이터베이스 비밀번호
ms: Kata Laluan Pangkalan Data
pt-br: Senha do Banco de Dados
ru: Пароль базы данных
tr: Veritabanı Parolası
required: true
type: password
random: true