Merge pull request #2326 from alexbelgium/codex/fix-issue-2324-in-hassio-addons

Enable .NET polling file watcher and bump Ombi add-on version
This commit is contained in:
Alexandre
2026-01-02 05:20:34 +01:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
## 4.53.0-1 (01-01-2026)
- Enable DOTNET_USE_POLLING_FILE_WATCHER to avoid inotify startup failures.
## 4.53.0 (04-12-2025)
- Development branch

View File

@@ -23,7 +23,8 @@ FROM ${BUILD_FROM}
##################
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
ENV DOTNET_USE_POLLING_FILE_WATCHER=1 \
S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0

View File

@@ -86,5 +86,5 @@ schema:
slug: ombi
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/ombi
version: 4.53.0
version: 4.53.0-1
webui: "[PROTO:ssl]://[HOST]:[PORT:3579]"