• Joined on 2026-04-21
lfg2025 closed issue lfg2025/archy#34 2026-06-17 08:15:29 +00:00
[Bug] Local UI images never rebuild on source change (orchestrator gap)
lfg2025 commented on issue lfg2025/archy#30 2026-06-17 08:15:29 +00:00
[Bug] B22: peer cloud download 'Operation failed' + audio error (.228→.198)

Fixed in commit e456c970 (audio error previously fixed in c481afc7). The download path now (1) makes the FIPS client honor the caller's timeout instead of a hard-coded 20s cap (the mesh->Tor…

lfg2025 closed issue lfg2025/archy#30 2026-06-17 08:15:29 +00:00
[Bug] B22: peer cloud download 'Operation failed' + audio error (.228→.198)
lfg2025 opened issue lfg2025/archy#38 2026-06-16 19:18:50 +00:00
[Bug] Cloud download fails on larger files (e.g. 178MB) — 'Operation failed. Check server logs for details.'
lfg2025 closed issue lfg2025/archy#19 2026-06-16 19:01:53 +00:00
[Bug] B12: Mempool not connecting to Bitcoin on some nodes
lfg2025 commented on issue lfg2025/archy#13 2026-06-16 19:01:53 +00:00
[Bug] B6: ElectrumX install button missing 'Requires Archival Node' gate

The archival-node gate is present and working: Discover.vue installBlockedReason() checks the bitcoin pruning state (via /bitcoin-status) and blocks install of electrumx/electrs/mempool-elect…

lfg2025 closed issue lfg2025/archy#13 2026-06-16 19:01:53 +00:00
[Bug] B6: ElectrumX install button missing 'Requires Archival Node' gate
lfg2025 commented on issue lfg2025/archy#19 2026-06-16 19:01:52 +00:00
[Bug] B12: Mempool not connecting to Bitcoin on some nodes

Fixed in bf24bbc1 — mempool now resolves CORE_RPC_HOST to the actual bitcoin node (Knots/Core) via dependencies::detect_bitcoin_host + a {{BITCOIN_HOST}} derived-env template, resolved…

lfg2025 pushed to main at lfg2025/archy 2026-06-16 18:11:49 +00:00
83b77796fc chore: release v1.7.98-alpha
a569104620 fix(web5): carry node DID through to Connected Nodes routing
7e84434ff6 test(update): stage .download-complete marker in roundtrip test
981a86cc26 style: cargo fmt (update.rs has_staged_update + #16/#36 changes)
b943ca5db2 docs(whats-new): sync v1.7.98-alpha block
Compare 34 commits »
lfg2025 pushed tag v1.7.98-alpha to lfg2025/archy 2026-06-16 18:11:49 +00:00
lfg2025 released v1.7.98-alpha at lfg2025/archy 2026-06-16 18:11:48 +00:00
lfg2025 commented on issue lfg2025/archy#25 2026-06-16 15:16:28 +00:00
[Bug] B18: Apps stop right after install (or become unstartable)

Partially addressed by the #16/#17 runtime stack supervisor (stack apps that stopped now recover). Remaining single-container install→start cases need live repro; saw a name-less 'Created'…

lfg2025 commented on issue lfg2025/archy#37 2026-06-16 15:16:27 +00:00
[Bug] Connected Nodes + mesh lists: cap at ~4 with scroll; node nav vs message-open-chat

Done (commit c7cd068e): tabs capped to ~4 w/ scroll; node row → Federation, Message button → mesh chat (?peer=). Ships in v1.7.98.

lfg2025 closed issue lfg2025/archy#37 2026-06-16 15:16:27 +00:00
[Bug] Connected Nodes + mesh lists: cap at ~4 with scroll; node nav vs message-open-chat
lfg2025 closed issue lfg2025/archy#36 2026-06-16 15:16:26 +00:00
[Bug] Kiosk chromium runs away at ~90% CPU, overloads node
lfg2025 commented on issue lfg2025/archy#36 2026-06-16 15:16:25 +00:00
[Bug] Kiosk chromium runs away at ~90% CPU, overloads node

Fixed (commit 45ac9be9): CPUQuota/MemoryMax cap on archipelago-kiosk.service + drop --enable-gpu-rasterization when no /dev/dri (headless spin), + bootstrap OTA self-heal. Kiosk disabled on .198…

lfg2025 closed issue lfg2025/archy#26 2026-06-16 15:16:23 +00:00
[Bug] B19: Failed download-update lands on Install button (should be Download)
lfg2025 commented on issue lfg2025/archy#26 2026-06-16 15:16:22 +00:00
[Bug] B19: Failed download-update lands on Install button (should be Download)

Fixed (commit 82cfc8cc): .download-complete marker so a partial/failed download reads as not-staged → UI returns to Download. Ships in v1.7.98.

lfg2025 commented on issue lfg2025/archy#17 2026-06-16 15:16:21 +00:00
[Bug] B10: Immich still crashes

Fixed (commit ab6fcef6): same root cause as #16 — immich_server was Exited(143) and never restarted (orphan-skip). Runtime stack supervisor revives it. Ships in v1.7.98.

lfg2025 closed issue lfg2025/archy#17 2026-06-16 15:16:21 +00:00
[Bug] B10: Immich still crashes