Commit Graph

7 Commits

Author SHA1 Message Date
b5d7bda570 add vite debug output to diagnose build failure
Some checks failed
Build and Push Docker Image / build (push) Failing after 12s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:04:08 +01:00
1777527e4a trigger CI rebuild after fixing duplicate socket mount
Some checks failed
Build and Push Docker Image / build (push) Failing after 40s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:57:05 +01:00
426bc5bb4b trigger CI rebuild after runner config fix
Some checks failed
Build and Push Docker Image / build (push) Failing after 2s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:55:41 +01:00
f6529bbff5 add gitea actions CI, push docker image to registry
Some checks failed
Build and Push Docker Image / build (push) Failing after 55s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:45:14 +01:00
217dc4ba5e sync current state 2026-03-01 11:44:23 +01:00
e7c5d0c218 fix sse navigation lockout, null name crash, add scan limit
- set bun idleTimeout=0 so sse connections don't drop after 10s
- remove location.reload() from sse error/complete handlers so users
  can navigate freely while scan runs in background; show inline status
- skip jellyfin items with no name or path (extras, virtual folders,
  items still being indexed) to prevent sqlite not-null crash
- add scan limit field in ui and SCAN_LIMIT env var for dev/test runs
  against production jellyfin without processing the full library

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 23:04:39 +01:00
ea536ce533 initial implementation: jellyfin audio/subtitle cleanup service
bun + hono + htmx service with sqlite, jellyfin/radarr/sonarr api
clients, stream analyzer, ffmpeg command builder, ssh remote execution,
setup wizard, scan with sse progress, review ui with inline edits,
execute queue, remote node management, docker deployment

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 22:29:33 +01:00