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
+9
@@ -0,0 +1,9 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 5000
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Executable
+20
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user