This is a self-hosted web application designed to automatically download movies and TV shows. It acts as a central hub for your media acquisition, integrating with Jackett for searching torrents and Transmission for handling the downloads. You can search and discover new content, set up automated downloads for your favorite series, and manage the entire process from a clean, responsive web interface accessible on any device.
Take full control of your media library with a rich set of features:
services:
nefarious:
image: lardbit/nefarious:latest
container_name: nefarious
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
- VPN_USER=${VPN_USER}
- VPN_PASS=${VPN_PASS}
volumes:
- ./config:/config
- ./data:/data
ports:
- 8000:8000
restart: unless-stoppedVPN_USER=your_vpn_username_here
VPN_PASS=your_vpn_password_hereAuto-fetched about 20 hours ago
Auto-fetched about 20 hours ago