Initial commit

This commit is contained in:
2024-03-12 22:28:05 +01:00
commit 7711bcc220
40 changed files with 5137 additions and 0 deletions

19
TODO.md Normal file
View File

@@ -0,0 +1,19 @@
# TODOs
## 🦀 Backend
- [x] For some reason, the backend service suddenly stops after a week or so. Find out why and fix this bug.
- [x] Add aircraft type parsing ([doc](http://wiki.glidernet.org/wiki:ogn-flavoured-aprs#toc2))
- [x] Check whether APRS client needs to send regular keep alives
- [x] Documentation
- [x] Code
- [x] API
## 🅰️ Frontend
- [ ] Build a better, fancy frontend
- [ ] Cleaner build process
- [x] Build a frontend
- [x] Add privacy site
## ☁️ Deploy
- [x] Docker support
- [x] Create a _docker-compose.yml_ configuration file