• Joined on 2026-04-21
lfg2025 opened issue lfg2025/archy#54 2026-06-17 20:34:28 +00:00
[Bug] Cloud: peer-files 'Back to Cloud' button differs from local files on desktop & mobile
lfg2025 closed issue lfg2025/archy#54 2026-06-17 20:34:28 +00:00
[Bug] Cloud: peer-files 'Back to Cloud' button differs from local files on desktop & mobile
lfg2025 opened issue lfg2025/archy#55 2026-06-17 20:34:28 +00:00
[Bug] UI: version labels show a double 'vv' prefix for v-prefixed versions
lfg2025 closed issue lfg2025/archy#55 2026-06-17 20:34:28 +00:00
[Bug] UI: version labels show a double 'vv' prefix for v-prefixed versions
lfg2025 commented on issue lfg2025/archy#15 2026-06-17 20:34:02 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)

Diagnosed live on .198 and fixed in code — netbird now works on the LAN IP.

Three distinct problems were stacked here:

  1. nginx cached a container IP → permanent 502. The proxy used…
lfg2025 closed issue lfg2025/archy#15 2026-06-17 20:34:02 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)
lfg2025 opened issue lfg2025/archy#52 2026-06-17 20:34:02 +00:00
[Tech debt] Migrate netbird from hardcoded binary stack to a self-contained registry app
lfg2025 opened issue lfg2025/archy#53 2026-06-17 20:34:02 +00:00
[Bug] Reconciler trusts podman 'Up' for conmon-died containers (netbird up-but-not-serving)
lfg2025 opened issue lfg2025/archy#51 2026-06-17 20:05:27 +00:00
[Bug]: Categorise installed containers properly
lfg2025 commented on issue lfg2025/archy#15 2026-06-17 19:09:05 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)

Code-side review done; full diagnosis still needs podman logs from a node (LOW PRIORITY, kept open).

NetBird installs as a 3-container stack (stacks.rs): netbird-server (management/signa…

lfg2025 commented on issue lfg2025/archy#50 2026-06-17 19:09:05 +00:00
[Feature] Integrate Meshroller into our mesh features + killer setup/use UX

Phase 0 review done. License + meshcore questions resolved by maintainer; remaining gate is the architecture decision.

Reviewed the repo: Meshroller is a single ~29KB Python daemon (`meshrolle…

lfg2025 commented on issue lfg2025/archy#46 2026-06-17 19:09:04 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node

Phase 1 (Lightning invoice + QR + release) implemented — open for Phase 2/3.

The buyer can now choose how to pay a paid peer file:

  • This node's wallet — existing ecash fast path…
lfg2025 commented on issue lfg2025/archy#43 2026-06-17 19:09:03 +00:00
[Bug] Install on 192.168.1.70: errors at DID-creation + password screens; FIPS slow to start

Implemented (code complete; live re-test on a fresh ISO node pending).

Root cause of the DID-creation/password errors: seed.generate was not idempotent. The web client aborts a slow…

lfg2025 closed issue lfg2025/archy#43 2026-06-17 19:09:03 +00:00
[Bug] Install on 192.168.1.70: errors at DID-creation + password screens; FIPS slow to start
lfg2025 commented on issue lfg2025/archy#18 2026-06-17 19:09:03 +00:00
[Bug] B11: Companion app — 'open in external browser' apps don't work

Implemented across the stack (live pairing test pending).

The relay was one-way (Android companion → kiosk browser), so an "open external" app's window.open landed on the kiosk where the…

lfg2025 closed issue lfg2025/archy#18 2026-06-17 19:09:03 +00:00
[Bug] B11: Companion app — 'open in external browser' apps don't work
lfg2025 commented on issue lfg2025/archy#31 2026-06-17 18:11:32 +00:00
[Bug] B23: Archipelago group chat broken/slow over Tor

Progress (left open pending 2-node Tor verify on .116/.198):

  • Duplication — fixed at the source: every node message now carries a unique msg_id (node_message::send_to_peer), and the…
lfg2025 closed issue lfg2025/archy#47 2026-06-17 17:56:47 +00:00
[Bug] On reboot many containers stay 'stopped' and don't reliably return to running
lfg2025 commented on issue lfg2025/archy#47 2026-06-17 17:56:46 +00:00
[Bug] On reboot many containers stay 'stopped' and don't reliably return to running

Verified on the live .116 node: reboot recovery works — 35 of 36 containers are Up and stable (boot reconciler active, Quadlet WantedBy=default.target). The lone non-running one (bitcoin-core,…

lfg2025 commented on issue lfg2025/archy#48 2026-06-17 17:40:23 +00:00
[Feature] Mesh: push live peer events to contacts UI for instant updates (drop 5s poll)

Implemented: mesh peers now appear on push instead of the 5s poll. Backend (server.rs) subscribes to mesh event_tx and, on PeerDiscovered/PeerUpdated (debounced ~2Hz), nudges the…