feat: 应用商店升级到 v2 版本 (#91)

This commit is contained in:
zhengkunwang223
2023-05-18 18:25:00 +08:00
committed by GitHub
parent f29958aac0
commit a1b44954ba
525 changed files with 1807 additions and 3756 deletions
+9
View File
@@ -0,0 +1,9 @@
additionalProperties:
formFields:
- default: 5000
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+20
View File
@@ -0,0 +1,20 @@
name: Docker Registry
tags:
- CI/CD
title: Docker 镜像存储库
type: CI/CD
description: Docker 镜像存储库
additionalProperties:
key: docker-registry
name: Docker Registry
tags:
- CI/CD
shortDescZh: Docker 镜像存储库
shortDescEn: A storage and distribution system for named Docker images
type: runtime
crossVersionUpdate: false
limit: 1
recommend: 0
website: https://hub.docker.com/_/registry
github: https://github.com/distribution/distribution
document: https://docs.docker.com/registry/

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

@@ -1,13 +0,0 @@
{
"formFields": [
{
"type": "number",
"labelZh": "端口",
"labelEn": "Port",
"required": true,
"default": 5000,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
}
]
}