Community Apps

Browse our large and growing catalog of applications to run in your Unraid server. 

Download the Plugin  |  Become a Community Developer


Community-built

All the applications you love—built and maintained by a community member who understands what you need on Unraid. Love a particular app or plugin? Donate directly to the developer to support their work.

Created by a Legend

Andrew (aka Squid) has worked tirelessly to build and enhance the experience of Community Apps for users like you.

Moderated and Vetted

Moderators ensure that apps listed in the store offer a safe, compatible, and consistent experience. 


calibre's Icon

Calibre(https://calibre-ebook.com/) is a powerful and easy to use e-book manager. Users say it's outstanding and a must-have. It'll allow you to do nearly everything and it takes things a step beyond normal e-book software. It's also completely free and open source and great for both casual users and computer experts.

calibre-web's Icon

Calibre-web(https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License.

ComfyUI-Nvidia-Docker's Icon

ComfyUI-Nvidia-Docker

Media ApplicationsPhotos

ComfyUI WebUI Dockerfile with Nvidia support, built from the latest official ComfyUI GitHub release. Install ComfyUI Manager to simplify integration of additional custom nodes. The tool will create some folders inside the "run directory", among which: HF, ComfyUI and venv All those folders will be created with the WANTED_UID and WANTED_GID parameters (by default using Unraid's default of 99:100) allowing the end-user to place directly into the folders their checkpoints, unet, lora and other required models. The container comes with no weights/models; you need to obtain those and install them in the proper directories under the mount you have selected for the "run directory". Output files will be placed into the ComfyUI/output folder within that "run directory". Please see https://github.com/mmartial/ComfyUI-Nvidia-Docker for further details. In particular, details about "First time use" (and the "bottle" workflow), noting that Unraid's default YOUR_RUN_DIRECTORY is /mnt/user/appdata/comfyui-nvidia/mnt Note: - The container requires the Nvidia Driver plugin to be installed on your Unraid server. - This is a WebUI for the ComfyUI Stable Diffusion tool with a Docker image of over 5GB. - The container will take a while to start up, as it needs to download the ComfyUI Stable Diffusion tool and install its dependencies, usually adding another 5GB of downloaded content in the venv folder - The original Docker image is from Nvidia, as such it is governed by the NVIDIA Deep Learning Container License.

Compressarr's Icon

Compressarr

Media ApplicationsOther

Compressarr is an application to take a filtered set of media from Radarr or (eventually) Sonarr and process it with customisable FFmpeg presets. It will even attempt to find the best settings for each video. The default version is the Alpine version supporting limited Intel hardware support. For Nvidia Cuda encoding use the Nvidia (tag) version which is 1.4GB using the Ubuntu Core.

couchpotato's Icon

Couchpotato(https://couchpota.to/) is an automatic NZB and torrent downloader. You can keep a movies I want list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.

daapd's Icon

Daapd(https://owntone.github.io/owntone-server/) (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), Chromecast, MPD and internet radio.

damselfly's Icon

damselfly

Media ApplicationsPhotos

Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details.

Dim's Icon

Dim is a self-hosted media manager. With minimal setup, Dim will organize and beautify your media collections, letting you access and play them anytime from anywhere

DiscordSoundboard's Icon

DiscordSoundboard

Media ApplicationsMusic, Network ServicesWeb, Other

Simple soundboard for discord. You can trigger sounds by commands typed in the Discord chat, or you can choose the sound from the web UI. You will need to create a bot account that the bot will use to join and play sounds. The bot can only play sounds/respond to commands for servers it has been given access. Get your bot token from here - https://discord.com/developers/applications. This will not work correctly without a proper Bot Token and the bot application being added to your discord server. Join the official discord: https://discord.gg/kZTNtfW for support

dmb's Icon

This is an unRAID Docker template for: Debrid Media Bridge "An All-In-One image for the unified deployment of Riven, Zurg, and rclone" https://hub.docker.com/r/iampuid0/dmb/ !!!!!!!!! ADDITIONAL STEPS REQUIRED DURING INITIAL SETUP !!!!!!!!! This link has all the information and links you might need: https://github.com/Unlearned6688/unraid-templates/blob/main/template-readmes/dmb-readme.md During the first setup, directories will be created using root user on the host OS (unRAID). However, the container uses a non-root user called DMB when running normally. So, you need to change the owner of the DMB directories to the unRAID default of owner: nobody group:users aka 99:100 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) 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 6. Restart the container. Check logs. You might need to stop container and do the steps twice during the first setup only. "What are Riven and Zurg? What is all of this stuff?" Riven is a new, still in development, open source, free, media solution that combines a bunch of ideas into one complete, polished package. More specifically, in the same vein as plex_debrid before (github repo: itstoggled/plex_debrid - now archived), it allows for end users to input their own (paid) real-debrid API token (real-debrid.com for info) (other "debrids" not supported at the moment) and then access "cached torrents" on the real-debrid servers. Cached torrents allow the user to stream the video file being sought, whether movie or tv show. Zurg is a specialized rclone mount and filtering program. Basically, it takes a raw rclone mount of all torrents a user has in their debrid library, and it filters them resulting in a huge variety of variables such as file size, bitrate, resolution, etc. (huge list). This project also leverages the power of rclone to mount the debrid webdav directory into your OS, unRAID in this case, inside of a docker container. When you provide this mount path to your Plex server Plex won't distingtush between local media that you might have and this mounted media. It will stream the media directly from the real-debrid (or other servers if added later by devs) servers to your Plex server where it will be played lag-free assuming your network/server/player can handle it. PostgreSQL database is also used to store settings and relevant information. "So, why this image and not the image from the developers of Riven or Zurg?" You could certainly use those if you wish to setup all the invidivdual components. This AIO image just seeks to simplify and streamline the process. links for a ton more information if desired or required: DMB AIO wiki: https://github.com/I-am-PUID-0/DMB/wiki Riven Wiki: https://rivenmedia.github.io/wiki/ https://github.com/rivenmedia/riven https://github.com/debridmediamanager/zurg-testing https://rclone.org/docs/ https://www.postgresql.org/

Dobby's Icon

Dobby will scan a media directory and look for MKV/MP4 Dolby Vision files along side MKV HDR video files for the same content. The application will merge the files to create BL+RPU MKV files compatible with both HDR and Dolby Vision. This allows you to enhance your media library by adding Dolby Vision at low cost of disk space and without the need to manage multiple file versions. This is a headless application with no GUI, it will start processing the files in your configured directory on start. See the project page for usage examples.

easy-ffmpeg-(autoconvert)'s Icon

easy-ffmpeg-(autoconvert)

Media ApplicationsVideo

this is an ffmpeg that monitors one directory for downloaded video, converts the downloaded file into a target codec (with hwacceleration) and optionally deletes the original file. It is heavily based on linuxserver's ffmpeg but runs constantly looking for new files. This container has no ui but you can find logoutput in the logs of the container. caveats: if you set qsv, please change the bitrate variable to quality index instead. if you use nvenc you need to add '--runtime nvidia' to extra Parameters if you use software encoding, you need to set an encoding library in codec, i.e. libx264 instead of h264 if you use vulkan you need to add the following envvars: ANV: To enable for Intel, set the env var ANV_VIDEO_DECODE=1 RADV: To enable on AMD, set the env var RADV_PERFTEST=video_decode NVIDIA: To enable on Nvidia, install Nvidia Vulkan Beta drivers on the host per this article: https://lynne.ee/vulkan-video-decoding.html#driver-support vulkan is still in it's infancy and I would not recommend using it just yet, but you do you.

EPlusTV's Icon

This takes ESPN, ESPN+, FOX Sports, Paramount+, MSG+, NFL+, B1G+, FloSports, or MLB.tv programming and transforms it into a "live TV" experience with virtual linear channels. It will discover what is on, and generate a schedule of channels that will give you M3U and XMLTV files that you can import into something like Jellyfin or ChannelsDVR. === Notes === This was not made for pirating streams. This is made for using your own credentials and have a different presentation than the ESPN, FOX Sports, and MLB.tv apps currently provide. The Mouse might not like it and it could be taken down at any minute. Enjoy it while it lasts. ¯\(ツ)/¯

ErsatzTV's Icon

Stream custom live channels using your own media. Nvidia GPU UseUsing the Unraid Nvidia Plugin to install a version of Unraid with the Nvidia Drivers installed and add --runtime=nvidia to "extra parameters" (switch on advanced view) andcopy your GPU UUID to NVIDIA_VISIBLE_DEVICES.Intel GPU UseEdit your go file to include:modprobe i915, save and reboot, then add --device=/dev/dri to "extra parameters" (switch on advanced view)

FileBot's Icon

FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client. Also, being based on Alpine Linux, size of this container is very small. For a complete documentation of this container, see https://github.com/jlesage/docker-filebot#readme