mirror of
https://github.com/casjaysdevdocker/rarbg
synced 2026-06-23 20:01:04 -04:00
281fbd78fe
Aligns README install/run snippets with the new convention split: rootfs/ for Dockerfile-build content (image filesystem), volumes/ for docker-compose host bind-mounts. Compose mounts, host bind paths, and runtime data dirs are renamed; Dockerfile COPY/ADD sources (where present) are preserved. README.md
1.1 KiB
1.1 KiB
👋 Welcome to rarbg 🚀
A self-hosted Torznab API for the RARBG backup, compatible with Prowlarr, Radarr, Sonarr etc.
From: https://github.com/mgdigital/rarbg-selfhosted
Run container
docker run -d \
--name casjaysdevdocker-rarbg \
-v "$HOME/.local/share/srv/docker/rarbg/volumes/config":/config \
-v "$HOME/.local/share/srv/docker/rarbg/volumes/data":/data \
-p 3333:3333 \
casjaysdevdocker/rarbg
Install my system scripts
sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
sudo systemmgr --config && sudo systemmgr install scripts
Get source files
dockermgr download src casjaysdevdocker/rarbg
OR
git clone "https://github.com/casjaysdevdocker/rarbg" "$HOME/Projects/github/casjaysdevdocker/rarbg"
Build container
cd "$HOME/Projects/github/casjaysdevdocker/rarbg"
buildx