You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will now be inside zurgs directory where you will create and edit the needed files.
Now you can nano each file and copy/paste the content below into your local files.
Eg. nano config.yml
[zurg]
type = webdav
url = http://zurg:9999/dav
vendor = other
pacer_min_sleep = 0
INFO
This configuration stores all torrents to /mnt/remote/realdebrid/torrents so that riven can see the torrents when downloading and creating the symlinks.
After you have made these changes in your terminal run docker compose up -d
This is an all-in-one plex_debrid rewrite.
Search, download, symlink, and rename all your media content in one app.
The workflow:
Prerequisites (to follow this guide)
Zurg
https://github.com/debridmediamanager/zurg-testing
Setup Zurg with these steps:
bash
TIP
You will now be inside zurgs directory where you will create and edit the needed files.
Now you can
nano
each file and copy/paste the content below into your local files.Eg.
nano config.yml
config.ymldocker-compose.ymlrclone.conf
yaml
yaml
bash
INFO
This configuration stores all torrents to
/mnt/remote/realdebrid/torrents
so that riven can see the torrents when downloading and creating the symlinks.After you have made these changes in your terminal run
docker compose up -d
Riven
https://github.com/rivenmedia/riven
Firstly create a directory for the data.
mkdir /opt/riven && cd /opt/riven
Then create the docker compose file.nano docker-compose.yml
TIP
I have included 2 versions of the docker compose.
One is a simple riven only, the other (full) is a compose with plex, overseerr & zilean
Copy and paste this into that file:
docker-compose.ymlfull docker-compose.yml
yaml
yaml
INFO
Once you have saved that, create a directory for your library.
In this guide we are going to use /mnt/plex so do
mkdir /mnt/plex
now you can run
docker compose up -d
TIP
Once the containers are up and running, navigate to the UI using the URL you put as ORIGIN in the docker-compose.yml.
Onboarding
Setup Riven with the following settings:
Step 1
Step 2
Step 3
Step 4
Completed!
After everything validates correctly, it will bring you to the home page.
The text was updated successfully, but these errors were encountered: