• Joined on 2026-04-21
lfg2025 opened issue lfg2025/archy#50 2026-06-17 09:40:25 +00:00
[Feature] Integrate Meshroller into our mesh features + killer setup/use UX
lfg2025 opened issue lfg2025/archy#49 2026-06-17 09:38:56 +00:00
[Bug] Node Npub differs between Settings and Web5 > Identities > Node (must be the derived npub)
lfg2025 commented on issue lfg2025/archy#47 2026-06-17 09:30:04 +00:00
[Bug] On reboot many containers stay 'stopped' and don't reliably return to running

Live update 2026-06-17: reboot start/restart now works reliably (nodes come back up well), but containers still STOP during normal runtime and don't get restarted back to running. Concrete case:…

lfg2025 opened issue lfg2025/archy#48 2026-06-17 09:26:25 +00:00
[Feature] Mesh: push live peer events to contacts UI for instant updates (drop 5s poll)
lfg2025 opened issue lfg2025/archy#47 2026-06-17 09:00:53 +00:00
[Bug] On reboot many containers stay 'stopped' and don't reliably return to running
lfg2025 opened issue lfg2025/archy#46 2026-06-17 09:00:51 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node
lfg2025 opened issue lfg2025/archy#44 2026-06-17 08:16:35 +00:00
[Feature] Auto-installer: let the user pick the target drive when more than one is present
lfg2025 opened issue lfg2025/archy#45 2026-06-17 08:16:35 +00:00
[Bug] App categorization: only UI apps belong in 'My Apps'; headless/db/backends should be 'Websites'
lfg2025 opened issue lfg2025/archy#41 2026-06-17 08:16:34 +00:00
[Bug] IndeeHub crashes fleet-wide; recovers only after 1-2 container restarts
lfg2025 opened issue lfg2025/archy#42 2026-06-17 08:16:34 +00:00
[Bug] Mesh: duplicate / mis-named contacts (e.g. 'Archipelago 5d30cbdb' vs 'HP Pro Desk'; old 'Arch HP' lingers)
lfg2025 opened issue lfg2025/archy#43 2026-06-17 08:16:34 +00:00
[Bug] Install on 192.168.1.70: errors at DID-creation + password screens; FIPS slow to start
lfg2025 opened issue lfg2025/archy#40 2026-06-17 08:16:05 +00:00
[Bug] Bitcoin Core: missing from app search, installs under Websites, launches :8332 instead of custom UI
lfg2025 closed issue lfg2025/archy#40 2026-06-17 08:16:05 +00:00
[Bug] Bitcoin Core: missing from app search, installs under Websites, launches :8332 instead of custom UI
lfg2025 opened issue lfg2025/archy#39 2026-06-17 08:16:04 +00:00
[Bug] Mesh: messaging a federation contact fails with 'Missing contact_id'
lfg2025 closed issue lfg2025/archy#39 2026-06-17 08:16:04 +00:00
[Bug] Mesh: messaging a federation contact fails with 'Missing contact_id'
lfg2025 closed issue lfg2025/archy#25 2026-06-17 08:15:31 +00:00
[Bug] B18: Apps stop right after install (or become unstartable)
lfg2025 commented on issue lfg2025/archy#38 2026-06-17 08:15:30 +00:00
[Bug] Cloud download fails on larger files (e.g. 178MB) — 'Operation failed. Check server logs for details.'

Fixed in commit e456c970 (together with #30). Large downloads (~178MB) failed because: the free path pulled the whole file as base64 over RPC (doubling it in node memory + the browser), the…

lfg2025 closed issue lfg2025/archy#38 2026-06-17 08:15:30 +00:00
[Bug] Cloud download fails on larger files (e.g. 178MB) — 'Operation failed. Check server logs for details.'
lfg2025 commented on issue lfg2025/archy#25 2026-06-17 08:15:30 +00:00
[Bug] B18: Apps stop right after install (or become unstartable)

Fixed in commit 1843739e: a restart-retry loop (MAX_RESTARTS=3) in wait_for_stack_containers restarts stack containers that crash on first start. Follow-up tracked separately: non-stack apps still…

lfg2025 commented on issue lfg2025/archy#34 2026-06-17 08:15:29 +00:00
[Bug] Local UI images never rebuild on source change (orchestrator gap)

Fixed in commit 3aea8c5b. The orchestrator only checked whether the build-image tag existed, so a changed neode-ui dist (bitcoin-ui/lnd-ui/electrs-ui) never triggered a rebuild. It now gates the…