Merge pull request 'Set GitHub namespace (AllenNPIT)' (#11) from chore/set-namespace into main
This commit was merged in pull request #11.
This commit is contained in:
+3
-3
@@ -43,6 +43,6 @@ on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to
|
||||
pixel-art sprites, directional backgrounds, weather, sun/moon, admin panel,
|
||||
first-run setup wizard, and Docker/Podman support.
|
||||
|
||||
[1.1.1]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.1.1
|
||||
[1.1.0]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.1.0
|
||||
[1.0]: https://github.com/OWNER/ADS-Bit/releases/tag/v1.0
|
||||
[1.1.1]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.1.1
|
||||
[1.1.0]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.1.0
|
||||
[1.0]: https://github.com/AllenNPIT/ADS-Bit/releases/tag/v1.0
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
# ADS-Bit
|
||||
|
||||
[](LICENSE)
|
||||
[](https://github.com/OWNER/ADS-Bit/releases)
|
||||
[](https://github.com/OWNER/ADS-Bit/actions/workflows/ci.yml)
|
||||
|
||||
> **Setup note:** replace `OWNER` with your GitHub username/org throughout this README (badges and image names) after creating the repository.
|
||||
[](https://github.com/AllenNPIT/ADS-Bit/releases)
|
||||
[](https://github.com/AllenNPIT/ADS-Bit/actions/workflows/ci.yml)
|
||||
|
||||
A retro SNES-style side-view flight tracker that displays ADS-B aircraft data with custom pixel art sprites.
|
||||
|
||||
@@ -56,7 +54,7 @@ is available from GitHub Container Registry:
|
||||
docker run -d --name ads-bit --network host --restart unless-stopped \
|
||||
-e ADSBIT_CONFIG=/app/data/config.json \
|
||||
-v "$PWD/data:/app/data" \
|
||||
ghcr.io/OWNER/ads-bit:latest
|
||||
ghcr.io/allennpit/ads-bit:latest
|
||||
```
|
||||
|
||||
Then open http://localhost:2001 and complete the setup wizard.
|
||||
|
||||
Reference in New Issue
Block a user