Commit Graph

6 Commits

Author SHA1 Message Date
dev
d8e0e41f22 feat: self-hosted Docker image with Gitea Actions and Unraid docs
Some checks failed
Docker / docker (push) Has been cancelled
- Dockerfile: replace s6overlay with multi-stage build (golang:1.22-alpine
  builder + alpine:3.19 runtime), compiles from source, no goreleaser needed
- docker/entrypoint.sh: PUID/PGID support via su-exec
- .gitea/workflows/docker.yml: auto-build and push to Gitea container
  registry on every master commit (linux/amd64 + linux/arm64)
- README: add tmdb api_key docs, update Docker section to point to
  forge.dilain.com registry, add Unraid setup section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 16:59:49 +00:00
l3uddz
3044c96445 fix(pvr): only support v3 arrs (#30)
* fix(pvr): only support v3 apis

* fix(pvr): support v3 sonarr add series
2021-06-11 08:21:38 +01:00
l3uddz
a2848439b9 pvr: add options and support for anime (#17)
* pvr: begin adding options

* pvr: add ability to configure add behaviour via config

* pvr: add skip_anime

* pvr: do not continue processing item if lookup failed or add to pvr failed
2021-02-20 20:01:04 +00:00
l3uddz
d92881e4b1 readme: cleanup readme (#10) 2021-02-15 18:14:17 +00:00
l3uddz
da1b3201ba readme: add readme and docker builds to docker hub (#8)
* build: use docker hub

github container registry is too limiting (no api support for tag cleanup etc)

* readme: change table of contents
2021-02-14 19:38:23 +00:00
l3uddz
3f55336fbd initial commit 2021-02-07 17:56:44 +00:00