jason 281fbd78fe 🗃️ readme: rename rootfs/ to volumes/ for compose context 🗃️
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
2026-05-05 14:35:57 -04:00
2025-02-04 09:29:50 -05:00
🗃️ Update codebase 🗃️
2025-11-30 16:26:04 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2023-07-03 18:23:48 -04:00
2025-09-16 19:38:27 -04:00
2025-09-16 19:38:27 -04:00
2025-11-23 08:48:14 -05:00
2025-11-29 11:04:53 -05:00
2025-09-05 13:36:43 -04:00
🗃️ Updated domain names 🗃️
2023-08-10 19:56:41 -04:00
2026-05-05 14:35:57 -04:00

👋 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 

Authors

🤖 casjay: Github 🤖
casjaysdevdocker: Github Docker

S
Description
Repo for rarbg
Readme 168 KiB
Languages
Shell 92.1%
Dockerfile 7.9%