From cb3f3696f3de5b3ef87b9a806201e520cea38742 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Tue, 30 Dec 2025 18:35:31 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/rsshub/{2025-12-29 => 2025-12-30}/.env | 0 appstore/rsshub/{2025-12-29 => 2025-12-30}/data.yml | 0 appstore/rsshub/{2025-12-29 => 2025-12-30}/docker-compose.yml | 2 +- appstore/rsshub/{2025-12-29 => 2025-12-30}/envs/default.env | 0 appstore/rsshub/{2025-12-29 => 2025-12-30}/envs/global.env | 0 appstore/rsshub/{2025-12-29 => 2025-12-30}/scripts/init.sh | 0 appstore/rsshub/{2025-12-29 => 2025-12-30}/scripts/uninstall.sh | 0 appstore/rsshub/{2025-12-29 => 2025-12-30}/scripts/upgrade.sh | 0 appstore/siyuan/{3.5.1 => 3.5.2}/.env | 0 appstore/siyuan/{3.5.1 => 3.5.2}/data.yml | 0 appstore/siyuan/{3.5.1 => 3.5.2}/docker-compose.yml | 2 +- appstore/siyuan/{3.5.1 => 3.5.2}/envs/default.env | 0 appstore/siyuan/{3.5.1 => 3.5.2}/envs/global.env | 0 appstore/siyuan/{3.5.1 => 3.5.2}/scripts/init.sh | 0 appstore/siyuan/{3.5.1 => 3.5.2}/scripts/uninstall.sh | 0 appstore/siyuan/{3.5.1 => 3.5.2}/scripts/upgrade.sh | 0 dockge/rsshub/docker-compose.yml | 2 +- dockge/siyuan/docker-compose.yml | 2 +- 18 files changed, 4 insertions(+), 4 deletions(-) rename appstore/rsshub/{2025-12-29 => 2025-12-30}/.env (100%) rename appstore/rsshub/{2025-12-29 => 2025-12-30}/data.yml (100%) rename appstore/rsshub/{2025-12-29 => 2025-12-30}/docker-compose.yml (97%) rename appstore/rsshub/{2025-12-29 => 2025-12-30}/envs/default.env (100%) rename appstore/rsshub/{2025-12-29 => 2025-12-30}/envs/global.env (100%) rename appstore/rsshub/{2025-12-29 => 2025-12-30}/scripts/init.sh (100%) rename appstore/rsshub/{2025-12-29 => 2025-12-30}/scripts/uninstall.sh (100%) rename appstore/rsshub/{2025-12-29 => 2025-12-30}/scripts/upgrade.sh (100%) rename appstore/siyuan/{3.5.1 => 3.5.2}/.env (100%) rename appstore/siyuan/{3.5.1 => 3.5.2}/data.yml (100%) rename appstore/siyuan/{3.5.1 => 3.5.2}/docker-compose.yml (93%) rename appstore/siyuan/{3.5.1 => 3.5.2}/envs/default.env (100%) rename appstore/siyuan/{3.5.1 => 3.5.2}/envs/global.env (100%) rename appstore/siyuan/{3.5.1 => 3.5.2}/scripts/init.sh (100%) rename appstore/siyuan/{3.5.1 => 3.5.2}/scripts/uninstall.sh (100%) rename appstore/siyuan/{3.5.1 => 3.5.2}/scripts/upgrade.sh (100%) diff --git a/appstore/rsshub/2025-12-29/.env b/appstore/rsshub/2025-12-30/.env similarity index 100% rename from appstore/rsshub/2025-12-29/.env rename to appstore/rsshub/2025-12-30/.env diff --git a/appstore/rsshub/2025-12-29/data.yml b/appstore/rsshub/2025-12-30/data.yml similarity index 100% rename from appstore/rsshub/2025-12-29/data.yml rename to appstore/rsshub/2025-12-30/data.yml diff --git a/appstore/rsshub/2025-12-29/docker-compose.yml b/appstore/rsshub/2025-12-30/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-12-29/docker-compose.yml rename to appstore/rsshub/2025-12-30/docker-compose.yml index 2de17de72..5e0570b6f 100644 --- a/appstore/rsshub/2025-12-29/docker-compose.yml +++ b/appstore/rsshub/2025-12-30/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-12-29 + image: diygod/rsshub:2025-12-30 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-12-29/envs/default.env b/appstore/rsshub/2025-12-30/envs/default.env similarity index 100% rename from appstore/rsshub/2025-12-29/envs/default.env rename to appstore/rsshub/2025-12-30/envs/default.env diff --git a/appstore/rsshub/2025-12-29/envs/global.env b/appstore/rsshub/2025-12-30/envs/global.env similarity index 100% rename from appstore/rsshub/2025-12-29/envs/global.env rename to appstore/rsshub/2025-12-30/envs/global.env diff --git a/appstore/rsshub/2025-12-29/scripts/init.sh b/appstore/rsshub/2025-12-30/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-12-29/scripts/init.sh rename to appstore/rsshub/2025-12-30/scripts/init.sh diff --git a/appstore/rsshub/2025-12-29/scripts/uninstall.sh b/appstore/rsshub/2025-12-30/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-12-29/scripts/uninstall.sh rename to appstore/rsshub/2025-12-30/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-12-29/scripts/upgrade.sh b/appstore/rsshub/2025-12-30/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-12-29/scripts/upgrade.sh rename to appstore/rsshub/2025-12-30/scripts/upgrade.sh diff --git a/appstore/siyuan/3.5.1/.env b/appstore/siyuan/3.5.2/.env similarity index 100% rename from appstore/siyuan/3.5.1/.env rename to appstore/siyuan/3.5.2/.env diff --git a/appstore/siyuan/3.5.1/data.yml b/appstore/siyuan/3.5.2/data.yml similarity index 100% rename from appstore/siyuan/3.5.1/data.yml rename to appstore/siyuan/3.5.2/data.yml diff --git a/appstore/siyuan/3.5.1/docker-compose.yml b/appstore/siyuan/3.5.2/docker-compose.yml similarity index 93% rename from appstore/siyuan/3.5.1/docker-compose.yml rename to appstore/siyuan/3.5.2/docker-compose.yml index 3f5faf0e6..e9cc68817 100644 --- a/appstore/siyuan/3.5.1/docker-compose.yml +++ b/appstore/siyuan/3.5.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./envs/global.env environment: - RUN_IN_CONTAINER=true - image: b3log/siyuan:v3.5.1 + image: b3log/siyuan:v3.5.2 labels: createdBy: Apps networks: diff --git a/appstore/siyuan/3.5.1/envs/default.env b/appstore/siyuan/3.5.2/envs/default.env similarity index 100% rename from appstore/siyuan/3.5.1/envs/default.env rename to appstore/siyuan/3.5.2/envs/default.env diff --git a/appstore/siyuan/3.5.1/envs/global.env b/appstore/siyuan/3.5.2/envs/global.env similarity index 100% rename from appstore/siyuan/3.5.1/envs/global.env rename to appstore/siyuan/3.5.2/envs/global.env diff --git a/appstore/siyuan/3.5.1/scripts/init.sh b/appstore/siyuan/3.5.2/scripts/init.sh similarity index 100% rename from appstore/siyuan/3.5.1/scripts/init.sh rename to appstore/siyuan/3.5.2/scripts/init.sh diff --git a/appstore/siyuan/3.5.1/scripts/uninstall.sh b/appstore/siyuan/3.5.2/scripts/uninstall.sh similarity index 100% rename from appstore/siyuan/3.5.1/scripts/uninstall.sh rename to appstore/siyuan/3.5.2/scripts/uninstall.sh diff --git a/appstore/siyuan/3.5.1/scripts/upgrade.sh b/appstore/siyuan/3.5.2/scripts/upgrade.sh similarity index 100% rename from appstore/siyuan/3.5.1/scripts/upgrade.sh rename to appstore/siyuan/3.5.2/scripts/upgrade.sh diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index 2de17de72..5e0570b6f 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-12-29 + image: diygod/rsshub:2025-12-30 labels: createdBy: Apps networks: diff --git a/dockge/siyuan/docker-compose.yml b/dockge/siyuan/docker-compose.yml index 3f5faf0e6..e9cc68817 100644 --- a/dockge/siyuan/docker-compose.yml +++ b/dockge/siyuan/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./envs/global.env environment: - RUN_IN_CONTAINER=true - image: b3log/siyuan:v3.5.1 + image: b3log/siyuan:v3.5.2 labels: createdBy: Apps networks: