Skip to content

rorar/unraid-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unraid Docker Templates

License: MIT Unraid Community Applications GitHub repo size Contributors Last commit

Docker container templates for Unraid Community Applications.

Templates

Immich (Photo & Video Management)

GitHub stars Docker Pulls

Immich - High-performance self-hosted photo and video management with ML-powered search, face recognition, and automatic organization.

Template Description
immich-server.xml Main server (CPU-only)
immich-server-qsv-vaapi.xml Server with Intel QSV / AMD VAAPI transcoding
immich-server-nvenc.xml Server with NVIDIA NVENC transcoding
immich-machine-learning.xml Machine learning service (CPU)
immich-machine-learning-cuda.xml ML with NVIDIA CUDA
immich-machine-learning-rocm.xml ML with AMD ROCm
immich-machine-learning-openvino.xml ML with Intel OpenVINO
immich-vectorchord-db.xml PostgreSQL 18 with VectorChord + pgvector
immich-postgres-official.xml Official Immich PostgreSQL image
immich-valkey.xml Valkey (Redis-compatible) cache
immich-power-tools.xml Advanced library management UI

Setup Notes

New to Immich on Unraid? Check out the Immich Unraid Manual -- a complete step-by-step guide covering installation, GPU transcoding, storage layout, and troubleshooting. (Source)

  1. All Immich containers must be on the same Docker network (immich_internal)
  2. Storage is split: HDD (Array) for uploads/backups, SSD (Cache) for thumbnails/encoded video
  3. Create two Unraid shares before deploying: immich (Array) and immich-gen (Cache)

Documentation


Vibe Kanban

Docker Image Size Docker Pulls GitHub stars

Vibe Kanban - AI-first software development project management tool by BloopAI.

Template Description
vibe-kanban.xml Main container with AI-powered project management
vibe-kanban-cloud.xml Cloud edition with Docker-in-Docker (Postgres, ElectricSQL, Caddy)

Setup Notes

  1. vibe-kanban.xml runs on port 8085 by default
  2. vibe-kanban-cloud.xml requires Privileged mode for its internal Docker daemon

Documentation


Hermes Agent

License GitHub stars

Hermes Agent - A self-improving AI agent built by Nous Research with 40+ tools and multi-platform messaging.

Template Description
hermes-agent.xml Main container with messaging gateway, web dashboard, and all platform integrations

Supported Platforms

Matrix (E2EE), Telegram, Discord, Slack, WhatsApp, Email (IMAP/SMTP), Signal, SMS (Twilio), Home Assistant, Mattermost, and more.

Documentation


PhotoMigrator

License: GPL-3.0 GitHub stars Docker Pulls

PhotoMigrator - Migrate between photo services (Google Photos, Synology, Immich, NextCloud, Google Takeout) by Jaime Tur.

Template Description
photomigrator.xml Main container with web UI for photo service migration

Documentation


WGER (Fitness Tracker)

License: AGPL-3.0 GitHub stars

WGER - Self-hosted fitness tracker, workout logger and nutrition calculator.

Template Description
wger-server.xml Main WGER application server
wger-db.xml PostgreSQL database
wger-redis.xml Redis cache and Celery broker
wger-nginx.xml Nginx reverse proxy
wger-celery-worker.xml Celery background worker
wger-celery-beat.xml Celery beat scheduler
wger-celery-flower.xml Celery monitoring UI

Setup Notes

  1. All containers must be on the same Docker network (wger_network)
  2. Change the dummy SECRET_KEY and SIGNING_KEY in all containers before use

Documentation


Installation

Via Community Applications

  1. Go to Apps in your Unraid WebUI
  2. Search for the app name
  3. Click Install

Manual Repository

Add this repository manually:

  • Settings -> Docker -> Template Repositories
  • Add: https://raw.githubusercontent.com/rorar/unraid-templates/main/templates

License

MIT License -- See individual container images for their respective licenses.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors