Processing...
Expert Setup
Add additional Ultrafeeder arguments
There are very few circumstances where this is something you want to manually add. One might be a situation where you want to feed an aggregator that uses the 'standard' format of all the account-less aggregators, but that isn't supported out of the box.
Add the configuration that you need here - it will be appended to the Ultrafeeder config.
Example: adsb,feed.adsb.xyz,30004,beast_reduce_plus_out;
Example with uuid: adsb,feed.adsb.xyz,30004,beast_reduce_plus_out,uuid=a67c44ce-[...];
Example for mlat: mlat,feed.adsb.xyz,31009;
Make sure to end each entry / line with a semicolon (;)
Apply
Add environment variables to containers
The various Docker containers support a lot more environment variables than are exposed here in the UI. If there are settings that you need to add, this is the best place to do it. Please only use this if you understand what you are doing. It's reasonably simple to break your setup by inserting things here that cause the container not to start.
Please enter them one per line, with an equals sign separating the variable name from its value. The name spaces for the different containers are distinct, so for simplicity they are all just added here together.
Apply
Add arguments to map URLs
tar1090, the software used to create the map display used here, contains a plethora of URL
query parameters
. If you have preferred query parameters that you always want to use, you can add them here.
Apply
Don't show config link on map page
If you want to share ONLY the map / statistics with others, but don't want to show them the link to the adsb.im feeder image home page (which allows them to change the configuration), you can disable it here. Please note that the user still can simply access that page by changing the port that they access your feeder on from 1090 to 1099, unless you filter this out through some firewall settings (which isn't something this image supports).
Disable config link
Docker pull: Disable concurrent downloads
Disabling concurrent downloads can be helpful on slow connections to avoid update failures or improve update speed slightly.
Disable concurrency
Docker bridge network IPv6
The docker bridge network by default does not have IPv6 enabled. Rare connectivity issues make it useful to enable it, in general this is not recommended.
Enable docker brige IPv6
SDRPlay: Ignore Serial
Some SDRPlay / RSP devices will not always show up with serial. If only one SDRPlay device is connected, enable this option to ignore the serial.
Enable
Prometheus / Grafana / Influx / Telegraf
Generally unsupported option to enable telegraf in the image. Only enable this if you really understand what you are doing.
Enable telegraf
▶
More information
If you just want basic prometheus statistics for grafana, there is no need to enable this, basic metrics are always availabe using the same URL as the tar1090 map interface with /metrics added.
For a normal setup or stage2 combined data this means just add a prometheus scrape job with target 192.168.2.33:8080 (:1099 on app install).
For individual stage2 sites where the tar1090 map interface is available at :8080/2 for example, you will need to add metrics_path: /2/metrics.
Some people would like to feed data into influx or do fancy graphs with prometheus / grafana. For this you can activate this container.
On a stage2 this will only cover combined data, adding more of this container for each stage2 site is probably not gonna happen but you could run probably enable this container for each individual site if you really wanted to.
The prometheus output will automatically be available on port 9273.
Influx needs to be configured via the respective environment variables: https://github.com/sdr-enthusiasts/docker-telegraf-adsb
Please understand this is only meant for expert users, if you ask about this features just know that we are reluctant to fully support this. If you have questions about influx / grafana / prometheus, try and use one of the non-adsb.im channels on the SDR-E discord, they are better suited there.