dmb

dmb

Docker-Anwendung from UnJustice's Repository

Übersicht

This is an Unraid Docker template for: Debrid Media Bridge This project is now considered deprecated. Future efforts will be directed at Debrid Media Unlimited Bridge (DUMB) This template will therefore not receieve any further updates. I recommend checking out DUMB! Debrid Media Bridge (DMB) is an All-In-One (AIO) docker image for the unified deployment of the following projects/tools: cli_debrid, dmbdb, Decypharr, pgAdmin4, phalanx_db, plex_debrid, PostgreSQL, rclone, Riven, Zilean, Zurg https://github.com/I-am-PUID-0/DMB#-projects-included

Anforderungen

!!!DO ONE OF THESE TWO ACTIONS BELOW WHILE SETTING IT UP OR ELSE THE CONTAINER WILL NOT RUN!!!
Method 1 CLI
1. stop the docker container fully. Wait to see it fully stopped.
2. access the terminal as root user
3. run the command chown -R 99:100 /mnt/user/appdata/DMB
4. run the above command again for any other directories used by DMB eg /mnt/user/DMB (skip if you only have one directory-this template has two directories by default)
5. Restart the container. Check logs. You might need to stop container and run the chown command two times during the first setup only.

Method 2 unRAID GUI
1. stop the docker container fully. Wait to see it fully stopped.
2. login to unRAID GUI as root user
3. Locate your ./appdata/DMB directory (if you setup shares (most people do) then click shares, go into appdata, you'll see DMB there after the first run)
4. click the + sign on the right side of the ./appdata/DMB directory. Change owner. Choose nobody in the drop down menu (it is called just that: nobody) as the owner. Apply the change
5. repeat above steps if you have other directories used by DMB eg /mnt/user/DMB (this template has two directories by default)
6. Restart the container. Check logs. You might need to stop container and do the steps twice during the first setup only.

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:3005]
Netzwerk
bridge
Privilegiert
false
Extra Params
--shm-size=128MB -it --cap-add SYS_ADMIN --security-opt apparmor:unconfined

Konfiguration der Vorlage

TimezoneVariable

Enter your timezone. List here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Ziel
TZ
rclone config directoryPathrw

Directory where your rclone config file will be stored.

Ziel
/config
Standard
/mnt/user/appdata/DMB/config
log directoryPathrw

Directory where your DMB logs will be found.

Ziel
/log
Standard
/mnt/user/appdata/DMB/log
Real-debrid directoryPathrw

Directory for Real-Debrid config related files. These are used by the Zurg rclone mount of your Real-Debrid webDAV (read support documents for more info)

Ziel
/zurg/RD
Standard
/mnt/user/appdata/DMB/Zurg/RD
PostgreSQL directoryPathrw

Directory for the postgreSQL database files used with DMB.

Ziel
/postgres_data
Standard
/mnt/user/appdata/DMB/PostgreSQL/data
Riven backend data pathPathrw

Directory for the riven backend.

Ziel
/riven/backend/data
Standard
/mnt/user/appdata/DMB/Riven/data
Zurg rclone mount -- ADD THIS DIRECTORY TO Plex/Jellyfin/Emby!Pathrw,shared

MUST BE 'Read/Write - Shared'!!! You must add the full host path above to your plex container. DO NOT ADD THIS AS A LIBRARY! ONLY ADD THE PATH TO PLEX! THAT'S ALL!

Ziel
/data
Standard
/mnt/user/DMB/Zurg/mnt
Riven symlink mount directory -- ADD THIS DIRECTORY TO Plex/Jellyfin/Emby!Pathrw

Directory for the riven symlinks. This directory is where Plex/Jellyfin/Emby will be looking to see your shows/movies! ADD THIS DIRECTORY TO Plex/Jellyfin/Emby! ADD IT AS A LIBRARY! eg in Plex it would be a library to '/mnt/movies' and '/mnt/shows'

Ziel
/mnt
Standard
/mnt/user/DMB/Riven/mnt
ORIGINVariable

origin URL http://[ip address]:[port] format No trailing slash!

Ziel
RIVEN_FRONTEND_ENV_ORIGIN
Standard
http://0.0.0.0:3000
Real-Debrid API KeyVariable

https://real-debrid.com/apitoken Enter your real-debrid token from the link. Keep this token/key SAFE! Treat it as you would a password. If others obtain it, they can access your real-debrid account.

Ziel
ZURG_INSTANCES_REALDEBRID_API_KEY
Zilean Data PathPathrw

Ziilean is highly recommended to grab high quality cached torrent lists!

Ziel
/zilean/app/data
Standard
/mnt/user/DMB/zilean/data
Zilean wwwroot pathPathrw

Maybe not required. Added because the container wasn't creating it automatically and causing errors.

Ziel
/zilean/wwwroot
Standard
/mnt/user/DMB/zilean/wwwroot/
PGAdmin data directoryPathrw

Data directory for PGAdmin. Optional tool for managing the PostgreSQL database.

Ziel
/pgadmin/data
Standard
/mnt/user/appdata/DMB/pgadmin/data
cli_debrid DataPathrw

Optional. Similiar to plex_debrid. Read: https://github.com/godver3/cli_debrid

Ziel
/cli_debrid/data
Standard
/mnt/user/appdata/DMB/cli_debrid
Phalanx DatabasePathrw

Optional. Recommended if using cli_debrid. Read: https://github.com/godver3/phalanx_db_hyperswarm

Ziel
/phalanx_db/data
Standard
/mnt/user/appdata/DMB/phalanx_db
Decypharr DataPathrw

Optional. Read: https://github.com/sirrobot01/decypharr

Ziel
/decypharr
Standard
/mnt/user/appdata/DMB/decypharr
PGAdmin 4 PortPorttcp

Optional. Needed for running PGAdmin in non-host network mode. Port for pgAdmin 4. Can be removed if you aren't using pgAdmin. Host port number can be changed if required. Keep container port 5050.

Ziel
5050
Standard
5050
DMB Frontend PortPorttcp

Only needed if running in non-host network. If running in Host network mode, this can be deleted

Ziel
3005
Standard
3005
DMB Log LevelVariable

Set this to DEBUG for extensive info for ex troubleshooting. Can be set to NOTICE for less info in the log.

Ziel
DMB_LOG_LEVEL
Standard
INFO
Riven webUI portPorttcp

This is the port the Riven webUI will show up on.

Ziel
3000
Standard
3000
Decypharr PortPorttcp

This is the port the Decypharr webUI will show up on.

Ziel
8282
Standard
8282
Access Host OS fuseDevice

Path to docker fuse on the unraid host. Has to be included otherwise fuser fails to mount.

Ziel
/dev/fuse:/dev/fuse:rwm
Standard
/dev/fuse:/dev/fuse:rwm
PUIDVariable

Set the system PID. unraid uses nobody:users (99:100). docker should match the OS if possible. recommended to not change this unless you have a reason.

Standard
99
PGIDVariable

Set the system PGID. unraid uses nobody:users (99:100). docker should match the OS if possible. recommended to not change this unless you have a reason.

Standard
100

Statistik herunterladen

101,475
Downloads insgesamt
2,779
Dieser Monat
3,216
Durchschnittlich / Monat

Gesamte Downloads im Laufe der Zeit

Tabelle laden...

Einzelheiten

Repository
iampuid0/dmb:latest
Zuletzt aktualisiert2025-08-27
Erstmals gesehen2024-09-22

Führen Sie Dmb auf Unraid aus.

Dmb ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.