No description
Find a file
Barely Removable 2e1f8efa33
All checks were successful
Deploy / deploy (push) Successful in 2m6s
Fix unreachable mobile Settings link and raw error tracebacks
Settings lived inside .header-right, which is hidden below 600px,
leaving no way to reach it on mobile. It's now a standalone 44x44px
button next to the title.

Dashboard error cards showed raw Python/urllib3 exception strings.
Added a friendly_error() filter that classifies the failure (timeout,
connection refused, DNS, auth, 4xx/5xx, TLS) into plain-English copy,
with the raw string still available behind a details disclosure.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-25 23:59:07 -07:00
.claude Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
.forgejo/workflows Install rsync in job container before sync step 2026-08-25 23:23:34 -07:00
arr-summary Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
nginx Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
static Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
templates Fix unreachable mobile Settings link and raw error tracebacks 2026-08-25 23:59:07 -07:00
.env.example Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
.gitignore Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
app.py Fix unreachable mobile Settings link and raw error tracebacks 2026-08-25 23:59:07 -07:00
CLAUDE.md Add CLAUDE.md documenting architecture and deploy pipeline 2026-08-25 23:36:06 -07:00
dashboard.html Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
docker-compose.yml Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
Dockerfile Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
export-to-unraid.sh Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
gunicorn.conf.py Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
login.html Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
requirements.txt Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
settings.html Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00
UNRAID-SETUP.md Initial commit: Arr Summary source from server 2026-08-25 22:59:31 -07:00