From 862e5d4ac37a80fe97b569652eebf9647dd6463b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 24 Dec 2025 07:38:34 +0000 Subject: [PATCH] Revert 'Updater bot : seafile updated to 12.0.14' [nobuild] --- seafile/CHANGELOG.md | 3 --- seafile/Dockerfile | 6 +++--- seafile/config.yaml | 2 +- seafile/updater.json | 4 ++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index fc295d6d1..5388e9e01 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,7 +1,4 @@ -## 12.0.14 (24-12-2025) -- Update to latest version from franchetti/seafile-arm - ## (23-12-2025) - Update to latest version from franchetti/seafile-arm - The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release diff --git a/seafile/Dockerfile b/seafile/Dockerfile index d9588b69b..7bb291666 100644 --- a/seafile/Dockerfile +++ b/seafile/Dockerfile @@ -2,11 +2,11 @@ # ALEXBELGIUM'S DOCKERFILE # #============================# # _.------. -# _.-` ('>.-`"12.0.14""-. +# _.-` ('>.-`"""-. # '.--'` _'` _ .--.) # -' '-.-';` ` # ' - _.' ``'--. -# '---` .-'"12.0.14"` +# '---` .-'""` # /` #=== Home Assistant Addon ===# @@ -53,7 +53,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps -ENV PACKAGES="12.0.14" +ENV PACKAGES="" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" diff --git a/seafile/config.yaml b/seafile/config.yaml index 923c2207d..4227016bb 100644 --- a/seafile/config.yaml +++ b/seafile/config.yaml @@ -128,5 +128,5 @@ services: slug: seafile udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/seafile -version: "12.0.14" +version: "" webui: http://[HOST]:[PORT:8000] diff --git a/seafile/updater.json b/seafile/updater.json index bed31ca81..edb8e6059 100644 --- a/seafile/updater.json +++ b/seafile/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "24-12-2025", + "last_update": "23-12-2025", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "seafile", "source": "dockerhub", "upstream_repo": "franchetti/seafile-arm", - "upstream_version": "12.0.14" + "upstream_version": "" }