Unraid Themes With Theme.park
Theme.Park is a set of custom themes for the common media automation apps. Sonarr, Radarr, Plex, and many more. For this post we will be applying a theme to unraid taking it from the default theme to the Nord theme. Which looks something similar to: The first thing we need to do is install the Theme Engine plugin from the Community Applicaitons store. Click Apps and then search for Theme Engine....
How to install Jackett and connect with Sonarr on Unraid using Docker
My previous post set you up with installing Sonarr on Unraid but that was as far as we got. In this post I want to show you how to set up Jackett and connect to Sonarr so you can connect to torrent trackers that are not oficially suported by Sonarr. This also works for Radarr and has an extremely similar set. First thing first, lets install the Jackett Docker container. As always I will be using Linuxserver....
How to Install Sonarr on Unraid using Docker
Installing Sonarr couldn’t be any easier when installing using Docker on and Unraid server. Once you have the Community Applications plugin installed you are just a few clicks away from automating your TV show consumption. Community Applications Plugin First thing first. You need to install the Community Applications plugin. You can find a guide on how to do that HERE Shares Secondly you need to set up your shares. Shares are where Sonarr will be accessing your downloads and putting the TV shows on your Unraid server....
How to Install Unraid Community Applications Plugin
The Unraid Community Applications plugin is a plugin that gives you access to a wide range of useful plugins and containers all in one place. The Community Applications plugins is great for quick and easy install of other plugins, containers and applications. Installation Copy the following LINK and paste it into the Plugins > Install Plugin page of your Unraid install and then press the Install button. This will now add an “APPS” tab where you can access hundreds of community applications....
Firefox Spell Check not working?
I noticed that while typing out my previous post that Firefox was not automatically spell checking as I was typing. Coming from Chrome which does this automatically I thought this was something that should work out of the box. It looks like you need to have a dictionary installed, language pack installed and the option to check spelling ticked. Make sure you have spell checking enabled. Menu > Options > search for spell check....
Server Build Spec
I have been planning for a long time to build a server that is capable of running multiple Docker containers, Plex transcoding and a few Virtual Machines. For the past couple of years I have had a local Xpenology server that runs a version of Synology DSM without the need for Synology hardware. The hardware running this is quite old. DDR2 RAM and a motherboard that only has 2 SATA ports....
Installing Emby for Kodi
Kodi is a wonderful media client and I have been using it for many years now. I have been adding more clients to my home recently and have noticed some slight annoyances. The main one is the lack of synchronisation between Kodi clients. This can be solved with a MySQL server keeping track of everything but I don’t have anything running locally to do this. Emby and the Kodi addon Emby for Kodi has fixed the synchronisation annoyance....
Emby Media Server with Docker
I have been looking into what would be the best solution for a media server. Currently all my media is on as server and I have kodi access this via FTP. Kodi deals with all the meta data, TV show information and Movie information. This works well but when you start to add more Kodi clients nothing stays in sync. You need to manually mark your watched items on the device you haven’t watched them on or run up a MySQL server to keep track....
Upgrading Ghost 1.xx to Ghost 2.xx using Docker
Checking my Ghost installation recently and I noticed i was way out of date and needed to updated to the latest version of Ghost ( currently 2.11.1 ). Now usually this would have been the case of simply following the upgrade instructions provided by Ghost but because I am running Docker the upgrade process was slightly different. Before upgrading to 2.xx you will have to be on version 1.25.6 as this has the latest database changes that are compatible with the latest version....
Block Adverts with a Raspberry Pi and Pi-hole
You can use a Raspberry Pi and some wonderful open source software called Pi-hole to block adverts on your entire home network! I have a couple Raspberry Pis, an old model 1 and a newer model 3. The model 3 is being used to run Home Assistant (home automation software) and the other was being used to run Kodi but I now have a Steam Link which I mainly use for Kodi so the Raspberry Pi was gathering dust....