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. 


nextcloud-aio-mastercontainer's Icon

nextcloud-aio-mastercontainer

Cloud

The official Nextcloud installation method. Nextcloud AIO provides easy deployment and maintenance with most features included in this one Nextcloud instance. Included are... Nextcloud High performance backend for Nextcloud Files Nextcloud Office (optional) High performance backend for Nextcloud Talk and TURN-server (optional) Nextcloud Talk Recording-server (optional) Backup solution (optional, based on BorgBackup) Imaginary (optional, for previews of heic, heif, illustrator, pdf, svg, tiff and webp) ClamAV (optional, Antivirus backend for Nextcloud) Fulltextsearch (optional) Whiteboard (optional) Docker Socket Proxy (optional, needed for Nextcloud App API)

Nextcloud-cronjob's Icon

Nextcloud-cronjob

Cloud

Nextcloud cron job runner. The official Nextcloud Docker container needs something external to run its cron jobs reliably, this is a simple solution to this problem to avoid having to delve into user scripts. Make sure to select "Cron (Recommended)" for the Background Jobs option in your nextcloud instance's Basic Settings.

Nextcloud-ffmpeg's Icon

Nextcloud-ffmpeg

Cloud

Official Nextcloud image but with ffmpeg, PDLib and Quicksync support added to the container to allow for building video thumbnails and using video conversion/facial recognition apps. The additions take an extra 700MB in the container image, should you not need them you can safely replace the "Repository" entry with the base "nextcloud", both images are directly compatible regarding all of appdata/storage/database/mounts/ports. To enable previews for movies you will need to edit your appdata/config/config.php file and enable the appropriate providers, refer to Nextcloud's configuration doc below or the config.sample.php in the same folder which is well documented: https://docs.nextcloud.com/server/22/admin_manual/configuration_server/config_sample_php_parameters.html#previews. If you have large images you might need to increase preview_max_memory in nextcloud's config file, in which case you would also want to increase the global PHP memory limit. To do so you can add e.g. "-e PHP_MEMORY_LIMIT=2G" in this template's Extra Parameters. The image includes Intel and AMD VA drivers for hardware video transcoding in the Memories app, to enable add a new Device to the template, with "/dev/dri". The Face Recognition app also requires a higher PHP memory limit, see above.

Nextcloud-multimedia's Icon

Nextcloud-multimedia

Cloud, Media ServersPhotos, Video

This is the latest Nextcloud-30.0.5-apache image with additional packages and plugins installed to support videos and facial recognition: - ffmpeg (install from apt repository) - pdlib (built from source) - bzip (built from source) INSTALLATION First install a MariaDB or PostgreSQL container. Changing their paths to /mnt/cache/appdata/... (instead of /mnt/user/appdata/...) will enormously boost Nextcloud's loading times! After that use the database's IP:Port and credentials to install Nextcloud. Optionally install the Swag or Nginx Proxy Manager container allows you to access Nextcloud from outside of your home through HTTPS (do not forget forwarding the Ports 80 and 443 in your router). Note: The proxy itself needs to communicate through HTTP (not HTTPS) with Nextcloud. INSTALL AND CONFIGURE NEXTCLOUD MEMORIES Install Memories from within the Nextcloud application and provide it the base folder for your media when it asks. Launch a console into the container and run the following commands individually: php occ memories:video-setup (follow the prompts) php occ memories:index INSTALL AND CONFIGURE FACIAL RECOGNITION Install the 'face recognition' app from within the Nextcloud application. Launch a terminal for the container and run the following command to initialize it (customize to suit): php occ face:setup --memory 1024M --model 1 From within the application, visit settings the face recognition settings and select a temporary file size. To kick off scanning for faces: php occ face:background_job UPDATES Nextcloud often needs manual interaction to fix database indexes. In those cases execute the following through the Unraid Terminal to fix them: docker exec --user 99 Nextcloud php occ db:add-missing-indices Sometimes this command is needed: docker exec --user 99 Nextcloud php occ db:convert-filecache-bigint --no-interaction

nextcloudpi's Icon

This is a template for the Nextcloudpi docker container, this is an all in one solution for someone wanting to run Nextcloud on their unRaid server. More information can be found here: https://ownyourbits.com/ https://hub.docker.com/r/ownyourbits/nextcloudpi Before hitting start, select advanced view in the top right corner, add your servers IP address e.g. 192.168.1.5 or the IP of the container if you specify a unique one.

Nightscout's Icon

Nightscout

Cloud

Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. For more information see: http://www.nightscout.info/ Note that this container only contains the required data to run the website. For data logging, a MongoDB instance is necessary. Configuration of Nightscout is done over variables that are passed through Docker. For ease of use, only required and important variables are exposed by default. For an extensive list of all variables, please refer to: https://github.com/nightscout/cgm-remote-monitor#environment

Onedrive's Icon

Onedrive

Cloud

A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365 and SharePoint. Installation: - Before creating the Onedrive docker container, make sure you created a configuration and data folder first (see template). - Install the Onedrive docker container using the template. - Once installed, stop the docker container and find the container ID. (In the right upper corner of the docker page, switch over from ‘Basic view’ to ‘Advanced view’. Now you can see the Container ID for your newly created container (for example 72409c107bd0). Copy this ID.) - Open the Unraid terminal and type: docker start your_container_ID --interactive (use right mouse --> paste to paste your container ID in the terminal). - After entering the command and pressing enter, the container starts in interactive mode and a link to a Microsoft login page is shown in the terminal. You can open this link by clicking on it and log in with the Microsoft credentials of the Onedrive account you want to add. If successful, a blank page is shown. Copy the full address of this page and past it (right mouse and paste) in the terminal as the response URL and press enter. If the link is accepted, the client immediately starts downloading your files. - You can close the terminal, restart the container normally and everything should be working from now on. - For every Onedrive account you want to sync with Unraid, you need to create a new docker container with a different folder for the configuration and data files.

OpenProject's Icon

OpenProject is a web-based project management system for location-independent team collaboration, this is a release of the open-source community edition. Once the container has started it may take a few minutes before the WebUI is available, see container logs for startup progress. The default administrator login credentials are: Username: admin Password: admin For advanced configuration, see all supported environment variables: (https://www.openproject.org/docs/installation-and-operations/configuration/environment/#supported-environment-variables)

ownCloud's Icon

OwnCloud provides universal access to your files via the web, your computer or your mobile devices wherever you are. Mariadb is built into the image. Built with php 7.2, 7.3, and 7.4 (selectable), mariadb 10.4 and nginx 1.18. Configuration: /config - Where ownCloud should store its config files. /data - Where ownCloud should store its data files. Note: Set Network to br0 and assign a static IP address.

ownfoil's Icon

ownfoil

Backup, Cloud

Ownfoil is a Nintendo Switch library manager, that will also turn your library into a fully customizable and self-hosted Tinfoil Shop. The goal of this project is to manage your library, identify any missing content (DLCs or updates) and provide a user friendly way to browse your content. The project is still in development, expect things to break or change without notice.

PiGallery2's Icon

Homepage: http://bpatrik.github.io/pigallery2/ This is a fast (like faster than your PC fast) directory-first photo gallery website, optimised for running on low resource servers (especially on raspberry pi). ✔️ Strenghts: ⚡ Fast, like for real ✔️ Simple. Point to your photos folder and a temp folder and you are good to go ⛔ Weakness: 😥 Its simple. Shows what you have that's it. No gallery changes (photo delete, rotate, enhance, tag, organize, etc), your gallery folder is read-only. Live Demo @ heroku: https://pigallery2.herokuapp.com/ BasicLogin. User: Admin Password: Admin

pingvin-share's Icon

pingvin-share beta

Cloud, Productivity

Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer. ✨ Features Spin up your instance within 2 minutes Create a share with files that you can access with a link No file size limit, only your disk will be your limit Set a share expiration Optionally secure your share with a visitor limit and a password Email recepients Light & dark mode

pinry's Icon

A tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. Basically self-hosted Pinterest. Project includes a chrome/firefox extension bookmarklet.

poste's Icon

FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin. INITIAL SETUP: 0. Requires registered FQDN to send/receive external email. 1. Following ports are used by container for mail: 25, 110, 143, 443, 465, 587, 993, 995 2. Following ports are used by container for webui: 443, 8280 (These may conflict, check your ports) 3. Make a user share for mail data, default is /mnt/user/poste 4. Some or all mail ports may need to be opened, forwarded, or dmz for mail send/receive to work. Optional arguments -e "HTTPS=OFF" To disable all redirects to encrypted HTTP, its useful when you are using some kind of reverse proxy (place this argument before image name!) NOTE: Marked as BETA, simply because author is not an expert in email exchange servers -- software itself looks pretty good.

projectsend's Icon

Projectsend(http://www.projectsend.org) is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. Secure, private and easy. No more depending on external services or e-mail to send those files.

psitransfer's Icon

psitransfer

Cloud

Simple open source self-hosted file sharing solution. To access Admin Page add /admin at the end of the URL Run chown -R 1000 /mnt/user/appdata/psitransfer/ After install in Unraid CLI

pydio-cells's Icon

pydio-cells

Cloud, Network ServicesOther

Pydio-cells(https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture.

quartz-builder's Icon

quartz-builder beta

Cloud, Productivity, Tools / UtilitiesUtilities

Implementation of Quartz static site generator (https://github.com/jackyzha0/quartz) + ExpressJS hosting . This can be used to make a static website from your Obsidian vault. I have not created Quartz, this is purely a service to host it in Unraid.

rclone's Icon

The plugin installs rclone. rclone is a command line program to sync files and directories to and from services such as: Amazon Drive Amazon S3 Backblaze B2 Box Dropbox FTP Google Cloud Storage Google Drive HTTP Microsoft Azure Blob Storage Microsoft OneDrive Nextcloud ownCloud SFTP WebDAV The local filesystem * And many more Go to http://rclone.org/ for more information.

Rclone-mount's Icon

Rclone-mount beta

frakman1's Repository

Backup, Cloud

Docker for Rclone FUSE mount feature (exposable to host and other docker containers, e.g. Plex, Nextcloud, glFTPd) Configuration /config The path to where the .rclone.conf file is RCLONE_REMOTE_MOUNT The destination that the data should be backed up to (must be the same name as specified in .rclone.conf. E.g. AmazonEncrypted:) RCLONE_MOUNT_OPTIONS (Advanced) Extra mount options that can be used, see: https://rclone.org/commands/rclone_mount/ . E.g. --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v RCLONE_CONFIG_PASS (Advanced) The password for the .rclone.conf pass (if specified when creating the config file)

RedMine's Icon

RedMine

Cloud, Network ServicesWeb

Redmine is a free and open source, web-based project management and issue tracking tool. It allows users to manage multiple projects and associated subprojects. It features per project wikis and forums, time tracking, and flexible role based access control. It includes a calendar and Gantt charts to aid visual representation of projects and their deadlines. Redmine integrates with various version control systems and includes a repository browser and diff viewer. The basic user is user: admin password: admin