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. 


chitubox-novnc's Icon

chitubox-novnc

Home Automation, Productivity

Enjoy CHITUBOX directly in your browser with this easy to use Docker container. This template has the minimum variables defined, but you can find additional details on the template at the URLs listed below. https://github.com/helfrichmichael/chitubox-novnc https://hub.docker.com/r/mikeah/chitubox-novnc

Chivalry-MedievalWarfare's Icon

Chivalry-MedievalWarfare

ich777's Repository

Game Servers

This Docker will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it. ATTENTION: First Startup can take very long since it downloads the gameserver files! Update Notice: Simply restart the container if a newer version of the game is available. Server Config: You find the server config in: 'appdata/UDKGame/Config/' (eg: the servername is located in: 'PCServer-UDKGame.ini') You can also run multiple servers with only one SteamCMD directory!

chromium's Icon

chromium

Chromium(https://www.chromium.org/chromium-projects/) is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

Chronograf's Icon

Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules.

chronos's Icon

Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. You can report bugs or wish for features by opening an issue in the GitHub page.

Citadel-ForgedWithFire's Icon

Citadel-ForgedWithFire

ich777's Repository

Game Servers

This Docker will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. ATTENTION: First Startup can take very long since it downloads the gameserver files! Update Notice: Simply restart the container if a newer version of the game is available. You can also run multiple servers with only one SteamCMD directory!

ClamAV's Icon

This template is for scanning your unRAID server with clamav and clamscan. To scan your server, check the environment variable to set the scanned folder and just start the container. When it is finished, the container will stop and you can view the logs to see the results. If you are having issues with permissions, you should adjust your User ID and Group ID below. You might also need to change the permissions on the config folder. You can do with with Docker Safe Permissions, using the built-in "NewPerms" commands, or a simple shell command. 1. In the GUI 2. newperms /mnt/cache/appdata/clamav 3. chmod -R u-x,go-rwx,go+u,ugo+X /mnt/cache/appdata/clamav && chown -R nobody:users /mnt/cache/appdata/clamav NOTE:Option 3 above are the commands that "newperms" runs in the bg.

ClamAV-clamdscan's Icon

ClamAV-clamdscan

Security, Tools / Utilities, Utilities

This template is for scanning your unRAID server with clamav and clamdscan. To scan your server, check the environment variable to set the scanned folder and just start the container. When it is finished, the container will stop and you can view the docker logs and/or log folder to see the results.... https://github.com/bmartino1/clamav-alpine Please see clamdscan.sh in your ClamAV freshclam Signatures Path

cleanuperr's Icon

Introducing cleanuperr How it works 1. Add excluded file names to prevent malicious files from being downloaded by qBittorrent. 2. cleanuperr goes through all items in Sonarr's queue at every 5th minute. 3. For each queue item, a call is made to qBittorrent to get the stats of the torrent. 4. If a torrent is found to be marked as completed, but with 0 downloaded bytes, cleanuperr calls Sonarr to add that torrent to the blocklist. 5. If any malicious torrents have been found, cleanuperr calls Sonarr to automatically search again. Environment variables Multiple Sonarr/Radarr instances can be specified using this format: SONARRINSTANCESURL SONARRINSTANCES____APIKEY where starts from 0.

CloudBeaver's Icon

Cloud Database Manager (Official Docker Image) As an open-source product it already supports the most popular open source databases, such as PostgreSQL, MySQL, MariaDB, SQLite and Firebird.

CloudBerryBackup's Icon

CloudBerryBackup

Djoss' Repository

Backup

Backup files and folders to cloud storage of your choice: Amazon S3, Azure Blob Storage, Google Cloud Storage, HP Cloud, Rackspace Cloud Files, OpenStack, DreamObjects and other. 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-cloudberry-backup#readme

CloudCommander's Icon

CloudCommander

Tools / Utilities, Utilities

CloudCommander is a simple web file browser with a built in text editor and archive compress/extract abilities. Instructions: Set Port to the port you want to be able to access from. Defaults to 8765 Set Mount Point to the directory you want to be able to access in the browser. Defaults to /mnt/user, all shares

CloudDrive's Icon

CloudDrive

Cloud

CloudDrive is a powerful multi-cloud drive management tool, providing users with a one-stop multi-cloud drive solution that includes local mounting of cloud drives Unraid&CloudDrive使用答疑团购请添加WeChat: anpple

Cloudflare-DDNS's Icon

This small Alpine Linux based Docker image will allow you to use the free CloudFlare DNS Service as a Dynamic DNS Provider (DDNS). Variable:EMAIL: Your Cloudflare email. Variable:API_KEY: A Zone-DNS API Key to be created on the following page: https://dash.cloudflare.com/profile/api-tokens Variable:ZONE: Your domain name. e.g. example.com Variable:SUBDOMAIN: Your subdomain. e.g. sub.example.com (Only enter subdomain name, not entire address!) Variable:PROXIED: Set this to true if the domain is using the Cloudflare proxy (CDN). Defaults to false Variable:RRTYPE: Set to AAAA to use set IPv6 records instead of IPv4 records. Defaults to A for IPv4 records. NOTE: AAAA: You will also need to run docker with IPv6 support, or run the container with host networking enabled.

Cloudflare-DDNS-config's Icon

Cloudflare-DDNS-config

Network Services

Another Cloudflare DDNS client, but this one supports a JSON config file that allows updating multiple zones with a single instance. Configuring the zones/hosts in template vars is impractical if you have multiple zones or dozens of hosts. Important: Before installing/running it you need to preload a sample config, in Unraid's terminal: mkdir /mnt/user/appdata/cloudflare-ddns-config wget -qO /mnt/user/appdata/cloudflare-ddns-config/config.json https://github.com/timothymiller/cloudflare-ddns/raw/master/config-example.json And obviously configure it to your needs. If you started the container without doing that first Docker will create a folder, you have to stop the container, delete the folder and get the file before restarting.