mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: 应用商店升级到 v2 版本 (#91)
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 80
|
||||
disabled: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP 端口
|
||||
required: true
|
||||
type: number
|
||||
- default: 443
|
||||
disabled: true
|
||||
envKey: PANEL_APP_PORT_HTTPS
|
||||
labelEn: HTTPS Port
|
||||
labelZh: HTTPS 端口
|
||||
required: true
|
||||
type: number
|
||||
Executable
+20
@@ -0,0 +1,20 @@
|
||||
name: OpenResty
|
||||
tags:
|
||||
- Web 服务器
|
||||
title: 基于 NGINX 和 LuaJIT 的 Web 平台
|
||||
type: Web 服务器
|
||||
description: 基于 NGINX 和 LuaJIT 的 Web 平台
|
||||
additionalProperties:
|
||||
key: openresty
|
||||
name: OpenResty
|
||||
tags:
|
||||
- Server
|
||||
shortDescZh: 基于 NGINX 和 LuaJIT 的 Web 平台
|
||||
shortDescEn: High performance web platform based on Nginx and LuaJIT
|
||||
type: runtime
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 3
|
||||
website: https://openresty.org
|
||||
github: https://github.com/openresty/openresty
|
||||
document: http://openresty.org/cn/getting-started.html
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"formFields": [
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "HTTP 端口",
|
||||
"labelEn": "HTTP Port",
|
||||
"required": true,
|
||||
"default": 80,
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "HTTPS 端口",
|
||||
"labelEn": "HTTPS Port",
|
||||
"required": true,
|
||||
"default": 443,
|
||||
"envKey": "PANEL_APP_PORT_HTTPS",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user