adsb-main

Docker app from Unknowncall's Repository

Overview

Unraid template for mikenye/adsbhub to allow for quicker setup of these docker containers. This is known as the "BEASTHOST", point all helper containers to this application. Please note, this is the dump1090 docker container. To actually share this data with various flight-sharing sites, such as flightradar24, FlightAware, adsbexchange, planefinder, etc, you will need to set up the accompanying docker containers for sharing the data. The currently supported sites are: adsbexchange.com adsbhub.org flightaware.com flightradar24.com radarbox.com opensky-network.org planefinder.net

Install adsb-main on Unraid in a few clicks.

Find adsb-main in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for adsb-main Review the template variables and paths Click Install

Requirements

https://hub.docker.com/r/mikenye/readsb-protobuf

Download Statistics

545,214
Total Downloads
346
This Month
836
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
mikenye/readsb-protobuf
Last Updated2023-07-15
First Seen2024-06-06

Runtime arguments

Web UI
http://[IP]:[PORT:8080]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

AntennaDevice

The path to the antena, ex: /dev/bus/usb/... Use the command 'lsusb' to help with this.

TZVariable

Local timezone in

Default
UTC
Value
America/Chicago
READSB_DCFILTERVariable

Set to any value to apply a 1Hz DC filter to input data (requires more CPU)

Default
true
Value
true
READSB_DEVICE_TYPEVariable

rtlsdr, bladerf, modesbeast, gnshulc or plutosdr

Default
rtlsdr
Value
rtlsdr
READSB_FIXVariable

Set to any value to enable bias tee on supporting interfaces

Default
true
Value
true
READSB_GAINVariable

Set gain (in dB). Use autogain to have the container determine an appropriate gain, more on this below.

Default
autogain
Value
autogain
READSB_LATVariable

Lattitude of your antena

Default
0
READSB_LONVariable

Longitude of your antena

READSB_MODEACVariable

Set this to any value to enable decoding of SSR Modes 3/A & 3/C

Default
true
Value
true
READSB_RX_LOCATION_ACCURACYVariable

Accuracy of receiver location in metadata: 0=no location, 1=approximate, 2=exact

Default
2
Value
2
READSB_STATS_RANGEVariable

Set this to any value to collect range statistics for polar plot.

Default
true
Value
true
READSB_NET_ENABLEVariable

Set this to any value to enable networking.

Default
true
Value
true
WebPorttcp

The port in which the webserver will be on.

Target
8080
Default
3580
Value
3580
Dump PortPorttcp

The port in which dump1090 data will be made available on.

Target
30005
Default
30005
Value
30005
DISABLE_WEBAPPVariable

Set to any value to disable the container's web server (you may also want to DISABLE_PERFORMANCE_GRAPHS if using this option).

DISABLE_PERFORMANCE_GRAPHSVariable

Set to any value to disable the performance graphs (and data collection).

VERBOSE_LOGGINGVariable

Set to any value to enable verbose logging for troubleshooting.