From ec27c4ebfaa37f8ea74a0ca12973427b89c4df5e Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Thu, 5 Mar 2026 13:07:23 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/astrbot-napcat/4.17.40/docker-compose.yml | 2 +- appstore/astrbot/{4.19.1 => 4.19.2}/.env | 0 appstore/astrbot/{4.19.1 => 4.19.2}/data.yml | 0 appstore/astrbot/{4.19.1 => 4.19.2}/docker-compose.yml | 2 +- appstore/astrbot/{4.19.1 => 4.19.2}/envs/default.env | 0 appstore/astrbot/{4.19.1 => 4.19.2}/envs/global.env | 0 appstore/astrbot/{4.19.1 => 4.19.2}/scripts/init.sh | 0 .../astrbot/{4.19.1 => 4.19.2}/scripts/uninstall.sh | 0 appstore/astrbot/{4.19.1 => 4.19.2}/scripts/upgrade.sh | 0 appstore/seaweedfs/{4.13 => 4.15}/.env | 0 .../seaweedfs/{4.13 => 4.15}/config/prometheus.yml | 0 appstore/seaweedfs/{4.13 => 4.15}/data.yml | 0 appstore/seaweedfs/{4.13 => 4.15}/docker-compose.yml | 10 +++++----- appstore/seaweedfs/{4.13 => 4.15}/envs/default.env | 0 appstore/seaweedfs/{4.13 => 4.15}/envs/global.env | 0 appstore/seaweedfs/{4.13 => 4.15}/scripts/init.sh | 0 appstore/seaweedfs/{4.13 => 4.15}/scripts/uninstall.sh | 0 appstore/seaweedfs/{4.13 => 4.15}/scripts/upgrade.sh | 0 dockge/astrbot-napcat/docker-compose.yml | 2 +- dockge/astrbot/docker-compose.yml | 2 +- dockge/seaweedfs/docker-compose.yml | 10 +++++----- 21 files changed, 14 insertions(+), 14 deletions(-) rename appstore/astrbot/{4.19.1 => 4.19.2}/.env (100%) rename appstore/astrbot/{4.19.1 => 4.19.2}/data.yml (100%) rename appstore/astrbot/{4.19.1 => 4.19.2}/docker-compose.yml (94%) rename appstore/astrbot/{4.19.1 => 4.19.2}/envs/default.env (100%) rename appstore/astrbot/{4.19.1 => 4.19.2}/envs/global.env (100%) rename appstore/astrbot/{4.19.1 => 4.19.2}/scripts/init.sh (100%) rename appstore/astrbot/{4.19.1 => 4.19.2}/scripts/uninstall.sh (100%) rename appstore/astrbot/{4.19.1 => 4.19.2}/scripts/upgrade.sh (100%) rename appstore/seaweedfs/{4.13 => 4.15}/.env (100%) rename appstore/seaweedfs/{4.13 => 4.15}/config/prometheus.yml (100%) rename appstore/seaweedfs/{4.13 => 4.15}/data.yml (100%) rename appstore/seaweedfs/{4.13 => 4.15}/docker-compose.yml (96%) rename appstore/seaweedfs/{4.13 => 4.15}/envs/default.env (100%) rename appstore/seaweedfs/{4.13 => 4.15}/envs/global.env (100%) rename appstore/seaweedfs/{4.13 => 4.15}/scripts/init.sh (100%) rename appstore/seaweedfs/{4.13 => 4.15}/scripts/uninstall.sh (100%) rename appstore/seaweedfs/{4.13 => 4.15}/scripts/upgrade.sh (100%) diff --git a/appstore/astrbot-napcat/4.17.40/docker-compose.yml b/appstore/astrbot-napcat/4.17.40/docker-compose.yml index f61886336..a25220d3d 100644 --- a/appstore/astrbot-napcat/4.17.40/docker-compose.yml +++ b/appstore/astrbot-napcat/4.17.40/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.19.1 + image: soulter/astrbot:v4.19.2 labels: createdBy: Apps networks: diff --git a/appstore/astrbot/4.19.1/.env b/appstore/astrbot/4.19.2/.env similarity index 100% rename from appstore/astrbot/4.19.1/.env rename to appstore/astrbot/4.19.2/.env diff --git a/appstore/astrbot/4.19.1/data.yml b/appstore/astrbot/4.19.2/data.yml similarity index 100% rename from appstore/astrbot/4.19.1/data.yml rename to appstore/astrbot/4.19.2/data.yml diff --git a/appstore/astrbot/4.19.1/docker-compose.yml b/appstore/astrbot/4.19.2/docker-compose.yml similarity index 94% rename from appstore/astrbot/4.19.1/docker-compose.yml rename to appstore/astrbot/4.19.2/docker-compose.yml index 5a8fc4d43..ec5b122fb 100644 --- a/appstore/astrbot/4.19.1/docker-compose.yml +++ b/appstore/astrbot/4.19.2/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.19.1 + image: soulter/astrbot:v4.19.2 labels: createdBy: Apps networks: diff --git a/appstore/astrbot/4.19.1/envs/default.env b/appstore/astrbot/4.19.2/envs/default.env similarity index 100% rename from appstore/astrbot/4.19.1/envs/default.env rename to appstore/astrbot/4.19.2/envs/default.env diff --git a/appstore/astrbot/4.19.1/envs/global.env b/appstore/astrbot/4.19.2/envs/global.env similarity index 100% rename from appstore/astrbot/4.19.1/envs/global.env rename to appstore/astrbot/4.19.2/envs/global.env diff --git a/appstore/astrbot/4.19.1/scripts/init.sh b/appstore/astrbot/4.19.2/scripts/init.sh similarity index 100% rename from appstore/astrbot/4.19.1/scripts/init.sh rename to appstore/astrbot/4.19.2/scripts/init.sh diff --git a/appstore/astrbot/4.19.1/scripts/uninstall.sh b/appstore/astrbot/4.19.2/scripts/uninstall.sh similarity index 100% rename from appstore/astrbot/4.19.1/scripts/uninstall.sh rename to appstore/astrbot/4.19.2/scripts/uninstall.sh diff --git a/appstore/astrbot/4.19.1/scripts/upgrade.sh b/appstore/astrbot/4.19.2/scripts/upgrade.sh similarity index 100% rename from appstore/astrbot/4.19.1/scripts/upgrade.sh rename to appstore/astrbot/4.19.2/scripts/upgrade.sh diff --git a/appstore/seaweedfs/4.13/.env b/appstore/seaweedfs/4.15/.env similarity index 100% rename from appstore/seaweedfs/4.13/.env rename to appstore/seaweedfs/4.15/.env diff --git a/appstore/seaweedfs/4.13/config/prometheus.yml b/appstore/seaweedfs/4.15/config/prometheus.yml similarity index 100% rename from appstore/seaweedfs/4.13/config/prometheus.yml rename to appstore/seaweedfs/4.15/config/prometheus.yml diff --git a/appstore/seaweedfs/4.13/data.yml b/appstore/seaweedfs/4.15/data.yml similarity index 100% rename from appstore/seaweedfs/4.13/data.yml rename to appstore/seaweedfs/4.15/data.yml diff --git a/appstore/seaweedfs/4.13/docker-compose.yml b/appstore/seaweedfs/4.15/docker-compose.yml similarity index 96% rename from appstore/seaweedfs/4.13/docker-compose.yml rename to appstore/seaweedfs/4.15/docker-compose.yml index d5ccdba3c..45162bae4 100644 --- a/appstore/seaweedfs/4.13/docker-compose.yml +++ b/appstore/seaweedfs/4.15/docker-compose.yml @@ -14,7 +14,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 networks: - seaweedfs-network ports: @@ -36,7 +36,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 networks: - seaweedfs-network ports: @@ -78,7 +78,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 labels: createdBy: Apps networks: @@ -101,7 +101,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 networks: - seaweedfs-network ports: @@ -125,7 +125,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 networks: - seaweedfs-network ports: diff --git a/appstore/seaweedfs/4.13/envs/default.env b/appstore/seaweedfs/4.15/envs/default.env similarity index 100% rename from appstore/seaweedfs/4.13/envs/default.env rename to appstore/seaweedfs/4.15/envs/default.env diff --git a/appstore/seaweedfs/4.13/envs/global.env b/appstore/seaweedfs/4.15/envs/global.env similarity index 100% rename from appstore/seaweedfs/4.13/envs/global.env rename to appstore/seaweedfs/4.15/envs/global.env diff --git a/appstore/seaweedfs/4.13/scripts/init.sh b/appstore/seaweedfs/4.15/scripts/init.sh similarity index 100% rename from appstore/seaweedfs/4.13/scripts/init.sh rename to appstore/seaweedfs/4.15/scripts/init.sh diff --git a/appstore/seaweedfs/4.13/scripts/uninstall.sh b/appstore/seaweedfs/4.15/scripts/uninstall.sh similarity index 100% rename from appstore/seaweedfs/4.13/scripts/uninstall.sh rename to appstore/seaweedfs/4.15/scripts/uninstall.sh diff --git a/appstore/seaweedfs/4.13/scripts/upgrade.sh b/appstore/seaweedfs/4.15/scripts/upgrade.sh similarity index 100% rename from appstore/seaweedfs/4.13/scripts/upgrade.sh rename to appstore/seaweedfs/4.15/scripts/upgrade.sh diff --git a/dockge/astrbot-napcat/docker-compose.yml b/dockge/astrbot-napcat/docker-compose.yml index f61886336..a25220d3d 100644 --- a/dockge/astrbot-napcat/docker-compose.yml +++ b/dockge/astrbot-napcat/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.19.1 + image: soulter/astrbot:v4.19.2 labels: createdBy: Apps networks: diff --git a/dockge/astrbot/docker-compose.yml b/dockge/astrbot/docker-compose.yml index 5a8fc4d43..ec5b122fb 100644 --- a/dockge/astrbot/docker-compose.yml +++ b/dockge/astrbot/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: soulter/astrbot:v4.19.1 + image: soulter/astrbot:v4.19.2 labels: createdBy: Apps networks: diff --git a/dockge/seaweedfs/docker-compose.yml b/dockge/seaweedfs/docker-compose.yml index d5ccdba3c..45162bae4 100644 --- a/dockge/seaweedfs/docker-compose.yml +++ b/dockge/seaweedfs/docker-compose.yml @@ -14,7 +14,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 networks: - seaweedfs-network ports: @@ -36,7 +36,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 networks: - seaweedfs-network ports: @@ -78,7 +78,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 labels: createdBy: Apps networks: @@ -101,7 +101,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 networks: - seaweedfs-network ports: @@ -125,7 +125,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: chrislusf/seaweedfs:4.13 + image: chrislusf/seaweedfs:4.15 networks: - seaweedfs-network ports: