Compare commits
4 Commits
fabf324ee3
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb08853b50 | ||
|
|
60a5adb5c3 | ||
|
|
5f58265ef4 | ||
|
|
1031709095 |
13
.github/stargazer_countries.csv
vendored
@@ -150,7 +150,6 @@ CrowMaster1,
|
||||
Curiouserw,United States
|
||||
CurtRed,
|
||||
D3F0NC3UR,
|
||||
D3XX3R,
|
||||
D3f0,Kenya
|
||||
DARKNAGAN,France
|
||||
DDanii,
|
||||
@@ -779,7 +778,6 @@ aelg305,
|
||||
afonsojramos,Portugal
|
||||
agdamsbo,Denmark
|
||||
ahhl,
|
||||
ahjcarroll,
|
||||
ahrens26,
|
||||
aiccucs,
|
||||
aicynide,
|
||||
@@ -1012,7 +1010,6 @@ charithmadhuranga,Sri Lanka
|
||||
charl3y15,United States
|
||||
charlestephen,United States
|
||||
chbmuc,
|
||||
checkrayns,
|
||||
chen-ye,United States
|
||||
chen7hi,
|
||||
chenweiwei123,
|
||||
@@ -1242,7 +1239,6 @@ ericyew,
|
||||
erikLundstedt,Sweden
|
||||
ernierasta,Czechia
|
||||
eroldan,
|
||||
eruvanos,Germany
|
||||
erwamartin,France
|
||||
ettoreboy,
|
||||
euneuneu,
|
||||
@@ -1446,7 +1442,6 @@ indig0fox,United States
|
||||
indrajitr,United States
|
||||
indykoning,
|
||||
ingoau,Australia
|
||||
inventor7777,United States
|
||||
irgendwer112,
|
||||
irgendwer92,
|
||||
isobear23,
|
||||
@@ -1737,7 +1732,6 @@ matte-a,Italy
|
||||
matth-av,Australia
|
||||
matthew-hz,
|
||||
matthewturk,United States
|
||||
matthiasbalke,Germany
|
||||
matthiasfaeth,
|
||||
matthieudevipa,
|
||||
matthudson670,
|
||||
@@ -1890,7 +1884,6 @@ noxhirsch,Germany
|
||||
nperanzi,United States
|
||||
nstrelow,Germany
|
||||
nukleuz80,
|
||||
nunoaleixogoncalves,Portugal
|
||||
nwithan8,United States
|
||||
nxnjz,
|
||||
nyakojiru,Spain
|
||||
@@ -2039,7 +2032,6 @@ quirbiefe,
|
||||
qun-media,
|
||||
r0rqual,United States
|
||||
rJUUSO,
|
||||
ranjitrajkumar,Canada
|
||||
raphael1688,
|
||||
rapjul,
|
||||
rascasseuk,
|
||||
@@ -2377,7 +2369,6 @@ vetcher,
|
||||
vikavorkin,Israel
|
||||
vinnyduke,
|
||||
vlad36N,United States
|
||||
vlassen,
|
||||
vortexua,
|
||||
vova-musin,
|
||||
vova9,Belarus
|
||||
@@ -2413,8 +2404,7 @@ wickedst,United Kingdom
|
||||
wildnet,Poland
|
||||
wile-e1,Canada
|
||||
williamcorsel,Netherlands
|
||||
willigenburggihaux,
|
||||
willnewcombe,United Kingdom
|
||||
willnewcombe,
|
||||
wimb0,
|
||||
witold-gren,Poland
|
||||
wonkygecko,United States
|
||||
@@ -2476,7 +2466,6 @@ ziQzav,
|
||||
zipp00,
|
||||
zjw57,China
|
||||
zking7,
|
||||
zonekill61,
|
||||
zonorti,Germany
|
||||
zr-idt,
|
||||
zuranthus,Sweden
|
||||
|
||||
|
BIN
.github/stargazer_map.png
vendored
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 62 KiB |
BIN
.github/stats.png
vendored
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 4.6 KiB |
BIN
.github/stats_addons.png
vendored
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 9.8 KiB |
@@ -30,10 +30,9 @@ jobs:
|
||||
TEXT_LOWER="$(printf '%s' "$TEXT" | tr '[:upper:]' '[:lower:]')"
|
||||
|
||||
while IFS= read -r addon; do
|
||||
ADDON_LOWER="$(printf '%s' "$addon" | tr '[:upper:]' '[:lower:]')"
|
||||
[ -z "$ADDON_LOWER" ] && continue
|
||||
[ -z "$addon" ] && continue
|
||||
|
||||
if [[ "$TEXT_LOWER" == *"$ADDON_LOWER"* ]]; then
|
||||
if [[ "$TEXT_LOWER" == *"$addon"* ]]; then
|
||||
user="$(jq -r --arg addon "$addon" '.[$addon]' .github/addon_submitters.json)"
|
||||
if [ -z "$user" ] || [ "$user" = "null" ]; then
|
||||
continue
|
||||
@@ -43,7 +42,7 @@ jobs:
|
||||
comments_url="https://api.github.com/repos/${REPO}/issues/${ISSUE_NUMBER}/comments"
|
||||
|
||||
export GH_TOKEN="${GITHUB_TOKEN}"
|
||||
existing="$(gh issue view "$ISSUE_NUMBER" --repo "$REPO" --json comments | jq --arg marker "$marker" '[.comments[] | select(.body | contains($marker))] | length')"
|
||||
existing="$(gh issue view "$ISSUE_NUMBER" --repo "$REPO" --json comments --jq '[.comments[] | select(.body | contains($marker))] | length')"
|
||||
|
||||
if [ "$existing" -eq 0 ]; then
|
||||
body=$(jq -cn --arg marker "$marker" --arg addon "$addon" --arg user "$user" '{body: ($marker + "\nHeads up @" + $user + ": this issue appears to mention `" + $addon + "`.")}')
|
||||
|
||||
@@ -69,6 +69,7 @@ If you want to do add the repository manually, please follow the procedure highl
|
||||
|
||||
- %%STATS_AMD64%%
|
||||
- %%STATS_AARCH64%%
|
||||
- %%STATS_ARMV7%%
|
||||
|
||||
### Stars evolution
|
||||
|
||||
|
||||
@@ -69,6 +69,7 @@ If you want to do add the repository manually, please follow the procedure highl
|
||||
|
||||
- amd64: 65%
|
||||
- aarch64: 35%
|
||||
- %%STATS_ARMV7%%
|
||||
|
||||
### Stars evolution
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
baikal/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
bazarr/stats.png
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.2 KiB |
BIN
codex/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.5 KiB |
BIN
emby/stats.png
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.7 KiB |
BIN
ente/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.2 KiB |
BIN
gitea/stats.png
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
grav/stats.png
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.6.2-2 (2026-03-28)
|
||||
- Fix Redis startup: install redis-server directly instead of via Docker mods to prevent ECONNRESET errors (issue #2615)
|
||||
|
||||
## 2.6.2 (2026-03-28)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -34,13 +34,8 @@ COPY ha_lsio.sh /ha_lsio.sh
|
||||
ARG CONFIGLOCATION="/config"
|
||||
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
||||
|
||||
# Install REDIS
|
||||
ENV DOCKER_MODS="imagegenius/mods:universal-redis"
|
||||
|
||||
# && chmod 777 -R /docker-mods \
|
||||
# && /./docker-mods/* || ls / \
|
||||
# && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi
|
||||
#ENV DOCKER_MODS=""
|
||||
# Install REDIS directly instead of via Docker mods for reliability
|
||||
# (Docker mods can fail to install Redis at runtime, causing ECONNRESET errors)
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
@@ -63,7 +58,7 @@ COPY ha_automodules.sh /ha_automodules.sh
|
||||
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||
|
||||
# Manual apps
|
||||
ENV PACKAGES="sudo yamllint pip sed jq"
|
||||
ENV PACKAGES="sudo yamllint pip sed jq redis-server"
|
||||
|
||||
# Automatic apps & bashio
|
||||
COPY ha_autoapps.sh /ha_autoapps.sh
|
||||
|
||||
@@ -71,7 +71,6 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CI_PORT: "8080"
|
||||
DOCKER_MODS: imagegenius/mods:universal-redis
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /data/machine-learning
|
||||
MACHINE_LEARNING_WORKERS: "1"
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: "120"
|
||||
@@ -143,6 +142,6 @@ slug: immich
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: "2.6.2"
|
||||
version: "2.6.2-2"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
64
immich/rootfs/defaults/redis.conf
Normal file
@@ -0,0 +1,64 @@
|
||||
## custom configuration file, please be aware that changing options here may break things
|
||||
## uncomment what you need to adjust, leave commented to use default settings
|
||||
## see https://redis.io/topics/config for help
|
||||
|
||||
#protected-mode yes
|
||||
#tcp-backlog 511
|
||||
#timeout 0
|
||||
#tcp-keepalive 300
|
||||
#databases 16
|
||||
#save 900 1
|
||||
#save 300 10
|
||||
#save 60 10000
|
||||
#stop-writes-on-bgsave-error yes
|
||||
#rdbcompression yes
|
||||
#rdbchecksum yes
|
||||
#dbfilename dump.rdb
|
||||
#rdb-del-sync-files no
|
||||
#replica-serve-stale-data yes
|
||||
#replica-read-only yes
|
||||
#repl-diskless-sync no
|
||||
#repl-diskless-sync-delay 5
|
||||
#repl-diskless-load disabled
|
||||
#repl-disable-tcp-nodelay no
|
||||
#replica-priority 100
|
||||
#acllog-max-len 128
|
||||
#lazyfree-lazy-eviction no
|
||||
#lazyfree-lazy-expire no
|
||||
#lazyfree-lazy-server-del no
|
||||
#replica-lazy-flush no
|
||||
#lazyfree-lazy-user-del no
|
||||
#oom-score-adj no
|
||||
#oom-score-adj-values 0 200 800
|
||||
#appendonly no
|
||||
#appendfilename "appendonly.aof"
|
||||
#appendfsync everysec
|
||||
#no-appendfsync-on-rewrite no
|
||||
#auto-aof-rewrite-percentage 100
|
||||
#auto-aof-rewrite-min-size 64mb
|
||||
#aof-load-truncated yes
|
||||
#aof-use-rdb-preamble yes
|
||||
#lua-time-limit 5000
|
||||
#slowlog-log-slower-than 10000
|
||||
#slowlog-max-len 128
|
||||
#latency-monitor-threshold 0
|
||||
#notify-keyspace-events ""
|
||||
#hash-max-ziplist-entries 512
|
||||
#hash-max-ziplist-value 64
|
||||
#list-max-ziplist-size -2
|
||||
#list-compress-depth 0
|
||||
#set-max-intset-entries 512
|
||||
#zset-max-ziplist-entries 128
|
||||
#zset-max-ziplist-value 64
|
||||
#hll-sparse-max-bytes 3000
|
||||
#stream-node-max-bytes 4096
|
||||
#stream-node-max-entries 100
|
||||
#activerehashing yes
|
||||
#client-output-buffer-limit normal 0 0 0
|
||||
#client-output-buffer-limit replica 256mb 64mb 60
|
||||
#client-output-buffer-limit pubsub 32mb 8mb 60
|
||||
#hz 10
|
||||
#dynamic-hz yes
|
||||
#aof-rewrite-incremental-fsync yes
|
||||
#rdb-save-incremental-fsync yes
|
||||
#jemalloc-bg-thread yes
|
||||
@@ -97,9 +97,8 @@ fi
|
||||
# REDIS LOCATION #
|
||||
##################
|
||||
|
||||
echo "sed -i \"s=/config/redis=/data/redis=g\" /etc/s6*/s6*/*/run" >> /docker-mods
|
||||
echo "sed -i \"s=/config/log/redis=/data/log=g\" /etc/s6*/s6*/*/run" >> /docker-mods
|
||||
mkdir -p /data/redis
|
||||
mkdir -p /data/log
|
||||
mkdir -p /var/run/redis
|
||||
chmod 755 /data/redis
|
||||
chmod 755 /data/log
|
||||
|
||||
27
immich/rootfs/etc/s6-overlay/s6-rc.d/svc-redis/run
Normal file
@@ -0,0 +1,27 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# Create Redis directories
|
||||
mkdir -p \
|
||||
/data/redis \
|
||||
/data/log \
|
||||
/var/run/redis
|
||||
|
||||
# Copy default redis.conf if not present
|
||||
if [[ ! -f /data/redis/redis.conf ]]; then
|
||||
cp /defaults/redis.conf /data/redis/redis.conf 2>/dev/null || touch /data/redis/redis.conf
|
||||
fi
|
||||
|
||||
# Set permissions
|
||||
chown -R root:root \
|
||||
/data/redis \
|
||||
/data/log \
|
||||
/var/run/redis
|
||||
|
||||
exec \
|
||||
redis-server /data/redis/redis.conf \
|
||||
--bind 127.0.0.1 \
|
||||
--port 6379 \
|
||||
--pidfile /var/run/redis/redis.pid \
|
||||
--always-show-logo no \
|
||||
--dir /data/redis \
|
||||
--logfile /data/log/redis.log
|
||||
1
immich/rootfs/etc/s6-overlay/s6-rc.d/svc-redis/type
Normal file
@@ -0,0 +1 @@
|
||||
longrun
|
||||
BIN
immich/stats.png
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.6.2-2 (2026-03-28)
|
||||
- Fix Redis startup: install redis-server directly instead of via Docker mods to prevent ECONNRESET errors (issue #2615)
|
||||
|
||||
## 2.6.2 (2026-03-28)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -34,13 +34,8 @@ COPY ha_lsio.sh /ha_lsio.sh
|
||||
ARG CONFIGLOCATION="/config"
|
||||
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
||||
|
||||
# Install REDIS
|
||||
ENV DOCKER_MODS="imagegenius/mods:universal-redis"
|
||||
|
||||
# && chmod 777 -R /docker-mods \
|
||||
# && /./docker-mods/* || ls / \
|
||||
# && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi
|
||||
#ENV DOCKER_MODS=""
|
||||
# Install REDIS directly instead of via Docker mods for reliability
|
||||
# (Docker mods can fail to install Redis at runtime, causing ECONNRESET errors)
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
@@ -63,7 +58,7 @@ COPY ha_automodules.sh /ha_automodules.sh
|
||||
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||
|
||||
# Manual apps
|
||||
ENV PACKAGES="sudo sed yamllint pip jq"
|
||||
ENV PACKAGES="sudo sed yamllint pip jq redis-server"
|
||||
|
||||
# Automatic apps & bashio
|
||||
COPY ha_autoapps.sh /ha_autoapps.sh
|
||||
|
||||
@@ -69,7 +69,6 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CI_PORT: "8080"
|
||||
DOCKER_MODS: imagegenius/mods:universal-redis
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /data/machine-learning
|
||||
MACHINE_LEARNING_WORKERS: "1"
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: "120"
|
||||
@@ -141,6 +140,6 @@ slug: immich_cuda
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: "2.6.2"
|
||||
version: "2.6.2-2"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.6.2-2 (2026-03-28)
|
||||
- Fix Redis startup: install redis-server directly instead of via Docker mods to prevent ECONNRESET errors (issue #2615)
|
||||
|
||||
## 2.6.2 (2026-03-28)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -34,13 +34,8 @@ COPY ha_lsio.sh /ha_lsio.sh
|
||||
ARG CONFIGLOCATION="/config"
|
||||
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
||||
|
||||
# Install REDIS
|
||||
ENV DOCKER_MODS="imagegenius/mods:universal-redis"
|
||||
|
||||
# && chmod 777 -R /docker-mods \
|
||||
# && /./docker-mods/* || ls / \
|
||||
# && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi
|
||||
#ENV DOCKER_MODS=""
|
||||
# Install REDIS directly instead of via Docker mods for reliability
|
||||
# (Docker mods can fail to install Redis at runtime, causing ECONNRESET errors)
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
@@ -63,7 +58,7 @@ COPY ha_automodules.sh /ha_automodules.sh
|
||||
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||
|
||||
# Manual apps
|
||||
ENV PACKAGES="sudo sed yamllint pip jq"
|
||||
ENV PACKAGES="sudo sed yamllint pip jq redis-server"
|
||||
|
||||
# Automatic apps & bashio
|
||||
COPY ha_autoapps.sh /ha_autoapps.sh
|
||||
|
||||
@@ -70,7 +70,6 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CI_PORT: "8080"
|
||||
DOCKER_MODS: imagegenius/mods:universal-redis
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /data/machine-learning
|
||||
MACHINE_LEARNING_WORKERS: "1"
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: "120"
|
||||
@@ -142,6 +141,6 @@ slug: immich_noml
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: "2.6.2"
|
||||
version: "2.6.2-2"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.6.2-2 (2026-03-28)
|
||||
- Fix Redis startup: install redis-server directly instead of via Docker mods to prevent ECONNRESET errors (issue #2615)
|
||||
|
||||
## 2.6.2 (2026-03-28)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -32,13 +32,8 @@ COPY ha_lsio.sh /ha_lsio.sh
|
||||
ARG CONFIGLOCATION="/config"
|
||||
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
||||
|
||||
# Install REDIS
|
||||
ENV DOCKER_MODS="imagegenius/mods:universal-redis"
|
||||
|
||||
# && chmod 777 -R /docker-mods \
|
||||
# && /./docker-mods/* || ls / \
|
||||
# && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi
|
||||
#ENV DOCKER_MODS=""
|
||||
# Install REDIS directly instead of via Docker mods for reliability
|
||||
# (Docker mods can fail to install Redis at runtime, causing ECONNRESET errors)
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
@@ -61,7 +56,7 @@ COPY ha_automodules.sh /ha_automodules.sh
|
||||
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||
|
||||
# Manual apps
|
||||
ENV PACKAGES="sudo sed yamllint pip jq"
|
||||
ENV PACKAGES="sudo sed yamllint pip jq redis-server"
|
||||
|
||||
# Automatic apps & bashio
|
||||
COPY ha_autoapps.sh /ha_autoapps.sh
|
||||
|
||||
@@ -70,7 +70,6 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CI_PORT: "8080"
|
||||
DOCKER_MODS: imagegenius/mods:universal-redis
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /data/machine-learning
|
||||
MACHINE_LEARNING_WORKERS: "1"
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: "120"
|
||||
@@ -142,6 +141,6 @@ slug: immich_openvino
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: "2.6.2"
|
||||
version: "2.6.2-2"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
inadyn/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.5 KiB |
BIN
joal/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
joplin/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
kometa/stats.png
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
lidarr/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -1,11 +1,3 @@
|
||||
## 3.2.0-4 (02-04-2026)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 3.2.0-3 (2026-03-31)
|
||||
- Fix addon never starts: symlink contents inside /opt/data instead of replacing the Docker VOLUME directory
|
||||
|
||||
## 3.2.0-2 (2026-03-31)
|
||||
- Fix configuration lost after container restart by symlinking /opt/data to persistent /config directory
|
||||
|
||||
## 3.2.0 (2026-03-28)
|
||||
- Update to latest version from maintainerr/maintainerr (changelog : https://github.com/maintainerr/maintainerr/releases)
|
||||
|
||||
@@ -65,9 +65,9 @@ devices:
|
||||
- /dev/nvme0
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
DATA_DIR: "/config"
|
||||
image: ghcr.io/alexbelgium/maintainerr-{arch}
|
||||
ingress: true
|
||||
ingress_stream: true
|
||||
init: false
|
||||
panel_icon: mdi:movie-search
|
||||
map:
|
||||
@@ -87,5 +87,5 @@ schema:
|
||||
TZ: str?
|
||||
slug: maintainerr
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/maintainerr
|
||||
version: "3.2.0-4"
|
||||
version: "3.2.0"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:6246]"
|
||||
|
||||
@@ -24,31 +24,11 @@ if [ -d /etc/cont-init.d ]; then
|
||||
fi
|
||||
|
||||
# ─── Setup persistent data directory ─────────────────────────────────────────
|
||||
# The upstream app hardcodes /opt/data for its database and logs
|
||||
# (typeOrmConfig.ts → /opt/data/maintainerr.sqlite, logs → /opt/data/logs/).
|
||||
# /opt/data is declared as a Docker VOLUME in the upstream image, which is NOT
|
||||
# persistent across addon updates/reinstalls in HA.
|
||||
# Redirect /opt/data → /config (persistent via addon_config:rw) with a symlink.
|
||||
# /opt/data is a Docker VOLUME in the upstream image and cannot be removed.
|
||||
# Maintainerr supports the DATA_DIR env var to redirect data storage.
|
||||
DATA_DIR="/config"
|
||||
echo "[Maintainerr] Setting up data directory: $DATA_DIR"
|
||||
mkdir -p "$DATA_DIR" "$DATA_DIR/logs"
|
||||
|
||||
# Preserve any seed data from the Docker volume before replacing it.
|
||||
# /opt/data is a Docker VOLUME mount and cannot be removed, so instead of
|
||||
# replacing the directory with a symlink, we symlink each item inside it.
|
||||
if [ -d /opt/data ] && [ ! -L /opt/data ]; then
|
||||
cp -rn /opt/data/. "$DATA_DIR/" 2>/dev/null || true
|
||||
# Remove contents inside /opt/data (the directory itself stays)
|
||||
rm -rf /opt/data/*
|
||||
fi
|
||||
|
||||
# Create symlinks for each item in $DATA_DIR inside /opt/data
|
||||
for item in "$DATA_DIR"/*; do
|
||||
[ -e "$item" ] || continue
|
||||
name="$(basename "$item")"
|
||||
ln -sfn "$item" "/opt/data/$name"
|
||||
done
|
||||
|
||||
mkdir -p "$DATA_DIR"
|
||||
# Only chown on first run to avoid slow startup on large directories
|
||||
if [ ! -f "$DATA_DIR/.initialized" ]; then
|
||||
chown -R node:node "$DATA_DIR"
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
mealie/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
monica/stats.png
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
mylar3/stats.png
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
nzbget/stats.png
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -1,5 +1,3 @@
|
||||
## 17.2.2-3 (30-03-2026)
|
||||
- Minor bugs fixed
|
||||
|
||||
## 17.2.2 (2026-03-21)
|
||||
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "openproject/openproject:17",
|
||||
"amd64": "openproject/openproject:17"
|
||||
"aarch64": "openproject/openproject:16",
|
||||
"amd64": "openproject/openproject:16"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,5 +34,5 @@ schema:
|
||||
slug: openproject
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/openproject
|
||||
version: "17.2.2-3"
|
||||
version: "17.2.2"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
piwigo/stats.png
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.9 KiB |