1
0

提交合并

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
Meng Sen
2024-07-17 16:30:13 +08:00
committed by 萌森
commit bc8d91347d
429 changed files with 19643 additions and 0 deletions

17
dockge/1.4.2/data.yml Normal file
View 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

View 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

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi

View 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
View File

@@ -0,0 +1,19 @@
# Dockge
一个花哨、易用、反应灵敏的自托管 docker compose.yaml 堆栈型管理器。
![Dockge](https://file.lifebus.top/imgs/dockge_cover.png)
## 特性
+ 🧑‍💼 管理您的 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
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB