No Image

Jekyll Deployment with Docker Compose

October 13, 2023 Patrick 0

In a fast-paced development environment, simplifying and automating tasks is crucial. For those working with Jekyll, a popular static site generator, deploying your application can be streamlined using Docker Compose. Here’s a quick guide on how to serve your Jekyll application using a Docker Compose setup. This guide assumes you have Docker installed on your machine. Understanding Jekyll Jekyll is a widely-used static site generator that powers GitHub Pages. It … (Click To Read)

Install Mealie on Docker

How to Install Mealie using Docker

October 21, 2021 Patrick 0

This article provides the required information to install Mealie using Docker. Mealie is a self-hosted recipe database and meal planner with a RestAPI with a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie is a great way to keep track of all of your and your families recipes.

Synology

Painlessly Install Docker on a Synology NAS

October 20, 2021 Patrick 0

Overview Docker is a fantastic resource that allows you to run containerized applications on your Synology Network Attached Storage (NAS) device. It effortlessly extends the capabilities of your already powerful Synology NAS. This article will walk you through how to install Docker on a Synology NAS using the Synology Package Center within Disk Station Manager. Install Docker on a Synology NAS from the Synology Package Center Next to install Docker … (Click To Read)

Install AdGuard Home

How to Install Adguard Home using Docker

October 20, 2021 Patrick 0

This article provides the required information to install Adguard Home using Docker. AdGuard Home acts as a recursive DNS resolver. It works at the network level and blocks advertisements and internet trackers. When a home router is setup to point devices DNS queries to your AdGuard Home installation it will block advertisements for your entire home. It is similar to other network level DNS ad blockers such as Pi-Hole.  This is a quick guide that can be used for most system architectures.  You can even use this guide to install AdGuard Home on a Raspberry Pi. 

How to Install Bookstack using Docker 1

How to Install Bookstack using Docker

October 19, 2021 Patrick 0

Bookstack is a simple, self-hosted, platform for organizing and storing information. It is a simple to use wiki platform that allows you to store your data in a hirearchy of books, chapters, and pages. This application uses a seperate SQL database to store information. If you already have a database container running, you can configure the docker run command accordingly. However, if you do not have a database container setup, it is recommended that you install Bookstack using docker-compose.

Install Ombi on docker

How to Install Ombi using Docker

October 18, 2021 Patrick 0

Ombi is a Plex Request and User Management System that allows you to share your Plex server without any of the hassle. It allows users of your Plex server to search for and request new content using an easy to manage interface. Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. This article provides the information required to install Ombi on Docker.

How to Install Grocy Using Docker 2

How to Install Grocy Using Docker

October 13, 2021 Patrick 0

Grocy is an open-source, web based application that you can self-host at home. You can easily install Grocy using Docker. Grocy calls itself a groceries & household management solution for your home. It works like enterprise resource planning (ERP) software for your home. The application tracks inventory in your kitchen, helps plan your shopping list based on available inventory, plans meals and serves as a recipe database.

How to Install Plex on a Synology NAS using Docker 3

How to Install Plex on a Synology NAS using Docker

October 10, 2021 Patrick 0

Plex is a media server than can be used to serve your stored photos, videos, and music to your devices. Installing Plex on a Synology Network Attached Storage (NAS) device is a great way to convert your NAS into a home media server. Plex can be installed as a beta from the Synology Package Center, however for this article, we will be using Docker to create a cleaner, more isolated install using a highly maintained Docker container from the LinuxServer.io team.

Monica CRM

How to Install Monica CRM in Docker using Portainer

October 9, 2021 Patrick 0

Monica CRM is an open-source, easy to use relationship manager for your contacts. CRM stands for Customer Relationship Manager, but Monica CRM is more of a personal relationship manager. It allows you to organize important information about your friends and family and can send you reminders of important events, such as birthdays and anniversaries.

Docker Logo

Add a Host Entry to a Docker Container in 1 Simple Step

May 15, 2020 Patrick 0

Occasionally when working with a pre-built Docker Container image, it will become necessary for you to add an entry to the /etc/hosts file within the Docker container. Docker provides an easy way to add a host entry to a docker container. An example of when would become necessary is if you are installing Wordpress as a Docker container and then receiving the Wordpress loopback error when you login to the admin screen.