mirror of
https://github.com/casjaysdevdocker/rarbg
synced 2026-06-23 20:01:04 -04:00
3be084aaa216069b51ade37fe49fd6e0286cc7b8
Update the embedded entrypoint copies in rootfs/ to match the upstream template change. Internal state files renamed to dotfiles so they're not matched by `/run/*.pid` cleanup globs: - /run/init.d/entrypoint.pid -> /run/.entrypoint.pid - /run/no_exit.pid -> /run/.no_exit.pid - /run/backup.pid -> /run/.backup.pid - /run/__start_init_scripts.pid -> /run/.start_init_scripts.pid Per-service PIDs in /run/init.d/ are unchanged. rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/env/default.sample rootfs/usr/local/etc/docker/env/zz-entrypoint.sh rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/default.sample rootfs/usr/local/share/template-files/config/env/examples/zz-entrypoint.sh
👋 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
Description
Languages
Shell
92.1%
Dockerfile
7.9%