I’m running DietPi v9.13.2 on a RPi 4 Model B primarily to host ADS-B Feeder. ADS-B Feeder is v2.3.5(Stable).
Among others, I’m contributing to FlightRadar24 and I’m trying to get access data/aircraft.json.
In a closed gitlab issue for adsb-feeder-image I found that this json is available at http://adsb-feeder.local:8080/data/aircraft.json however this doesn’t seem to be the case for ADS-B Feeder on DietPi. When I curl the address it fails to connect on port 8080, but I can curl on port 1099. Is there a way to edit the the docker container in a persistent way to make this json available?