How to Cancel the UNRAID Appdata Backup While its in Progress

16th Sep 2022

unraid

If you are running Plex or any other media player on your UNRAID server, you likely have a pretty big meta data folder that takes UNRAID a long time to back up. This is fine and well when you have the space and time for Appdata backups, but every once and again you may need to quickly stop the pro...

Create Local Domain Names With UNRAID and Pi-hole

unraid-pihole

If you are tired of using port numbers to access the WebUI's of your docker services on UNRAID, this guide will show you how to make friendly URL's for using around your internal network. This change is also nice if you have other household members that want to access the services, but their eyes...

Speed Up Nextcloud's Web Interface on UNRAID

nextcloud

If the default install of Nextcloud on your UNRAID server produces a painfully slow web interface, enabling Opcache may be the solution you need.

Enabling Opcache

You need to edit your php-local.ini file found within your Nextcloud appdata folder. The easiest way to do this is by logging di...

Make Nextcloud Scan Files That Are Added Manually to Your Server

nextcloud

By default, Nextcloud will only index and catalogue files added through their system (web, app, etc.). This becomes a pain when you need to do things like bulk transfers or syncing folders using other tools.

While it doesn't work out of the box, you can make a minor change to the config file tha...