mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-23 19:37:42 +08:00
fix:修正flarum
This commit is contained in:
parent
9091298674
commit
5f578085b6
@ -1,5 +1,29 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: FLARUM_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: FLARUM_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: flarum
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flarum
|
||||
tags:
|
||||
- WebSite
|
||||
- 建站
|
||||
title: 新一代的论坛软件,使在线讨论变得有趣
|
||||
type: 建站
|
||||
description: 新一代的论坛软件,使在线讨论变得有趣
|
||||
@ -8,10 +8,10 @@ additionalProperties:
|
||||
key: flarum
|
||||
name: flarum
|
||||
tags:
|
||||
- Tool
|
||||
- WebSite
|
||||
shortDescZh: 新一代的论坛软件,使在线讨论变得有趣
|
||||
shortDescEn: The next-generation forum software that makes online discussion fun
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
||||
@ -1,5 +1,29 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: FLARUM_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: FLARUM_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: flarum
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
|
||||
Loading…
Reference in New Issue
Block a user