1
0
Fork 0
1Panel-Appstore/apps/authentik/2026.2.1/data.yml

128 lines
4.5 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:
zh: HTTP 端口
zh-Hant: HTTP 連接埠
en: HTTP Port
ja: HTTP ポート
ko: HTTP 포트
ms: Port HTTP
pt-br: Porta HTTP
ru: HTTP Порт
tr: HTTP Portu
description:
zh: "设置应用的 HTTP 访问端口,有效范围: 1-65535"
zh-Hant: "設定應用程式的 HTTP 存取連接埠,有效範圍: 1-65535"
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"
required: true
type: number
edit: true
rule: paramPort
- default: ""
envKey: PANEL_DB_HOST
labelZh: 数据库
labelEn: Database
label:
en: Database
ja: データベース
ko: 데이터베이스
ms: Pangkalan Data
pt-br: Banco de Dados
ru: База данных
tr: Veritabanı
zh: 数据库
zh-Hant: 資料庫
required: true
type: service
key: postgresql
- default: authentik
envKey: PANEL_DB_USER
labelZh: 数据库用户名
labelEn: Database Username
label:
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ı
zh: 数据库用户名
zh-Hant: 資料庫使用者名稱
required: true
type: text
rule: paramCommon
random: true
- default: authentik_pwd
envKey: PANEL_DB_USER_PASSWORD
labelZh: 数据库密码
labelEn: Database Password
label:
en: Database Password
ja: データベースパスワード
ko: 데이터베이스 비밀번호
ms: Kata Laluan Pangkalan Data
pt-br: Senha do Banco de Dados
ru: Пароль базы данных
tr: Veritabanı Parolası
zh: 数据库密码
zh-Hant: 資料庫密碼
required: true
type: password
rule: paramComplexity
random: true
- default: authentik
envKey: PANEL_DB_NAME
labelZh: 数据库名
labelEn: Database Name
label:
en: Database Name
ja: データベース名
ko: 데이터베이스 이름
ms: Nama Pangkalan Data
pt-br: Nome do Banco de Dados
ru: Имя базы данных
tr: Veritabanı Adı
zh: 数据库名
zh-Hant: 資料庫名稱
required: true
type: text
rule: paramCommon
random: true
- default: ""
envKey: AUTHENTIK_SECRET_KEY
labelZh: Cookie 签名密钥
labelEn: Cookie Signing Key
label:
zh: Cookie 签名密钥
zh-Hant: Cookie 簽署金鑰
en: Cookie Signing Key
ja: Cookie 署名キー
ko: 쿠키 서명 키
ms: Kunci Penandatanganan Cookie
pt-br: Chave de Assinatura de Cookie
ru: Ключ подписи Cookie
tr: Çerez İmzalama Anahtarı
description:
zh: 使用 "openssl rand -base64 48" 创建密钥
zh-Hant: 使用 "openssl rand -base64 48" 建立金鑰
en: Use "openssl rand -base64 48" to create the key
ja: '"openssl rand -base64 48" を使用してキーを作成'
ko: '"openssl rand -base64 48"를 사용하여 키 생성'
ms: Gunakan "openssl rand -base64 48" untuk mencipta kunci
pt-br: Use "openssl rand -base64 48" para criar a chave
ru: Используйте "openssl rand -base64 48" для создания ключа
tr: Anahtarı oluşturmak için "openssl rand -base64 48" kullanın
required: true
type: text