• Joined on 2026-04-21
lfg2025 commented on issue lfg2025/archy#15 2026-06-17 22:08:52 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)

THE root cause: netbird's dashboard requires a secure context (HTTPS).

Browser console on the failing login showed Uncaught Error: window.crypto.subtle is unavailable. window.crypto.subtle

lfg2025 opened issue lfg2025/archy#56 2026-06-17 22:08:52 +00:00
[Tech debt] netbird: serve via trusted HTTPS so it works in the iframe (no cert warning)
lfg2025 commented on issue lfg2025/archy#15 2026-06-17 21:19:08 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)

Real final root cause of "Unauthenticated": a stale netbird store.

After the resolver/CORS/LAN-origin fixes the infra was fully healthy (all endpoints 200, OIDC discovery valid), yet the…

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

Rust-native design writtendocs/meshroller-integration-design.md (verified against the real mesh seams).

Mapping (Meshroller behavior → our stack):

  • LLM bridge → two new…
lfg2025 commented on issue lfg2025/archy#50 2026-06-17 20:57:46 +00:00
[Feature] Integrate Meshroller into our mesh features + killer setup/use UX

Architecture decision made (2026-06-17): seam (a) — Rust-native lift.

Rather than packaging the Python/Meshtastic daemon and writing a meshcore backend for it, we will lift Meshroller's…

lfg2025 commented on issue lfg2025/archy#51 2026-06-17 20:57:26 +00:00
[Bug]: Categorise installed containers properly

Done — fixed in commit c10f2ac2 (local main; ships with the next push/release).

The categorisation logic was already correct (built under #45): a package lands in My Apps only when…

lfg2025 closed issue lfg2025/archy#51 2026-06-17 20:57:26 +00:00
[Bug]: Categorise installed containers properly
lfg2025 commented on issue lfg2025/archy#15 2026-06-17 20:50:09 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)

Follow-up — final root cause + end-to-end fix confirmed.

After the resolver/CORS/LAN-origin fixes, login still failed with "Unauthenticated". Deeper diagnosis on .198 showed `/oauth2/.well-k…

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…