17
dockge/1.4.2/data.yml
Normal file
17
dockge/1.4.2/data.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "/home/dockge"
|
||||
edit: true
|
||||
envKey: DOCKGE_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
type: text
|
||||
- default: 5001
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
23
dockge/1.4.2/docker-compose.yml
Normal file
23
dockge/1.4.2/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: "3.8"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
dockge:
|
||||
image: louislam/dockge:1.4.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5001
|
||||
volumes:
|
||||
- ${DOCKGE_ROOT_PATH}/data:/app/data
|
||||
- ${DOCKGE_ROOT_PATH}/stacks:/opt/dockge/stacks
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- DOCKGE_STACKS_DIR=/opt/dockge/stacks
|
||||
10
dockge/1.4.2/scripts/init.sh
Normal file
10
dockge/1.4.2/scripts/init.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
10
dockge/1.4.2/scripts/uninstall.sh
Normal file
10
dockge/1.4.2/scripts/uninstall.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
10
dockge/1.4.2/scripts/upgrade.sh
Normal file
10
dockge/1.4.2/scripts/upgrade.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
19
dockge/README.md
Normal file
19
dockge/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Dockge
|
||||
|
||||
一个花哨、易用、反应灵敏的自托管 docker compose.yaml 堆栈型管理器。
|
||||
|
||||

|
||||
|
||||
## 特性
|
||||
|
||||
+ 🧑💼 管理您的 compose.yaml 文件
|
||||
+ 创建/编辑/启动/停止/重新启动/删除
|
||||
+ 更新 Docker 镜像
|
||||
+ ⌨️ compose.yaml 的交互式编辑器
|
||||
+ 🦦 交互式网络终端
|
||||
+ 🕷️ (1.4.0 🆕) 多代理支持 - 您可以在一个界面中管理来自不同 Docker 主机的多个堆栈
|
||||
+ 🏪 将 docker run ... 命令转换为 compose.yaml
|
||||
+ 📙 基于文件的结构 - Dockge 不会劫持您的撰写文件,它们会像往常一样存储在您的驱动器上。您可以使用普通的 docker compose
|
||||
命令与它们交互
|
||||
+ 🚄 反应式 - 一切都是响应式的。进度(Pull/Up/Down)和终端输出是实时的
|
||||
+ 🐣 易于使用且精美的 UI - 如果您喜欢 Uptime Kuma 的 UI/UX,您也会喜欢这个
|
||||
19
dockge/data.yml
Normal file
19
dockge/data.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Dockge
|
||||
title: 面向堆栈的管理器
|
||||
description: 面向堆栈的管理器
|
||||
additionalProperties:
|
||||
key: dockge
|
||||
name: Dockge
|
||||
tags:
|
||||
- WebSite
|
||||
- Middleware
|
||||
- Tool
|
||||
- Local
|
||||
shortDescZh: 面向堆栈的管理器
|
||||
shortDescEn: Stack-oriented manager
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://dockge.kuma.pet/
|
||||
github: https://github.com/louislam/dockge/
|
||||
document: https://github.com/louislam/dockge/wiki/
|
||||
BIN
dockge/logo.png
Normal file
BIN
dockge/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user