mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user