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. 


Jellyfin-vue-ssr's Icon

Jellyfin-vue-ssr

Media ServersBooks, Music, Photos, Video, Other

A modern web client for Jellyfin based on Vue. It relies on Jellyfin to store and manage your media. This version uses server side rendering for improved performance.

Jellystat's Icon

Jellystat beta

Media ServersOther

Jellystat is a free and open source Statistics App for Jellyfin! (This project is still in development - expect some weirdness)

Kavita's Icon

Lightning fast with a slick design, Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats. Install to start reading comics, books and manga. You can also share your server with your friends! Important! Once you update to 0.8.0 or higher, you MUST perform a forced library scan on all libraries to migrate properly to the new foundation. Failure to do so may result in data loss.

Komf's Icon

Komf is a Metadata Fetcher for Komga and/or Kavita. You can let it run in the Background to update new added series or Connect to it's API directly and/or use the userscript to update directly in the Komga WebUI.(https://github.com/Snd-R/komf-userscript) Note that this is an API Container so there is no WebUI. Setup: Add Container as usual. Add the application.yml to the config folder (if it wasn't automatically added). Remove the Komf or Kavita Parts of the yml, when you aren't planning on using them. The .yml is in the top Post of the Thread (https://forums.unraid.net/topic/124326-komf-docker-support-thread/).

LANraragi's Icon

LANraragi

Media ServersBooks, Photos, Other

Web application for archival and reading of manga/doujinshi. Lightweight and Docker-ready for NAS/servers. * If you encounter an error while uploading files, please make sure the content folder has write permissions *

Lavalink's Icon

Lavalink

Media ServersMusic

Source: https://github.com/freyacodes/Lavalink Before you Deploy please create folder Names "Lavalink" /mnt/user/appdata/Lavalink/application.yml and upload application.yml to folder

lms's Icon

Lightweight Music Server (LMS) is a self-hosted music streaming software: access your music collection from anywhere using a web interface! Main features: - Recommendation engine - Multi-valued tags: genre, mood, artists, ... - Artist relationships: composer, conductor, lyricist, mixer, performer, producer, remixer - Release types: album, single, EP, compilation, live, ... - MusicBrainz Identifier support to handle duplicated artist and release names - ListenBrainz support for: - Scrobbling and synchronizing listens - Synchronizing 'love' feedbacks - Audio transcoding for maximum interoperability and reduced bandwith requirements - Multi-library support - ReplayGain support - User management, with several authentication backends - Subsonic/OpenSubsonic API support

LogitechMediaServer's Icon

LogitechMediaServer

snoopy86's Repository

Media ServersMusic

Logitech Media Server is a streaming audio server supported by Logitech, developed in particular to support their Squeezebox range of digital audio receivers.

LogitechMediaServer's Icon

LogitechMediaServer

dlandon's Repository

Media ServersMusic

Logitech Media Server (formerly SlimServer, SqueezeCenter and Squeezebox Server) is a streaming audio server supported by Logitech (formerly Slim Devices), developed in particular to support their Squeezebox range of digital audio receivers. Configuration: /config - this path is used to store the configuration and the database files of Logitech Media Server. /music - set this path to where you store your music files.

Lomorage's Icon

Lomorage enables you to backup photos / videos from any devices to your self-hosted server, and intelligently manages these personal assets via AI. Run the Lomorage server at your home, download mobile client to save the memories, and enjoy the moments.

maloja's Icon

maloja beta

Media ServersMusic

Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. Features include: * Easy import of existing scrobble data in CSV format (from last.fm, etc.) * Custom rules for importing/scrobbling * Custom and 3rd party integrations for album/artist artwork * Insightful charting to display time-sliced "top charts" for tracks and artists * Full listening history and track lookup using multiple sources (youtube, gmusic, spotify..) * A first-party chrome extension for scrobbling from the web as well as third-party scrobble-compliant endpoints for use with other extensions and applications See the project, https://github.com/krateng/maloja, for more information or the support thread for recommended setup.

MinecraftPE's Icon

Nukkit is a Nuclear-Powered Server Software For Minecraft Pocket Edition VERY IMPORTANT: First run use Screen on Uraid docker exec -ti MinecraftPE /bin/bash Run command : java -jar /nukkit-1.0-SNAPSHOT.jar select language after the first run everything should work fine To Interact with Server / adminstration, use "docker attach MinecraftPE" at command promt Press ctrl-p-ctrl-q to exit without shutting down the server

minisatip's Icon

Minisatip(https://github.com/catalinii/minisatip) is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.

Mopidy's Icon

Mopidy is an extensible music server written in Python. Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and more. You edit the playlist from any phone, tablet, or computer using a range of MPD and web clients. This is Mopidy for unraid with support for snapcast and icecast It is based on whhoesj/mopidy with additin of TuneIn and Youtube and Iris Web Interface. set up the docker set up the network to br0 with an ip set up volume mount to /mnt/user/appdata/mopidy/mopidy.conf >> /mopidy.conf set up volume mount for tmp/snapfifo if you use snapcast /mnt/user/appdata/mopidy/tmp/ >> /tmp set up volume mount for your local media generate the mopidy.conf file Doc here https://docs.mopidy.com/en/latest/config/ example here https://github.com/wernight/docker-mopidy/blob/master/README.md authentication for soundcloud and spotify https://www.mopidy.com/authenticate/ use my docker icecast or snapcast for music streaming: for audio you need a special config for snapcast you have to generate the audio output in a pipe file /tmp/snapfifo this is mounted in both docker container output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioconvert ! wavenc ! filesink location=/tmp/snapfifo icecast output = lamemp3enc ! shout2send async=false mount=mopidy ip=X.X.X.X port=8000 password=XXXXX

Mopidy3's Icon

Mopidy is an extensible music server written in Python. Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and more. You edit the playlist from any phone, tablet, or computer using a range of MPD and web clients. This is Mopidy3 for unraid with support for snapcast and multiple instances with automatic snapcast stream management. set up the docker set up volume mount to /mnt/user/appdata/mopidy/ >> /config/ add TCP ports for MPD, HTTP and TCP ports for each additional instance you want A configuration has been autogenerated with basic settings. The template for it can be found in the container in /home/templates. It is located in /etc/mopidy Do NOT modify the part of the audio output setting that says port=4953. This is automatically replaced for each instance generated to fill in the host and port. To configure the instance and snapcast settings, copy the template to your config folder and modify it. cp /home/templates/server.json /config/.

Mopidy3's Icon

Mopidy is an extensible music server written in Python. Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and more. You edit the playlist from any phone, tablet, or computer using a range of MPD and web clients. This is Mopidy3 for unraid with support for snapcast and icecast. set up the docker set up the network to br0 with an ip set up volume mount to /mnt/user/appdata/mopidy/ >> /config/ set up volume mount for tmp/snapfifo if you use snapcast /mnt/user/appdata/mopidy/tmp/ >> /tmp set up volume mount for your local media generate the mopidy.conf file Doc here https://docs.mopidy.com/en/latest/config/ example here https://github.com/maschhoff/docker/blob/master/mopidy/mopidy.conf authentication for soundcloud and spotify https://www.mopidy.com/authenticate/ *authenticate spotify https://developer.spotify.com/documentation/web-api/quick-start/ use my docker icecast or snapcast for music streaming: for audio you need a special config for snapcast you have to generate the audio output in a pipe file /tmp/snapfifo this is mounted in both docker container output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioconvert ! wavenc ! filesink location=/tmp/snapfifo icecast output = lamemp3enc ! shout2send async=false mount=mopidy ip=X.X.X.X port=8000 password=XXXXX

mstream's Icon

mstream(https://mstream.io/) is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone.