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. 


Godaddy-ddns's Icon

Docker image to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the container.

GoldeneyeSourceServer's Icon

GoldeneyeSourceServer

Game Servers

This Docker will download and install SteamCMD. It will also install a Goldeneye Source 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.

google-cloud-storage-backup's Icon

google-cloud-storage-backup

vinid223's Repository

Backup, Cloud

A simple way to backup important files to Google Cloud Storage. Notes: Specific number version are tested versions including the latest tag. If you want to use a config file instead of the variables, please check the readme of the project on Github.

gossa's Icon

gossa

Cloud

🎶 a fast and simple multimedia fileserver

goStatic's Icon

goStatic

Network Services, Web

A really small static web server for Docker The goal My goal is to create to smallest docker container for my web static files. The advantage of Go is that you can generate a fully static binary, so that you don't need anything else.

gotenberg's Icon

gotenberg

Productivity

Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more! This template has been pre-configured for use with Paperless-ngx.

gotify's Icon

A simple server for sending and receiving messages.Default user/passwordUser: adminPassword: adminDownload config.ymlmkdir -p /mnt/user/appdata/gotify/configwget -O /mnt/user/appdata/gotify/config/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml

Gotify-On-Start's Icon

Gotify-On-Start

Tools / Utilities, Utilities

This is a simple container that sends a message when the container is started (needed this for a headless machine to know when I can connect or better speaking start up the VM's with WOL).

gotify-send's Icon

FR: ce container a pour mission de relayer des messages textuels vers un serveur Gotify de 2 façons possibles: 1 - En envoyant une requête http GET 2 - En écrivant dans un fichier dans un dossier surveillé EN: this container gives you opportunity to send textual messages to a Gotify server in 2 ways: 1 - By sending an http GET request 2 - By writing the message to a watchfolder 1 - HTTP Get exemple: curl http://192.168.1.40:4949/send/AyFvoYh7Z40JlZA/Message test for example &> /dev/null 192.168.1.40:4949 = ip and port using by this container AyFvoYh7Z40JlZA = token Gotify Message test for example = message 2 - Watchfolder echo "Message test for example" > /mnt/user/appdata/gotify-send/watch/AyFvoYh7Z40JlZA

gPodder's Icon

gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
 
 Configuration: 
 /config - Location of gPodder persistent config. 
 /downloads - Location of downloads. 
 PUID - set UserID 
 PGID - set GroupID 
 3000 - WebUI access 
 PASSWORD for setting a password for the gPodder WebUI #optional 

GPU Statistics's Icon

This plugin parses GPU statistic data from vendor specific utilities and displays a subset of them on the dashboard. From version 6.12 onwards can support multiple GPUs on the dashboard and supports multiple Intel GPUs iGPU and ARC.

Grafana-Image-Renderer's Icon

Grafana-Image-Renderer

Productivity

A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. Read Grafana Image Renderer documentation and see usage instructions at readme link. In order to use this as a plugin of your Grafana docker instance you must add this enviromental arguments to that container: - GF_RENDERING_SERVER_URL: http://renderer-ip:8081/render - GF_RENDERING_CALLBACK_URL: http://grafana-ip:3000/ Change the IP (and the ports) to suit your configuration.

Grafana-Unraid-Stack's Icon

Grafana-Unraid-Stack

Other, Productivity, Tools / Utilities, Utilities

Meet Gus! He has everything you need to start monitoring Unraid in style (Grafana - Influxdb - Telegraf - Loki - Promtail). NOTE: Grafana always requires some customisation to suit each exact system. Includes both GUS demo Dashboard and Ultimate UNRAID Dashboard v1.3 (UUD - https://forums.unraid.net/topic/96895-ultimate-unraid-dashboard-uud/). High-level instructions: (1) Decide whether you want hddtemp or S.M.A.R.T (smartmontools) and set USE_HDDTEMP variable accordingly. Hint: GUS and UUD both use S.M.A.R.T (2) Install docker with host network. (3) Go to ip:3006 to access grafana, login with admin/admin and customize away. For more detailed instructions, refer to the support thread (https://forums.unraid.net/topic/96233-support-testdasi-repo/) or project page (https://github.com/testdasi/grafana-unraid-stack).

GrafanaLoki's Icon

Loki: like Prometheus, but for logs. Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream. Download the local-config.yaml file from https://github.com/natcoso9955/unRAID-docker/blob/master/configs/loki/local-config.yaml before you start the container. Will need to be placed into your Host Path 1 directory.

GrafanaMimir's Icon

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus. NOTE: 1. Download the config.yml file from https://raw.githubusercontent.com/masterwishx/unraid-templates/main/configs/mimir/mimir.yaml before you start the container. Place into your Host Path 2. More Info: https://github.com/grafana/mimir/blob/main/docs/configurations/demo.yaml https://github.com/grafana/mimir/blob/main/docs/configurations/single-process-config-blocks.yaml Add to Prometheus: scrapes itself and writes those metrics to Grafana Mimir remote_write: - url: http://192.168.0.199:9009/api/v1/push Add Mimir Datasource in Grafana : http://192.168.0.199:9009/prometheus

GrafanaPromtail's Icon

Promtail is an agent which ships the contents of local logs to a private Loki instance or Grafana Cloud. It is usually deployed to every machine that has applications needed to be monitored. It primarily: Discovers targets Attaches labels to log streams Pushes them to the Loki instance. Currently, Promtail can tail logs from two sources: local log files and the systemd journal (on AMD64 machines only). Promtail supports receiving IETF Syslog (RFC5424) messages from a tcp stream: (https://github.com/grafana/loki/blob/v1.5.0/docs/clients/promtail/scraping.md#syslog-receiver) NOTE: Download the config.yml file from https://github.com/natcoso9955/unRAID-docker/blob/master/configs/promtail/config.yml before you start the container. Will need to be placed into your Host Path 1. More info: https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md

graph-node's Icon

graph-node

Crypto Currency, Other

The Graph is a protocol for building decentralized applications (dApps) quickly on Ethereum and IPFS using GraphQL. Graph Node is an open source Rust implementation that event sources the Ethereum blockchain to deterministically update a data store that can be queried via the GraphQL endpoint. For detailed instructions and more context, check out the Getting Started Guide.

grav's Icon

grav

Grav(https://github.com/getgrav/grav/) is a Fast, Simple, and Flexible, file-based Web-platform.

graylog's Icon

Official Graylog Docker image. For more variables see the Graylog configuration file: https://github.com/Graylog2/graylog2-server/blob/3.1/misc/graylog.conf and http://docs.graylog.org/en/stable/pages/configuration/server.conf.html The default root user is named 'admin' To create the SHA256 string run 'echo -n YOUR16CHARACTERPASSWORD | sha256sum'

Greed's Icon

A customizable, multilanguage Telegram shop bot with Telegram Payments support! Please refer to docs to learn how to activate it and how to use it. This container is not working by itself. Brief installing instructions: Donwload and run the container Edit the configuration file config.toml that was created in the config directory, adding your bot and payment tokens to it. Optional: customize the files in the strings folder for custom messages. Start the bot using the console of the container and the following command: python -OO core.py Open Telegram, and send a /start command to your bot to be automatically promoted to 💼 Manager. Stop the bot by pressing Ctrl+C. Restart the container.

GreenTunnel's Icon

GreenTunnel

Network Services, Privacy

GreenTunnel is a proxy server that bypasses DPI (Deep Packet Inspection) systems found in many ISPs (Internet Service Providers) which block access to certain websites.

GridcoinWalletGUI's Icon

Get some Gridcoins from Boinc and Folding@home work. This docker contains Gridcoin Wallet with GUI running on Ubuntu. You can access the wallet via VNC and NoVNC. Check the project page for more info about Gridcoin

grimoire's Icon

grimoire

Productivity

Unleash your inner sorcerer and conquer the chaos of bookmarks! Access admin Login by Adding /admin Path in URL https://grimoire.pro/docs/getting-started/admin-panel Please Run the below in Unraid CLI after installing pocketbase git clone https://github.com/goniszewski/grimoire.git mv grimoire/pb_migrations/* /mnt/user/appdata/pocketbase/pb_migrations/ rm -rf grimoire docker stop pocketbase docker start pocketbase Admin Username and Password is the one in pocketbase