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

448 commits

Author SHA1 Message Date
Fred Clausen
523885c496
write mlat-client stats json (#146) 2024-09-27 13:02:15 -06:00
Matthias Wirth
0447a0cf9c write mlat-client stats json 2024-09-27 15:50:13 +02:00
Fred Clausen
37c9468e56
add --db-file-lt if db-file is enabled (#145)
fixes:
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder/issues/98
2024-09-17 19:32:24 -06:00
Matthias Wirth
0ff844d921 add --db-file-lt if db-file is enabled
fixes: https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder/issues/98
2024-09-17 23:15:01 +02:00
wiedehopf
9eed293ad0
use readsb finish script from underlying container (#144)
this finish script overwrote the docker-tar1090 one, omitting the
deletion of /run/readsb
2024-09-17 16:41:49 -04:00
Fred Clausen
3e037e3dd9
fixup gpsd instructions (#142) 2024-09-13 17:27:38 -06:00
Matthias Wirth
40169f5b8e fixup gpsd instructions 2024-09-14 01:21:58 +02:00
kx1t
9567808ebd
typo fix 2024-09-13 11:49:41 -04:00
Fred Clausen
08af522e7d
fixup (#141) 2024-09-13 09:35:14 -06:00
Matthias Wirth
f21f4b05bc fix docker complaining about legacy syntax 2024-09-13 17:31:52 +02:00
Matthias Wirth
2d7330e0a9 fixup || true issue 2024-09-13 17:28:25 +02:00
Fred Clausen
f468afcc64
Update README.md - GPSD Variable Documentation (#136)
Updated documentation and added example regarding variable handling by
mlat-client when utilizing gpsd functions. Closes issue #111
2024-09-07 09:28:55 -06:00
Fred Clausen
005ca143a1
chore(pre-commit): auto update hooks (#133)
This is an automation, check the updated pre-commit hooks and target
files
2024-09-07 09:28:47 -06:00
Fred Clausen
016a7274d7
readme: graphs1090 (#139) 2024-09-06 08:02:15 -06:00
Matthias Wirth
03c4e73c4e readme: graphs1090 2024-09-06 15:58:19 +02:00
Fred Clausen
21f461661a
readme: document some graphs1090 options (#138) 2024-09-06 06:05:05 -06:00
Matthias Wirth
624657e0b6 readme: document some graphs1090 options 2024-09-06 13:51:24 +02:00
Fred Clausen
f7b9d61ad3
Update README.md (#134)
Little QOL updates, fixed a bunch of typos
2024-09-04 09:18:35 -06:00
Fred Clausen
8cf302610c
fixup adsbx stats UUID (#137)
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 09:16:59 -06:00
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
MNTech68
aecb88ee16
Update README.md
Updated documentation and added example regarding variable handling by mlat-client when utilizing gpsd functions.
2024-08-28 16:00:32 -05:00
CLN
373186ed58
Update README.md
Typos
2024-08-25 21:37:55 +02:00
fredclausen
beb51cfcf5 [create-pull-request] automated change 2024-08-25 01:45:10 +00:00
kx1t
0d5e6a5c0c
offline maps readme (#132) 2024-08-22 23:13:58 -04:00
Matthias Wirth
fd5114df65 offline maps readme 2024-08-22 23:23:23 +02:00
Fred Clausen
b0b5135123
adsbx stats quality of life things (#131)
-     adsbexchange-json-status: avoid downloading on container start
-     make adsbx stats always use the DNS cache
2024-08-18 09:16:11 -06:00
Matthias Wirth
8987be4f10 readme: fixup graphs1090 io reduce section
had wrong default / improve wording
2024-08-17 06:59:38 +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
Matthias Wirth
08bdbe860f make adsbx stats always use the DNS cache
tired of questions about this script being top in some sort of DNS stats
2024-08-16 22:09:09 +02:00
Fred Clausen
63daea93c1
various minor (#130)
- readme: minor fix of reduce interval default
- change single occurence of old with-contenv path
2024-08-15 15:29:02 -06:00
Matthias Wirth
24d7ea7a2c change single occurence of old with-contenv path
this wasn't showing any issues i believe
2024-08-15 22:45:38 +02:00
Matthias Wirth
770ea5882f readme: minor fix of reduce interval default 2024-08-15 22:45:38 +02:00
Fred Clausen
42b92eceea
chore(pre-commit): auto update hooks (#128)
This is an automation, check the updated pre-commit hooks and target
files
2024-08-11 11:08:16 -06:00
fredclausen
8257fe80c5 [create-pull-request] automated change 2024-08-11 01:44:14 +00:00
wiedehopf
de632e4828
stop unneeded s6 services instead of exec sleep inf (#126)
Dockerfile: fix case
2024-08-06 16:42:37 -04:00
Christian Kuhtz
36b49854b7
Update README.md (#125)
* Update README.md

corrected image name for :telegraf

* Update README.md

---------

Co-authored-by: kx1t <15090643+kx1t@users.noreply.github.com>
2024-08-06 16:40:26 -04:00
Fred Clausen
95761dcce8
readsb: avoid restarts which are too fast (#124)
start instantly on first start though
2024-08-05 08:49:38 -06:00
Matthias Wirth
e0ac71fd9e readsb: avoid restarts which are too fast
start instantly on first start though
2024-08-05 10:34:14 +02:00
Fred Clausen
46244945ad
chore(pre-commit): auto update hooks (#122)
This is an automation, check the updated pre-commit hooks and target
files
2024-08-04 11:24:08 -06:00
fredclausen
230b3d7074 [create-pull-request] automated change 2024-08-04 01:42:37 +00:00
Fred Clausen
a026488fbd
chore(pre-commit): auto update hooks (#119)
This is an automation, check the updated pre-commit hooks and target
files
2024-07-28 01:35:11 -06:00
fredclausen
7decfa46a1 [create-pull-request] automated change 2024-07-28 01:42:28 +00:00
wiedehopf
2619892840
fixup deleting apt lists and similar (#118)
shell wildcards don't work when quoted
2024-07-26 17:26:57 -04:00
wiedehopf
14361104db
mlathub_enable (#117)
when pushing mlat results into mlat hub, it can be beneficial to have a
env var to explicitely enable it even if no mlat-clients are running in
ultrafeeder
2024-07-26 16:00:51 -04:00
kx1t
1a84bb5588 minor tweaks 2024-07-24 12:46:14 -04:00
kx1t
b775ea9dc6 move cleanup_globe_history from ultrafeeder container to tar1090 container 2024-07-24 12:29:13 -04:00
wiedehopf
58465dd35d
globe history pruning: be a bit more verbose (#116)
* globe history pruning: be a bit more verbose

also remove empty directories

* README: some location in webinterface hints
2024-07-24 07:28:43 -04:00
kx1t
be5df3e3de
add purging option for globe_history with MAX_GLOBE_HISTORY parameter (#115)
* add AussieADSB registration script

* update readme

* make independent of container run

* update

* update readme

* minor update

* fix typo

* Update aussieadsb.sh

* Update aussieadsb.sh

* Update aussieadsb.sh

* Add netcat-traditional and net-tools to install check

* Update README.md

* Update aussieadsb.sh

* Update aussieadsb.sh

* Dockerfile building optimization

* typo

* typo

* add cleanup_globe_history

* minor update

* better logging
2024-07-23 15:47:06 -04:00
Fred Clausen
07ce818b2e
start mlathub if an mlathub entry is specified in ultrafeeder config (#113) 2024-07-20 13:34:50 -06:00
Matthias Wirth
e62e68c144 start mlathub if an mlathub entry is specified in ultrafeeder config 2024-07-20 21:28:13 +02:00