Skip to content

Commit

Permalink
fr24feed: add instructions for UAT
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Mar 5, 2024
1 parent 2fe6cbd commit 6d5f5ae
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion feeder-containers/feeding-flightradar24.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ First-time users should obtain a FlightRadar24 sharing key \(a _fr24key_\). To g
Use the same email address as for your fr24 account if you already have one or plan on creating one.


#### Manual Sign-Up Method
#### Obtaining a Sharing Key for ADSB

Run the command:

Expand Down Expand Up @@ -76,6 +76,18 @@ For example:
FR24_SHARING_KEY=10ae138d0c1g
```

#### UAT key and configuration (USA only, requires 2nd SDR and dump978 container already configured)

Get a separate sharing key for UAT as described here: (https://github.com/sdr-enthusiasts/docker-flightradar24?tab=readme-ov-file#uat-configuration-usa-only)

Copy the sharing key you are given, and add the following line to your `.env` file:

```text
FR24_SHARING_KEY_UAT=YOURSHARINGKEYUAT
```

* Replace `YOURSHARINGKEYUAT` with the sharing key from the output of the sign-up process.

## Deploying `fr24feed` container

Open the `docker-compose.yml` file that was created when deploying `ultrafeeder`.
Expand All @@ -93,6 +105,7 @@ Append the following lines to the end of the file \(inside the `services:` secti
environment:
- BEASTHOST=ultrafeeder
- FR24KEY=${FR24_SHARING_KEY}
- FR24KEY_UAT=${FR24_SHARING_KEY_UAT}
tmpfs:
- /var/log
```
Expand Down

0 comments on commit 6d5f5ae

Please sign in to comment.