Commit Graph

40 Commits

Author SHA1 Message Date
0bb4da858b feat: add create-user cli to image 2026-06-08 08:32:09 +02:00
53abdace1c chore: restructure Dockerfile and move entrypoint to root 2026-05-25 19:55:21 +02:00
699394e2e9 fix: add linker flags to server build 2026-05-13 16:09:20 +02:00
239957d261 fix: use DATABASE_FILE env var consistently and update Dockerfile 2026-05-13 15:55:19 +02:00
afbfc59452 feat: set DB_PATH to /app/data/mal.db and ensure directory exists 2026-05-13 15:54:45 +02:00
00fb8b3b2f fix: ensure dist files are cleared at container startup 2026-05-13 14:12:02 +02:00
27a1017c5d fix: update migration paths in Dockerfile and sqlc config 2026-05-13 13:42:32 +02:00
c77bcca7ba fix: downgrade sqlc to v1.30.0 for go 1.25 compatibility 2026-05-07 14:59:01 +02:00
30109590ba fix: update avatar field casing and sync models 2026-05-07 14:56:39 +02:00
83e480b7b0 fix: force fresh frontend build in docker 2026-05-07 12:55:08 +02:00
5940d7828a build: copy templates to final stage 2026-05-02 18:38:43 +02:00
8b96d5f586 build: fix dockerfile paths and remove templ 2026-05-02 18:38:43 +02:00
81125dfd15 fix: use direct goproxy for docker build 2026-05-01 15:02:32 +02:00
1115515767 fix: use standard tailwind sizes for autoplay button icon 2026-04-28 09:45:10 +02:00
9c416777d6 build: auto-bust docker cache when layout.templ changes 2026-04-28 09:36:35 +02:00
48c1e4cc38 fix: use go 1.25 for docker build 2026-04-27 18:21:07 +02:00
da8e8b8b15 fix(ui): update tailwind source paths and build order 2026-04-25 22:24:45 +02:00
8687164552 fix: update dockerfile to run binary directly 2026-04-25 22:21:24 +02:00
5abc5cbb38 fix: pin sqlc version for go 1.24 2026-04-22 21:30:05 +02:00
426f8ec13f fix: add sqlc generate to Dockerfile build 2026-04-22 21:29:15 +02:00
c860a1a70a fix: validate cache data and suppress static file logging 2026-04-22 20:39:47 +02:00
92a69fdb35 fix: remove stale create-user docker build 2026-04-20 17:56:22 +02:00
45ce8c1aa4 feat: add create-user cli 2026-04-20 17:18:54 +02:00
9c3b87deaf refactor: remove thumbnail preview feature 2026-04-18 22:27:54 +02:00
c29a69d381 fix: install ffmpeg in runtime image 2026-04-18 21:56:39 +02:00
026a105e12 fix: install bun build deps 2026-04-18 07:41:14 +02:00
db8140a266 chore: install ffmpeg 2026-04-18 07:26:44 +02:00
90c80b9d1e build: move generated assets to dist 2026-04-15 00:26:50 +02:00
1344419902 build: ignore generated js artifacts 2026-04-15 00:13:11 +02:00
30d75eeced fix: restore live watch-order scraping 2026-04-11 22:46:15 +02:00
89e1c9cea8 docs: add watch-order workflow 2026-04-11 22:33:03 +02:00
b09be86ec8 build: generate templ files inside docker build 2026-04-08 17:03:34 +02:00
341c2fae54 fix: remove entrypoint and create-user references from Dockerfile 2026-04-08 17:01:58 +02:00
aa5a99eec7 revert: remove torrent streaming feature 2026-04-07 13:48:37 +02:00
86f5dfc56d fix: use golang 1.25 docker image 2026-04-07 13:25:29 +02:00
a25e8f1655 feat: torrent streaming with hls transcoding (#1)
* feat: add ffmpeg for hls streaming

* feat: torrent streaming with hls transcoding

- add nyaa.si torrent search client
- add streaming service using anacrolix/torrent
- add hls transcoding via ffmpeg for browser playback
- add watch page with episode selection
- add socks5 proxy support via TORRENT_PROXY env
- switch to modernc.org/sqlite (pure go, no cgo conflicts)
- update dockerfile with ffmpeg
2026-04-07 13:23:08 +02:00
54f22057bd add migration entrypoint to dockerfile 2026-04-06 23:45:01 +02:00
ad3f2a646f fix: create data directory in dockerfile 2026-04-06 07:13:21 +02:00
f2b2d31e67 fix: update go version in dockerfile 2026-04-06 07:08:59 +02:00
ab6b0b8840 ops: add dockerfile, makefile and cli tools 2026-04-06 07:03:52 +02:00