Document LocalSend trusted inbox handoff
This commit is contained in:
@@ -53,6 +53,8 @@ From N.O.M.A.D.:
|
||||
```bash
|
||||
docker compose --env-file .env ps
|
||||
sudo docker logs --tail 50 localsend-trusted
|
||||
systemctl --user status minerva-localsend-autosort.path --no-pager
|
||||
systemctl --user status minerva-localsend-autosort.service --no-pager
|
||||
```
|
||||
|
||||
From another Trusted-LAN host:
|
||||
@@ -64,6 +66,14 @@ nc -vz 10.5.1.16 53317
|
||||
|
||||
Then confirm `Doris Trusted Inbox` appears as a LocalSend target from a Trusted-LAN device.
|
||||
|
||||
## Shared inbox / Minerva handoff
|
||||
|
||||
- The receiver writes into `/home/fizzlepoof/private/inbox-secrets`.
|
||||
- Minerva's staging flow watches that shared inbox via `minerva-localsend-autosort.path` and runs `/home/fizzlepoof/.local/bin/minerva-localsend-autosort.py`.
|
||||
- Sender-specific routing lives in `/home/fizzlepoof/private/minerva-dropbox/sender-map.json`.
|
||||
- Metadata/manifests for staged items land under `/home/fizzlepoof/private/minerva-dropbox/manifests/`.
|
||||
- If you need to confirm sender attribution, check both `journalctl --user -u doris-localsend.service` and `docker logs localsend-trusted`; the autosort helper reads both so Trusted-LAN receives keep sender-IP-aware routing.
|
||||
|
||||
## Notes
|
||||
|
||||
- The container writes directly into `/home/fizzlepoof/private/inbox-secrets` on the host so the existing autosort / intake flow can keep using the same inbox path.
|
||||
|
||||
Reference in New Issue
Block a user