5 Commits

Author SHA1 Message Date
bb4016d05b gitignore scheduled_tasks.lock (scheduled wakeup state)
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m13s
2026-04-13 08:18:08 +02:00
9184c3991c gitignore tsbuildinfo (project references write this)
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
2026-04-13 07:51:33 +02:00
6507924e45 add .worktrees/ to .gitignore 2026-03-27 01:39:06 +01:00
5ac44b7551 restructure to react spa + hono api, fix missing server/ and lib/
rewrite from monolithic hono jsx to react 19 spa with tanstack router
+ hono json api backend. add scan, review, execute, nodes, and setup
pages. multi-stage dockerfile (node for vite build, bun for runtime).

previously, server/ and src/shared/lib/ were silently excluded by
global gitignore patterns (/server/ from emacs, lib/ from python).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:57:40 +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