• Joined on 2026-04-21
lfg2025 closed 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)
lfg2025 closed issue lfg2025/archy#2 2026-06-17 17:40:22 +00:00
[Bug]: Fix flashing USB from kiosk
lfg2025 commented on issue lfg2025/archy#7 2026-06-17 17:40:22 +00:00
[Bug]: Scrolling with Companion app

Fixed: two-finger scroll did nothing because the relay dispatched a synthetic WheelEvent — which browsers treat as untrusted and never scroll on. neode-ui/src/api/remote-relay.ts now finds…

lfg2025 closed issue lfg2025/archy#7 2026-06-17 17:40:22 +00:00
[Bug]: Scrolling with Companion app
lfg2025 commented on issue lfg2025/archy#2 2026-06-17 17:40:21 +00:00
[Bug]: Fix flashing USB from kiosk

Fixed (root cause matched your attachment): the image's archipelago user was created with only -G sudo, missing dialout, so it couldn't open the USB serial device to flash. `image-recipe/buil…

lfg2025 closed issue lfg2025/archy#35 2026-06-17 17:34:48 +00:00
[Bug] Paid-content 10% video previews unplayable (truncated MP4)
lfg2025 commented on issue lfg2025/archy#44 2026-06-17 17:34:48 +00:00
[Feature] Auto-installer: let the user pick the target drive when more than one is present

Implemented: the auto-installer now collects ALL candidate internal disks (NVMe, then non-removable SATA, excluding the USB boot device) and, when more than one is present, shows a numbered picker…

lfg2025 closed issue lfg2025/archy#44 2026-06-17 17:34:48 +00:00
[Feature] Auto-installer: let the user pick the target drive when more than one is present
lfg2025 commented on issue lfg2025/archy#35 2026-06-17 17:34:47 +00:00
[Bug] Paid-content 10% video previews unplayable (truncated MP4)

Fixed: the preview path no longer streams an unplayable byte-prefix for non-faststart MP4s. content_server.rs now scans the MP4 top-level boxes and only serves a truncated preview when the file…

lfg2025 commented on issue lfg2025/archy#28 2026-06-17 16:38:51 +00:00
[Feature] B20: surface bitcoin-headers-over-mesh (send/receive toggles)

Implemented: bitcoin-headers-over-mesh now has BOTH send and receive toggles. Backend — MeshConfig.announce_block_headers (send) + new receive_block_headers (receive, default on); both…

lfg2025 closed issue lfg2025/archy#28 2026-06-17 16:38:51 +00:00
[Feature] B20: surface bitcoin-headers-over-mesh (send/receive toggles)
lfg2025 commented on issue lfg2025/archy#1 2026-06-17 16:38:50 +00:00
[Bug]: Strange peer request behaviour

Fixed: the inbound-request dedup now rejects re-syncs for peers that are already Pending OR Approved (core/archipelago/src/federation/pending.rsinsert_inbound), so approving + Poll…

lfg2025 closed issue lfg2025/archy#1 2026-06-17 16:38:50 +00:00
[Bug]: Strange peer request behaviour
lfg2025 closed issue lfg2025/archy#49 2026-06-17 16:00:54 +00:00
[Bug] Node Npub differs between Settings and Web5 > Identities > Node (must be the derived npub)
lfg2025 closed issue lfg2025/archy#42 2026-06-17 16:00:53 +00:00
[Bug] Mesh: duplicate / mis-named contacts (e.g. 'Archipelago 5d30cbdb' vs 'HP Pro Desk'; old 'Arch HP' lingers)
lfg2025 commented on issue lfg2025/archy#45 2026-06-17 16:00:53 +00:00
[Bug] App categorization: only UI apps belong in 'My Apps'; headless/db/backends should be 'Websites'

Verified fixed: app categorization is now derived from a declared front-end UI — hasFrontendUi() reads manifest.interfaces.main.ui and isWebsitePackage keys off it (`neode-ui/src/views/apps…

lfg2025 closed issue lfg2025/archy#45 2026-06-17 16:00:53 +00:00
[Bug] App categorization: only UI apps belong in 'My Apps'; headless/db/backends should be 'Websites'
lfg2025 commented on issue lfg2025/archy#49 2026-06-17 16:00:53 +00:00
[Bug] Node Npub differs between Settings and Web5 > Identities > Node (must be the derived npub)

Verified fixed: both surfaces now resolve to the derived node npub (node.nostr-pubkey) — Settings neode-ui/src/views/settings/AccountInfoSection.vue:148 and Web5 > Identities `web5/Web5Identi…

lfg2025 closed issue lfg2025/archy#6 2026-06-17 16:00:52 +00:00
[Feature]: Move dashboard/monitoring link to the home screen
lfg2025 commented on issue lfg2025/archy#41 2026-06-17 16:00:52 +00:00
[Bug] IndeeHub crashes fleet-wide; recovers only after 1-2 container restarts

Verified fixed: IndeeHub stack health now waits for MinIO before (re)starting the API and gates on deps_are_running()core/archipelago/src/health_monitor.rs:84,1043; boot path waits for…