From eac42d6b5c87768ae6cb2d157f3d6352130698ec Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 13 Oct 2025 15:22:00 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/n8n/{1.115.2 => 1.116.0}/.env | 0 appstore/n8n/{1.115.2 => 1.116.0}/data.yml | 0 appstore/n8n/{1.115.2 => 1.116.0}/docker-compose.yml | 2 +- appstore/n8n/{1.115.2 => 1.116.0}/envs/default.env | 0 appstore/n8n/{1.115.2 => 1.116.0}/envs/global.env | 0 appstore/n8n/{1.115.2 => 1.116.0}/scripts/init.sh | 0 appstore/n8n/{1.115.2 => 1.116.0}/scripts/uninstall.sh | 0 appstore/n8n/{1.115.2 => 1.116.0}/scripts/upgrade.sh | 0 appstore/super-productivity/{15.2.0 => 15.2.12}/.env | 0 .../super-productivity/{15.2.0 => 15.2.12}/conf/webdav.yaml | 0 appstore/super-productivity/{15.2.0 => 15.2.12}/data.yml | 0 .../super-productivity/{15.2.0 => 15.2.12}/docker-compose.yml | 2 +- .../super-productivity/{15.2.0 => 15.2.12}/envs/default.env | 0 appstore/super-productivity/{15.2.0 => 15.2.12}/envs/global.env | 0 appstore/super-productivity/{15.2.0 => 15.2.12}/scripts/init.sh | 0 .../super-productivity/{15.2.0 => 15.2.12}/scripts/uninstall.sh | 0 .../super-productivity/{15.2.0 => 15.2.12}/scripts/upgrade.sh | 0 dockge/n8n/docker-compose.yml | 2 +- dockge/super-productivity/docker-compose.yml | 2 +- 19 files changed, 4 insertions(+), 4 deletions(-) rename appstore/n8n/{1.115.2 => 1.116.0}/.env (100%) rename appstore/n8n/{1.115.2 => 1.116.0}/data.yml (100%) rename appstore/n8n/{1.115.2 => 1.116.0}/docker-compose.yml (94%) rename appstore/n8n/{1.115.2 => 1.116.0}/envs/default.env (100%) rename appstore/n8n/{1.115.2 => 1.116.0}/envs/global.env (100%) rename appstore/n8n/{1.115.2 => 1.116.0}/scripts/init.sh (100%) rename appstore/n8n/{1.115.2 => 1.116.0}/scripts/uninstall.sh (100%) rename appstore/n8n/{1.115.2 => 1.116.0}/scripts/upgrade.sh (100%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/.env (100%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/conf/webdav.yaml (100%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/data.yml (100%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/docker-compose.yml (92%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/envs/default.env (100%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/envs/global.env (100%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/scripts/init.sh (100%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/scripts/uninstall.sh (100%) rename appstore/super-productivity/{15.2.0 => 15.2.12}/scripts/upgrade.sh (100%) diff --git a/appstore/n8n/1.115.2/.env b/appstore/n8n/1.116.0/.env similarity index 100% rename from appstore/n8n/1.115.2/.env rename to appstore/n8n/1.116.0/.env diff --git a/appstore/n8n/1.115.2/data.yml b/appstore/n8n/1.116.0/data.yml similarity index 100% rename from appstore/n8n/1.115.2/data.yml rename to appstore/n8n/1.116.0/data.yml diff --git a/appstore/n8n/1.115.2/docker-compose.yml b/appstore/n8n/1.116.0/docker-compose.yml similarity index 94% rename from appstore/n8n/1.115.2/docker-compose.yml rename to appstore/n8n/1.116.0/docker-compose.yml index 8ba4d8b58..61d2eda79 100644 --- a/appstore/n8n/1.115.2/docker-compose.yml +++ b/appstore/n8n/1.116.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.115.2 + image: n8nio/n8n:1.116.0 labels: createdBy: Apps networks: diff --git a/appstore/n8n/1.115.2/envs/default.env b/appstore/n8n/1.116.0/envs/default.env similarity index 100% rename from appstore/n8n/1.115.2/envs/default.env rename to appstore/n8n/1.116.0/envs/default.env diff --git a/appstore/n8n/1.115.2/envs/global.env b/appstore/n8n/1.116.0/envs/global.env similarity index 100% rename from appstore/n8n/1.115.2/envs/global.env rename to appstore/n8n/1.116.0/envs/global.env diff --git a/appstore/n8n/1.115.2/scripts/init.sh b/appstore/n8n/1.116.0/scripts/init.sh similarity index 100% rename from appstore/n8n/1.115.2/scripts/init.sh rename to appstore/n8n/1.116.0/scripts/init.sh diff --git a/appstore/n8n/1.115.2/scripts/uninstall.sh b/appstore/n8n/1.116.0/scripts/uninstall.sh similarity index 100% rename from appstore/n8n/1.115.2/scripts/uninstall.sh rename to appstore/n8n/1.116.0/scripts/uninstall.sh diff --git a/appstore/n8n/1.115.2/scripts/upgrade.sh b/appstore/n8n/1.116.0/scripts/upgrade.sh similarity index 100% rename from appstore/n8n/1.115.2/scripts/upgrade.sh rename to appstore/n8n/1.116.0/scripts/upgrade.sh diff --git a/appstore/super-productivity/15.2.0/.env b/appstore/super-productivity/15.2.12/.env similarity index 100% rename from appstore/super-productivity/15.2.0/.env rename to appstore/super-productivity/15.2.12/.env diff --git a/appstore/super-productivity/15.2.0/conf/webdav.yaml b/appstore/super-productivity/15.2.12/conf/webdav.yaml similarity index 100% rename from appstore/super-productivity/15.2.0/conf/webdav.yaml rename to appstore/super-productivity/15.2.12/conf/webdav.yaml diff --git a/appstore/super-productivity/15.2.0/data.yml b/appstore/super-productivity/15.2.12/data.yml similarity index 100% rename from appstore/super-productivity/15.2.0/data.yml rename to appstore/super-productivity/15.2.12/data.yml diff --git a/appstore/super-productivity/15.2.0/docker-compose.yml b/appstore/super-productivity/15.2.12/docker-compose.yml similarity index 92% rename from appstore/super-productivity/15.2.0/docker-compose.yml rename to appstore/super-productivity/15.2.12/docker-compose.yml index eb9500058..2b1bbc3ee 100644 --- a/appstore/super-productivity/15.2.0/docker-compose.yml +++ b/appstore/super-productivity/15.2.12/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v15.2.0 + image: johannesjo/super-productivity:v15.2.12 labels: createdBy: Apps networks: diff --git a/appstore/super-productivity/15.2.0/envs/default.env b/appstore/super-productivity/15.2.12/envs/default.env similarity index 100% rename from appstore/super-productivity/15.2.0/envs/default.env rename to appstore/super-productivity/15.2.12/envs/default.env diff --git a/appstore/super-productivity/15.2.0/envs/global.env b/appstore/super-productivity/15.2.12/envs/global.env similarity index 100% rename from appstore/super-productivity/15.2.0/envs/global.env rename to appstore/super-productivity/15.2.12/envs/global.env diff --git a/appstore/super-productivity/15.2.0/scripts/init.sh b/appstore/super-productivity/15.2.12/scripts/init.sh similarity index 100% rename from appstore/super-productivity/15.2.0/scripts/init.sh rename to appstore/super-productivity/15.2.12/scripts/init.sh diff --git a/appstore/super-productivity/15.2.0/scripts/uninstall.sh b/appstore/super-productivity/15.2.12/scripts/uninstall.sh similarity index 100% rename from appstore/super-productivity/15.2.0/scripts/uninstall.sh rename to appstore/super-productivity/15.2.12/scripts/uninstall.sh diff --git a/appstore/super-productivity/15.2.0/scripts/upgrade.sh b/appstore/super-productivity/15.2.12/scripts/upgrade.sh similarity index 100% rename from appstore/super-productivity/15.2.0/scripts/upgrade.sh rename to appstore/super-productivity/15.2.12/scripts/upgrade.sh diff --git a/dockge/n8n/docker-compose.yml b/dockge/n8n/docker-compose.yml index 8ba4d8b58..61d2eda79 100644 --- a/dockge/n8n/docker-compose.yml +++ b/dockge/n8n/docker-compose.yml @@ -14,7 +14,7 @@ services: - N8N_PROTOCOL=http - N8N_DIAGNOSTICS_ENABLED=false - N8N_SECURE_COOKIE=false - image: n8nio/n8n:1.115.2 + image: n8nio/n8n:1.116.0 labels: createdBy: Apps networks: diff --git a/dockge/super-productivity/docker-compose.yml b/dockge/super-productivity/docker-compose.yml index eb9500058..2b1bbc3ee 100644 --- a/dockge/super-productivity/docker-compose.yml +++ b/dockge/super-productivity/docker-compose.yml @@ -21,7 +21,7 @@ services: environment: - TZ=Asia/Shanghai - WEBDAV_BACKEND=http://sp-webdav - image: johannesjo/super-productivity:v15.2.0 + image: johannesjo/super-productivity:v15.2.12 labels: createdBy: Apps networks: