[adsb-multi-portal-feeder] Update to 1.26.1

This commit is contained in:
Max Winterstein
2023-06-21 09:21:11 +02:00
parent c57bc33c1a
commit 5be38c6d74
3 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [1.26.1] - 2023-06-21
- Update `thomx/fr24feed-piaware` to `1.26.1` that brings Opensky support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.26.1) for more
## [1.25.0] - 2023-06-09 ## [1.25.0] - 2023-06-09
- This release changes to settings properties: `ULIMIT_N` and `FR24FEED_ULIMIT_N` have been renamed at upstream, they are now prefixed with `SYSTEM_`. - This release changes to settings properties: `ULIMIT_N` and `FR24FEED_ULIMIT_N` have been renamed at upstream, they are now prefixed with `SYSTEM_`.

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"armv7": "thomx/fr24feed-piaware:1.25.0", "armv7": "thomx/fr24feed-piaware:1.26.1",
"aarch64": "thomx/fr24feed-piaware:1.25.0", "aarch64": "thomx/fr24feed-piaware:1.26.1",
"amd64": "thomx/fr24feed-piaware:1.25.0" "amd64": "thomx/fr24feed-piaware:1.26.1"
} }
} }

View File

@@ -2,7 +2,7 @@ slug: adsb-multi-portal-feeder
url: https://github.com/MaxWinterstein/homeassistant-addons/ url: https://github.com/MaxWinterstein/homeassistant-addons/
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch} image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
usb: true usb: true
version: 1.25.0 version: 1.26.1
arch: arch:
- armv7 - armv7
- aarch64 - aarch64
@@ -63,6 +63,7 @@ schema:
SERVICE_ENABLE_ADSBEXCHANGE: bool? SERVICE_ENABLE_ADSBEXCHANGE: bool?
SERVICE_ENABLE_PLANEFINDER: bool? SERVICE_ENABLE_PLANEFINDER: bool?
SERVICE_ENABLE_OPENSKY: bool? SERVICE_ENABLE_OPENSKY: bool?
SERVICE_ENABLE_ADSBFI: bool?
# FlightAware (piaware) # FlightAware (piaware)
PIAWARE_FEEDER_DASH_ID: str? PIAWARE_FEEDER_DASH_ID: str?
@@ -102,6 +103,11 @@ schema:
OPENSKY_INPUT_HOST: str? OPENSKY_INPUT_HOST: str?
OPENSKY_INPUT_PORT: str? OPENSKY_INPUT_PORT: str?
# adsb.fi
ADSBFI_UUID: str?
ADSBFI_STATION_NAME: str?
ADSBFI_MLAT: bool?
# Dump1090 & Web UI # Dump1090 & Web UI
HTML_SITE_LAT: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LATITUDE)? HTML_SITE_LAT: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LATITUDE)?
HTML_SITE_LON: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LONGITUDE)? HTML_SITE_LON: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LONGITUDE)?