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. Listen to his story.

Moderated and Vetted

Moderators ensure that apps listed in the store offer a safe, compatible, and consistent experience. Learn more about our guidelines.


Ntfy's Icon

ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also open source if you want to run your own. Publishing a message to a topic is as simple as: curl -d "Backup successful 😀" ntfy.sh/mytopic By default, the ntfy server is open for everyone, meaning everyone can read and write to any topic (this is how ntfy.sh is configured). To restrict access to your own server, you can optionally configure authentication and authorization using NTFY_AUTH_FILE and NTFY_AUTH_DEFAULT_ACCESS. After that, simply create an admin user: ntfy user add --role=admin phil password: mypass confirm: mypass user phil added with role admin Once you've done that, you can publish and subscribe using Basic Auth with the given username/password.

nut-influxdb-exporter's Icon

WARNING: Deprecated in favor of Telegraf which now supports NUT or https://github.com/jwillmer/nut-influxdbv2 Docker wrapper for a Python script to query NUT - Network UPS Tools via a Python script and then send the results to InfluxDB for storage.

nut-influxdbv2-exporter's Icon

nut-influxdbv2-exporter

Tools / UtilitiesUtilities

Docker wrapper for a Python script to query NUT - Network UPS Tools via a Python script and then send the results to InfluxDBv2 for storage.

Nvidia-Driver's Icon

This plugin will install all necessary modules and dependencies for your Nvidia Graphcis Card so that you can make use of it in your Docker containers. In the settings/plugins menu you find your UUID of your graphics card(s). You can also choose your preferred version of the Nvidia drivers, by default it will always grab the latest driver version that is availabe for the current Unraid build. This plugin satisfies installation prerequisites of the GPU Statistics plugin from Community Apps. With both plugins installed you can display Nvidia GPU utilization on the unRAID Dashboard. ATTENTION: If you plan to pass through your card to a VM don't install this plugin!

NVTOP's Icon

NVTOP stands for Neat Videocard TOP, a (h)top like task monitor for AMD, Intel and NVIDIA GPUs. It can handle multiple GPUs and print information about them in a htop familiar way. This Plugin is based on: https://github.com/Syllo/nvtop

Nyuu's Icon

Nyuu(https://github.com/animetosho/Nyuu) is a command-line binary usenet poster. It's designed primarily to be fast/efficient, reliable and customizable, exposing all the interesting bits and pieces. From what I’ve seen, Nyuu excels more than any other usenet posting client in these aspects. Includes patches to fix the yenc header filename obfuscation with a new --obfuscate-articles setting (credits for anon for the original fix). Note: No WebUI is available for Nyuu, so Console usage is a must. See quick start guide in Support Thread.

nzbhydra2's Icon

Nzbhydra2(https://github.com/theotherp/nzbhydra2) is a meta search application for NZB indexers, the "spiritual successor" to NZBmegasearcH, and an evolution of the original application NZBHydra(https://github.com/theotherp/nzbhydra). It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is replacing NZBHydra 1 and supports migrating from V1. Be wary that there may be some compatibility issues for those migrating from V1 to V2, so ensure you back up your old configuration before moving over to the new version. NOTE: The last version that supports migration is linuxserver/nzbhydra2:v2.10.2-ls49

OAuth2-Proxy's Icon

A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group. Please visit support thread for install / setup instructions

OBS-NDI's Icon

Docker OBS and NDI (QT6) This container is based on https://hub.docker.com/r/patrickstigler/obs-ndi. Due to some QT-changes in the OBS code the initial version by patrick needed some changes. To start the container: docker run --shm-size=256m -it -e VNC_PASSWD=headless -p 5901:5901 -p 6901:6901 -p 4455:4455 asparon/obs-ndi:latest The shm-size argument is to make sure that the webclient does not run out of shared memory and crash. You have to change the "Network Type" to "Custom: br0" in order to be able to find the NDI-Source of your desktop in the container an vice versa. You can change the default VNC password of 'headless'. You can connect with your own VNC client via 5901 or use the webclient at 6901. To enable GPU Support: Nvidia: add -e NVIDIA_VISIBLE_DEVICES=your_GPU_ID -e NVIDIA_DRIVER_CAPABILITIES=all and also add --runtime=nvidia as extra parameter. Intel: add --device=/dev/dri (not tested yet)

obsidian-remote's Icon

Obsidian is a powerful knowledge base on top of a local folder of plain text Markdown files. NOTES: - When creating a vault, place it under '/vaults' dir, located in the root of the container (inside Obsidian). This docker image allows you to run THE LATESTS VERSION OF OBSIDIAN in docker as a container and access it via your web browser. The original project was from sytone/obsidian-remote and it seemed deprecated as it was not running the latest version of Obsidian as this one does. SECURITY: By no means this is secure for public exposure, it's full of security holes and RDP tricks that can be used against you, so if you do download it and run it, don't expose to the public interwebs! Do not expose this to the web unless you secure it with something like Authelia or a similar authentication processe and know what you are doing!!

OctoFarm's Icon

OctoFarm is a web server and client combination for unifying multiple instances of Octoprint. You can manage and monitor as many instances as you want from a single interface giving you full control over your 3D printer farm.

OctoPrint-Spants's Icon

OctoPrint provides a snappy web interface for controlling consumer 3D printers. This image **contains** mjpg-streamer. Please see support thread on how to make this work. (You will need to install Video plugin for unRaid etc) An invite to the Discord server can be found at discord.octoprint.org.

OliveTin's Icon

Safely give access to commands, for less technical people; eg: Give your family a button to podman restart plex eg: Give junior admins a simple web form with dropdowns, to start your custom script. backupScript.sh --folder {{ customerName }} eg: Enable SSH access to the server for the next 20 mins firewall-cmd --add-service ssh --timeout 20m Simplify complex commands, make them accessible and repeatable; eg: Expose complex commands on touchscreen tablets stuck on walls around your house. wake-on-lan aa:bb:cc:11:22:33 eg: Run long running on your servers from your cell phone. dnf update -y eg: Define complex commands with lots of preset arguments, and turn a few arguments into dropdown select boxes. docker rm {{ container }} && docker create {{ container }} && docker start {{ container }}

ollama-webui's Icon

ChatGPT-Style Web Interface for Ollama IMPORTANT: Make sure to add the following environment variable to your ollama container - OLLAMA_ORIGINS=* Set your OpenAI API key (not persistant) - OPENAI_API_KEY

ombi's Icon

Ombi(https://ombi.io) allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. Even automatically send them weekly newsletters of new content that has been added to your Plex server!

omegabrr's Icon

This application has no WebUI, reference the readme at https://github.com/autobrr/omegabrr/blob/main/README.md for documentation on how to run this application. Omegabrr transforms monitored shows, movies, books and music from arrs into Autobrr filters. It also supports adding titles from custom lists to autobrr filters.

Onedev's Icon

OneDev is an all-in-one DevOps platform that features Git repository management with language-aware code search, issue management with custom states and fields, and a docker-first Kubernetes native build/CI engine. An alternative to GitLab, it is easier to use and maintain, with lots of unique features OneDev by default uses an embedded database to store data. You may use environment variables to connect to external database if desired. See Documentation https://code.onedev.io/projects/162/files

OneTimeSecret's Icon

Containerized OneTimeSecret with customization, and without paid/account features. <br> Just simple, secure password sharing. <br> Keep sensitive info (passwords) out of your email & chat logs. <br> <br> Requires Redis container with a password set on it! See support thread for more information.

OnlineCheckYourServer's Icon

This is a simple container that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. You can install it on your machine to get notified with Pushover if a site goes down, or you can install it on a remote machine to ping your server and get a notification if it's not reachable.

OnlyOffice-Community-Server's Icon

OnlyOffice-Community-Server

Siwat2545's Repository

Productivity, Tools / Utilities

ONLYOFFICE Community Server is a free open source collaborative system developed to manage documents, projects, customer relationship and email correspondence, all in one place. HTTPS Support can be enable creating a "certs" folder in the data directory and placing onlyoffice.crt and onlyoffice.key in it

onlyoffice-document-server's Icon

onlyoffice-document-server

Productivity, Tools / UtilitiesUtilities

Before you start this container you need to create the onlyoffice network. Open Unraid terminal and paste this command in there: " sudo docker network create --driver bridge onlyoffice " -- withouth the " " If you pair this container with onlyoffice-community-server then this container needs to start first. HTTPS Support can be enable creating a "certs" folder in the data directory and placing onlyoffice.crt and onlyoffice.key in it. Add fonts by placing .ttf in the font folder and force updating the container. For more information visit the support thread https://forums.unraid.net/topic/85643-support-amjidovu-onlyoffice-community-server/

OnlyOfficeDocumentServer's Icon

OnlyOfficeDocumentServer

chvb's Repository

Productivity, Tools / Utilities

This Version is without the connection Limit of 20 Users and supports the mobile editing. ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. HTTPS Support can be enable creating a "certs" folder in the data directory and placing onlyoffice.crt and onlyoffice.key in it. Add fonts by placing .ttf in the font folder and force updating the container.

This plugin shows any open files on the array that might prevent a clean shutdown. The plugin web page is installed in 'Tools'. You can stop all array processes on the open files web page and troubleshoot shutdown problems. After you stop all array processes, you will see what processes are still holding files open on the array preventing a shutdown.