mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
- Add screenshots to README "What is OOTT?" section - Document the "push" notification method and notifications.push.relay_url - Fix misleading retention duration example (m = minutes, not months) - Add web_server.api_key to the Nix service example - Make sample_oott.toml a complete, functional baseline: every option present, mutually-exclusive notification provider sections commented out - Trim completed items from TODO.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
# OOTT ToDo list
|
|
|
|
## Release plan for 0.2.0
|
|
- [x] Test Android UI on emulator
|
|
- [x] Release 0.1.0
|
|
- [x] Fix bugs and release 0.1.1
|
|
- [x] Install in test server (docker) following documented process
|
|
- [x] Install test app on iPhone
|
|
- [x] Test in-house for 1 week
|
|
- [x] Implement push notifications
|
|
- [x] Release 0.2.0
|
|
- [x] Install in test server and test app on iPhone
|
|
- [x] Test in-house for 3 days
|
|
- [ ] Test flake install
|
|
- [x] Release 0.2.1 (or as many versions as needed)
|
|
- [x] Publish website
|
|
- [ ] Release app on App Store (iOS)
|
|
- [ ] Release app on Play Store (Android)
|
|
- [ ] Post on reddit
|
|
|
|
## Backend
|
|
|
|
- [ ] Implement the pushover API call directly to support HTML content and review notification text to use it
|
|
- [ ] Upgrade dependencies to new major versions
|
|
|
|
## Frontend
|
|
|
|
- [ ] Upgrade dependencies to new major versions
|
|
|
|
## Push relay
|
|
|
|
## Improve engine
|
|
|
|
Passive (low noise, no probing):
|
|
- Passive packet capture — observe any broadcast/multicast traffic; a device that never responds to ARP still generates traffic
|
|
|
|
Active (you probe the network):
|
|
- NDP (Neighbor Discovery Protocol) — IPv6 equivalent of ARP; important if the network uses IPv6
|