Deivid Soto
b2ed81ee74
fix(docker): switch ffprobe download from johnvansickle.com to BtbN/FFmpeg-Builds
...
Release / release (push) Failing after 0s
Release / docker (push) Has been skipped
Release / virustotal (push) Failing after 0s
johnvansickle.com was unreachable from GitHub Actions runners (2 failed releases),
switching to BtbN static builds on GitHub CDN which are more reliable.
2026-04-09 19:25:28 +02:00
Deivid Soto
228564eb7f
feat(library): resilient scan for large libraries and better ffprobe errors
...
- Use a dedicated 10-minute HTTP client for library-sync so libraries
with hundreds or thousands of items no longer time out
- Show actionable ffprobe-not-found error: detects Docker and suggests
FFPROBE_PATH env var, config.toml setting, or package install
- Include static ffprobe binary in Docker image (johnvansickle.com)
- Bump version to 0.6.2
2026-04-09 09:13:38 +02:00
Deivid Soto
763e267bf8
chore(deps): bump Alpine 3.21→3.22, update CI actions and linter
...
Release / release (push) Failing after 0s
Release / docker (push) Has been skipped
Release / virustotal (push) Failing after 0s
- Dockerfile: alpine 3.21 → 3.22 (fewer CVEs per Docker Scout)
- release.yml: actions/checkout v4→v6, setup-go v5→v6, setup-buildx v3→v4
- ci.yml: golangci-lint v2.11.3 → v2.11.4
- DOCKERHUB.md: update Alpine version reference
2026-03-31 11:39:45 +02:00
Deivid Soto
3e60a2a056
fix(docker): upgrade alpine packages to patch CVE-2025-60876 and CVE-2026-27171
2026-03-31 10:20:30 +02:00
Deivid Soto
e715e53f25
fix(docker): simplify Dockerfile for CI builds (no local go-client)
2026-03-30 14:30:20 +02:00
Deivid Soto
5a7449b9e6
chore: rename module from torrentclaw-cli to unarr
...
- Rename Go module path github.com/torrentclaw/torrentclaw-cli → github.com/torrentclaw/unarr
- Update all imports, ldflags, scripts, docs, and Docker config
- Add GitHub Actions release workflow (goreleaser on tag push)
2026-03-30 13:06:07 +02:00
Deivid Soto
29cf0a0126
feat: initial commit — unarr CLI
...
Search, inspect, stream, and download torrents from the terminal.
Replaces the entire *arr stack with a single binary.
2026-03-28 11:29:42 +01:00