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.
The Hailo RT (Real-Time) is a specialized AI processor designed to deliver high-performance and efficient edge computing capabilities. It excels in performing real-time AI inference tasks, making it ideal for applications such as video analytics, autonomous vehicles, and industrial IoT.
This plugin provides the necessary drivers to leverage the Hailo RT processor, enhancing the performance and efficiency of AI-driven edge computing tasks on supported hardware.
This plugin also contains the binary 'hailostatus' to display various device statistics which is based on this repository: https://github.com/ssttevee/zig-hailo
Alpine-based Docker image for Hastebin, the node.js paste service
Haste is an open-source pastebin software written in node.js, which is easily installable in any network.
It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores.
A publicly available version can be found at hastebin.com
This Plugin gives you the ability to Manage your Headscale Docker Container from within your Unraid WebUI.
Note: This plugin supports both Local mode (through docker exec) and API mode (through the API), please visit the settings if you are planing to use the plugin in API mode.
Homebox is the inventory and organization system built for the Home User! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs
Homechart is a productivity application to manage your household data--budgets, tasks, recipes, and more. Homechart can run in your browser or on your Android and iOS devices via an app.
Requires POSTGRESQL 15 database to be set up
All data is stored in database
A beautiful, modern web interface for managing your home lab Docker containers. Homelabarr makes it easy to deploy and manage self-hosted applications with just a few clicks.
This is the backend component of the Homelabarr stack. It is designed to be used in conjunction with the Homelabarr frontend.
A beautiful, modern web interface for managing your home lab Docker containers. Homelabarr makes it easy to deploy and manage self-hosted applications with just a few clicks.
This is the frontend component of the Homelabarr stack. It is designed to be used in conjunction with the Homelabarr backend.
A custom API proxy service designed to work with Homepage to display recent media from Tautulli in a formatted way. This service provides endpoints for recently added TV shows and movies from your Plex server via Tautulli.
This Plugin enables/disables HBA mode on some HP Smart Array controllers and installs the tool 'hpsahba'.
As mentioned in the Github Repo: CAUTION: This tool will destroy your data and may damage your hardware!
For further information go to the source Github repository: https://github.com/im-0/hpsahba.
Warning, this "workaround" comes with a few downsides:
- You have to set the controller type to SAT to get temperature readings.
- TRIM might now work (needs further testing).
Tested on following hardware so far:
HP Smart Array P410i
HP Smart Array P420i Firmware Version 6.0
HP Smart Array P812
Hewlett-Packard Company Smart Array G6 controllers / P410 (PCI ID: 103c:323a, board ID: 0x3243103c, firmware: 6.64)
Hewlett-Packard Company Smart Array G6 controllers / P212 (PCI ID: 103c:323a, board ID: 0x3241103c, firmware: 6.64)
A third-party, open-source ProtonMail bridge.
Hydroxide supports CardDAV, IMAP, and SMTP protocols.
Key Features:
No GUI, only CLI
Standards-compliant (not optimized for Microsoft Outlook)
Fully open-source
What is Hydroxide?
Hydroxide is a server that translates standard protocols (SMTP, IMAP, CardDAV) into ProtonMail API requests. It allows you to use your favorite email clients (like Apple Mail or Thunderbird) or tools like git-send-email with ProtonMail.
Commands:
auth username Login to ProtonMail via hydroxide
carddav Run hydroxide as a CardDAV server
export-secret-keys username Export secret keys
imap Run hydroxide as an IMAP server
import-messages username Import messages
export-messages username Export messages
sendmail username -- args... sendmail(1) interface
serve Run all servers
smtp Run hydroxide as an SMTP server
status View hydroxide status
Global options:
-debug
Enable debug logs
-api-endpoint url
ProtonMail API endpoint
-app-version version
ProtonMail application version
-smtp-host example.com
Allowed SMTP email hostname on which hydroxide listens, defaults to 127.0.0.1
-imap-host example.com
Allowed IMAP email hostname on which hydroxide listens, defaults to 127.0.0.1
-carddav-host example.com
Allowed SMTP email hostname on which hydroxide listens, defaults to 127.0.0.1
-smtp-port example.com
SMTP port on which hydroxide listens, defaults to 1025
-imap-port example.com
IMAP port on which hydroxide listens, defaults to 1143
-carddav-port example.com
CardDAV port on which hydroxide listens, defaults to 8080
-disable-imap
Disable IMAP for hydroxide serve
-disable-smtp
Disable SMTP for hydroxide serve
-disable-carddav
Disable CardDAV for hydroxide serve
-tls-cert /path/to/cert.pem
Path to the certificate to use for incoming connections (Optional)
-tls-key /path/to/key.pem
Path to the certificate key to use for incoming connections (Optional)
-tls-client-ca /path/to/ca.pem
If set, clients must provide a certificate signed by the given CA (Optional)
This Docker container runs ImgBurn client via WINE, so that you can back up your optical disks with the separation and portability capabilities of Docker on Linux.
It runs Imgburn and starts a virtual X server and a VNC server with Web GUI, so that you can interact with it.
This container needs additional installation steps after running the docker, which can be found here: https://github.com/JWolvers/imgburn-wine-container/?tab=readme-ov-file#installation
A fast and secure standalone server for resizing, processing, and converting images.
Additional configuration available via environment variables: https://docs.imgproxy.net/configuration/options
Immich Upload Optimizer is a proxy designed to be placed in front of the Immich server. It intercepts file uploads and uses an external CLI program (by default JPEG-XL, Caesium and HandBrake) to optimize, resize, or compress images and videos before they are stored on the Immich server. This helps save storage space on the Immich server by reducing the size of uploaded files.
Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server.
Environment Variables:
ICS_USERNAME - Username for caldav server
ICS_PASSWORD - Password for caldav server
ICS_URL - URL to the caldav server
CRONTAB_SCHEDULE - crontab time string, eg. "0 0 * * *"
TZ - Timezone eg. "America/Chicago"
creates a calendar_download_map.py file in the config path. The dictionary contained within uses calendar name as key, and URL to ics as value.
Will download the ics file at the given URL and load its contents into the given calendar name, creating it if it doesnt exist.
If ics file is not from a download, you can put the file in the /config/ical_export forlder with calendar_name.ics as the filename.
Again, when run the script will import the ics file into calendar_name, creating it if it doesnt exist.