diff --git a/seafile/CHANGELOG.md b/seafile/CHANGELOG.md index ed83def92..e37a66a7b 100644 --- a/seafile/CHANGELOG.md +++ b/seafile/CHANGELOG.md @@ -1,4 +1,7 @@ +## 12.0.19 (2026-02-22) +- Fix download URLs containing incorrect `/seafhttp` prefix on first run by re-applying URL configuration after upstream init scripts complete. + ## 12.0.18 (2026-03-20) - Fix `env_vars` handling so extra environment variables are exported correctly. diff --git a/seafile/config.yaml b/seafile/config.yaml index 87bd0b172..b0d23a4d6 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.18" +version: "12.0.19" webui: http://[HOST]:[PORT:8000]