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

327 commits

Author SHA1 Message Date
Fred Clausen
3f8120688b
Update dependabot.yml 2024-05-13 13:35:23 -06:00
Fred Clausen
f98d3388cb
Update pre-commit-updates.yaml 2024-05-13 13:06:24 -06:00
Fred Clausen
dd3662b740
updates 2024-05-13 11:06:11 -06:00
Fred Clausen
1b99f7cb3c
chore(deps): Update pre-commit hooks (#88)
Update pre-commit hooks
2024-05-12 00:39:12 -06:00
fredclausen
7aef039995 chore(deps): Update pre-commit hooks 2024-05-12 01:33:51 +00:00
Fred Clausen
adf853259a
Basic Ultrafeeder Optional Parameter table readbility fix (#87)
Optional parameters for Basic Ultrafeeder variables was hard to read,
missing some characters for MD table formatting.
2024-05-09 11:49:31 -06:00
kernelkaribou
7179fb1107 Basic Ultrafeeder Optional Parameter table readbility fix 2024-05-09 16:28:30 +00:00
kx1t
8aa61a697c make LOGLEVEL interpretation consistent 2024-05-08 10:25:42 -04:00
kx1t
0a0fe65066 fix markdown linter issues 2024-05-08 10:04:43 -04:00
kx1t
51970b4934 hardened LOGLEVEL param handling 2024-05-08 10:00:36 -04:00
kx1t
b2fe64b2a6
Update README.md 2024-05-07 15:25:44 -04:00
kx1t
0901806175
mlat-client: always use beast connect to send data to mlathub (#86)
- mlat-client: always use beast connect to send data to mlathub: this
eliminates mlathub 'connection failed' messages on container startup
- remove unused infrastructure around /run/mlathub_up
2024-05-07 14:10:55 -04:00
Matthias Wirth
53a27d9401 remove unused infrastructure around /run/mlathub_up 2024-05-07 19:01:05 +02:00
Matthias Wirth
fee8f6320b mlat-client: always use beast connect to send data to mlathub
this eliminates mlathub 'connection failed' messages on container startup
2024-05-07 18:57:56 +02:00
kx1t
918b984959 added clarification 2024-05-05 17:18:46 -04:00
kx1t
54cab0f200 add AISCatcher params to README 2024-05-05 16:51:08 -04:00
kx1t
a4e71646e6
prometheus: serve 9274 via nginx instead of ncat (#85) 2024-05-01 14:31:44 -04:00
Matthias Wirth
d2d43cc968 prometheus: serve 9274 via nginx instead of ncat 2024-05-01 18:07:42 +02:00
kx1t
4ffe32ad9d
removed hetluchtruim.nl, clarified allowed chars in MLAT_USER
- removed feeder to hetluchtruim.nl because they appear to be gone and our efforts to contact the owner failed
- clarified the characters allowed for `MLAT_USER` (to prevent issues like https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder/issues/73)
2024-04-30 09:44:40 -04:00
Fred Clausen
3dcd27c8bb
bugfix: fix s6wrap syntax error (#83)
s6wrap was previously silently ignoring unknown command line arguments
now it is giving an error
2024-04-29 15:09:21 -06:00
Matthias Wirth
523bc6049e bugfix: fix s6wrap syntax error
s6wrap was previously silently ignoring unknown command line arguments
now it is giving an error
2024-04-29 23:04:51 +02:00
Fred Clausen
d1cb90db5f
chore(deps): Update pre-commit hooks (#82)
Update pre-commit hooks
2024-04-28 00:35:46 -06:00
fredclausen
7ec381f099 chore(deps): Update pre-commit hooks 2024-04-28 01:25:30 +00:00
Fred Clausen
62d19ba4af
chore(deps): Update pre-commit hooks (#79)
Update pre-commit hooks
2024-04-14 00:30:42 -06:00
fredclausen
ec870da9f9 chore(deps): Update pre-commit hooks 2024-04-14 01:50:26 +00:00
Fred Clausen
5934c695e7
more exec / prepare for docker-tar1090 change to update-tar1090 (#78) 2024-04-13 17:37:56 -06:00
Matthias Wirth
761df76b3a aircraft.csv.gz path changes due to tar1090-update changes 2024-04-14 00:33:50 +02:00
Matthias Wirth
7748ff4de1 adsbx-stats: use exec 2024-04-11 01:04:20 +02:00
Fred Clausen
7596bcfcbf
README: add documentation for TAR1090_CONFIGJS_APPEND (#77) 2024-04-09 01:11:26 -06:00
Fred Clausen
fec3edb7bb
chore(deps): Update pre-commit hooks (#76)
Update pre-commit hooks
2024-04-09 01:11:14 -06:00
Matthias Wirth
c17231b26b README:add documentation for TAR1090_CONFIGJS_APPEND 2024-04-08 18:31:19 +02:00
fredclausen
8d34f6fabd chore(deps): Update pre-commit hooks 2024-04-07 01:24:16 +00:00
kx1t
f80a10acbf
Update README-grafana.md (#71)
Minor updates to match Grafana UI changes
2024-03-29 21:08:47 -04:00
kx1t
891952c9f4 update copyright dates 2024-03-29 19:21:45 -04:00
kx1t
34859e6158
Make startup smoother 2024-03-29 17:49:15 -04:00
kx1t
ef95e1eff5
bug fix 2024-03-29 17:33:33 -04:00
kx1t
11969ae627 further cleanup 2024-03-29 16:55:15 -04:00
kx1t
dcfdb7ff3e clean up port assignments 2024-03-29 15:30:32 -04:00
kx1t
a407113f1c if no mlat return port is defined in ULTRAFEEDER_CONFIG, then still send results to MLAT-Hub by default 2024-03-29 12:55:39 -04:00
kx1t
16ea7448ac
adsbx stats: more robust way of getting UUID from ultrafeeder_config (#72)
When no adsbexchange uuid was present the sed replacement can fail to
replace anything because the pattern doesn't exist.
In that case the entire readsb conf array is used as an UUID.

Fix that by checking each conf array entry if there is a adsbexchange
uuid and only then use the sed replace.
2024-03-29 12:18:59 -04:00
Matthias Wirth
ec6f092418 adsbx stats: more robust way of getting UUID from ultrafeeder_config 2024-03-29 15:04:00 +01:00
Roddie Hasan
8e1e9eb3d8
Update README-grafana.md
Minor updates to match Grafana UI changes
2024-03-28 19:17:55 -05:00
kx1t
0a894ed3d7
add hetluchtruim.nl aggregator 2024-03-28 12:49:30 -04:00
kx1t
58b4f4fee3
Update README.md 2024-03-27 21:33:40 -04:00
kx1t
5957f410d4
Update README.md 2024-03-27 21:25:46 -04:00
kx1t
16b24ddb9e
recreate LICENSE 2024-03-27 21:23:36 -04:00
kx1t
3b05425d84
Delete LICENSE 2024-03-27 21:22:02 -04:00
Fred Clausen
d8d5da4baf
chore(deps): Update pre-commit hooks (#70)
Update pre-commit hooks
2024-03-24 00:37:06 -06:00
fredclausen
93df5dfbdc chore(deps): Update pre-commit hooks 2024-03-24 01:23:49 +00:00
Fred Clausen
2584d18e65
Simplify startup and dependencies (#69)
Move file cleanups into a finish script for the service that created the
file (replace 02 / replace 03 commits)

Currently there is a whole dependency forest just to start a couple of
startup scripts in order.
Additionally all the services also have a dependency on all the startup
scripts.
This is unnecessary complex, simplify it:
- Move startup scripts to /etc/s6-overlay/startup.d
- oneshot service named "startup" from underlying image executes
all files in /etc/s6-overlay/startup.d in alphabetical order
- Remove various oneshot scripts from longrun service dependencies
Add "startup" oneshot service to longrun service dependencies

container-version is now being run by said startup script, remove the
double s6wrap prepending of an appropriate log name.
2024-03-23 06:46:27 -06:00