Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-05 09:30:14 +00:00
parent d1d28a9a64
commit 750c0178c4
27 changed files with 14 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: cloudreve/cloudreve:4.3.0
image: cloudreve/cloudreve:4.4.0
labels:
createdBy: Apps
networks:

View File

@@ -0,0 +1,3 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080

View File

@@ -1,12 +1,5 @@
additionalProperties:
formFields:
- default: "/home/dockware"
edit: true
envKey: DOCKWARE_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
dockware:
container_name: shopware
container_name: shopware-dockware
env_file:
- ./envs/global.env
- .env
@@ -25,6 +25,3 @@ services:
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
volumes:
- ${DOCKWARE_ROOT_PATH}/mysql:/var/lib/mysql
- ${DOCKWARE_ROOT_PATH}/html:/var/www/html

View File

@@ -37,6 +37,8 @@ Shopware 6 是一个开放的无头商务平台
> Host: localhost
>
> Port: 1025
>
> ## 该版本无法持久化数据!!!
## 简介

View File

@@ -1,6 +1,6 @@
additionalProperties:
key: shopware
name: ShopWare
key: shopware-dockware
name: ShopWare (Dockware版)
tags:
- WebSite
- Local

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -1,6 +0,0 @@
# 数据持久化路径 [必填]
DOCKWARE_ROOT_PATH=/home/dockware
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080

View File

@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: cloudreve/cloudreve:4.3.0
image: cloudreve/cloudreve:4.4.0
labels:
createdBy: Apps
networks:

View File

@@ -0,0 +1,3 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
dockware:
container_name: shopware
container_name: shopware-dockware
env_file:
- ./envs/global.env
- .env
@@ -25,6 +25,3 @@ services:
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
volumes:
- ${DOCKWARE_ROOT_PATH}/mysql:/var/lib/mysql
- ${DOCKWARE_ROOT_PATH}/html:/var/www/html

View File

@@ -1,6 +0,0 @@
# 数据持久化路径 [必填]
DOCKWARE_ROOT_PATH=/home/dockware
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080