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.


PostgreSQL_Alpine's Icon

|------------------------------------------------- | General Information |------------------------------------------------- PostgreSQL, often simply "Postgres", is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users. Recent versions also provide replication of the database itself for security and scalability. PostgreSQL implements the majority of the SQL:2011 standard, is ACID-compliant and transactional (including most DDL statements) avoiding locking issues using multiversion concurrency control (MVCC), provides immunity to dirty reads and full serializability; handles complex SQL queries using many indexing methods that are not available in other databases; has updateable views and materialized views, triggers, foreign keys; supports functions and stored procedures, and other expandability, and has a large number of extensions written by third parties. In addition to the possibility of working with the major proprietary and open source databases, PostgreSQL supports migration from them, by its extensive standard SQL support and available migration tools. And if proprietary extensions had been used, by its extensibility that can emulate many through some built-in and third-party open source compatibility extensions, such as for Oracle.

PostgreSQL_Immich's Icon

This container (based on PostgreSQL 16) is specifically configured for seamless integration with the Immich container, which requires PostgreSQL equipped with pgvecto a robust Postgres extension enabling vector similarity search functions. The specific version used is tensorchord/pgvecto-rs:pg16-v0.2.0 Configuration Parameters POSTGRES_PASSWORD - Superuser password. Default postgres Note -- If you change this value, remember to update it in the Immich container configuration as well. POSTGRES_USER - Username for the superuser. Default postgres Note -- Alterations to this setting should also be mirrored in the Immich container. POSTGRES_DB - Default database. Default: postgres Note -- Any change here should be replicated in the Immich container configuration. Storage Data and Configuration Path: /mnt/user/appdata/postgresql_immich This is the directory where Postgres stores its application data and configuration files. Network Port 5433 This port is mapped from the default PostgreSQL port 5432 to avoid conflicts if another PostgreSQL container is using the default port.

postgresql12's Icon

PostgreSQL 12 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/ Configuration /mnt/cache/appdata/postgresql12 This is where Postgres will store it's data. For best performance, keep the files on cache drive. Port 5432 Default connection port POSTGRES_PASSWORD Superuser password. REQUIRED TO SET, otherwise connecting outside container will not be possible. POSTGRES_USER Username for the superuser. Defaults to postgres if not set. POSTGRES_DB Used to define different name for default database. Defaults to user if not set.

postgresql13's Icon

PostgreSQL 13 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/ Configuration /mnt/cache/appdata/postgresql13 This is where Postgres will store it's data. For best performance, keep the files on cache drive. Port 5432 Default connection port POSTGRES_PASSWORD Superuser password. REQUIRED TO SET, otherwise connecting outside container will not be possible. POSTGRES_USER Username for the superuser. Defaults to postgres if not set. POSTGRES_DB Used to define different name for default database. Defaults to user if not set.

postgresql14's Icon

PostgreSQL 14 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/ Configuration /mnt/cache/appdata/postgresql14 This is where Postgres will store it's data. For best performance, keep the files on cache drive. Port 5432 Default connection port POSTGRES_PASSWORD Superuser password. REQUIRED TO SET, otherwise connecting outside container will not be possible. POSTGRES_USER Username for the superuser. Defaults to postgres if not set. POSTGRES_DB Used to define different name for default database. Defaults to user if not set.

postgresql15's Icon

PostgreSQL 15 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/ Configuration /mnt/cache/appdata/postgresql15 This is where Postgres will store it's data. For best performance, keep the files on cache drive. Port 5432 Default connection port POSTGRES_PASSWORD Superuser password. REQUIRED TO SET, otherwise connecting outside container will not be possible. POSTGRES_USER Username for the superuser. Defaults to postgres if not set. POSTGRES_DB Used to define different name for default database. Defaults to user if not set.

printbed beta

Tools / UtilitiesUtilities

Printbed is a 3D print file hosting system PrintBed is currently a very early Alpha. Some basic features are currently broken or may break in the future.

projectsend's Icon

Projectsend(http://www.projectsend.org) is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. Secure, private and easy. No more depending on external services or e-mail to send those files.

Prometheus MSI Afterburner Exporter's Icon

Prometheus MSI Afterburner Exporter

ich777

Plugins, Productivity, Tools / UtilitiesSystem

Is a slim plugin, that takes informations gathered form the MSI Afterburner Remote Server API and provides it to a Prometheus database. Usage is not limited to Prometheus only. Data can be formated and displayed to any database or graphical node. This plugin requires the MSI Afterburner Remote Server on the machine that you want to watch, please configure the IP address of your local MSI Afterburner Remote Server on the Settings page from the plugin! Export URL: The URL for the exportet metrics is: 'http://YOURunRAIDIP:9091/metrics' (to use it in Prometheus add the target: 'YOURunRAIDIP:9091' to your Prometheus yaml). This Plugin is based on: https://github.com/kennedyoliveira/prometheus-msi-afterburner-exporter

Prometheus nvidia-smi Exporter's Icon

Prometheus nvidia-smi Exporter

ich777

Plugins, Productivity, Tools / UtilitiesSystem

Is a slim plugin, that takes informations gathered from nvidia-smi and provides it to a Prometheus database. Usage is not limited to Prometheus only. Data can be formated and displayed to any database or graphical node. Export URL: The URL for the exportet metrics is: 'http://YOURunRAIDIP:9202/metrics' (to use it in Prometheus add the target: 'YOURunRAIDIP:9202' to your Prometheus yaml). This Plugin is based on: https://github.com/e7d/docker-prometheus-nvidiasmi

Prometheus-AdGuard-Exporter's Icon

Prometheus-AdGuard-Exporter

ich777

Plugins, Productivity, Tools / UtilitiesSystem

Is a slim plugin, that takes informations gathered from the AdGuard API and provides it to a Prometheus database. Usage is not limited to Prometheus only. Data can be formated and displayed to any database or graphical node. Export URL: The URL for the exportet metrics is: 'http://YOURunRAIDIP:9617/metrics' (to use it in Prometheus add the target: 'YOURunRAIDIP:9617' to your Prometheus yaml). This Plugin is based on adguard-exporter from ebrianne: https://github.com/ebrianne/adguard-exporter

prometheus-docker's Icon

This is the Prometheus you already know and love, but with an easy way to configure the retention time for the data you collect. The default value for retention time is 15 days, but there is no way to change this in the config file. This value can only be set with a flag at startup. This image allows you to configure the retention time using an environment variable and allows for other startup flags to be added later if needed. For more info on the storage-related startup flags, see: https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects

Prometheus-Fritzbox-Exporter's Icon

Prometheus-Fritzbox-Exporter

ich777

Plugins, Productivity, Tools / UtilitiesSystem

Is a slim plugin, that takes informations gathered from your Fritzbox and provides it to a Prometheus database. Usage is not limited to Prometheus only. Data can be formated and displayed to any database or graphical node. Export URL: The URL for the exportet metrics is: 'http://YOURunRAIDIP:9042/metrics' (to use it in Prometheus add the target: 'YOURunRAIDIP:9042' to your Prometheus yaml). This Plugin is based on fritzbox-exporter from sberk42: https://github.com/sberk42/fritzbox_exporter

Prometheus-Node-Exporter's Icon

Prometheus-Node-Exporter

ich777

Plugins, Productivity, Tools / UtilitiesSystem

Is a slim plugin, that takes informations gathered form your unRAID system and provides it to a Prometheus database. Usage is not limited to Prometheus only. Data can be formated and displayed to any database or graphical node. Export URL: The URL for the exportet metrics is: 'http://YOURunRAIDIP:9100/metrics' (to use it in Prometheus add the target: 'YOURunRAIDIP:9100' to your Prometheus yaml). This Plugin is based on node_exporter: https://github.com/prometheus/node_exporter

Prometheus-PiHole-Exporter's Icon

Prometheus-PiHole-Exporter

ich777

Plugins, Productivity, Tools / UtilitiesSystem

Is a slim plugin, that takes informations gathered from the Pi-Hole API and provides it to a Prometheus database. Usage is not limited to Prometheus only. Data can be formated and displayed to any database or graphical node. Export URL: The URL for the exportet metrics is: 'http://YOURunRAIDIP:9617/metrics' (to use it in Prometheus add the target: 'YOURunRAIDIP:9617' to your Prometheus yaml). This Plugin is based on pihole-exporter from eko: https://github.com/eko/pihole-exporter

Prometheus-Wireguard-Exporter's Icon

Prometheus-Wireguard-Exporter

ich777

Plugins, Productivity, Tools / UtilitiesSystem

This plugin takes informations gathered from the wireguard API and provides it to a Prometheus database. Usage is not limited to Prometheus only. Data can be formated and displayed to any database or graphical node. Export URL: The URL for the exportet metrics is: 'http://YOURunRAIDIP:9586/metrics' (to use it in Prometheus add the target: 'YOURunRAIDIP:9586' to your Prometheus yaml). This Plugin is based on prometheus_wireguard_exporter from MindFlavor: https://github.com/MindFlavor/prometheus_wireguard_exporter

Promtail-Syslog's Icon

Promtail-Syslog

Tools / UtilitiesUtilities

Run a remote syslog server which will send to Grafana Loki and can be used for routers, switches and other hardware that allows sending logs to remote syslog and not install and configure promtail directly.

prowlarr's Icon

This is a modified version(https://github.com/BitlessByte0/docker-prowlarr-abb) of Prowlarr that adds back AudioBookBay since it was considered obsolete. Prowlarr(https://github.com/Prowlarr/Prowlarr) is an indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).

prowlarr's Icon

Prowlarr(https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).

Proxy-WOL-Redirect's Icon

Proxy-WOL-Redirect

Tools / UtilitiesUtilities

EN This container must be run as "host" for sending magic packet. FR Ce container doit tourner en mode "host" pour permettre l'envoi du magic packet WOL.

PRPDF's Icon

This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. Its an open beta that I am testing on. Please add a scan source folder and a folder where your files shoud be sorted and archived into the subfolders existing there Any Issus report on github.

ps2-continent-bot's Icon

ps2-continent-bot beta

Tools / UtilitiesUtilities

A Discord bot written in Python for Planetside 2 that checks which continents are open on a server so you don't have to.

puppetmaster's Icon

Simple puppet master docker based on Centos7 # docker-puppetmaster Docker image for puppet server v5 designed to run on unraid If you want the 3.5 version please use docker-puppetmaster:v3 which is currently using puppet 3.5.7 This is super basic, you have to map /etc/puppet and /etc/puppet/ssl as the confdir and ssl dir You must have the conf directory setup, it will not be populated - map to /etc/puppetlabs/puppet You must have the code directory setup, it will not be created - map to /etc/puppetlabs/code However an empty SSL directory is fine, puppet will set this up. Also include puppet-lint in case you want to check in the docker container. Also includes perl for a script I run on puppetmaster for staggering puppet run times.

pure-ftpd's Icon

Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"

Pushover-On-Start's Icon

This is a simple container that sends a message when the container is started (needed this for a headless machine to know when I can connect or better speaking start up the VM's with WOL).