mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
# APP_NAME
|
||||
# Garage HQ
|
||||
|
||||
简短的介绍
|
||||
Garage 是一种与 S3 兼容的分布式对象存储服务,专为中小规模的自托管而设计。
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
## 简介
|
||||
|
||||
XXXXXX
|
||||
Garage 专为由运行在不同物理位置的节点组成的存储集群而设计,旨在轻松提供存储服务,该服务可在这些不同位置复制数据,即使某些服务器无法访问也能保持可用。Garage
|
||||
还注重轻量级、易于操作以及对机器故障的高弹性。
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -4,6 +4,18 @@ MDC_NG_ROOT_PATH=/home/mdc-ng
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=9208
|
||||
|
||||
# 管理员用户名 [必填]
|
||||
MDC_USERNAME=mdc-ng
|
||||
|
||||
# 管理员密码 [必填]
|
||||
MDC_PASSWORD=mdc-ng
|
||||
|
||||
# 运行组 ID [必填]
|
||||
PGID=0
|
||||
|
||||
# 运行用户 ID [必填]
|
||||
PUID=0
|
||||
|
||||
# 自定义挂载目录 1
|
||||
CUSTOM_MOUNT_DIRECTORY_1=
|
||||
|
||||
@@ -15,6 +15,34 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "mdc-ng"
|
||||
edit: true
|
||||
envKey: MDC_USERNAME
|
||||
labelZh: 管理员用户名
|
||||
labelEn: Amdin Username
|
||||
required: true
|
||||
type: text
|
||||
- default: "mdc-ng"
|
||||
edit: true
|
||||
envKey: MDC_PASSWORD
|
||||
labelZh: 管理员密码
|
||||
labelEn: Amdin Password
|
||||
required: true
|
||||
type: text
|
||||
- default: 0
|
||||
edit: true
|
||||
envKey: PGID
|
||||
labelZh: 运行组 ID
|
||||
labelEn: Run Group ID
|
||||
required: true
|
||||
type: number
|
||||
- default: 0
|
||||
edit: true
|
||||
envKey: PUID
|
||||
labelZh: 运行用户 ID
|
||||
labelEn: Run User ID
|
||||
required: true
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: CUSTOM_MOUNT_DIRECTORY_1
|
||||
+1
-1
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mdcng/mdc:1.17.3
|
||||
image: mdcng/mdc:1.18.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -4,6 +4,18 @@ MDC_NG_ROOT_PATH=/home/mdc-ng
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=9208
|
||||
|
||||
# 管理员用户名 [必填]
|
||||
MDC_USERNAME=mdc-ng
|
||||
|
||||
# 管理员密码 [必填]
|
||||
MDC_PASSWORD=mdc-ng
|
||||
|
||||
# 运行组 ID [必填]
|
||||
PGID=0
|
||||
|
||||
# 运行用户 ID [必填]
|
||||
PUID=0
|
||||
|
||||
# 自定义挂载目录 1
|
||||
CUSTOM_MOUNT_DIRECTORY_1=
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mdcng/mdc:1.17.3
|
||||
image: mdcng/mdc:1.18.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user