[adsb-multi-portal-feeder] Update to 1.27.0 - RadarBox support

This commit is contained in:
Max Winterstein
2023-06-24 13:32:03 +02:00
parent c6deb9a052
commit 7383f294e6
3 changed files with 15 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [1.27.0] - 2023-06-24
- Update `thomx/fr24feed-piaware` to `1.27.0` that brings RadarBox support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.27.0) for more
## [1.26.1] - 2023-06-21 ## [1.26.1] - 2023-06-21
- Update `thomx/fr24feed-piaware` to `1.26.1` that brings adsb.fi support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.26.1) for more - Update `thomx/fr24feed-piaware` to `1.26.1` that brings adsb.fi support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.26.1) for more

View File

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

View File

@@ -64,6 +64,7 @@ schema:
SERVICE_ENABLE_PLANEFINDER: bool? SERVICE_ENABLE_PLANEFINDER: bool?
SERVICE_ENABLE_OPENSKY: bool? SERVICE_ENABLE_OPENSKY: bool?
SERVICE_ENABLE_ADSBFI: bool? SERVICE_ENABLE_ADSBFI: bool?
SERVICE_ENABLE_RADARBOX: bool?
# FlightAware (piaware) # FlightAware (piaware)
PIAWARE_FEEDER_DASH_ID: str? PIAWARE_FEEDER_DASH_ID: str?
@@ -108,6 +109,12 @@ schema:
ADSBFI_STATION_NAME: str? ADSBFI_STATION_NAME: str?
ADSBFI_MLAT: bool? ADSBFI_MLAT: bool?
# RadarBox
RADARBOX_SHARING_KEY: str?
RADARBOX_INPUT_HOST: str?
RADARBOX_INPUT_PORT: port?
RADARBOX_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)?