Web Desktop Environment for SBCs
Find a file
roberts c3e127421b Fix package manager: better error handling, debug endpoint, robust PATH
- Rewrote _apt helper as _run_cmd that never raises (returns rc/stdout/stderr)
- Handle stderr warnings from apt-cache gracefully (common on Armbian)
- Catch FileNotFoundError if binary missing despite PATH fix
- Show actual backend error message in frontend instead of generic "Search failed"
- Add /api/packages/debug endpoint for troubleshooting apt-cache issues
- Add logging throughout for server-side diagnostics

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 19:33:04 -05:00
backend Fix package manager: better error handling, debug endpoint, robust PATH 2026-03-14 19:33:04 -05:00
frontend Fix package manager: better error handling, debug endpoint, robust PATH 2026-03-14 19:33:04 -05:00
.gitignore Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
atlus.service Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
ATLUS_CONTEXT.md Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
install.sh Fix robustness issues across backend and frontend 2026-03-14 17:41:43 -05:00
LICENSE Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
package.sh Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00