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. 


4get's Icon

4get is a proxy search engine that really respects your privacy. Rotating proxies on a per-scraper basis Search filters, which SearxNG lacks for the most part Bot protection that actually filters out the bots (when configured) Interface doesn't require javascript Favicon fetcher with caching support & image proxy Bunch of other stuff tl;dr the best way to actually browse for stuff. (I've just adapted it a little so that it requires only one volume mapping, for unraid.) If you want to custom the banner, replace it by yours in the /mnt/user/appdata/4get/banner folder. Ideally, a 400x100p png.

Active Directory Extras beta

dlandon

Network ServicesOther, Plugins

This plugin adds a tab to the SMB settings pge to make a few adjustments to the Active Directory settings of Samba. Caution: When you change the backend database, your permissions will all be lost and have to be re-entered.

AdGuard-Home's Icon

AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it’ll cover ALL your home devices, and you don’t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.

Agate's Icon

Agate is a server for the Gemini network protocol, built with the Rust programming language. Agate has very few features, and can only serve static files. It uses async I/O, and should be quite efficient even when running on low-end hardware and serving many concurrent requests.

Agent-DVR's Icon

Agent DVR (next gen version of iSpy) is a super advanced video surveillance platform Supports multiple camera types, sensor types, recordings and alerts Agent DVR is the only DVR solution that doesn’t need port forwarding. That means no fiddly router setup or network security compromise for remote access. UI works on all modern devices from phones to tablets and desktops.

aiyabot's Icon

A docker bot for interacting with Stable Diffusion AI to generate images Compatible with AUTOMATIC1111's Stable Diffusion web UI or SD.Next, provides these features through Discord commands: * text2image * image2image * prompt from image * generate prompts from text * upscale image * image identification (metadata query) Settings for generation are configurable per channel: * Model to generate with * Width/Height * Extra nets (lora, hypernet) * Prompt/Negative prompt * Batch generation settings * highres fix/face restore/VAE * strength/guidance(cfg)/clip skip/styles * mark as spoiler

AList's Icon

A file list program that supports multiple storage, and supports web browsing and webdav, powered by gin and React. English documents are translated using Google.You can click the Edit this page button below to help improve the translation Important: Initial password in the log.

amongusdiscord's Icon

Discord Bot to harness Among Us game data, and automatically mute/unmute players during the course of the game! Works in conjunction with amonguscapture This program is in Beta. While we are confident about the basic functionality, there will still be issues or pecularities with how the program functions! We are actively working to resolve these issues! Have any questions, concerns, bug reports, or just want to chat? Join the discord at https://discord.gg/ZkqZSWF! unRAID template by Argash Updates: 2020-10-20 - Updated template with new environment variables rework in bot version 2.4.0

Anope's Icon

Anope is a set of IRC Services designed for flexibility and ease of use. This container is configured by default to work with InspIRCd - fill out the required variables and start the container (also click on 'Show more settings' on the template page of InspIRCd to configure it for the Anope Services). WARNING: If you change a variable here it has no effect to the configuration - the configuration file is only changed on the first start of the container. If you made a mistake at the first start go to your the '/anope/conf' directory in your appdata folder and delete the file 'services.conf' after a restart of the container the values will be written again).

Apache-PHP's Icon

Apache-PHP

Network ServicesWeb

Apache based web server with basic PHP web server capabilities with the addition of php5-gd, php5-sqlite, php5-intl Directions: /config : this path is used to store the configuration and the SSL certs files of the reverse proxy. /web : this path is the web directory /web/adminer : adminer path inside the web directory /logs : this path is the logs directory I have added custom Crontab functionality.To enable Cron jobs, edit the file crons.conf in folder /config. Add as many tasks as you need, save the file, and restart the container.

ApacheGuacamole's Icon

Apache GuacamoleApache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC and RDP. Directions: Be sure to change the Host port from 8080 to something else as 8080 is quite a common port. /config : this path is where Apache Guacamole will store it's properties files, extensions, and the database which contains data for users and connections. Initial username and password are guacadmin

ApacheGuacamoleNoMariaDB's Icon

ApacheGuacamoleNoMariaDB

Taddeusz' Repository

Network ServicesManagement, Other

Apache GuacamoleApache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC and RDP. Note: This version comes without MariaDB and requires some external database source or to use the default authentication. Directions: Be sure to change the Host port from 8080 to something else as 8080 is quite a common port. /config : this path is where Apache Guacamole will store it's properties files, extensions, and the database which contains data for users and connections. Initial username and password are guacadmin

Avahi's Icon

Avahi - Zero Config - Mdns Used to Reflect mDNS broadcasts between networks You can also connect to a VLAN on a physical interface by suffixing the parent with . and the VLAN ID (e.g. --opt parent=eno1.123 for VLAN 123 on the eno1 interface. The sub-interface does not need to exist before running the command to create the network as the driver will automatically create this. so use Advance Togle > Extra Parmenter and add --opt parent=eno1.123 Remember this interface is what's the console of the docker sees and "." Vlan Number... Docker image for the Avahi mDNS/DNS-SD daemon. Built on Alpine Linux to make the image as small as possible. Highly configurable through environment variables to support most use cases which need an Avahi Daemon. Review avahi-daemon ManPages: https://linux.die.net/man/5/avahi-daemon.conf View table on https://github.com/flungo-docker/avahi ManPage Option | Docker Variable host-name | SERVER_HOST_NAME domain-name | SERVER_DOMAIN_NAME browse-domains | SERVER_BROWSE_DOMAINS use-ipv4 | SERVER_USE_IPV4 use-ipv6 | SERVER_USE_IPV6 allow-interfaces | SERVER_ALLOW_INTERFACES deny-interfaces | SERVER_DENY_INTERFACES check-response-ttl | SERVER_CHECK_RESPONSE_TTL use-iff-running | SERVER_USE_IFF_RUNNING enable-dbus | SERVER_ENABLE_DBUS disallow-other-stacks | SERVER_DISALLOW_OTHER_STACKS allow-point-to-point | SERVER_ALLOW_POINT_TO_POINT cache-entries-max | SERVER_CACHE_ENTRIES_MAX clients-max | SERVER_CLIENTS_MAX objects-per-client-max | SERVER_OBJECTS_PER_CLIENT_MAX entries-per-entry-group-max | SERVER_ENTRIES_PER_ENTRY_GROUP_MAX ratelimit-interval-usec | SERVER_RATELIMIT_INTERVAL_USEC ratelimit-burst | SERVER_RATELIMIT_BURST ManPage Option | Docker Variable enable-wide-area | WIDE_AREA_ENABLE_WIDE_AREA ManPage Option | Docker Variable disable-publishing | PUBLISH_DISABLE_PUBLISHING disable-user-service-publishing | PUBLISH_DISABLE_USER_SERVICE_PUBLISHING add-service-cookie | PUBLISH_ADD_SERVICE_COOKIE publish-addresses | PUBLISH_PUBLISH_ADDRESSES publish-hinfo | PUBLISH_PUBLISH_HINFO publish-workstation | PUBLISH_PUBLISH_WORKSTATION publish-domain | PUBLISH_PUBLISH_DOMAIN publish-dns-servers | PUBLISH_PUBLISH_DNS_SERVERS publish-resolv-conf-dns-servers | PUBLISH_PUBLISH_RESOLV_CONF_DNS_SERVERS publish-aaaa-on-ipv4 | PUBLISH_PUBLISH_AAAA_ON_IPV4 publish-a-on-ipv6 | PUBLISH_PUBLISH_A_ON_IPV6 ManPage Option | Docker Variable enable-reflector | REFLECTOR_ENABLE_REFLECTOR reflect-ipv | REFLECTOR_REFLECT_IPV reflect-filters | REFLECTOR_REFLECT_FILTERS ManPage Option | Docker Variable rlimit-as | RLIMITS_RLIMIT_AS rlimit-core | RLIMITS_RLIMIT_CORE rlimit-data | RLIMITS_RLIMIT_DATA rlimit-fsize | RLIMITS_RLIMIT_FSIZE rlimit-nofile | RLIMITS_RLIMIT_NOFILE rlimit-stack | RLIMITS_RLIMIT_STACK rlimit-nproc | RLIMITS_RLIMIT_NPROC

Backblaze_Personal_Backup's Icon

This Docker container runs the Backblaze personal backup client via WINE, so that you can back up your files with the separation and portability capabilities of Docker on Linux. It runs the Backblaze client 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/JonathanTreffler/backblaze-personal-wine-container#installation

backuppc's Icon

backuppc

Backup, Network ServicesWeb

BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.

Bender's Icon

A link dashboard that can be managed without any code. Ideal for service listings on your server. Heavily inspired by Homer dashboard and aims to provide the same functionality with one major change, No yaml required! All links can be managed via the UI including dragging and dropping your links to re-order or change groups. New pages and links can be added via the UI, as can global settings such as the app title, icon and theme. Author: Jeremy Graham https://jez.me/

Bind9's Icon

Bind9

Network Services

Bind9 nameserver with Webmin WebUI. Simple lightweight DNS for local network. Default WebUI username is: admin and password: difficult You can change password by docker variables.

binhex-nginx's Icon

binhex-nginx

Network ServicesWeb

NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers.

binhex-official-pihole's Icon

binhex-official-pihole

Network ServicesOther, Other

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. It is designed for low-power embedded devices with network capability, such as the Raspberry Pi, but can be installed on almost any Linux machine. Pi-hole has the ability to block traditional website advertisements as well as advertisements in unconventional places, such as smart TVs and mobile operating system advertisements.

binhex-teamspeak's Icon

binhex-teamspeak

Network ServicesVOIP

TeamSpeak is proprietary voice-over-Internet Protocol (VoIP) software that allows computer users to speak on a chat channel with fellow computer users, much like a telephone conference call. A TeamSpeak user will often wear a headset with an integrated microphone. Users use the TeamSpeak client software to connect to a TeamSpeak server of their choice, from there they can join chat channels and discuss things.

bitcoind's Icon

Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. To let other nodes in the network find your node, ensure port 8333 is forwarded from your router to the P2P port set below. To customize all settings, create a file called bitcoin.conf in the data directory. Refer to https://github.com/bitcoin/bitcoin/blob/master/share/examples/bitcoin.conf for examples of settings you may apply.