mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
- Build the Flutter web app at release time (nix/frontend.nix) and bundle
it next to the binary at $out/share/oott/web; resolve it at runtime
relative to the executable. Remove the prebuilt backend/web from git.
- Add web_server.{ip_address,port,api_key} options to the NixOS module so
the generated config deserializes (was missing, causing a startup panic).
- Docker image: set SSL_CERT_FILE for outbound TLS, drop the heavy
nixos/nix base image, trim contents to [oott cacert], and ensure /tmp
exists.
- Remove the unused "nix" flake input and commit flake.lock.
- Provide Swagger UI to utoipa-swagger-ui offline via a pinned fetchurl so
the package builds in the Nix sandbox; skip the redundant check phase
(tests run via backend/run_tests.sh).
- sample_oott.toml: set database.path to /db/oott.db for the Docker image.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
26 lines
873 B
Markdown
26 lines
873 B
Markdown
# OOTT ToDo list
|
|
|
|
- [x] Add linting to CLAUDE.md for both Rust and Dart
|
|
- [ ] Review and document the release process
|
|
- [ ] Add support for push notifications to the app (iOS and Android)
|
|
|
|
## Backend
|
|
|
|
- [x] Add configuration options to enable/disable each scanner
|
|
- [ ] Implement the pushover API call directly to support HTML content and review notification text to use it
|
|
|
|
## Frontend
|
|
|
|
- [ ] Can we add front-end tests?
|
|
|
|
## 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
|
|
|
|
Via infrastructure:
|
|
- SNMP query to router/switch — pull the router's ARP table or switch MAC table directly; no need to scan at all
|