Configure RSS Feed in Homer Dashboard with Node Red
| |

Configure RSS Feed in Homer Dashboard with Node Red

Like many selfhosters, having a dashboard to quickly access all of your selfhosted applications is one of the most fun things to set up in your homelab. There are lots of different dashboards to choose from: Heimdall, Organizr, DashMachine, just to name a few. After playing around with each of them, my dashboard of choice…

How To Deploy Conreq in Docker (Ombi Alternative)
| |

How To Deploy Conreq in Docker (Ombi Alternative)

A few months ago on Reddit I came across another promising “content request & discovery” platform for my Plex users: Conreq. Conreq is similar to Ombi, Petio, and Overseerr. It’s an application that allow your Plex users to search for media for and request new TV shows and Movies to download to your media server….

How to Install Portainer with Docker in Ubuntu 20.04
|

How to Install Portainer with Docker in Ubuntu 20.04

This tutorial will show you how to install Portainer with Docker on Ubuntu 20.04. Overall, you will learn how to install Docker-Compose, create a portainer volume, and then create the Portainer container. Step 1: Install Docker Compose To install Docker-Compose, open Putty and SSH into your server. Then run this command: Then, set the permissions:…

How to Deploy Bookstack in Docker-Compose using Portainer
|

How to Deploy Bookstack in Docker-Compose using Portainer

Are you interested in self-hosting a Bookstack wiki using Docker? If so, look no further than this step-by-step guide. For multi-container applications (like Bookstack), it’s easiest to use Docker-Compose. Bookstack is one of those applications that are easiest to deploy using Portainer, so in this guide I’ll show you how to: Install Docker Compose Deploy…

Configure Homer Dashboard in Docker, Docker-Compose or Python
| |

Configure Homer Dashboard in Docker, Docker-Compose or Python

On my quest to find the perfect self-hosted dashboard, I came across an amazing dashboard called Homer. According to the developer, Homer is a “dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.” If you’ve read any of my previous posts, you’ll know that really…