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: 8080
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Executable
+20
@@ -0,0 +1,20 @@
|
||||
name: Jenkins
|
||||
tags:
|
||||
- CI/CD
|
||||
title: 开源的持续集成工具
|
||||
type: CI/CD
|
||||
description: 开源的持续集成工具
|
||||
additionalProperties:
|
||||
key: jenkins
|
||||
name: Jenkins
|
||||
tags:
|
||||
- CI/CD
|
||||
shortDescZh: 开源的持续集成工具
|
||||
shortDescEn: Build great things at any scale
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://www.jenkins.io/
|
||||
github: https://github.com/jenkinsci/jenkins
|
||||
document: https://www.jenkins.io/doc/book/
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"formFields": [
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "端口",
|
||||
"labelEn": "Port",
|
||||
"required": true,
|
||||
"default": 8080,
|
||||
"rule": "paramPort",
|
||||
"envKey": "PANEL_APP_PORT_HTTP"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user