mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-18 02:37:11 +08:00
feat: update linkwarden 2.13.0
This commit is contained in:
34
apps/linkwarden/2.13.0/data.yml
Normal file
34
apps/linkwarden/2.13.0/data.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "3000"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port 3000
|
||||
labelZh: 服务端口 3000
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: NEXTAUTH_SECRET
|
||||
labelEn: NEXTAuth Secret
|
||||
labelZh: NEXTAuth 密钥
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: POSTGRES_PASSWORD
|
||||
labelEn: Postgres Password
|
||||
labelZh: Postgres 数据库密码
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: MEILI_MASTER_KEY
|
||||
labelEn: Meilisearch Master Key
|
||||
labelZh: Meilisearch 主密钥
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
Reference in New Issue
Block a user