By special request on the Unraid Discord: cure your bad habit of mistyping.
Community Apps
Browse our large and growing catalog of applications to run in your Unraid server.
steam-headless-secondary
Headless Steam Service (Secondary) This container relies on an existing working SteamHeadless running. Features: Run a second (or third or fourth) instance of steam on the Steam Headless desktop. All the same features as Steam Headless accessed through an existing Steam Headless container Notes: NETWORK TYPE: Each instance of this container should be run on a "Custom: br0" network and should be configured with a unique "Fixed IP address". RUNNING MULTIPLE INSTANCES: Only one instance of Steam Headless can play a game at any time. If you start a second Remote Play link, it wil hijack the virtual monitor, and all input devices from the first one. STORAGE PATHS: Everything that you wish to save in this container should be stored in the home directory or a docker container mount that you have specified. All files that are store outside your home directory are not persistent and will be wiped if there is an update of the container or you change something in the template. GAMES LIBRARY: It is recommended that you mount your games library to /mnt/games/GameLibrary/SteamLibrary and configure Steam to add that path. NVIDIA GPU: To enable NVIDIA GPU support, ensure that you have installed the Nvidia-Driver plugin and add the "--runtime='nvidia'" parameter added to "Extra Parameters:" AMD GPU: To enable AMD GPU support, ensure that you have installed the Radeon-TOP plugin. AMD OR INTEL HW ACCELERATED VIDEO ENCODING: To enable support for VAAPI HW Accelerated Video Encoding, add the "--device='/dev/dri'" parameter added to "Extra Parameters:"
steamos
SteamOS(https://www.steamdeck.com/) is an Arch based Linux distribution made by Valve Software. This container is a vanilla Arch install with Steam repositories added for software support. This container will only work with modern AMD/Intel GPUs on a real Linux Host
StirlingPDF
Media Applications, Books, Other, Productivity, Tools / Utilities, Utilities
Stirling PDF (S-PDF) SPDF is a locally hosted web application that allows you to perform various operations on PDF files, such as merging, splitting and converting PDFs and more advanced features like OCR and compression Additional unraid docker settings in advanced section if required The majority of variable settings override any settings in /configs/settings.yml You can edit setting there instead of using docker variables if you want (You would need to remove them from docker to avoid override)
Stoneblock-3
Docker Container for FTB Presents Stoneblock 3 Minecraft Modpack The docker on first run will download the same version as tagged of FTB Presents Stoneblock 3 and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish. After the first run it will simply start the server.
Stoneblock2
FTB Presents Stoneblock 2 Modded Minecraft ServerFTB Presents Stoneblock 2The Stoneblock you like, now just even better then before! New mods, new dimensions, and new bosses! Version tags available: - 1.23.0 - 1.22.0 - 1.21.1Setup:You must accept the EULA by setting the EULA variable to true or the install will fail.Optional:You can setup a comma separated list of players who will have admin privileges in game by setting OPS
Stoneblock3
FTB StoneBlock 3 Modded Minecraft ServerFTB StoneBlock 3In a world surrounded by stone, build yourself a subterranean kingdom that really rocks! Use magic and technology to forge your realm to your designs.Version tags available: - 1.11.1 - 1.11.0 - 1.10.0 - 1.9.0 - 1.8.1 - 1.8.0 - 1.7.1 - 1.7.0 - 1.6.1 - 1.5.0 - 1.4.3 - 1.4.2 - 1.4.1 - 1.3.0 - 1.2.1 - 1.2.0 - 1.1.1 - 1.1.0 - 1.0.2 - 1.0.1 - 1.0.0Setup:You must accept the EULA by setting the EULA variable to true or the install will fail.Optional:You can setup a comma separated list of players who will have admin privileges in game by setting OPS
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
Cloud, Network Services, Other, Other, Tools / Utilities, Utilities
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
Cloud, Network Services, Other, Other, Tools / Utilities, Utilities
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
storm
Introducing Storm A slick remote interface for Deluge that fully supports mobile devices (including as a home-screen app) Some neccesary steps: You'll need a Deluge container running with a valid auth configuration as shown here: https://dev.deluge-torrent.org/wiki/UserGuide/Authentication Storm needs a way to contact the Deluge RPC daemon so it's best that you create a Docker network and attach the Storm container to that network. Once that's setup you'll need to configure Deluge to allow remote RPC connections: Open up core.conf in your Deluge configuration folder set "allow_remote": true Security By default, Storm does not authenticate requests made to the API. When serving Storm over the public internet you should ensure access to your Deluge daemon is properly secured. Storm comes with a simple built-in authentication mechanism which can be enabled with the environment variable STORM_API_KEY or the command-line option --api-key. Set this to a reasonably secure password. Any requests made to Storm must now provide the API key in the request. You should also seriously consider the use of HTTPS over the internet, with services like LetsEncrypt it's relatively easy to get a valid SSL certificate for free.
stremio
Media Applications, Video, Other, Media Servers, Video, Network Services, Web
This is an unRAID OS docker template for: stremio-docker -- created by tsaridas All due credit to the creator, tsaridas. GitHub Repo here: https://github.com/tsaridas/stremio-docker Additional credit to the creators of Stremio, found here for more info: https://www.stremio.com/ Description from tsardias' docker repo: "Stremio is a free application which lets you stream your favorite shows and movies. The Docker images in this repository bundle stremio-server, ffmpeg and web player for you, ready to use in a small Alpine image." unRAID TEMPLATE NOTE: I setup this template to create and run a docker container that will need almost zero further configuration required from the user. I simply carried over the settings that tsaridas provided for docker-compose and put them into this xml template for unRAID. If you are interested in different and/or more advanced/complicated setups, you can add your own ports, variables, and paths to this xml/template and follow tsaridas' instructions for docker-compose, simply interpreting them into the unRAID docker context. If you have any issues with this docker template, please don't bring them to tsaridas or stremio. They have nothing to do with this template or any bugs I may have introduced or issues specific to unRAID. If the issue is provably with the underlying stremio-server docker image, then gather that evidence and proceed. Thank you. For now, any issues with this template or any other templates I have created can be directed here: https://github.com/Unlearned6688/unraid-templates/issues If you create an issue, provide as much detail on what is happening, what you expect, your full setup, and other relevant info as possible. Thank you.
This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. It is fully automated and will create all the necessary files and passwords so that the server can sucessfully start and run. Please read all the discriptions from the Variables carefully and also look at the 'Show more settings' tab. ATTENTION: Please ignore the socket errors after the server startup if you don't have IPv6 enabled on your server.
Subs
Other, Productivity, Tools / Utilities, Utilities
A simplistic open-source subscription cost tracker
Subsistence beta
This Docker will download and install SteamCMD. It will also install Subsistence and run it. ATTENTION: First startup can take very long since it downloads the gameserver files and also installs dotnet45! First Start Notice: On First startup the container installs dotnet45 and it might seem that the container hangs but please be patient since the installation can take very long on some systems (5 minutes+). 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!
subversion beta
An SVN server instance. This container may require some manual intervention in the console and/or appdata repository files regarding authentication, follow the instructions from: https://medium.com/@elle.florio/the-svn-dockerization-84032e11d88d#.bafh3otmh
Subvert beta
Productivity, Tools / Utilities, Utilities
Generate subtitles, chapters, and summaries of videos in seconds with the help of OpenAI. Keep in mind, that the OpenAI API is not free!
SUIStartpage
Network Services, Web, Tools / Utilities, Utilities
SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well.
Sundtek-Drivers
Drivers, Plugins, Productivity, Tools / Utilities, System
This Plugin will install the Sundtek DVB Drivers to Unraid. Please visit the Plugin page after installing the plugin to configure your TVHeadend instance for use with this plugin.
Sunkenland
This Docker will download and install SteamCMD. It will also install a Sunkenland server and run it. **ATTENTION:** First startup can take a long time since it downloads the server files and installs the runtimes! Update Notice: Simply restart the container if a newer version of the game is available.
Sunshine
Cloud, Game Servers, Other, Productivity, Tools / Utilities, Utilities
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
super-productivity
Productivity, Tools / Utilities, Utilities
Organize your daily tasks in one place while making time tracking a lot less annoying. Super Productivity is a ToDo List / Time Tracker / Personal Jira Task Manager for Linux, MacOS and Windows aimed at reducing the time you spend with repetitive tasks and to provide you with a place to collect all the information you need to do your job. Apps available for Appstore and Playstore
superslicer-novnc
Home Automation, Productivity
Enjoy Superslicer 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/superslicer-novnc https://hub.docker.com/r/mikeah/superslicer-novnc
Superstreamer---API
Cloud, Media Applications, Music, Video, Media Servers, Music, Video, Other, Productivity, Tools / Utilities, Utilities
Superstreamer is here to make video delivery simple. Imagine having everything you need in one platform — starting with your raw video, Superstreamer helps you transcode it, package it into HLS playlists, and upload it to S3 with ease. You can even create custom playlists for each viewer, adding bumpers, ads, or filters on the fly.
Superstreamer---App
Cloud, Media Applications, Music, Video, Media Servers, Music, Video, Other, Productivity, Tools / Utilities, Utilities
Superstreamer is here to make video delivery simple. Imagine having everything you need in one platform — starting with your raw video, Superstreamer helps you transcode it, package it into HLS playlists, and upload it to S3 with ease. You can even create custom playlists for each viewer, adding bumpers, ads, or filters on the fly.
Superstreamer---Artisan
Cloud, Media Applications, Music, Video, Media Servers, Music, Video, Other, Productivity, Tools / Utilities, Utilities
Superstreamer is here to make video delivery simple. Imagine having everything you need in one platform — starting with your raw video, Superstreamer helps you transcode it, package it into HLS playlists, and upload it to S3 with ease. You can even create custom playlists for each viewer, adding bumpers, ads, or filters on the fly.
Superstreamer---Stitcher
Cloud, Media Applications, Music, Video, Media Servers, Music, Video, Other, Productivity, Tools / Utilities, Utilities
Superstreamer is here to make video delivery simple. Imagine having everything you need in one platform — starting with your raw video, Superstreamer helps you transcode it, package it into HLS playlists, and upload it to S3 with ease. You can even create custom playlists for each viewer, adding bumpers, ads, or filters on the fly.
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
surrealdb
Tools / Utilities, Utilities
SurrealDB makes building and scaling realtime apps dramatically quicker and easier. Get started by installing the server, and jump into our getting started guide to learn how to insert and query data in SurrealDB in minutes. To quickly test out SurrealDB and SurrealQL functionality, we've included demo dataset which you can download and import into your SurrealDB instance.
SurviveTheNights
This Docker will download and install SteamCMD. It will also install Survive The Nights and run it. ATTENTION: First Startup can take very long since it downloads the gameserver files! INITIAL SERVER PASSWORD: Docker 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!