From 99076dca580a957a77eaf899a8053d8d0d734111 Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Tue, 26 May 2026 03:37:25 +0800 Subject: [PATCH] feat: update openlist 4.2.2-aio --- README.md | 2 +- apps/openlist/{4.2.1-aio => 4.2.2-aio}/data.yml | 0 apps/openlist/{4.2.1-aio => 4.2.2-aio}/data/data/.gitkeep | 0 apps/openlist/{4.2.1-aio => 4.2.2-aio}/data/mnt/.gitkeep | 0 apps/openlist/{4.2.1-aio => 4.2.2-aio}/docker-compose.yml | 2 +- apps/openlist/{4.2.1-aio => 4.2.2-aio}/scripts/upgrade.sh | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename apps/openlist/{4.2.1-aio => 4.2.2-aio}/data.yml (100%) rename apps/openlist/{4.2.1-aio => 4.2.2-aio}/data/data/.gitkeep (100%) rename apps/openlist/{4.2.1-aio => 4.2.2-aio}/data/mnt/.gitkeep (100%) rename apps/openlist/{4.2.1-aio => 4.2.2-aio}/docker-compose.yml (90%) rename apps/openlist/{4.2.1-aio => 4.2.2-aio}/scripts/upgrade.sh (100%) diff --git a/README.md b/README.md index 8606721..fa5aefb 100644 --- a/README.md +++ b/README.md @@ -1010,7 +1010,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 📁 开源支持多存储的文件列表程序和私人网盘 -4.2.2 • [官网链接](https://github.com/OpenListTeam/OpenList) +4.2.2-aio • [官网链接](https://github.com/OpenListTeam/OpenList) diff --git a/apps/openlist/4.2.1-aio/data.yml b/apps/openlist/4.2.2-aio/data.yml similarity index 100% rename from apps/openlist/4.2.1-aio/data.yml rename to apps/openlist/4.2.2-aio/data.yml diff --git a/apps/openlist/4.2.1-aio/data/data/.gitkeep b/apps/openlist/4.2.2-aio/data/data/.gitkeep similarity index 100% rename from apps/openlist/4.2.1-aio/data/data/.gitkeep rename to apps/openlist/4.2.2-aio/data/data/.gitkeep diff --git a/apps/openlist/4.2.1-aio/data/mnt/.gitkeep b/apps/openlist/4.2.2-aio/data/mnt/.gitkeep similarity index 100% rename from apps/openlist/4.2.1-aio/data/mnt/.gitkeep rename to apps/openlist/4.2.2-aio/data/mnt/.gitkeep diff --git a/apps/openlist/4.2.1-aio/docker-compose.yml b/apps/openlist/4.2.2-aio/docker-compose.yml similarity index 90% rename from apps/openlist/4.2.1-aio/docker-compose.yml rename to apps/openlist/4.2.2-aio/docker-compose.yml index f4d539a..12af917 100644 --- a/apps/openlist/4.2.1-aio/docker-compose.yml +++ b/apps/openlist/4.2.2-aio/docker-compose.yml @@ -14,7 +14,7 @@ services: - PUID=0 - PGID=0 - UMASK=022 - image: openlistteam/openlist:v4.2.1-aio + image: openlistteam/openlist:v4.2.2-aio labels: createdBy: "Apps" networks: diff --git a/apps/openlist/4.2.1-aio/scripts/upgrade.sh b/apps/openlist/4.2.2-aio/scripts/upgrade.sh similarity index 100% rename from apps/openlist/4.2.1-aio/scripts/upgrade.sh rename to apps/openlist/4.2.2-aio/scripts/upgrade.sh