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

334 commits

Author SHA1 Message Date
fredclausen
0396866295 chore(deps): Update pre-commit hooks 2024-05-26 01:35:07 +00:00
kx1t
19296bd72b rename distance.c 2024-05-24 09:36:33 -04:00
kx1t
b8a22787ac
Create distance.c 2024-05-23 18:25:46 -04:00
Fred Clausen
4a66dff377
build(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#90)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5
to 4.1.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
<li>Update for 4.1.6 release by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1733">actions/checkout#1733</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.5...v4.1.6">https://github.com/actions/checkout/compare/v4.1.5...v4.1.6</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a5ac7e51b4"><code>a5ac7e5</code></a>
Update for 4.1.6 release (<a
href="https://redirect.github.com/actions/checkout/issues/1733">#1733</a>)</li>
<li><a
href="24ed1a3528"><code>24ed1a3</code></a>
Check platform for extension (<a
href="https://redirect.github.com/actions/checkout/issues/1732">#1732</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v4.1.5...v4.1.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.5&new-version=4.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2024-05-17 18:44:42 -06:00
dependabot[bot]
4a42d3fd2e
build(deps): bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.5...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-18 00:25:45 +00:00
Fred Clausen
006599817b
Correct typos (#89)
Corrected prometheus.xml to prometheus.yml, corrected dump978 port from
9274 to 9273
2024-05-17 14:37:47 -06:00
DogeRam1500
d95350fb04
Correct prometheus.xml to prometheus.yml, correct dump978 port from 9274 to 9273 2024-05-17 16:05:48 -04:00
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