mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-05-10 22:06:47 +01:00
Add status page port mapping for plane finder
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.1] - 2021-03-28
|
||||||
|
|
||||||
|
- Add port for plane finder status page
|
||||||
|
|
||||||
## [1.0.0] - 2021-03-28
|
## [1.0.0] - 2021-03-28
|
||||||
|
|
||||||
- Update to 1.12.0 (now with planefinder support)
|
- Update to 1.12.0 (now with planefinder support)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ slug: adsb-multi-portal-feeder
|
|||||||
stage: experimental
|
stage: experimental
|
||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
usb: true
|
usb: true
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
arch:
|
arch:
|
||||||
- armhf
|
- armhf
|
||||||
- armv7
|
- armv7
|
||||||
@@ -40,6 +40,7 @@ ports:
|
|||||||
30005/tcp: null
|
30005/tcp: null
|
||||||
8080/tcp: null
|
8080/tcp: null
|
||||||
8754/tcp: null
|
8754/tcp: null
|
||||||
|
30053/tcp: null
|
||||||
ports_description:
|
ports_description:
|
||||||
30001/tcp: TCP raw input
|
30001/tcp: TCP raw input
|
||||||
30002/tcp: TCP raw output
|
30002/tcp: TCP raw output
|
||||||
@@ -48,6 +49,7 @@ ports_description:
|
|||||||
30005/tcp: TCP Beast output
|
30005/tcp: TCP Beast output
|
||||||
8080/tcp: Dump1090 status site
|
8080/tcp: Dump1090 status site
|
||||||
8754/tcp: Flightrader24 feeder status site
|
8754/tcp: Flightrader24 feeder status site
|
||||||
|
30053/tcp: Plane Finder feeder status site
|
||||||
schema:
|
schema:
|
||||||
# Common
|
# Common
|
||||||
SERVICE_ENABLE_DUMP1090: bool
|
SERVICE_ENABLE_DUMP1090: bool
|
||||||
|
|||||||
Reference in New Issue
Block a user