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. 


Sharry's Icon

Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is: upload files and get a url back that can then be shared. 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-sharry#readme

Sia's Icon

Sia is a decentralized storage platform secured by blockchain technology. The Sia Storage Platform leverages underutilized hard drive capacity around the world to create a data storage marketplace that is more reliable and lower cost than traditional cloud storage providers.

Sia-Daemon's Icon

Sia-Daemon

Cloud, Other

Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money.

SpeedtestforInfluxDB

atribe's Repository

Cloud, Network ServicesWeb

A speedtest docker container that forwards the data to influxDB. Download the config.ini file from https://github.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/blob/master/config.ini before you start the container.

storagenode-v3's Icon

This is official Storj V3 node client. To participate you must first have to have an authorization token, to get the Authentication Token go to: https://storj.io/sign-up-farmer This template is for running the Docker application only, please follow Storj Lab directions to generate your Node Identity files - this is in https://documentation.storj.io/dependencies/identity !!! IMPORTANT Two path need to be passed to the docker. Currently Storj requires that the path are mounted using --mount rather than -v. Please add the path for the storage and identity folders to the extra parameters in the following format (extra parameters can be accessed through the advanced view toggle): --mount type=bind,source="/mnt/user/appdata//storj/identity/storagenode/",destination=/app/identity --mount type=bind,source="/mnt/user//",destination=/app/config During the first run the -e SETUP=true argument needs to be added to this string to create the required folders. After the first run when container is created restart it and delete the -e SETUP=true argument. For additional information please visit the support thread: https://forums.unraid.net/topic/88430-support-storj-v3-docker

Storj's Icon

STORJ DAEMON Docker - using Storj public automated build. This template, nor author, are affiliated with storj.io. https://www.storj.io https://hub.docker.com/r/oreandawe/storjshare-cli/ Storj is a Crypto-asset and P2P cloud storage service. This Docker runs the back-end client for Storj allowing internet users to rent their disk space and earn SJX an Ethereum asset. The template author makes no guarantee that SJX or ETH will retain, or increase in fiat value. This is only the Storj Daemon and CLI tool. SETUP REQUIREMENTS: 1. TCP ports 4000 open on host and setup on container (should be set below) 2. Path on host for Storj data to sit. IE: make a user share, /mnt/user/storj 3. Your Ethereum-based wallet address. 4. The max allowed space STORJ can take up on the host; remember to make it less STORJ DAEMON STATUS: (In your command line) docker exec Storj storjshare status Optional Component: StorjStat is a free community made tool for monitoring your Storj farming node(s), the tool gives you both real-time and historical analysis. See storjstat.com and calxibe/StorjMonitor for more information. The StorjStat API is optionally supported by using the STORJ_MONITOR_API_KEY environment variable when starting the storjshare-cli Docker container.

StorjMonitor's Icon

Storj daemon + CLI; multiple-node in template support; Storjstat.com monitor installed. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Storj is a Crypto-asset and P2P cloud storage service. This Docker runs the back-end client for Storj allowing internet users to rent their disk space and earn STORJ an Ethereum asset. The template author makes no guarantee that STORJ or ETH will retain, or increase in fiat value. SETUP REQUIREMENTS: 1. TCP port 4000 open on host. 2. Path on host for Storj data to sit. IE: make a user share, /mnt/user/storj 3. Your Ethereum-based wallet address. 4. The max allowed space STORJ can take up on the host; remember to make it less 5. DDNS or DNS address. OPTIONAL REQUIREMENTS: 1. Storjstat.com API-Key 2. Additional network ports, if running multiple nodes. By default it increments from 4000. IE 4001, 4002, 4003++, and so on. STORJ DAEMON STATUS: (In your command line) docker exec StorjMonitor storjshare status

supervisor-lite's Icon

supervisor-lite

Cloud, Crypto Currency

A tool for ScPrime Storage Providers to set an arbitrary price and have the price auto-adjust an amount around that price. It also provides auto-reannouncement of the host address when IP address changes. Note: The setup instructions below will work with an ScPrime docker container named scprime (case sensitive) using the default SPD Hosting Port 4282. Other configurations will require editing Post Arguments (edit this template in Advanced View): https://docs.scpri.me/storageproviderindex/linux-supervisor-lite-installation-guide Pre-Installation Setup: Create a custom (user-defined) docker network, ex. scprime: Open the Unraid terminal and enter: docker network create scprime Edit your ScPrime Xa-Miner (Basic version) container template: Under Network Type, choose custom : scprime Create an API Password (you'll need this later) Apply changes to the ScPrime container template Setup Supervisor-Lite: Edit this Supervisor-Lite container template: Under Network Type, choose custom : scprime Enter in the API Password from the ScPrime container template Apply changes to the Supervisor-Lite template Join the Discord for Help (Recommended): https://discord.gg/scprime Support can be found in Discord: #support-diy

syncthing's Icon

Syncthing(https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.

ubooquity's Icon

Ubooquity(https://vaemendis.net/ubooquity/) is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.

Unraid-Cloudflared-Tunnel's Icon

Unraid-Cloudflared-Tunnel

Cloud, Tools / UtilitiesUtilities

Simple cloudflared docker container for Unraid. Simply add your token from cloudflare dashboard as a variable and your done. There are advanced environement variables that can be set. The default values in these fields are what cloudflared will use by default if they are not set. There is more environement variables that can be added but will need a value entered or other configuration to use so I have removed them from the template. They can be seen on the github readme or the cloudflared docs. Cloudflared Docs: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/ https://hub.docker.com/r/cloudflare/cloudflared https://github.com/cloudflare/cloudflared Github: https://github.com/AriaGomes/Unraid-Cloudflared-Tunnel DockerHub: https://hub.docker.com/r/figro/unraid-cloudflared-tunnel Discord: Figro#4064

Vector's Icon

Vector is a high-performance, end-to-end (agent & aggregator) observability data pipeline that puts you in control of your observability data. Collect, transform, and route all your logs, metrics, and traces to any vendors you want today and any other vendors you may want tomorrow. Vector enables dramatic cost reduction, novel data enrichment, and data security where you need it, not where it is most convenient for your vendors. Additionally, it is open source and up to 10x faster than every alternative in the space.

WebDAV's Icon

WebDAV

Cloud

Very simple WebDAV server based on SabreDav and NGINX as the webserver. This should work with Windows Explorer as the client.

whoogle-search's Icon

whoogle-search beta

FoxxMD's Repository

Cloud, Network ServicesWeb

Get Google search results, but without any ads, javascript, AMP links, cookies, or IP address tracking. Also includes a dark mode. Refer to the project page for additional configuration and usage https://github.com/benbusby/whoogle-search

wikijs's Icon

wikijs beta

Cloud, Productivity

A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown

wikijs's Icon

Wikijs(https://github.com/Requarks/wiki) A modern, lightweight and powerful wiki app built on NodeJS.

xbackbone's Icon

Container for XBackBone, a simple and lightweight ShareX PHP backend -e URL This will specify the app url, slashes need to be escaped like this -e URL=http://127.0.0.1 Permissions The folder on host system need to have both UID and GID 1000 Example mkdir -p /mnt/user/appdata/xbb/storage mkdir -p /mnt/user/appdata/xbb/database mkdir -p /mnt/user/appdata/xbb/logs chown -R 1000:1000 /mnt/user/appdata/xbb

Zipline's Icon

A file upload server (ShareX/Flameshot) that is easy to use, packed with features, and easy to setup! This Unraid configuration is setup and ready to deploy and use instantly, the only configuration necessary is providing your PostgreSQL credentials as a connection string. An external PostgreSQL (14 or higher) database is required! Once the container has started you can visit Zipline's webUI (default port 8092), the default login credentials are: Username: administrator Password: password For advanced configuration, expand the settings when creating the container. Additionally, see a full list of available environment variables in the documentation: (https://zipline.diced.sh/docs/config)