dmb
Docker 应用程序 from UnJustice's Repository
概述
要求
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.
运行时参数
- 网络用户界面
http://[IP]:[PORT:3005]- 网络
bridge- 特权
- false
- 额外参数
--shm-size=128MB -it --cap-add SYS_ADMIN --security-opt apparmor:unconfined
模板配置
Enter your timezone. List here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- 目标
- TZ
Directory where your rclone config file will be stored.
- 目标
- /config
- 默认值
- /mnt/user/appdata/DMB/config
Directory where your DMB logs will be found.
- 目标
- /log
- 默认值
- /mnt/user/appdata/DMB/log
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)
- 目标
- /zurg/RD
- 默认值
- /mnt/user/appdata/DMB/Zurg/RD
Directory for the postgreSQL database files used with DMB.
- 目标
- /postgres_data
- 默认值
- /mnt/user/appdata/DMB/PostgreSQL/data
Directory for the riven backend.
- 目标
- /riven/backend/data
- 默认值
- /mnt/user/appdata/DMB/Riven/data
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!
- 目标
- /data
- 默认值
- /mnt/user/DMB/Zurg/mnt
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'
- 目标
- /mnt
- 默认值
- /mnt/user/DMB/Riven/mnt
origin URL http://[ip address]:[port] format No trailing slash!
- 目标
- RIVEN_FRONTEND_ENV_ORIGIN
- 默认值
- http://0.0.0.0:3000
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.
- 目标
- ZURG_INSTANCES_REALDEBRID_API_KEY
Ziilean is highly recommended to grab high quality cached torrent lists!
- 目标
- /zilean/app/data
- 默认值
- /mnt/user/DMB/zilean/data
Maybe not required. Added because the container wasn't creating it automatically and causing errors.
- 目标
- /zilean/wwwroot
- 默认值
- /mnt/user/DMB/zilean/wwwroot/
Data directory for PGAdmin. Optional tool for managing the PostgreSQL database.
- 目标
- /pgadmin/data
- 默认值
- /mnt/user/appdata/DMB/pgadmin/data
Optional. Similiar to plex_debrid. Read: https://github.com/godver3/cli_debrid
- 目标
- /cli_debrid/data
- 默认值
- /mnt/user/appdata/DMB/cli_debrid
Optional. Recommended if using cli_debrid. Read: https://github.com/godver3/phalanx_db_hyperswarm
- 目标
- /phalanx_db/data
- 默认值
- /mnt/user/appdata/DMB/phalanx_db
Optional. Read: https://github.com/sirrobot01/decypharr
- 目标
- /decypharr
- 默认值
- /mnt/user/appdata/DMB/decypharr
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.
- 目标
- 5050
- 默认值
- 5050
Only needed if running in non-host network. If running in Host network mode, this can be deleted
- 目标
- 3005
- 默认值
- 3005
Set this to DEBUG for extensive info for ex troubleshooting. Can be set to NOTICE for less info in the log.
- 目标
- DMB_LOG_LEVEL
- 默认值
- INFO
This is the port the Riven webUI will show up on.
- 目标
- 3000
- 默认值
- 3000
This is the port the Decypharr webUI will show up on.
- 目标
- 8282
- 默认值
- 8282
Path to docker fuse on the unraid host. Has to be included otherwise fuser fails to mount.
- 目标
- /dev/fuse:/dev/fuse:rwm
- 默认值
- /dev/fuse:/dev/fuse:rwm
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.
- 默认值
- 99
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.
- 默认值
- 100
下载统计数据
长期下载总量
详细信息
在Unraid 上运行 Dmb 。
Dmb 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。