Compare commits

...

24 Commits

Author SHA1 Message Date
GitHub Actions
d7ed572b99 Revert 'Updater bot : webtop_kde updated to 4.16-r0-ls94' [nobuild] 2026-01-21 10:36:03 +00:00
GitHub Actions
fce4bcb316 Revert 'Updater bot : wger updated to 2.5-dev' [nobuild] 2026-01-21 10:34:23 +00:00
GitHub Actions
20003c5b0f Revert 'Updater bot : signalk updated to 2.20.0' [nobuild] 2026-01-21 10:33:11 +00:00
GitHub Actions
3ec90b59be Revert 'Updater bot : plex updated to 1.42.2.10156-f737b826c-ls289' [nobuild] 2026-01-21 10:32:23 +00:00
alexbelgium
7620db3f02 Updater bot : wger updated to 2.5-dev 2026-01-21 11:30:22 +01:00
alexbelgium
2e673b703b Updater bot : webtop_kde updated to 4.16-r0-ls94 2026-01-21 11:30:17 +01:00
GitHub Actions
1c084cb6c8 Revert 'Updater bot : filebrowser updated to 2.55.0' [nobuild] 2026-01-21 10:29:30 +00:00
alexbelgium
60e44336a3 Updater bot : signalk updated to 2.20.0 2026-01-21 11:28:59 +01:00
alexbelgium
96339edb3d Updater bot : plex updated to 1.42.2.10156-f737b826c-ls289 2026-01-21 11:28:23 +01:00
alexbelgium
935a7c1d19 Updater bot : netalertx_fa updated to 26.1.17 2026-01-21 11:27:57 +01:00
alexbelgium
9efbfad7b5 Updater bot : jellyfin updated to 10.11.6 2026-01-21 11:27:16 +01:00
alexbelgium
b79dcb51e5 Updater bot : jackett updated to 0.24.898 2026-01-21 11:27:12 +01:00
alexbelgium
65808949cc Updater bot : fireflyiii updated to 6.4.16 2026-01-21 11:26:28 +01:00
alexbelgium
7cfb4f0936 Updater bot : filebrowser updated to 2.55.0 2026-01-21 11:26:20 +01:00
alexbelgium
58fb944675 Updater bot : codex updated to 1.9.6 2026-01-21 11:25:55 +01:00
alexbelgium
3cde4a6f49 Updater bot : cloudcommander updated to 19.1.8 2026-01-21 11:25:51 +01:00
alexbelgium
c75be28205 Updater bot : changedetection.io updated to 0.52.8 2026-01-21 11:25:47 +01:00
alexbelgium
e3e8b802df Updater bot : browser_chromium updated to version-f10e4d46 2026-01-21 11:25:34 +01:00
alexbelgium
2bb276b18c Updater bot : birdnet-go updated to nightly-20260118 2026-01-21 11:24:40 +01:00
github-actions
62531628e9 GitHub bot: changelog 2026-01-21 06:34:49 +00:00
Alexandre
8fc5026647 Merge pull request #2394 from moaead/fix/issue-2393-web-terminal-login
fix(birdnet-pi): enable web terminal login when no password is set
2026-01-21 07:07:25 +01:00
Alexandre
b6fe5cbd7a Update CHANGELOG with passwordless terminal fix 2026-01-21 07:05:29 +01:00
Alexandre
1bc2f49c10 Update version in config.yaml to 2026.01.21 2026-01-21 07:04:58 +01:00
Moaead Yahya
d1f6ca64a6 fix(birdnet-pi): enable web terminal login when no password is set
The pi user account was locked when pi_password was not configured,
causing the web terminal login to fail immediately with "Connection
Closed". Now the pi user is given an empty password when no password
is specified, enabling passwordless web terminal login.

Fixes #2393
2026-01-20 23:02:03 +00:00
28 changed files with 57 additions and 28 deletions

View File

@@ -1,4 +1,7 @@
## nightly-20260118 (2026-01-21)
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
## nightly-20260113 (2026-01-14)
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)

View File

@@ -118,4 +118,4 @@ slug: birdnet-go
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go
usb: true
version: "nightly-20260113"
version: "nightly-20260118"

View File

@@ -2,10 +2,10 @@
"github_beta": true,
"github_fulltag": true,
"github_tagfilter": "nightly",
"last_update": "2026-01-14",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "birdnet-go",
"source": "github",
"upstream_repo": "tphakala/birdnet-go",
"upstream_version": "nightly-20260113"
"upstream_version": "nightly-20260118"
}

View File

@@ -1,3 +1,6 @@
## 2026.01.21 (21-01-2026)
- Fix passwordless terminal
## 2025.12-05 (2025-12-20)
- Minor bugs fixed
## 2025.12-04 (2025-12-19)

View File

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

View File

@@ -30,7 +30,9 @@ if [[ -n "${PI_PASSWORD:-}" ]]; then
echo "pi:${PI_PASSWORD}" | chpasswd
bashio::log.info "Password set successfully for user pi."
else
bashio::log.info "No password specified for user pi. Keeping existing password."
# Set empty password to allow web terminal login when no password is configured
passwd -d pi
bashio::log.info "No password specified for user pi. Enabled passwordless login."
fi
# Use timezone defined in add-on options if available

View File

@@ -71,5 +71,5 @@ slug: chromium
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "version-c022782c"
version: "version-f10e4d46"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "2026-01-17",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "chromium",
"source": "github",
"upstream_repo": "linuxserver/docker-chromium",
"upstream_version": "version-c022782c"
"upstream_version": "version-f10e4d46"
}

View File

@@ -1,4 +1,7 @@
## 0.52.8 (2026-01-21)
- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases)
## 0.52.6 (2026-01-16)
- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases)
## 0.52.4-3 (15-01-2026)

View File

@@ -34,4 +34,4 @@ schema:
slug: changedetection.io
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io
version: "0.52.6"
version: "0.52.8"

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "2026-01-16",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "changedetection.io",
"source": "github",
"upstream_repo": "linuxserver/docker-changedetection.io",
"upstream_version": "0.52.6"
"upstream_version": "0.52.8"
}

View File

@@ -1,4 +1,7 @@
## 19.1.8 (2026-01-21)
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)
## 19.1.6 (2026-01-17)
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)

View File

@@ -104,4 +104,4 @@ schema:
slug: cloudcommander
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander
version: "19.1.6"
version: "19.1.8"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-01-17",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "cloudcommander",
"source": "github",
"upstream_repo": "coderaiser/cloudcmd",
"upstream_version": "19.1.6"
"upstream_version": "19.1.8"
}

View File

@@ -1,4 +1,7 @@
## 1.9.6 (2026-01-21)
- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases)
## 1.9.1 (2026-01-13)
- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases)

View File

@@ -101,4 +101,4 @@ schema:
slug: codex
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "1.9.1"
version: "1.9.6"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "2026-01-13",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "codex",
"source": "github",
"upstream_repo": "ajslater/codex",
"upstream_version": "1.9.1"
"upstream_version": "1.9.6"
}

View File

@@ -1,4 +1,7 @@
## 6.4.16 (2026-01-21)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
## 6.4.15 (2026-01-08)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)

View File

@@ -104,5 +104,5 @@ slug: fireflyiii
startup: services
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "6.4.15"
version: "6.4.16"
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "develop",
"last_update": "08-01-2026",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii",
"source": "github",
"upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "6.4.15"
"upstream_version": "6.4.16"
}

View File

@@ -1,4 +1,7 @@
## 0.24.898 (2026-01-21)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
## 0.24.863 (2026-01-16)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-01-16",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "jackett",
"source": "github",
"upstream_repo": "linuxserver/docker-jackett",
"upstream_version": "0.24.863"
"upstream_version": "0.24.898"
}

View File

@@ -1,3 +1,6 @@
## 10.11.6 (2026-01-21)
- Update to latest version from linuxserver/docker-jellyfin (changelog : https://github.com/linuxserver/docker-jellyfin/releases)
## 10.11.5-4 (20-01-2026)
- Minor bugs fixed
## 10.11.5-3 (2026-01-20)

View File

@@ -124,5 +124,5 @@ schema:
slug: jellyfin
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 10.11.5-4
version: "10.11.6"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "20-12-2025",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "jellyfin",
"source": "github",
"upstream_repo": "linuxserver/docker-jellyfin",
"upstream_version": "10.11.5"
"upstream_version": "10.11.6"
}

View File

@@ -1,3 +1,6 @@
## 26.1.17 (2026-01-21)
- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases)
## 25.11.29-7 (11-01-2026)
- Minor bugs fixed
## 25.10.1-2 (2026-01-06)

View File

@@ -1,9 +1,9 @@
{
"last_update": "04-10-2025",
"last_update": "2026-01-21",
"repository": "alexbelgium/hassio-addons",
"slug": "netalertx_fa",
"source": "github",
"paused": false,
"upstream_repo": "jokob-sk/NetAlertX",
"upstream_version": "25.5.24"
"upstream_version": "26.1.17"
}