Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploy-ultrafeeder-container.md #162

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions foundations/deploy-ultrafeeder-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ NETWORK ID NAME DRIVER SCOPE

If configured and started using the example above, the container will make a website available at port 8080 of your host machine. Here are a few web pages that are generated (replace `my_host_ip` with the name or IP address of your host machine):

* `http://my_host_ip:8080/` : `tar1090` map and table of all aircraft received
* `http://my_host_ip:8080/` or `http://my_host_ip:8080/?tar1090` : map and table of all aircraft received
* `http://my_host_ip:8080/graphs1090/` : page with graphs and operations statistics of your station
* `http://my_host_ip:8080?pTracks` : showing all aircraft tracks received in the last 24 hours
* `http://my_host_ip:8080?heatmap&realheat` : showing a heatmap of all aircraft in the last 24 hours
* `http://my_host_ip:8080?replay` : showing a time-lapse replay of the past few days
* `http://my_host_ip:8080/?pTracks` : showing all aircraft tracks received in the last 24 hours
* `http://my_host_ip:8080/?heatmap&realheat` : showing a heatmap of all aircraft in the last 24 hours
* `http://my_host_ip:8080/?replay` : showing a time-lapse replay of the past few days

## Viewing Live Data in Text Format

Expand Down