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
+10
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 3001
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Executable
+20
@@ -0,0 +1,20 @@
|
||||
name: Uptime Kuma
|
||||
tags:
|
||||
- 工具
|
||||
title: 一个自托管的监控工具
|
||||
type: 工具
|
||||
description: 一个自托管的监控工具
|
||||
additionalProperties:
|
||||
key: uptime-kuma
|
||||
name: Uptime Kuma
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个自托管的监控工具
|
||||
shortDescEn: A fancy self-hosted monitoring tool
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://uptime.kuma.pet/
|
||||
github: https://github.com/louislam/uptime-kuma
|
||||
document: https://github.com/louislam/uptime-kuma/wiki
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"formFields": [
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "端口",
|
||||
"labelEn": "Port",
|
||||
"required": true,
|
||||
"default": 3001,
|
||||
"rule": "paramPort",
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"edit": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user