Compare commits

...

29 Commits

Author SHA1 Message Date
github-actions
891e0eec9d GitHub bot: changelog 2025-11-15 10:57:38 +00:00
Alexandre
248c24e74b Update config.yaml 2025-11-15 11:52:48 +01:00
Alexandre
ab796ac61a Update version to v5.0_beta5-3 2025-11-15 11:51:49 +01:00
Alexandre
754ac39fee Merge pull request #2198 from alexbelgium/codex/add-melisearch-to-monica-addon-s3tybe
Ensure Monica add-on handles Meilisearch archives correctly
2025-11-15 11:49:46 +01:00
Alexandre
fe986b975f Merge branch 'master' into codex/add-melisearch-to-monica-addon-s3tybe 2025-11-15 11:49:38 +01:00
Alexandre
0e9c689132 Fix Meilisearch packaging 2025-11-15 11:48:34 +01:00
Alexandre
e395605db9 Merge pull request #2197 from alexbelgium/codex/add-melisearch-to-monica-addon-sum3og
Handle Meilisearch watchdog exit detection
2025-11-15 11:36:58 +01:00
Alexandre
1980981683 Update config.yaml 2025-11-15 11:36:47 +01:00
Alexandre
828505c5fe Guard Meilisearch watchdog wait 2025-11-15 11:35:32 +01:00
github-actions
bb3718102f GitHub bot: changelog 2025-11-15 10:33:12 +00:00
github-actions
dcb40e54b1 GitHub bot: changelog 2025-11-15 10:26:31 +00:00
Alexandre
ec0488a2b8 Add device paths to navidrome config 2025-11-15 11:23:57 +01:00
Alexandre
b24d390453 Update config.yaml 2025-11-15 11:18:59 +01:00
Alexandre
ccfbd04403 Merge pull request #2195 from alexbelgium/codex/fix-issue-2126-in-hassio-addons
Fix ingress configuration for Calibre Selkies UI
2025-11-15 11:18:40 +01:00
Alexandre
44b7b74843 Fix Calibre ingress for Selkies dashboard 2025-11-15 11:17:50 +01:00
github-actions
63fbe69b5d GitHub bot: changelog 2025-11-15 07:48:03 +00:00
GitHub Actions
4c6c68397b Revert 'Updater bot : organizr updated to 1.601' [nobuild] 2025-11-15 07:22:55 +00:00
GitHub Actions
a247c85521 Revert 'Updater bot : monica updated to' [nobuild] 2025-11-15 07:22:41 +00:00
alexbelgium
689b631140 Updater bot : tdarr updated to 2.55.01 2025-11-15 08:22:06 +01:00
GitHub Actions
493f846d20 Revert 'Updater bot : fireflyiii_fints_importer updated to -' [nobuild] 2025-11-15 07:21:29 +00:00
alexbelgium
499cc7856c Updater bot : organizr updated to 1.601 2025-11-15 08:21:11 +01:00
alexbelgium
8cf9235c09 Updater bot : monica updated to 2025-11-15 08:20:41 +01:00
alexbelgium
0138708e48 Updater bot : jackett updated to 0.24.311 2025-11-15 08:20:14 +01:00
Alexandre
380e6dd68b Update version to 2025.11.05 2025-11-15 08:20:13 +01:00
alexbelgium
16a084fac3 Updater bot : fireflyiii_fints_importer updated to - 2025-11-15 08:19:36 +01:00
alexbelgium
fa3009bb29 Updater bot : webtop_kde updated to 4.16-r0-ls92 2025-11-15 08:17:49 +01:00
Alexandre
c9f5a710bd Remove 'libgles2-mesa' from PACKAGES environment variable 2025-11-15 08:17:05 +01:00
GitHub Actions
d91f0b98f3 Revert 'Update version to 2025.11.05' [nobuild] 2025-11-15 07:16:22 +00:00
Alexandre
18d6291025 Update version to 2025.11.05 2025-11-15 08:13:14 +01:00
23 changed files with 231 additions and 33 deletions

View File

@@ -1,3 +1,4 @@
## 2025.11.05 (15-11-2025)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## 2025.11.04 (05-11-2025) ## 2025.11.04 (05-11-2025)

View File

@@ -116,5 +116,5 @@ tmpfs: true
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi
usb: true usb: true
version: 2025.11.04 version: 2025.11.05
video: true video: true

View File

@@ -1,3 +1,5 @@
## 8.14.0-2 (15-11-2025)
- Minor bugs fixed
## 8.14.0 (08-11-2025) ## 8.14.0 (08-11-2025)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)

View File

@@ -1,4 +1,3 @@
## ⚠ Open Issue : [🐛 [Calibre] Waiting for stream... / WebSocket disconnected. Attempting to reconnect... / Connection established. Waiting for server mode... (opened 2025-09-25)](https://github.com/alexbelgium/hassio-addons/issues/2126) by [@codyc1515](https://github.com/codyc1515)
# Home assistant add-on: calibre # Home assistant add-on: calibre
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)

View File

@@ -117,5 +117,5 @@ schema:
slug: calibre slug: calibre
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre
version: "8.14.0" version: "8.14.0-2"
video: true video: true

View File

@@ -2,34 +2,33 @@
# shellcheck shell=bash # shellcheck shell=bash
set -e set -e
# nginx Path
NGINX_CONFIG=/etc/nginx/sites-available/ingress.conf NGINX_CONFIG=/etc/nginx/sites-available/ingress.conf
SUBFOLDER="$(bashio::addon.ingress_entry)" SUBFOLDER="$(bashio::addon.ingress_entry)"
# Copy template # Ensure subfolder ends with a trailing slash (except for root)
if [[ -n "${SUBFOLDER}" && "${SUBFOLDER}" != "/" ]]; then
[[ "${SUBFOLDER}" == */ ]] || SUBFOLDER="${SUBFOLDER}/"
else
SUBFOLDER="/"
fi
cp /defaults/default.conf "${NGINX_CONFIG}" cp /defaults/default.conf "${NGINX_CONFIG}"
# Keep only the first (non-SSL) server block # Keep only the first (non-SSL) server block
awk -v n=2 '/^[[:space:]]*server[[:space:]]*\{/{n--} n>0' "${NGINX_CONFIG}" > tmpfile awk -v n=2 '/^[[:space:]]*server[[:space:]]*\{/{n--} n>0' "${NGINX_CONFIG}" > tmpfile
mv tmpfile "${NGINX_CONFIG}" mv tmpfile "${NGINX_CONFIG}"
# Remove ipv6 # Disable IPv6 listeners for ingress proxying
sed -i '/listen \[::\]/d' "${NGINX_CONFIG}" sed -i '/listen \[::\]/d' "${NGINX_CONFIG}"
# Add ingress parameters # Adapt ports and upstream paths for Home Assistant ingress
sed -i "s|3000|$(bashio::addon.ingress_port)|g" "${NGINX_CONFIG}" sed -i "s|3000|$(bashio::addon.ingress_port)|g" "${NGINX_CONFIG}"
sed -i '/proxy_buffering/a proxy_set_header Accept-Encoding "";' "${NGINX_CONFIG}" sed -i "s|SUBFOLDER|${SUBFOLDER}|g" "${NGINX_CONFIG}"
sed -i '/proxy_buffering/a sub_filter_once off;' "${NGINX_CONFIG}"
sed -i '/proxy_buffering/a sub_filter_types *;' "${NGINX_CONFIG}"
sed -i '/proxy_buffering/a sub_filter "vnc/index.html?autoconnect" "vnc/index.html?path=%%path%%/websockify?autoconnect";' "${NGINX_CONFIG}"
sed -i "s|%%path%%|${SUBFOLDER:1}|g" "${NGINX_CONFIG}"
# Replace placeholders
sed -i "s|CWS|8082|g" "${NGINX_CONFIG}" sed -i "s|CWS|8082|g" "${NGINX_CONFIG}"
sed -i "s|REPLACE_HOME|${HOME:-/root}|g" "${NGINX_CONFIG}" sed -i "s|REPLACE_DOWNLOADS_PATH|${HOME:-/config}|g" "${NGINX_CONFIG}"
# Correct image # Avoid content encoding on proxied responses to keep Selkies happy
sed -i "s|SUBFOLDER|/|g" "${NGINX_CONFIG}" sed -i '/proxy_buffering/a \
proxy_set_header Accept-Encoding "";' "${NGINX_CONFIG}"
# Enable ingress cp "${NGINX_CONFIG}" /etc/nginx/sites-enabled
cp /etc/nginx/sites-available/ingress.conf /etc/nginx/sites-enabled

View File

@@ -1,4 +1,7 @@
## 0.24.311 (15-11-2025)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
## 0.24.306 (15-11-2025) ## 0.24.306 (15-11-2025)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases) - Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)

View File

@@ -107,5 +107,5 @@ schema:
slug: jackett_nas slug: jackett_nas
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/jackett url: https://github.com/alexbelgium/hassio-addons/tree/master/jackett
version: "0.24.306" version: 0.24.311
webui: http://[HOST]:[PORT:9117] webui: http://[HOST]:[PORT:9117]

View File

@@ -4,5 +4,5 @@
"slug": "jackett", "slug": "jackett",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-jackett", "upstream_repo": "linuxserver/docker-jackett",
"upstream_version": "0.24.306" "upstream_version": "0.24.311"
} }

View File

@@ -1,3 +1,9 @@
## v5.0_beta5-3 (15-11-2025)
- Minor bugs fixed
## v5.0_beta6 (06-01-2025)
- Bundled an internal Meilisearch service and configure Monica to use it for full-text search by default.
- Ensure the init script only launches the bundled Meilisearch when `MEILISEARCH_URL` points to localhost and wait for the health endpoint before starting Monica.
## v5.0_beta5 (14-11-2025) ## v5.0_beta5 (14-11-2025)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -50,6 +50,33 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto
# Manual apps # Manual apps
ENV PACKAGES="mariadb-client" ENV PACKAGES="mariadb-client"
# Meilisearch
ARG MEILISEARCH_VERSION="v1.25.0"
RUN set -eux && \
DETECTED_ARCH="${BUILD_ARCH:-$(uname -m)}" && \
case "${DETECTED_ARCH}" in \
amd64|x86_64) MEILI_ARCH="linux-amd64" ;; \
aarch64|arm64) MEILI_ARCH="linux-aarch64" ;; \
*) echo "Unsupported architecture: ${DETECTED_ARCH}" >&2 && exit 1 ;; \
esac && \
TMP_DIR="$(mktemp -d)" && \
BASE_URL="https://github.com/meilisearch/meilisearch/releases/download/${MEILISEARCH_VERSION}" && \
if curl -fsSL -o "${TMP_DIR}/meilisearch.tar.gz" "${BASE_URL}/meilisearch-${MEILI_ARCH}.tar.gz"; then \
tar -xzf "${TMP_DIR}/meilisearch.tar.gz" -C "${TMP_DIR}" && \
MEILI_BIN="$(find "${TMP_DIR}" -maxdepth 1 -type f -name 'meilisearch' -print -quit)" && \
if [ -z "${MEILI_BIN}" ]; then \
echo "Unable to locate Meilisearch binary in archive" >&2; \
exit 1; \
fi && \
mv "${MEILI_BIN}" /usr/local/bin/meilisearch; \
else \
curl -fsSL -o "${TMP_DIR}/meilisearch" "${BASE_URL}/meilisearch-${MEILI_ARCH}" && \
mv "${TMP_DIR}/meilisearch" /usr/local/bin/meilisearch; \
fi && \
chmod 755 /usr/local/bin/meilisearch && \
rm -rf "${TMP_DIR}" && \
mkdir -p /data/meilisearch
# Automatic apps & bashio # Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh

View File

@@ -34,6 +34,7 @@ Key features:
- Journal functionality - Journal functionality
- Gift ideas tracking - Gift ideas tracking
- Multiple database options (SQLite, MariaDB, MySQL) - Multiple database options (SQLite, MariaDB, MySQL)
- Built-in Meilisearch full-text search engine
This addon is based on the official [Monica](https://github.com/monicahq/monica) application. This addon is based on the official [Monica](https://github.com/monicahq/monica) application.
@@ -104,6 +105,7 @@ Configure SMTP settings to enable:
This addon supports custom scripts and environment variables through the `addon_config` mapping: This addon supports custom scripts and environment variables through the `addon_config` mapping:
- **Meilisearch full-text search**: The addon ships with an embedded [Meilisearch](https://www.meilisearch.com/) service that Monica uses by default. The search API listens on `http://127.0.0.1:7700` inside the container. Override `MEILISEARCH_URL` via `env_vars` if you prefer an external Meilisearch instance—the init script will detect that and skip starting the bundled daemon. You can further tweak Meilisearch by defining extra environment variables through the `env_vars` option if needed.
- **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons) - **Custom scripts**: See [Running Custom Scripts in Addons](https://github.com/alexbelgium/hassio-addons/wiki/Running-custom-scripts-in-Addons)
- **env_vars option**: Use the add-on `env_vars` option to pass extra environment variables (uppercase or lowercase names). See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - **env_vars option**: Use the add-on `env_vars` option to pass extra environment variables (uppercase or lowercase names). See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
@@ -136,5 +138,3 @@ Create an issue on github, or ask on the [home assistant community forum](https:
For more information about Monica, visit: https://www.monicahq.com/ For more information about Monica, visit: https://www.monicahq.com/
[repository]: https://github.com/alexbelgium/hassio-addons [repository]: https://github.com/alexbelgium/hassio-addons

View File

@@ -67,6 +67,10 @@ environment:
MAIL_MAILER: log MAIL_MAILER: log
DEFAULT_STORAGE_LIMIT: "1024" DEFAULT_STORAGE_LIMIT: "1024"
DEFAULT_MAX_STORAGE_SIZE: "1024" DEFAULT_MAX_STORAGE_SIZE: "1024"
SCOUT_DRIVER: meilisearch
SCOUT_QUEUE: "false"
MEILISEARCH_URL: http://127.0.0.1:7700
MEILISEARCH_KEY: ""
image: ghcr.io/alexbelgium/monica-{arch} image: ghcr.io/alexbelgium/monica-{arch}
init: false init: false
options: options:
@@ -103,5 +107,5 @@ services:
- mysql:want - mysql:want
slug: monica slug: monica
url: https://github.com/alexbelgium/hassio-addons/tree/master/monica url: https://github.com/alexbelgium/hassio-addons/tree/master/monica
version: v5.0_beta5 version: v5.0_beta5-3
webui: "[PROTO:ssl]://[HOST]:[PORT:80]" webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -113,6 +113,93 @@ fi
APP_KEY="$(bashio::config "APP_KEY")" APP_KEY="$(bashio::config "APP_KEY")"
export APP_KEY export APP_KEY
bashio::log.info "Preparing Meilisearch"
MEILISEARCH_URL="${MEILISEARCH_URL:-http://127.0.0.1:7700}"
export MEILISEARCH_URL
MEILISEARCH_URI="${MEILISEARCH_URL#*://}"
MEILISEARCH_HOST_PORT="${MEILISEARCH_URI%%/*}"
MEILISEARCH_HOST="${MEILISEARCH_HOST_PORT%%:*}"
MEILISEARCH_PORT="${MEILISEARCH_HOST_PORT##*:}"
if [ "${MEILISEARCH_PORT}" = "${MEILISEARCH_HOST_PORT}" ]; then
MEILISEARCH_PORT=""
fi
MEILISEARCH_LOCAL=false
if [[ -n "${MEILISEARCH_PORT}" && ! ${MEILISEARCH_PORT} =~ ^[0-9]+$ ]]; then
bashio::log.warning "Ignoring bundled Meilisearch because MEILISEARCH_URL uses a non-numeric port (${MEILISEARCH_PORT})."
elif [[ "${MEILISEARCH_HOST}" =~ ^(127\.0\.0\.1|localhost)$ ]]; then
MEILISEARCH_LOCAL=true
if [ -z "${MEILISEARCH_PORT}" ]; then
MEILISEARCH_PORT="7700"
fi
MEILISEARCH_ADDR="${MEILISEARCH_HOST}:${MEILISEARCH_PORT}"
else
MEILISEARCH_ADDR="127.0.0.1:7700"
fi
if [[ "${MEILISEARCH_LOCAL}" == true ]]; then
bashio::log.info "Starting bundled Meilisearch instance at ${MEILISEARCH_ADDR}"
MEILISEARCH_DB_PATH="/data/meilisearch"
mkdir -p "${MEILISEARCH_DB_PATH}"
MEILISEARCH_ENV_KEY="${MEILISEARCH_KEY:-}"
MEILISEARCH_ENVIRONMENT="${MEILI_ENV:-production}"
MEILISEARCH_NO_ANALYTICS="${MEILI_NO_ANALYTICS:-true}"
S6_SUPERVISED_DIR="/run/s6/services"
if [ ! -d "${S6_SUPERVISED_DIR}" ]; then
S6_SUPERVISED_DIR="/var/run/s6/services"
fi
MEILISEARCH_CMD=(
env \
MEILI_ENV="${MEILISEARCH_ENVIRONMENT}" \
MEILI_NO_ANALYTICS="${MEILISEARCH_NO_ANALYTICS}" \
meilisearch \
--http-addr "${MEILISEARCH_ADDR}" \
--db-path "${MEILISEARCH_DB_PATH}"
)
if [ -n "${MEILISEARCH_ENV_KEY}" ]; then
MEILISEARCH_CMD+=(--master-key "${MEILISEARCH_ENV_KEY}")
fi
"${MEILISEARCH_CMD[@]}" &
MEILISEARCH_PID=$!
(
set +e
wait "${MEILISEARCH_PID}"
exit_code=$?
set -e
if [ "${exit_code}" -ne 0 ]; then
bashio::log.error "Meilisearch exited unexpectedly (code ${exit_code}). Stopping add-on."
s6-svscanctl -t "${S6_SUPERVISED_DIR}"
fi
) &
bashio::log.info "Waiting for Meilisearch TCP socket"
bashio::net.wait_for "${MEILISEARCH_ADDR%:*}" "${MEILISEARCH_ADDR#*:}"
bashio::log.info "Waiting for Meilisearch health endpoint"
MEILISEARCH_HEALTH_URL="${MEILISEARCH_URL%/}/health"
for attempt in $(seq 1 30); do
if curl -fs "${MEILISEARCH_HEALTH_URL}" | grep -q '"status":"available"'; then
bashio::log.info "Meilisearch is ready"
break
fi
sleep 1
if [ "${attempt}" -eq 30 ]; then
bashio::log.error "Meilisearch did not become ready in time. Stopping add-on."
s6-svscanctl -t "${S6_SUPERVISED_DIR}"
exit 1
fi
done
else
bashio::log.info "Detected external Meilisearch endpoint (${MEILISEARCH_URL}); skipping bundled service startup"
fi
bashio::log.info "Starting Monica" bashio::log.info "Starting Monica"
entrypoint.sh apache2-foreground entrypoint.sh apache2-foreground

View File

@@ -1,3 +1,5 @@
## 0.58.5-2 (15-11-2025)
- Minor bugs fixed
## 0.58.5 (15-11-2025) ## 0.58.5 (15-11-2025)
- Update to latest version from navidrome/navidrome (changelog : https://github.com/navidrome/navidrome/releases) - Update to latest version from navidrome/navidrome (changelog : https://github.com/navidrome/navidrome/releases)

View File

@@ -4,6 +4,68 @@ arch:
backup_exclude: backup_exclude:
- "**/cache/**" - "**/cache/**"
description: Navidrome for Home Assistant description: Navidrome for Home Assistant
devices:
- /dev/dri
- /dev/dri/card0
- /dev/dri/card1
- /dev/dri/renderD128
- /dev/vchiq
- /dev/video10
- /dev/video11
- /dev/video12
- /dev/video13
- /dev/video14
- /dev/video15
- /dev/video16
- /dev/ttyUSB0
- /dev/sda
- /dev/sdb
- /dev/sdc
- /dev/sdd
- /dev/sde
- /dev/sdf
- /dev/sdg
- /dev/nvme
- /dev/nvme0
- /dev/nvme0n1
- /dev/nvme0n1p1
- /dev/nvme0n1p2
- /dev/nvme0n1p3
- /dev/nvme1n1
- /dev/nvme1n1p1
- /dev/nvme1n1p2
- /dev/nvme1n1p3
- /dev/nvme2n1
- /dev/nvme2n1p1
- /dev/nvme2n1p2
- /dev/nvme2n3p3
- /dev/mmcblk
- /dev/fuse
- /dev/sda1
- /dev/sdb1
- /dev/sdc1
- /dev/sdd1
- /dev/sde1
- /dev/sdf1
- /dev/sdg1
- /dev/sda2
- /dev/sdb2
- /dev/sdc2
- /dev/sdd2
- /dev/sde2
- /dev/sdf2
- /dev/sdg2
- /dev/sda3
- /dev/sdb3
- /dev/sda4
- /dev/sdb4
- /dev/sda5
- /dev/sda6
- /dev/sda7
- /dev/sda8
- /dev/nvme0
- /dev/nvme1
- /dev/nvme2
image: ghcr.io/alexbelgium/navidrome-{arch} image: ghcr.io/alexbelgium/navidrome-{arch}
init: false init: false
map: map:
@@ -57,5 +119,5 @@ schema:
slug: navidrome slug: navidrome
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/navidrome url: https://github.com/alexbelgium/hassio-addons/tree/master/navidrome
version: "0.58.5" version: 0.58.5-2
webui: "[PROTO:ssl]://[HOST]:[PORT:4533]" webui: "[PROTO:ssl]://[HOST]:[PORT:4533]"

View File

@@ -1,3 +1,6 @@
## 2.55.01 (15-11-2025)
- Update to latest version from haveagitgat/tdarr
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## 2.49.01 (11-10-2025) ## 2.49.01 (11-10-2025)

View File

@@ -47,7 +47,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 RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps # Manual apps
ENV PACKAGES="libgles2-mesa libgles2-mesa-dev xorg-dev" ENV PACKAGES="libgles2-mesa-dev xorg-dev"
# Automatic apps & bashio # Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
@@ -127,4 +127,4 @@ HEALTHCHECK \
--retries=5 \ --retries=5 \
--start-period=30s \ --start-period=30s \
--timeout=25s \ --timeout=25s \
CMD curl -A "HealthCheck: Docker/1.0" -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || exit 1 CMD curl -A "HealthCheck: Docker/1.0" -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || exit 1

View File

@@ -122,6 +122,6 @@ schema:
slug: tdarr slug: tdarr
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: 2.49.01 version: "2.55.01"
video: true video: true
webui: "[PROTO:ssl]://[HOST]:[PORT:8265]" webui: "[PROTO:ssl]://[HOST]:[PORT:8265]"

View File

@@ -1,9 +1,9 @@
{ {
"github_exclude": "pro", "github_exclude": "pro",
"last_update": "11-10-2025", "last_update": "15-11-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "tdarr", "slug": "tdarr",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "haveagitgat/tdarr", "upstream_repo": "haveagitgat/tdarr",
"upstream_version": "2.49.01" "upstream_version": "2.55.01"
} }

View File

@@ -1,4 +1,7 @@
## 4.16-r0-ls92 (15-11-2025)
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
## 4.16-r0-ls95 (08-11-2025) ## 4.16-r0-ls95 (08-11-2025)
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) - Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -143,5 +143,5 @@ slug: webtop
tmpfs: true tmpfs: true
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "4.16-r0-ls95" version: "4.16-r0-ls92"
video: true video: true

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "08-11-2025", "last_update": "15-11-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "webtop", "slug": "webtop",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-webtop", "upstream_repo": "linuxserver/docker-webtop",
"upstream_version": "4.16-r0-ls95" "upstream_version": "4.16-r0-ls92"
} }