From 750c0178c4877b50ab2016691b8374f7032d49a0 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Tue, 5 Aug 2025 09:30:14 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/cloudreve/{4.3.0 => 4.4.0}/.env | 0 appstore/cloudreve/{4.3.0 => 4.4.0}/data.yml | 0 .../cloudreve/{4.3.0 => 4.4.0}/docker-compose.yml | 2 +- .../cloudreve/{4.3.0 => 4.4.0}/envs/default.env | 0 appstore/cloudreve/{4.3.0 => 4.4.0}/envs/global.env | 0 appstore/cloudreve/{4.3.0 => 4.4.0}/scripts/init.sh | 0 .../cloudreve/{4.3.0 => 4.4.0}/scripts/uninstall.sh | 0 .../cloudreve/{4.3.0 => 4.4.0}/scripts/upgrade.sh | 0 appstore/shopware-dockware/6.7.1.2/.env | 3 +++ .../6.7.1.2/data.yml | 7 ------- .../shopware-dockware/6.7.1.2}/docker-compose.yml | 5 +---- .../6.7.1.2/envs/default.env | 0 .../6.7.1.2/envs/global.env | 0 .../6.7.1.2/scripts/init.sh | 0 .../6.7.1.2/scripts/uninstall.sh | 0 .../6.7.1.2/scripts/upgrade.sh | 0 appstore/{shopware => shopware-dockware}/README.md | 2 ++ appstore/{shopware => shopware-dockware}/data.yml | 4 ++-- appstore/{shopware => shopware-dockware}/logo.png | Bin appstore/{shopware => shopware-dockware}/logo.svg | 0 appstore/shopware/6.7.1.2/.env | 6 ------ dockge/cloudreve/docker-compose.yml | 2 +- dockge/shopware-dockware/.env | 3 +++ .../shopware-dockware}/docker-compose.yml | 5 +---- .../envs/default.env | 0 .../{shopware => shopware-dockware}/envs/global.env | 0 dockge/shopware/.env | 6 ------ 27 files changed, 14 insertions(+), 31 deletions(-) rename appstore/cloudreve/{4.3.0 => 4.4.0}/.env (100%) rename appstore/cloudreve/{4.3.0 => 4.4.0}/data.yml (100%) rename appstore/cloudreve/{4.3.0 => 4.4.0}/docker-compose.yml (91%) rename appstore/cloudreve/{4.3.0 => 4.4.0}/envs/default.env (100%) rename appstore/cloudreve/{4.3.0 => 4.4.0}/envs/global.env (100%) rename appstore/cloudreve/{4.3.0 => 4.4.0}/scripts/init.sh (100%) rename appstore/cloudreve/{4.3.0 => 4.4.0}/scripts/uninstall.sh (100%) rename appstore/cloudreve/{4.3.0 => 4.4.0}/scripts/upgrade.sh (100%) create mode 100644 appstore/shopware-dockware/6.7.1.2/.env rename appstore/{shopware => shopware-dockware}/6.7.1.2/data.yml (53%) rename {dockge/shopware => appstore/shopware-dockware/6.7.1.2}/docker-compose.yml (75%) rename appstore/{shopware => shopware-dockware}/6.7.1.2/envs/default.env (100%) rename appstore/{shopware => shopware-dockware}/6.7.1.2/envs/global.env (100%) rename appstore/{shopware => shopware-dockware}/6.7.1.2/scripts/init.sh (100%) rename appstore/{shopware => shopware-dockware}/6.7.1.2/scripts/uninstall.sh (100%) rename appstore/{shopware => shopware-dockware}/6.7.1.2/scripts/upgrade.sh (100%) rename appstore/{shopware => shopware-dockware}/README.md (95%) rename appstore/{shopware => shopware-dockware}/data.yml (83%) rename appstore/{shopware => shopware-dockware}/logo.png (100%) rename appstore/{shopware => shopware-dockware}/logo.svg (100%) delete mode 100644 appstore/shopware/6.7.1.2/.env create mode 100644 dockge/shopware-dockware/.env rename {appstore/shopware/6.7.1.2 => dockge/shopware-dockware}/docker-compose.yml (75%) rename dockge/{shopware => shopware-dockware}/envs/default.env (100%) rename dockge/{shopware => shopware-dockware}/envs/global.env (100%) delete mode 100644 dockge/shopware/.env diff --git a/appstore/cloudreve/4.3.0/.env b/appstore/cloudreve/4.4.0/.env similarity index 100% rename from appstore/cloudreve/4.3.0/.env rename to appstore/cloudreve/4.4.0/.env diff --git a/appstore/cloudreve/4.3.0/data.yml b/appstore/cloudreve/4.4.0/data.yml similarity index 100% rename from appstore/cloudreve/4.3.0/data.yml rename to appstore/cloudreve/4.4.0/data.yml diff --git a/appstore/cloudreve/4.3.0/docker-compose.yml b/appstore/cloudreve/4.4.0/docker-compose.yml similarity index 91% rename from appstore/cloudreve/4.3.0/docker-compose.yml rename to appstore/cloudreve/4.4.0/docker-compose.yml index 010884a08..60c66b1e7 100644 --- a/appstore/cloudreve/4.3.0/docker-compose.yml +++ b/appstore/cloudreve/4.4.0/docker-compose.yml @@ -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: diff --git a/appstore/cloudreve/4.3.0/envs/default.env b/appstore/cloudreve/4.4.0/envs/default.env similarity index 100% rename from appstore/cloudreve/4.3.0/envs/default.env rename to appstore/cloudreve/4.4.0/envs/default.env diff --git a/appstore/cloudreve/4.3.0/envs/global.env b/appstore/cloudreve/4.4.0/envs/global.env similarity index 100% rename from appstore/cloudreve/4.3.0/envs/global.env rename to appstore/cloudreve/4.4.0/envs/global.env diff --git a/appstore/cloudreve/4.3.0/scripts/init.sh b/appstore/cloudreve/4.4.0/scripts/init.sh similarity index 100% rename from appstore/cloudreve/4.3.0/scripts/init.sh rename to appstore/cloudreve/4.4.0/scripts/init.sh diff --git a/appstore/cloudreve/4.3.0/scripts/uninstall.sh b/appstore/cloudreve/4.4.0/scripts/uninstall.sh similarity index 100% rename from appstore/cloudreve/4.3.0/scripts/uninstall.sh rename to appstore/cloudreve/4.4.0/scripts/uninstall.sh diff --git a/appstore/cloudreve/4.3.0/scripts/upgrade.sh b/appstore/cloudreve/4.4.0/scripts/upgrade.sh similarity index 100% rename from appstore/cloudreve/4.3.0/scripts/upgrade.sh rename to appstore/cloudreve/4.4.0/scripts/upgrade.sh diff --git a/appstore/shopware-dockware/6.7.1.2/.env b/appstore/shopware-dockware/6.7.1.2/.env new file mode 100644 index 000000000..b4dd4db5f --- /dev/null +++ b/appstore/shopware-dockware/6.7.1.2/.env @@ -0,0 +1,3 @@ +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + diff --git a/appstore/shopware/6.7.1.2/data.yml b/appstore/shopware-dockware/6.7.1.2/data.yml similarity index 53% rename from appstore/shopware/6.7.1.2/data.yml rename to appstore/shopware-dockware/6.7.1.2/data.yml index b00b757d0..482f7b275 100644 --- a/appstore/shopware/6.7.1.2/data.yml +++ b/appstore/shopware-dockware/6.7.1.2/data.yml @@ -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 diff --git a/dockge/shopware/docker-compose.yml b/appstore/shopware-dockware/6.7.1.2/docker-compose.yml similarity index 75% rename from dockge/shopware/docker-compose.yml rename to appstore/shopware-dockware/6.7.1.2/docker-compose.yml index 72d149a1d..ab612d8de 100644 --- a/dockge/shopware/docker-compose.yml +++ b/appstore/shopware-dockware/6.7.1.2/docker-compose.yml @@ -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 diff --git a/appstore/shopware/6.7.1.2/envs/default.env b/appstore/shopware-dockware/6.7.1.2/envs/default.env similarity index 100% rename from appstore/shopware/6.7.1.2/envs/default.env rename to appstore/shopware-dockware/6.7.1.2/envs/default.env diff --git a/appstore/shopware/6.7.1.2/envs/global.env b/appstore/shopware-dockware/6.7.1.2/envs/global.env similarity index 100% rename from appstore/shopware/6.7.1.2/envs/global.env rename to appstore/shopware-dockware/6.7.1.2/envs/global.env diff --git a/appstore/shopware/6.7.1.2/scripts/init.sh b/appstore/shopware-dockware/6.7.1.2/scripts/init.sh similarity index 100% rename from appstore/shopware/6.7.1.2/scripts/init.sh rename to appstore/shopware-dockware/6.7.1.2/scripts/init.sh diff --git a/appstore/shopware/6.7.1.2/scripts/uninstall.sh b/appstore/shopware-dockware/6.7.1.2/scripts/uninstall.sh similarity index 100% rename from appstore/shopware/6.7.1.2/scripts/uninstall.sh rename to appstore/shopware-dockware/6.7.1.2/scripts/uninstall.sh diff --git a/appstore/shopware/6.7.1.2/scripts/upgrade.sh b/appstore/shopware-dockware/6.7.1.2/scripts/upgrade.sh similarity index 100% rename from appstore/shopware/6.7.1.2/scripts/upgrade.sh rename to appstore/shopware-dockware/6.7.1.2/scripts/upgrade.sh diff --git a/appstore/shopware/README.md b/appstore/shopware-dockware/README.md similarity index 95% rename from appstore/shopware/README.md rename to appstore/shopware-dockware/README.md index 20c773802..99586861b 100644 --- a/appstore/shopware/README.md +++ b/appstore/shopware-dockware/README.md @@ -37,6 +37,8 @@ Shopware 6 是一个开放的无头商务平台 > Host: localhost > > Port: 1025 +> +> ## 该版本无法持久化数据!!! ## 简介 diff --git a/appstore/shopware/data.yml b/appstore/shopware-dockware/data.yml similarity index 83% rename from appstore/shopware/data.yml rename to appstore/shopware-dockware/data.yml index 85671129a..5837d6848 100644 --- a/appstore/shopware/data.yml +++ b/appstore/shopware-dockware/data.yml @@ -1,6 +1,6 @@ additionalProperties: - key: shopware - name: ShopWare + key: shopware-dockware + name: ShopWare (Dockware版) tags: - WebSite - Local diff --git a/appstore/shopware/logo.png b/appstore/shopware-dockware/logo.png similarity index 100% rename from appstore/shopware/logo.png rename to appstore/shopware-dockware/logo.png diff --git a/appstore/shopware/logo.svg b/appstore/shopware-dockware/logo.svg similarity index 100% rename from appstore/shopware/logo.svg rename to appstore/shopware-dockware/logo.svg diff --git a/appstore/shopware/6.7.1.2/.env b/appstore/shopware/6.7.1.2/.env deleted file mode 100644 index 3ab96a737..000000000 --- a/appstore/shopware/6.7.1.2/.env +++ /dev/null @@ -1,6 +0,0 @@ -# 数据持久化路径 [必填] -DOCKWARE_ROOT_PATH=/home/dockware - -# WebUI 端口 [必填] -PANEL_APP_PORT_HTTP=8080 - diff --git a/dockge/cloudreve/docker-compose.yml b/dockge/cloudreve/docker-compose.yml index 010884a08..60c66b1e7 100644 --- a/dockge/cloudreve/docker-compose.yml +++ b/dockge/cloudreve/docker-compose.yml @@ -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: diff --git a/dockge/shopware-dockware/.env b/dockge/shopware-dockware/.env new file mode 100644 index 000000000..b4dd4db5f --- /dev/null +++ b/dockge/shopware-dockware/.env @@ -0,0 +1,3 @@ +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + diff --git a/appstore/shopware/6.7.1.2/docker-compose.yml b/dockge/shopware-dockware/docker-compose.yml similarity index 75% rename from appstore/shopware/6.7.1.2/docker-compose.yml rename to dockge/shopware-dockware/docker-compose.yml index 72d149a1d..ab612d8de 100644 --- a/appstore/shopware/6.7.1.2/docker-compose.yml +++ b/dockge/shopware-dockware/docker-compose.yml @@ -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 diff --git a/dockge/shopware/envs/default.env b/dockge/shopware-dockware/envs/default.env similarity index 100% rename from dockge/shopware/envs/default.env rename to dockge/shopware-dockware/envs/default.env diff --git a/dockge/shopware/envs/global.env b/dockge/shopware-dockware/envs/global.env similarity index 100% rename from dockge/shopware/envs/global.env rename to dockge/shopware-dockware/envs/global.env diff --git a/dockge/shopware/.env b/dockge/shopware/.env deleted file mode 100644 index 3ab96a737..000000000 --- a/dockge/shopware/.env +++ /dev/null @@ -1,6 +0,0 @@ -# 数据持久化路径 [必填] -DOCKWARE_ROOT_PATH=/home/dockware - -# WebUI 端口 [必填] -PANEL_APP_PORT_HTTP=8080 -