1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-22 05:40:10 +00:00

undo some of the worst pre-commit markdown atrocities

This commit is contained in:
kx1t 2023-10-19 16:01:09 -04:00
parent 709fb2eff4
commit 77e000952b

View file

@ -162,8 +162,8 @@ You need to make sure that the USB device can be accessed by the container. The
```yaml ```yaml
device_cgroup_rules: device_cgroup_rules:
- "c 189:* rwm" - 'c 189:* rwm'
--- ...
volumes: volumes:
- /dev:/dev:ro - /dev:/dev:ro
``` ```
@ -261,7 +261,7 @@ Although not recommended, you can change the measurement intervals and low/high
If you need to reset AutoGain and start over determining the gain, you can do so with this command: If you need to reset AutoGain and start over determining the gain, you can do so with this command:
```bash ```bash
docker exec -it ultrafeeder /usr/local/bin/autogain1../sdr-e-base-repo-setup/.pre-commit-config.yaml090 reset docker exec -it ultrafeeder /usr/local/bin/autogain1090 reset
``` ```
#### Connecting to external ADSB data sources #### Connecting to external ADSB data sources
@ -653,9 +653,10 @@ The feature assumes that you have mapped `/var/lib/collectd` to a volume (to ens
```yaml ```yaml
volumes: volumes:
- /opt/adsb/ultrafeeder/globe_history:/var/globe_history - /opt/adsb/ultrafeeder/globe_history:/var/globe_history
--- ...
tmpfs: tmpfs:
- /run:exec,size=256M - /run:exec,size=256M
...
``` ```
| Environment Variable | Purpose | Default | | Environment Variable | Purpose | Default |
@ -740,7 +741,7 @@ In order for Telegraf to output metrics to an [InfluxDBv2](https://docs.influxda
You can look at individual messages and what information they contain, either for all or for an individual aircraft by hex: You can look at individual messages and what information they contain, either for all or for an individual aircraft by hex:
```shell ```bash
# only for hex 3D3ED0 # only for hex 3D3ED0
docker exec -it ultrafeeder /usr/local/bin/viewadsb --show-only 3D3ED0 docker exec -it ultrafeeder /usr/local/bin/viewadsb --show-only 3D3ED0