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. 


Rickroll's Icon

Rickroll

Other

Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the container.

search-and-sort-movies's Icon

search-and-sort-movies

Other

This application will allow you to sort films and series. It will clean up the names and move them to the folder you want. Ex: /be_sorted/movie_sam_2020_to$http://sAm.EN-01.mkv => /movies/movie-sam-2020.mkv /be_sorted/serie_S1_e12_qWerTy_aZerty.mKv => /series/fringe/season-1/fringe-S01-E12.mkv Choose your Volumes : /be_sorted /movies /series

serge's Icon

serge

Other

Serge - LLaMa made easy A chat interface based on llama.cpp for running Alpaca models. Entirely self-hosted, no API keys needed. Fits on 4GB of RAM (depending on model) and runs on the CPU. Models can be downloaded from within the interface. A note on memory usage: llama will just crash if you don't have enough available memory for your model. 7B requires about 4.5GB of free RAM 13B requires about 12GB free 30B requires about 20GB free New models are regularly being added, check the project page for notes and requirements

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.

SillyTavern's Icon

SillyTavern

Other

Anything but localhost is blocked by default To allow more than one connection other than locahost: 1. rightclick on SillyTavern and open console (not unraid console) 2. type vi ./config/config.yaml to edit the config file 3. press insert and add your IP to the whitelist 4. press esc then type :wq 5. restart the container

Socials's Icon

Socials

Other

Description Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, compiled.social and linktr.ee, but open-source and built on Next.js. Your url is http://exemple.com/(user) where user.json is the file containing the info OR you can create a default.json. There is mine running at socials.dkil.ca Configuration /app/people This is where the json files containing someone's socials will be stored. You can see the layout and info on Github.

Spoolman's Icon

Keep track of your inventory of 3D-printer filament spools. Spoolman is a web service that helps you keep track of your filament spools and how they are being used. It acts as a database, where other printer software such as Octoprint and Moonraker can interact with to have a centralized place for spool information. For example, if used together with Moonraker, your spool weight will automatically be reduced as your print is progressing. For more container variables visit the official github repo https://github.com/Donkie/Spoolman#using-docker

starbase's Icon

A nice looking homepage for Docker containers or any services and links. Create a config.json file in the app data location, then copy and paste the following from https://github.com/notclickable-jordan/starbase-80/blob/main/config.json.sample Modify per your requirements

Starbound-GOG-Server's Icon

Starbound-GOG-Server beta

Other

Docker container to run a GOG Starbound Server.

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

Sunshine's Icon

A self-hosted game stream host for Moonlight. You can connect to Sunshine from any Moonlight client on a variety of devices. See documentation for further configuration: https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/docker.html

tar1090's Icon

tar1090

Other

Multi-arch tar1090 container for visualising ADSB data.

TeamCity-BuildAgent's Icon

TeamCity-BuildAgent

Josh.5's Repository

Other, Productivity

This is an official JetBrains TeamCity build agent image. The TeamCity build agent connects to the TeamCity server and spawns the actual build processes. You can use the jetbrains/teamcity-server image to run a TeamCity server. This image adds a TeamCity agent suitable for Java development. It is based on jetbrains/teamcity-minimal-agent but gives you more benefits, e.g. client-side checkout if you use 'git' or 'mercurial' more bundled build tools 'docker-in-docker' on Linux