1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2025-04-17 20:06:23 +02:00
Commit graph

501 commits

Author SHA1 Message Date
Fred Clausen
8fb98e4ba7
chore(pre-commit): auto update hooks ()
This is an automation, check the updated pre-commit hooks and target
files
2025-01-27 09:46:03 -07:00
fredclausen
07ed5b844e [create-pull-request] automated change 2025-01-26 01:48:56 +00:00
Fred Clausen
74f6ec4a18
add custom tar1090 version instructions to readme () 2025-01-24 12:31:16 -07:00
Matthias Wirth
f5b76cec8c add custom tar1090 version instructions to readme 2025-01-24 19:22:00 +00:00
kx1t
7fc366e96d add how-to reset range outlines 2025-01-21 11:42:05 -05:00
kx1t
c5b58bda48
Update README.md 2025-01-18 06:19:26 -05:00
kx1t
6f83a01036 update readme and minor tweaks 2025-01-15 10:46:11 -05:00
wiedehopf
562308a51c
ultrafeeder config: add special casing for silent_fail ()
this makes the net connector parameter silent_fail functional
2025-01-14 15:31:02 -05:00
Fred Clausen
382760f67c
mlat-client is now in wreadsb baseimage ()
remove from install as no longer needed
2025-01-12 16:22:30 -07:00
Matthias Wirth
0c91cb0cd6 mlat-client is now in wreadsb baseimage
remove from install as no longer needed
2025-01-12 23:21:13 +00:00
Fred Clausen
493d0aed87
chore(pre-commit): auto update hooks ()
This is an automation, check the updated pre-commit hooks and target
files
2025-01-12 16:08:16 -07:00
fredclausen
67ba4e7d21 [create-pull-request] automated change 2025-01-12 01:57:59 +00:00
Fred Clausen
ab87f52b5a
add env var MLAT_STATS_INTERVAL () 2025-01-06 13:36:01 -07:00
Matthias Wirth
974cdf92f0 readme 2025-01-06 20:35:28 +00:00
Matthias Wirth
5bbaae24a4 add env var MLAT_STATS_INTERVAL 2025-01-06 20:26:39 +00:00
kx1t
6fb24161d8 cleanup 2024-12-19 13:25:33 -05:00
kx1t
7b99bd5d47 minor fix 2024-12-19 11:15:30 -05:00
kx1t
72b999aa0d add input_type option to ULTRAFEEDER_CONFIG mlat settings string 2024-12-19 10:40:05 -05:00
Fred Clausen
47e24e44e5
remove unnecessary tty: true () 2024-12-01 15:22:18 -07:00
Matthias Wirth
ef14975b8c remove unnecessary tty: true 2024-12-01 22:20:19 +00:00
Fred Clausen
233c6f750f
chore(pre-commit): auto update hooks ()
This is an automation, check the updated pre-commit hooks and target
files
2024-12-01 01:15:20 -07:00
fredclausen
e5d575e4b2 [create-pull-request] automated change 2024-12-01 02:16:35 +00:00
Fred Clausen
b813db2147
Fix issues due to bad merge in PR 162 ()
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder/pull/162

has a bad merge in there that reverts earlier PRs
fix it using the following steps:

- revert the entire PR
- cherry-pick the 2 commits that are the intended content of the PR
2024-11-28 15:34:11 -07:00
kx1t
d19dcebc5d linter changes 2024-11-28 22:30:53 +00:00
kx1t
3739ccf67d make readsb's built-in autogain the default 2024-11-28 22:30:33 +00:00
Matthias Wirth
e32e9ee1a2 Revert "use readsb's built-in autogain if READSB_GAIN param is omitted ()"
This reverts commit eab238a4a5.

This PR is BROKEN
it has a bunch of code in there that doesn't belong
2024-11-28 22:25:35 +00:00
dependabot[bot]
4983ba62f4
build(deps): bump actions/checkout from 4.2.1 to 4.2.2 ()
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [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.2.1...v4.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 10:00:26 -05:00
kx1t
eab238a4a5
use readsb's built-in autogain if READSB_GAIN param is omitted () 2024-11-21 09:58:06 -05:00
Fred Clausen
414e1c0b02
prometheus cleanups () 2024-11-15 09:57:22 -07:00
Matthias Wirth
fa97c66c8b fix prometheus port description
remove unused PROMETHEUSPORT env var from readme
2024-11-15 10:41:10 +01:00
Matthias Wirth
6098f235fb move the prometheus port to docker-tar1090
this is the logical place as telegraf stuff is defined there as well
2024-11-15 10:41:10 +01:00
kx1t
c76fd5a234 update ADSBX Anywhere map and stats URL scraping 2024-11-14 12:05:03 -05:00
Fred Clausen
245b69e875
move adsb.lol station map check out of interpret_ultrafeeder_config ()
this script is sourced by multiple scripts and we only need to do show
the station map URL once

also curl has long maximum timeouts which can block important services
from starting up if there is an issue with adsb.lol or the network / DNS
2024-11-10 12:11:08 -07:00
Matthias Wirth
031c3cf7f6 move adsb.lol station map check out of interpret_ultrafeeder_config
this script is sourced by multiple scripts and we only need to do show
the station map URL once

also curl has long maximum timeouts which can block important services
from starting up if there is an issue with adsb.lol or the network / DNS
2024-11-10 18:15:59 +01:00
Fred Clausen
136e88d164
add easy option to write traces ()
this was ofc possible before via extra args but now it's simpler
2024-11-04 08:13:12 -07:00
Fred Clausen
be0ef15efc
fix: remove tty and only mount usb subsystem ()
closes 
2024-11-04 08:12:47 -07:00
Matthias Wirth
8b897d4b85 fix typo 2024-11-04 12:39:12 +01:00
Matthias Wirth
b3233d66c4 add option to write traces
this was ofc possible before via extra args but now it's simpler
2024-11-01 14:21:09 +01:00
Carsten
be8efc8d69
docs: only mount usb subsystem 2024-10-29 18:55:23 +01:00
Carsten
f3f00d40f5
fix: remove tty and only mount usb subsystem
closes 
2024-10-29 18:38:08 +01:00
Fred Clausen
518edd1379
chore(pre-commit): auto update hooks ()
This is an automation, check the updated pre-commit hooks and target
files
2024-10-24 08:39:57 -06:00
Fred Clausen
beada40283
build(deps): bump actions/checkout from 4.2.0 to 4.2.1 ()
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0
to 4.2.1.
<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.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jcambass"><code>@​Jcambass</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1919">actions/checkout#1919</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</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.2.1</h2>
<ul>
<li>Check out other refs/* by commit if provided, fall back to ref by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="eef61447b9"><code>eef6144</code></a>
Prepare 4.2.1 release (<a
href="https://redirect.github.com/actions/checkout/issues/1925">#1925</a>)</li>
<li><a
href="6b42224f41"><code>6b42224</code></a>
Add workflow file for publishing releases to immutable action package
(<a
href="https://redirect.github.com/actions/checkout/issues/1919">#1919</a>)</li>
<li><a
href="de5a000abf"><code>de5a000</code></a>
Check out other refs/* by commit if provided, fall back to ref (<a
href="https://redirect.github.com/actions/checkout/issues/1924">#1924</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">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.2.0&new-version=4.2.1)](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-10-24 08:39:49 -06:00
Fred Clausen
df560d31f8
readme: grafana: fix image URL () 2024-10-24 08:39:39 -06:00
fredclausen
d126ede032 [create-pull-request] automated change 2024-10-13 01:54:29 +00:00
Matthias Wirth
646ef29495 readme: grafana: fix image URL 2024-10-12 21:00:44 +02:00
dependabot[bot]
e59ceff7de
build(deps): bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [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.2.0...v4.2.1)

---
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-10-12 00:41:15 +00:00
wiedehopf
494d963619
remove spaces from MLAT_USER ()
the readme already says not to put spaces but like this mlat will work
even with spaces instead of producing errors
2024-10-09 06:50:22 -04:00
Fred Clausen
1c47b76be2
adsbx stats lower priority () 2024-10-04 07:49:01 -06:00
Matthias Wirth
33472380bf dockerfile: one less apt call 2024-10-04 13:41:28 +02:00
Matthias Wirth
70ceb365bf lower priority for mlat-client
for mlat sync only the decoder talking to the SDR is important
2024-10-04 13:07:05 +02:00