1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Matthias Wirth
22c4febea0 fixup adsbx stats UUID
in cases where UUID and adsbx specific uuids differ, there was a bug of
UUID_FILE being set to /run/uuid by adsbx-stats script in
/etc/default/adsbexchange-stats
the json-status script should read from
UUID_FILE=/usr/local/share/adsbexchange/adsbx-uuid

just export ADSBX_UUID in adsbx-stats which then invokes
adsbexchange-json-status.
in there use ADSBX_UUID instead of doing the redirect via the UUID file

cleanup the whole configuration file stuff for adsbx-stats, just
customize json-status a bit

also speed up build as build-essential doesn't need to be installed on
the mlat-client baseimage, it already has it
2024-09-04 17:13:56 +02:00
Matthias Wirth
ecc5d80612 adsbexchange-json-status: avoid downloading on container start
this creates a dependency on github plus it executes code from a URL
change it to just have the script in the container
2024-08-16 22:10:52 +02:00
kx1t
f35a391d5d updated file permissions 2024-01-02 15:11:27 -05:00
kx1t
79b5d0cdb2
Create adsbx-url 2024-01-02 15:10:14 -05:00
kx1t
412568ffe0 removed autogain as it is now part of the tar1090 build container. (Functionality stays on par) 2023-03-25 09:56:45 -04:00
kx1t
2da3f57d5f more tweaks to autogain 2023-03-24 15:36:56 +01:00
kx1t
7c7ef67e0a update verbosity of autogain 2023-03-24 14:49:02 +01:00
kx1t
2c885e7da3 add autogain 2023-03-24 13:44:41 +01:00