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: WATCHTOWER_NO_STARTUP_MESSAGE
|
||||
edit: true
|
||||
envKey: ENV1
|
||||
labelEn: Environmental parameters (split by ;)
|
||||
labelZh: 环境参数(以;分割)
|
||||
required: true
|
||||
type: text
|
||||
- default: --interval 3600 --cleanup
|
||||
edit: true
|
||||
envKey: COMMAND1
|
||||
labelEn: Command parameters (separated by spaces)
|
||||
labelZh: 命令参数(以空格分割)
|
||||
required: true
|
||||
type: text
|
||||
Executable
+20
@@ -0,0 +1,20 @@
|
||||
name: watchtower
|
||||
tags:
|
||||
- 工具
|
||||
title: 自动更新 Docker 容器基础镜像的工具
|
||||
type: 工具
|
||||
description: 自动更新 Docker 容器基础镜像的工具
|
||||
additionalProperties:
|
||||
key: watchtower
|
||||
name: watchtower
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 自动更新 Docker 容器基础镜像的工具
|
||||
shortDescEn: Tool to automatically update Docker container base images
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://github.com/containrrr/watchtower
|
||||
github: https://github.com/containrrr/watchtower
|
||||
document: https://containrrr.dev/watchtower/
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"formFields": [
|
||||
{
|
||||
"type": "text",
|
||||
"labelZh": "环境参数(以;分割)",
|
||||
"labelEn": "Environmental parameters (split by ;)",
|
||||
"required": true,
|
||||
"default": "WATCHTOWER_NO_STARTUP_MESSAGE",
|
||||
"envKey": "ENV1",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"labelZh": "命令参数(以空格分割)",
|
||||
"labelEn": "Command parameters (separated by spaces)",
|
||||
"required": true,
|
||||
"default": "--interval 3600 --cleanup",
|
||||
"envKey": "COMMAND1",
|
||||
"edit": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user