One repo to rule the Dockerfiles, one repo to find them, one repo to bring them all, and on the server bind them.
Make sure you've installed Docker and Docker Compose, then run docker-compose up -d
. Boom, done.
Notes to me, for when I inevitably have to set all this up again and have forgotten how.
- Create a
secret.env
and setPOSTGRES_PASSWORD
andDB_PASS
. - Port is 3000
- Plex requires that you set a claim code, retrieved from plex.tv/claim. It expires after like 4 minutes, so get the claim code and set it in docker-compose.yml just before first start.
- Needs port 32400 forwarded from router.
- Create a
~/data/media/movies
and~/data/media/tv
, and make sure they're owned by your user.
https://github.com/apprenticeharper/DeDRM_tools/releases/download/7.0.0b4/DeDRM_plugin_7.0.0b4.zip
- The web portal is at port 8080 by default. Default username/password is
admin
/adminadmin
. - Change the default user and password.
- Set default save path to /media/downloads
- Default port is 9117.
- Disable auto updates.
- Default port is 8989.
- Add Jackett indexers using Torznab
- Add qBittorrent to Download Client
- Add path to
/media/tv
. If you get errorFolder not writable by user abc
, you probably need tochown
the folder to your user.
- Default port is 7878
- Add Jackett indexers using Torznab
- Add qBittorent to Download Client
- Add path to
/media/movies