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.


JmzHomeProxy's Icon

Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. Only caveat to using this, is that if you host this on public facing server and use https then the services you are adding to it must be https also due to iframe restrictions.

joshgaby-tor-relay's Icon

joshgaby-tor-relay

Network ServicesPrivacy, Other

This docker image will install the latest current stable version of Tor server. It will run Tor as an unprivileged regular user, as recommended by torproject.org. It includes the latest Tor Debian package from torproject.org which is installed and configured according the Tor project recommendations. Additionally it can be run as a hidden bridge using obfs4proxy The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the faster the Tor network will be. If you have at least 2 megabits/s for both upload and download, please help out Tor by configuring your server to be a Tor relay too. INSTALLATION: Create a folder appdata/tor-data/config (this will be used to store the config between restarts) Download sample Config: https://github.com/josh-gaby/tor-server/blob/master/torrc Edit the config as necessary (Configuration details can be found here: https://2019.www.torproject.org/docs/tor-manual.html.en) Put this into the config folder. Create a folder appdata/tor-data/data (this will be used to preserve your relays keys/data between restarts) Edit the docker parameters and run it. https://hub.docker.com/r/joshgaby/tor-server/

Juicepass2mqtt's Icon

This tool will publish Juicebox data from a UDP proxy to MQTT discoverable by HomeAssistant. Hopefully we won't need this if EnelX fixes their API! It is required that both your JuiceBox and the machine you are running juicepassproxy on have internal static IPs on your intranet.

Komf's Icon

Komf is a Metadata Fetcher for Komga. 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.

kutt's Icon

Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. This container requires Redis a Postgres database and a functioning FQDN Setup: 1. Install the Postgres container from your Apps tab. 2. Create a database an user. 3. Give the user permissions on the created database. 4. Install the Redis container from your Apps tab. 5. Setup an email account which Kutt can use. (technically optional but highly recommended!) 6. Setup an your preferred method of exposing Kutt to the outside world. 7. Fill out this template. Optional: 1. Setup Google Safe Browsing 2. Setup Google Analytics

Lancache-DNS's Icon

Lancache-DNS

Network Services

This docker container provides DNS entries for caching services to be used in conjunction with a container. The DNS is generated automatically at startup of the container

ldap-auth's Icon

Ldap-auth(https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).

limnoria's Icon

Limnoria(https://github.com/ProgVal/limnoria) A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.

Linkwarden's Icon

|------------------------------------------------- | General Information |------------------------------------------------- Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. The objective is to organize useful webpages and articles you find across the web in one place, and since useful webpages can go away (see the inevitability of Link Rot), Linkwarden also saves a copy of each webpage as a Screenshot and PDF, ensuring accessibility even if the original content is no longer available. Additionally, Linkwarden is designed with collaboration in mind, sharing links with the public and/or allowing multiple users to work together seamlessly. |------------------------------------------------- | Register for an Account |------------------------------------------------- After the start of the Container you need to Sign up for an Account in your own Application. |------------------------------------------------- | SSO/OAuth Integrations |------------------------------------------------- Here are all the SSO/OAuth integrations Linkwarden has -> https://docs.linkwarden.app/self-hosting/sso-oauth

LLDP for UNRAID's Icon

A plugin that integrates a Link Layer Discovery Protocol service into UNRAID systems (speaking LLDP, CDP, FDP, SONMP and EDP). LLDP allows you to know exactly on which port is a server (and reciprocally). LLDP is an industry standard protocol designed to supplant proprietary Link-Layer protocols. The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices.

lobe-chat's Icon

lobe-chat

Network ServicesWeb

LobeChat is an open-source, extensible (Function Calling) high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application. https://github.com/lobehub/lobe-chat/wiki If you need to use the OpenAI service through a proxy, you can configure the proxy address using the OPENAI_PROXY_URL environment variable: OPENAI_PROXY_URL=https://api-proxy.com/v1

localtonet's Icon

localtonet

Network ServicesOther

Localtonet which is a reverse proxy that enables you to expose your localhost to the internet.

mainsail's Icon

Mainsail makes Klipper more accessible by adding a lightweight, responsive web user interface, centred around an intuitive and consistent design philosophy. Download config.json BEFORE you start your container https://raw.githubusercontent.com/patrickstigler/unraid_app_templates/main/mainsail/config.json And put it in your config folder, the default is /mnt/user/appdata/mainsail/config.json Happy printing

MariaDB-Official's Icon

Official MariaDB database container. It allows to set a database and username without using the console. MariaDB is a community-developed, commercially supported fork of MySQL (RDBMS). Root Password: This container creates by default a random root password on initial execution. Open Docker > MariaDB Icon > Logs > Scroll down to "GENERATED ROOT PASSWORD" to find it. Creating database dumps docker exec MariaDB-Official sh -c 'exec mysqldump --all-databases -uroot -p"YOUR_ROOT_PASSWORD"' > /mnt/user/Backups/all-databases.sql Restoring data from dump files docker exec -i MariaDB-Official sh -c 'exec mysql -uroot -p"YOUR_ROOT_PASSWORD"' < /mnt/user/Backups/all-databases.sql

Matrix-Synapse's Icon

Matrix Chat's reference server. By default it uses a sqlite database; for production use you should connect it to a separate PostgreSQL database. The image also does not provide a TURN server. This will have some manual configuration, you will need to know what you are doing and/or read the documentation for Syanpse! READ ME: You must add the "post argument" of generate in the advanced UI on FIRST RUN only, and then remove it afterwards!

Matrix-Synapse-SlidingSync's Icon

Run a sliding sync proxy. An implementation of MSC3575 for you Synapse Backend. Setup Process: Requires Postgres 13+. createdb syncv3 SYNCV3_SERVER Required. The destination homeserver to talk to (CS API HTTPS URL) e.g 'https://matrix-client.matrix.org' (Supports unix socket: /path/to/socket) SYNCV3_DB Required. The postgres connection string: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING SYNCV3_SECRET Required. A secret to use to encrypt access tokens. Must remain the same for the lifetime of the database. SYNCV3_BINDADDR Default: 0.0.0.0:8008. The interface and port to listen on. (Supports unix socket: /path/to/socket) Create the secret with: openssl rand -hex 32 More Information: https://github.com/matrix-org/sliding-sync

MatrixSignalBridge's Icon

MatrixSignalBridge

Network ServicesMessenger, Productivity

A bridge for Signal and Matrix. Requirements - Docker - A Matrix homeserver that supports application services (e.g. Synapse) You need access to register an appservice, which usually involves editing the homeserver config file. - A Signal client that can add linked devices (both official mobile apps and some unofficial clients like signal-cli work). Initial Bridge Config Help: - https://docs.mau.fi/bridges/general/initial-config.html Authentication Help: - https://docs.mau.fi/bridges/go/signal/authentication.html

mediawiki-beta's Icon

Docker container for MediaWiki running on Alpine, S6-overlay, Nginx, PHP-FPM, MediaWiki Parsoid service, WYSIWYG VisualEditor extension, along with other extensions. A CLI menu to simplify managing extensions, backups, database updates, and service configurations, scripts that handle setup and Mediawiki upgrades, and optional MariaDB add-in.