17 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
8cdacd5219 Initial plan 2026-02-17 09:34:50 +00:00
github-actions
7d38e192be GitHub bot: changelog 2026-02-17 05:32:52 +00:00
Alexandre
6f2333d104 Update qbittorrent version to 5.1.4-17 2026-02-17 06:27:29 +01:00
GitHub Actions
e224ea22c7 Revert 'Update qbittorrent version to 5.1.4-17' [nobuild] 2026-02-16 19:51:28 +00:00
Alexandre
6dcd0bff55 Update qbittorrent version to 5.1.4-17 2026-02-16 20:49:52 +01:00
Alexandre
b6c99e5464 Fix conditional check for building changed addons 2026-02-16 20:45:20 +01:00
Alexandre
6234e0901d Merge pull request #2484 from alexbelgium/codex/allow-any-network-interface-if-no-vpn-selected
Codex-generated pull request
2026-02-16 19:50:56 +01:00
Alexandre
929d3b435a qbittorrent: bump version to 5.1.4-16 2026-02-16 19:50:29 +01:00
Alexandre
c018edbfaa nobuild 2026-02-16 16:04:40 +01:00
Alexandre
a612538f99 Update version to nightly-20260118 2026-02-16 15:52:21 +01:00
Alexandre
2b6f9c454d Simplify nginx
https://github.com/tphakala/birdnet-go/pull/1815
2026-02-16 15:52:00 +01:00
github-actions
87233ed7df GitHub bot: changelog 2026-02-16 10:46:54 +00:00
Alexandre
fb8587c7d9 Update version to 26.2.6 in config.yaml 2026-02-16 11:45:02 +01:00
Alexandre
ff3a2e3929 Update upstream version to 26.2.6 2026-02-16 11:44:40 +01:00
Alexandre
8741898302 Update version from 26.2.4 to 26.2.6 2026-02-16 11:43:49 +01:00
Alexandre
107a48c65e Update updater.json 2026-02-16 11:42:48 +01:00
Alexandre
e7a94b9864 nobuild revert 2026-02-16 08:10:37 +01:00
10 changed files with 23 additions and 56 deletions

View File

@@ -173,26 +173,6 @@ jobs:
- name: Build ${{ matrix.addon }} add-on (attempt 1)
id: builderstep1
if: steps.check.outputs.build_arch == 'true' && steps.dockerfile_check.outputs.has_dockerfile == 'true'
continue-on-error: true
uses: home-assistant/builder@2025.11.0
env:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
with:
args: |
${{ env.BUILD_ARGS }} \
--${{ matrix.arch }} \
--target "/data/${{ matrix.addon }}" \
--image "${{ steps.check.outputs.image }}" \
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
--addon
- name: Wait 1 minute before retry
if: steps.check.outputs.build_arch == 'true' && steps.dockerfile_check.outputs.has_dockerfile == 'true' && steps.builderstep1.outcome == 'failure'
run: |
sleep 60
- name: Build ${{ matrix.addon }} add-on (attempt 2)
if: steps.check.outputs.build_arch == 'true' && steps.dockerfile_check.outputs.has_dockerfile == 'true' && steps.builderstep1.outcome == 'failure'
uses: home-assistant/builder@2025.11.0
env:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}

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-20260118"
version: "nightly-20260113"

View File

@@ -6,8 +6,7 @@ server {
location / {
# Proxy pass
proxy_pass http://localhost:8080/;
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
proxy_pass http://localhost:8080;
# Disable buffering
proxy_buffering off;
@@ -31,34 +30,6 @@ server {
add_header Cache-Control no-cache;
add_header Content-Type text/event-stream;
# Correct base_url
proxy_set_header Accept-Encoding "";
sub_filter_once off;
# Fix subpath
sub_filter_types *;
sub_filter href=\"/ href=\"%%ingress_entry%%/;
sub_filter src=\"/ src=\"%%ingress_entry%%/;
sub_filter src=\"'/ src=\"'%%ingress_entry%%/;
sub_filter hx-get=\"/ hx-get=\"%%ingress_entry%%/;
sub_filter hx-post=\"/ hx-post=\"%%ingress_entry%%/;
sub_filter action=\"/ action=\"%%ingress_entry%%/;
sub_filter EventSource('/ EventSource('%%ingress_entry%%/;
sub_filter fetch('/ fetch('%%ingress_entry%%/;
sub_filter `/api/v `%%ingress_entry%%/api/v;
sub_filter "'/api/v" "'%%ingress_entry%%/api/v";
sub_filter \"/api/v \"%%ingress_entry%%/api/v;
sub_filter `/u `%%ingress_entry%%/u;
sub_filter "'/u" "'%%ingress_entry%%/u";
sub_filter \"/u \"%%ingress_entry%%/u;
sub_filter `/asset `%%ingress_entry%%/asset;
sub_filter "'/asset" "'%%ingress_entry%%/asset";
sub_filter \"/asset \"%%ingress_entry%%/asset;
# Fix streaming
sub_filter window.location.origin} window.location.origin}%%ingress_entry%%;
error_page 405 =200 $uri;
# Define date for frontpage
set $today "";
if ($time_iso8601 ~ "^(\d{4}-\d{2}-\d{2})") {

View File

@@ -1,3 +1,5 @@
## 26.2.6 (16-02-2026)
- Minor bugs fixed
## 26.2.4 (04-02-2026)
- Minor bugs fixed

View File

@@ -50,4 +50,4 @@ slug: netalertx
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "26.2.4"
version: "26.2.6"

View File

@@ -1,9 +1,9 @@
{
"last_update": "2026-01-17",
"paused": "true",
"paused": "false",
"repository": "alexbelgium/hassio-addons",
"slug": "netalertx",
"source": "github",
"upstream_repo": "jokob-sk/NetAlertX",
"upstream_version": "26.2.4"
"upstream_version": "26.2.6"
}

View File

@@ -51,4 +51,4 @@ slug: netalertx_fa
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "26.2.4"
version: "26.2.6"

View File

@@ -1,3 +1,8 @@
## 5.1.4-17 (17-02-2026)
- Minor bugs fixed
## 5.1.4-16 (16-02-2026)
- Fix interface binding when VPN is disabled, so qBittorrent can use all available interfaces instead of staying on a previous VPN interface
## 5.1.4-15 (08-02-2026)
- Support preshared keys (airvpn for example)
- Support multiple address fields

View File

@@ -142,4 +142,4 @@ schema:
slug: qbittorrent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "5.1.4-15"
version: "5.1.4-17"

View File

@@ -89,6 +89,15 @@ sed -i -e "/CSRFProtection/d" \
# sed -i "$LINE i\Connection\\\PortRangeMin=6881" qBittorrent.conf
sed -i "s|6881|59595|g" qBittorrent.conf # Correction if required
#########################
# Interface binding mode #
#########################
if ! bashio::config.true 'openvpn_enabled' && ! bashio::config.true 'wireguard_enabled'; then
sed -i '/Interface/d' qBittorrent.conf
bashio::log.info "No VPN selected: qBittorrent interface binding removed (all interfaces allowed)"
fi
################
# SSL CONFIG #
################