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.
Contains the command-line client for Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network. Extensive documentation can be found in the Argo Tunnel section of the Cloudflare Docs.
Instructions for installation can be found at https://github.com/aeleos/cloudflared
WireGuard VPN, Privoxy and Unbound built-in! Update your Cloudflare A/AAAA records with your dynamic IP, turning Cloudflare into a Dynamic DNS service.
Self-hosted file management and sharing system, supports multiple storage providers
==========IMPORTANT==========
The default user and pass in the console log.
Code-server(https://coder.com) is VS Code running on a remote server, accessible through the browser.
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
- If you have a Windows or Mac workstation, more easily develop for Linux.
- Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.
- Preserve battery life when you're on the go.
- All intensive computation runs on your server.
- You're no longer running excess instances of Chrome.
Fast, free, self-hosted Artificial Intelligence Server for any platform, any language.
CodeProject.AI Server is a locally installed, self-hosted, fast, free and Open Source Artificial Intelligence server for any platform, any language. No off-device or out of network data transfer, no messing around with dependencies, and able to be used from any platform, any language. Runs as a Windows Service or a Docker container.
It may take some time to install as the image takes up a few GB of space!
One among many examples of use: it can be easily integrated in AgentDVR Video Surveillance Software for face or object recognition.
Fast, free, self-hosted Artificial Intelligence Server for any platform, any language.
CodeProject.AI Server is a locally installed, self-hosted, fast, free and Open Source Artificial Intelligence server for any platform, any language. No off-device or out of network data transfer, no messing around with dependencies, and able to be used from any platform, any language. Runs as a Windows Service or a Docker container.
The Docker GPU version is specific to nVidia's CUDA enabled cards with compute capability >= 6.0
It may take some time to install as the image takes up a few GB of space!
One among many examples of use: it can be easily integrated in AgentDVR Video Surveillance Software for face or object recognition.
CodeX Docs is a simple free application for your internal, public or personal docs. It's based on Editor.js which is allowing to work with content with a nice and clean UI.
Demo: https://docs-demo.codex.so/about-this-demo
Notice: You have to create a docs-config.local.yaml before you install the container!
Leave empty to get the deafult config.
Example config: https://github.com/codex-team/codex.docs/blob/main/docs-config.yaml
Updated to not use domain enviroment variable
Collabora/Code Online Development Edition - an awesome, Online Office suite image suitable for home use. You can use Collabora/Code for your Nextcloud an edit your Office Documents Online!
This Docker will download and install SteamCMD. It will also install Colony Survival and run it.
CONSOLE: To connect to the console open up a terminal and type in: 'docker exec -u steam -ti NAMEOFYOURCONTAINER screen -xS ColonySurvival' (without quotes),
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!
ComfyUI WebUI Dockerfile with Nvidia support, built from the latest official ComfyUI GitHub release.
Install ComfyUI Manager to simplify integration of additional custom nodes.
The tool will create some folders inside the "run directory", among which: HF, ComfyUI and venv
All those folders will be created with the WANTED_UID and WANTED_GID parameters (by default using Unraid's default of 99:100) allowing the end-user to place directly into the folders their checkpoints, unet, lora and other required models.
The container comes with no weights/models; you need to obtain those and install them in the proper directories under the mount you have selected for the "run directory".
Output files will be placed into the ComfyUI/output folder within that "run directory".
Please see https://github.com/mmartial/ComfyUI-Nvidia-Docker for further details.
In particular, details about "First time use" (and the "bottle" workflow), noting that Unraid's default YOUR_RUN_DIRECTORY is /mnt/user/appdata/comfyui-nvidia/mnt
Note:
- The container requires the Nvidia Driver plugin to be installed on your Unraid server.
- This is a WebUI for the ComfyUI Stable Diffusion tool with a Docker image of over 5GB.
- The container will take a while to start up, as it needs to download the ComfyUI Stable Diffusion tool and install its dependencies, usually adding another 5GB of downloaded content in the venv folder
- The original Docker image is from Nvidia, as such it is governed by the NVIDIA Deep Learning Container License.
ComiXed is a digital comic library management tool.
Its underlying goal is to enable users to manage the contents of their library and to access that library from any device that supports OPDS.
(Exert from comixed Wiki. Accessed 08.11.2021 (https://github.com/comixed/comixed/wiki))
Read this!
Readme:
https://github.com/comixed/comixed/blob/master/README.md
Quickstart:
https://github.com/comixed/comixed/blob/master/QUICKSTART.md
After container start wait a bit, as it has a bit of Overhead.
Default accounts are to be found in the Quickstart entry.
The Docker is currently a bit buggy. Be sure to update the root library location to /library and add an ComicVine api key under Administration -> Configuration before adding any comics.
Access to opds:
(ServerIP):(DockerPort)/opds
Unofficial image of Bitfocus companion, update to latest stable once a month.
Bitfocus Companion enables the reasonably priced Elgato Streamdeck to be a professional shotbox surface for an increasing amount of different presentation switchers, video playback software and broadcast equipment.
You don't need an actual stream deck to use it. Companion both comes with a builtin stream deck emulator, a webpage for touch screens and the ability to trigger buttons via OSC, TCP, UDP, HTTP, WebSocket and ArtNet. It does the same job, just without the buttons.
CompreFace (CPU) is a leading free and open-source face recognition system
You can choose between different Builds
FaceNet(default), (compreface:0.6.1) - For general purposes. Support CPU without AVX2
Arcface-R100, (compreface:0.6.1-arcface-r100) - The most accurate model, but the most slowest
MobileNet, (compreface:0.6.1-mobilenet) - The fastest model among CPU only models
More Infos: https://github.com/exadel-inc/CompreFace/blob/master/custom-builds/README.md
Database
by default this App install a PostgresSQL Server. The Data are stored in the given Appdata Folder.
If you allready have your own Postgres Server running, you can setup a external Server.
1. Click on "Show more settings"
2. Enter the Username and URL of your PostgresSQL Server. Note: The User has to be SuperUser Rights
3. Set the Variable EXTERNAL_DB to "True"
The URL should look like this:
jdbc:postgresql://IP:PORT/DATABASENAME
like:
jdbc:postgresql://192.168.1.254:5432/compreface
CompreFace is a leading free and open-source face recognition system
1. Install Unraid Nvidia Plugin (available in the community apps store): https://forums.unraid.net/topic/98978-plugin-nvidia-driver/
2. You can choose from different GPU Builds:
Arcface-R100-GPU, (compreface:0.6.1-arcface-r100-gpu) - The most accurate model
MobileNet-GPU, (compreface:0.6.1-mobilenet-gpu) - The fastest model
More Infos: https://github.com/exadel-inc/CompreFace/blob/master/custom-builds/README.md
Database Configuration
by default this App install a PostgresSQL Server. The Data are stored in the given Appdata Folder.
If you allready have your own Postgres Server running, you can setup a external Server.
1. Click on "Show more settings"
2. Enter the Username and URL of your PostgresSQL Server. Note: The User has to be SuperUser Rights
3. Set the Variable EXTERNAL_DB to "True"
The URL should look like this:
jdbc:postgresql://IP:PORT/DATABASENAME
like:
jdbc:postgresql://192.168.1.254:5432/compreface
Compressarr is an application to take a filtered set of media from Radarr or (eventually) Sonarr and process it with customisable FFmpeg presets. It will even attempt to find the best settings for each video.
The default version is the Alpine version supporting limited Intel hardware support. For Nvidia Cuda encoding use the Nvidia (tag) version which is 1.4GB using the Ubuntu Core.
This Docker will download and install SteamCMD. It will also install Conan Exiles and run it.
Servername: 'Docker ConanExiles' Password: 'Docker' rconPassword: 'adminDocker'
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!
A simple self-contained Rust-based Matrix server. Fully configurable with Environment Variables! (Beta)
Check Support Thread for NGINX conf.
Conduit is Beta, meaning you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.
Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes.
Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases.
CA Config Editor is a simple file editor for advanced users that will allow you to edit within your browser any of unRaid's configuration files (or any file on your server - useful for easily editing application's appdata config files without utilizing the command prompt)
Keep your Unraid configuration files synced with Mega.nz
/boot/config/ volume is by default mounted as read-only to avoid data loss.
PLEASE USE WITH CAUTION!!
A powerful configuration and synchronization tool designed specifically for Sonarr v4 and Radarr v5. It streamlines the process of managing custom formats and quality profiles by automatically synchronizing settings from TRaSH Guides while supporting additional customizations.
Puts Docker Containers to sleep and wakes them back up when they're needed.
Written in Node.js, this application acts as a HTTP reverse proxy and stops Docker containers which haven't been accessed recently and starts them again when a new request comes in. ContainerNursery also makes sure there are no more active WebSocket connections before stopping the container.
To improve the user experience a loading page is presented, which automatically reloads when the containers webserver is ready.