Smart Home Beginner

Smart Home Beginner

SmartHomeBeginner is a leading blog for articles and tutorials on smart home, media server, and home server related topics.

All made available FREELY to everyone. SmartHomeBeginner has existed in various forms (blog.avserver.info [2010-2012], linuxplained.com [2012-2014], and htpcbeginner.com [2014-2018]) since 2010. Our articles are in-depth and written in such a way that even beginners can follow and implement complex projects. Great examples are our Docker and Traefik guides. Our content has helped millions of readers and our authors spend several hours answering questions and helping the readers.

Simplify Docker, Docker Compose, and Linux Commands with Bash Aliases | SHB 23/05/2024

Simplify Docker, Docker Compose, and Linux Commands with Bash Aliases

https://bit.ly/4bJVa20

Docker and Docker Compose commands can be lengthy and not so easy to remember. In addition, there are some nice tricks that may require special syntaxes to format them out. And if you spend a long time on your homelab, this could be a lot of typing and time waste. In this video, I will show you how I use Bash Aliases to simplify issuing not just Docker and Docker Compose commands but also Linux commands. For this demo, I am using Ubuntu 22.04 Server Edition. But the procedure is essentially the same for most Linux distros.

, , ,

Simplify Docker, Docker Compose, and Linux Commands with Bash Aliases | SHB Docker and Docker Compose commands can be lengthy and not so easy to remember. In addition, there are some nice tricks that may require special syntaxes to

Ultimate Docker Server using Docker Compose: Getting Started from Scratch! 04/05/2024

Ultimate Docker Server using Docker Compose: Getting Started from Scratch! Build a robust and featureful home media server with Docker. This step-by-step guide is part of the Docker Server series by Anand.In this video, we are going...

Get Auto-Traefik for FREE - Giveaway (no limit) | SHB 24/01/2024

Get Auto-Traefik for FREE - Giveaway (no limit)

https://bit.ly/48LYrga

Here are a few ways to get Auto-Traefik for free or a discounted price.

Get Auto-Traefik for FREE - Giveaway (no limit) | SHB Here are a few ways to get Auto-Traefik for free or a discounted price.

Ultimate Docker Server: Getting Started with OS Preparation [Part 1] | SHB 18/01/2024

Ultimate Docker Server: Getting Started with OS Preparation [Part 1]

https://bit.ly/3HmNqGn

This multi-part Docker Server tutorial covers everything on how to setup your home/media/web server, and more using Docker Compose. This is the way I do it.

, ,

Ultimate Docker Server: Getting Started with OS Preparation [Part 1] | SHB This multi-part Docker Server tutorial covers everything on how to setup your home/media/web server, and more using Docker Compose. This is the way I do it.

Traefik Auth Bypass: Conditionally Bypassing Forward Authentication | SHB 13/10/2023

Traefik Auth Bypass: Conditionally Bypassing Forward Authentication

https://bit.ly/3PYc7N9

If you have been a reader of this blog, you know by how much I love Traefik. It is a wonderful piece of application that provides a dynamic reserve proxy for all my applications. As a cherry on top, it also makes protecting Docker and non-Docker web applications using Basic Auth, Google OAuth, or other multifactor authentication systems such as Authelia. But sometimes, I want to be able to access my applications from mobile apps, bypassing (but still maintaining some level of security) the authentication layer added via Traefik. In this post, I will show you how to conditionally bypass ... read more

, , ,

Traefik Auth Bypass: Conditionally Bypassing Forward Authentication | SHB Let's set it to the environmental variable TRAEFIK_AUTH_BYPASS_KEY in .env file, like so:

Auto-Traefik Version 1.1 Released | SHB 09/10/2023

Auto-Traefik Version 1.1 Released

https://bit.ly/3rPtXtt

Auto-Traefik automates the process in installing Docker, Socket-Proxy, and Traefik with Let's Encrypt certificate on Debian and Ubuntu distributions. You may read more about it in the Auto-Traefik release page. Alternatively, you may watch the video linked below for a walkthrough. Table of ContentsAuto-Traefik Video WalkthroughAuto-Traefik Version 1.1Version 1.1Troubleshooting / Help Auto-Traefik Video Walkthrough Auto-Traefik Version 1.1 The next version of the Auto-Traefik script is here with several updates and improvements: Version 1.1 October 9, 2023 Added version check. Now the users will see a warning of there is a new version available for download. Clean up repository and organized ... read more

, , , , , ,

Auto-Traefik Version 1.1 Released | SHB Auto-Traefik automates the process in installing Docker, Socket-Proxy, and Traefik with Let's Encrypt certificate on Debian and Ubuntu distributions.

Bummer! Page Not Found | SmartHomeBeginner 27/09/2023

Auto-Traefik: Dead Simple Traefik Reverse Proxy Automator for Docker

https://bit.ly/3LFUX5v

Can't get Traefik to work? Or, just want to be up and running quickly? Then this Auto-Traefik script is for you.

, , , ,

Bummer! Page Not Found | SmartHomeBeginner

Free Ports 80 and 443 on Synology NAS: The Definitive Guide | SHB 24/09/2023

Free Ports 80 and 443 on Synology NAS: The Definitive Guide

https://bit.ly/3DwBEXG

Synology NAS services occupy ports 80 and 443 by default. Learn how to free ports 80 and 443 on Synology to allow for running a reverse proxy such as Traefik.

, ,

Free Ports 80 and 443 on Synology NAS: The Definitive Guide | SHB Synology NAS services occupy ports 80 and 443 by default. Learn how to free ports 80 and 443 on Synology to allow for running a reverse proxy such as Traefik.

How to pick the best WiFi password that you can remember? | SHB 23/09/2023

How to pick the best WiFi password that you can remember?

https://bit.ly/3XYl1O2

Create the best WiFi password that you will never forget and that would need 100 trillion years and over to break it ;)

, ,

How to pick the best WiFi password that you can remember? | SHB Create the best WiFi password that you will never forget and that would need 100 trillion years and over to break it ;)

Multiple Traefik Instances on Different Domains/Hosts and One External IP | SHB 22/09/2023

Multiple Traefik Instances on Different Domains/Hosts and One External IP

https://bit.ly/3NTaHSQ

In this post, I will show you how to run multiple traefik instances with different domains, on different docker hosts, and with only one external public IP address.

, ,

Multiple Traefik Instances on Different Domains/Hosts and One External IP | SHB In this post, I will show you how to run multiple traefik instances with different domains, on different docker hosts, and with only one external public IP address.

Frigate Docker Guide for Beginners: Best Free Video Surveillance | SHB 21/09/2023

Frigate Docker Guide for Beginners: Best Free Video Surveillance

https://bit.ly/44XLyNZ

Frigate is an excellent NVR solution that provides real time object detection and excellent Home Assistant integration. In this Frigate Docker guide we will go over it's main features, and how we can set it up as a Docker container.

, , ,

Frigate Docker Guide for Beginners: Best Free Video Surveillance | SHB Frigate is an excellent NVR solution that provides real time object detection and excellent Home Assistant integration. In this Frigate Docker guide we will go over it's main features, and how we can set it up as a Docker container.

State of the Site 2023 and Launch of Memberships | SHB 21/09/2023

State of the Site 2023 and Launch of Memberships

https://bit.ly/3PKdekC

It has been over 4-5 years since I did a similar post. But with the big change introduced recently, I wanted to communicate the motive behind such a move. Some of you have been avid followers of the site for years and deserve an explanation and clarification on what to ... read more

State of the Site 2023 and Launch of Memberships | SHB It has been over 4-5 years since I did a similar post. But with the big change introduced recently, I wanted to communicate the motive behind such a move.

Ultimate QNAP Docker Compose and Container Station Guide [2023] | SHB 20/09/2023

Ultimate QNAP Docker Compose and Container Station Guide [2023]

https://bit.ly/3QelQRg

QNAP + docker compose, a great union made possible by QNAP Container Station. Today, I'll show you how to use Container Station to build your QNAP Docker Compose stack.

, , , ,

Ultimate QNAP Docker Compose and Container Station Guide [2023] | SHB QNAP + docker compose, a great union made possible by QNAP Container Station. Today, I'll show you how to use Container Station to build your QNAP Docker Compose stack.

10 Best MotionEye Alternatives 👁️: Rock-Solid Video Surveillance | SHB 04/09/2023

10 Best MotionEye Alternatives 👁️: Rock-Solid Video Surveillance
https://www.smarthomebeginner.com/best-motioneye-alternatives-2023/
By Anand
MotionEye is a simple and free video surveillance software. But updates have been slow recently. Here are some MotionEye alternatives to consider.

10 Best MotionEye Alternatives 👁️: Rock-Solid Video Surveillance | SHB MotionEye is a simple and free video surveillance software. But updates have been slow recently. Here are some MotionEye alternatives to consider.

What is Tunnel.sys and how do I fix it! (BSoD error) | SHB 24/08/2023

What is Tunnel.sys and how do I fix it! (BSoD error)

https://bit.ly/44rKUYa

Tunnel.sys is one type of BSoD error among so many other types of errors. You can see this error if the computer is infected with a virus, the drivers are outdated, and more! Below, we get in depth about it, so continue reading!

, ,

What is Tunnel.sys and how do I fix it! (BSoD error) | SHB Is the blue screen of death window showing tunnel.sys as the cause of an error? Continue reading this as we show you how to fix this issue!

11 Best Apps for Music Tagging - Organize your songs better | SHB 23/08/2023

11 Best Apps for Music Tagging - Organize your songs better

https://bit.ly/44HuY5h

Organizing music can be a hassle but a great music tagging app can make it a fun activity. Here are what I think is the best song/mp3 tagger apps.

, , ,

11 Best Apps for Music Tagging - Organize your songs better | SHB Organizing music can be a hassle but a great music tagging app can make it a fun activity. Here are what I think is the best song/mp3 tagger apps.

10 Best ZoneMinder Alternatives: Free and Paid Video Surveillance | SHB 22/08/2023

10 Best ZoneMinder Alternatives: Free and Paid Video Surveillance
https://www.smarthomebeginner.com/best-zoneminder-alternatives-2023/
By Agustin Aponte
ZoneMinder is an awesome and free video surveillance software. But it can be a bit overwhelming for beginners. Here are some ZoneMinder alternatives to consider.

10 Best ZoneMinder Alternatives: Free and Paid Video Surveillance | SHB ZoneMinder is an awesome and free video surveillance software. But it can be a bit overwhelming for beginners. Here are some ZoneMinder alternatives to consider.

ZoneMinder Docker Guide for Beginners: Best Free Video Surveillance | SHB 21/08/2023

ZoneMinder Docker Guide for Beginners: Best Free Video Surveillance
https://www.smarthomebeginner.com/zoneminder-docker-guide/
By Agustin Aponte
ZoneMinder is the best free video surveillance software. This post shows how to easily get started with ZoneMinder Docker setup using Docker Compose.

ZoneMinder Docker Guide for Beginners: Best Free Video Surveillance | SHB ZoneMinder is the best free video surveillance software. This post shows how to easily get started with ZoneMinder Docker setup using Docker Compose.

10 Fixes for “Your IT Administrator Has Limited Access” Windows Error | SHB 20/08/2023

10 Fixes for “Your IT Administrator Has Limited Access” Windows Error
https://www.smarthomebeginner.com/your-it-administrator-has-limited-access/
By Abdul Moiz
If you’re seeing “Your IT administrator has limited access” error it could be due to various reasons, however you can resolve this by using one of our solutions!

10 Fixes for “Your IT Administrator Has Limited Access” Windows Error | SHB If you’re seeing “Your IT administrator has limited access” error it could be due to various reasons, however you can resolve this by using one of our solutions!

3 Easy Ways to Clear ARP Cache for Faster Browsing Speeds | SHB 19/08/2023

3 Easy Ways to Clear ARP Cache for Faster Browsing Speeds
https://www.smarthomebeginner.com/ways-to-clear-arp-cache/
By Abdul Moiz
Here’s how to clear ARP cache to prevent your computer from failing to load webpages and to make the browsing experience faster.

3 Easy Ways to Clear ARP Cache for Faster Browsing Speeds | SHB Here’s how to clear ARP cache to prevent your computer from failing to load webpages and to make the browsing experience faster.

Ultimate Pi-Hole Raspberry Pi Setup: Faster Internet in 15 min | SHB 18/08/2023

Ultimate Pi-Hole Raspberry Pi Setup: Faster Internet in 15 min

https://bit.ly/3QGTKhL

Want to have a better online experience without ads and privacy-invading tracking codes? This Pi-Hole Raspberry Pi setup guide is the one for you.

, ,

Ultimate Pi-Hole Raspberry Pi Setup: Faster Internet in 15 min | SHB Want to have a better online experience without ads and privacy-invading tracking codes? This Pi-Hole Raspberry Pi setup guide is the one for you.

Super Slick Proxmox Grafana Dashboard with InfluxDB and Docker | SHB 17/08/2023

Super Slick Proxmox Grafana Dashboard with InfluxDB and Docker

https://bit.ly/3s9NPHA

Want to monitor your Promox server and its resource usage? This cool Proxmox Grafana dashboard using InfluxDB and Docker is a great fit for your needs.

, , , ,

Super Slick Proxmox Grafana Dashboard with InfluxDB and Docker | SHB Want to monitor your Promox server and its resource usage? This cool Proxmox Grafana dashboard using InfluxDB and Docker is a great fit for your needs.

Grafana Docker Compose: Build Awesome Dashboards | SHB 16/08/2023

Grafana Docker Compose: Build Awesome Dashboards
https://www.smarthomebeginner.com/grafana-docker-compose-guide/
By Anand
Grafana is a data and log visualization tool, which is perfect for homelab monitoring. This Grafana Docker Compose guide shows you how to get started with Grafana in minutes.

Grafana Docker Compose: Build Awesome Dashboards | SHB Grafana is a data and log visualization tool, which is perfect for homelab monitoring. This Grafana Docker Compose guide shows you how to get started with Grafana in minutes.

InfluxDB Docker Compose: An efficient timeseries DB for Metrics | SHB 15/08/2023

InfluxDB Docker Compose: An efficient timeseries DB for Metrics
https://www.smarthomebeginner.com/influxdb-docker-compose-guide/
By Anand
InfluxDB is a time series database, which is perfect for homelab monitoring. This InfluxDB Docker Compose guide shows you how to get started with InfluxDB in minutes.

InfluxDB Docker Compose: An efficient timeseries DB for Metrics | SHB InfluxDB is a time series database, which is perfect for homelab monitoring. This InfluxDB Docker Compose guide shows you how to get started with InfluxDB in minutes.

AdGuard Home Docker Compose: No Ads + Privacy in 5 min | SHB 14/08/2023

AdGuard Home Docker Compose: No Ads + Privacy in 5 min
https://www.smarthomebeginner.com/adguard-home-docker-compose-guide/
By Anand
AdGuard Home is a kick-ass network-wide ad blocker. This AdGuard Home Docker Compose guide shows you how to get started with AdGuard Home in minutes.

AdGuard Home Docker Compose: No Ads + Privacy in 5 min | SHB AdGuard Home is a kick-ass network-wide ad blocker. This AdGuard Home Docker Compose guide shows you how to get started with AdGuard Home in minutes.

60+ Best Docker Containers for Home Server Beginners 2023 | SHB 13/08/2023

60+ Best Docker Containers for Home Server Beginners 2023
https://www.smarthomebeginner.com/best-docker-containers-for-home-server/
By w3techie
Wondering what to do with the server in your homelab? Here are the 60+ best Docker containers for home server beginners to get started with self-hosting.

60+ Best Docker Containers for Home Server Beginners 2023 | SHB Wondering what to do with the server in your homelab? Here are the 60+ best Docker containers for home server beginners to get started with self-hosting.

Dozzle Docker Compose: Simple Docker Logs Viewer | SHB 12/08/2023

Dozzle Docker Compose: Simple Docker Logs Viewer
https://www.smarthomebeginner.com/dozzle-docker-compose-guide/
By Anand
Dozzle is a realtime log viewer for docker, which simplifies troubleshooting. This Dozzle Docker Compose guide shows you how to get started with Dozzle in minutes.

Dozzle Docker Compose: Simple Docker Logs Viewer | SHB Dozzle is a realtime log viewer for docker, which simplifies troubleshooting. This Dozzle Docker Compose guide shows you how to get started with Dozzle in minutes.

Portainer Docker Compose: FREE & MUST-HAVE Container Manager | SHB 11/08/2023

Portainer Docker Compose: FREE & MUST-HAVE Container Manager
https://www.smarthomebeginner.com/portainer-docker-compose-guide/
By Anand
Portainer is a free and powerful container manager. This guide shows you how to easily set it up using Portainer Docker Compose.

Portainer Docker Compose: FREE & MUST-HAVE Container Manager | SHB Portainer is a free and powerful container manager. This guide shows you how to easily set it up using Portainer Docker Compose.

Jellyfin Docker Compose: Powerful FREE Media Server in 5 min | SHB 10/08/2023

Jellyfin Docker Compose: Powerful FREE Media Server in 5 min
https://www.smarthomebeginner.com/jellyfin-docker-compose/
By Anand
Jellyfin is the Ultimate FREE alternative to Plex. This guide shows you how to easily set it up using Jellyfin Docker Compose.

Jellyfin Docker Compose: Powerful FREE Media Server in 5 min | SHB Jellyfin is the Ultimate FREE alternative to Plex. This guide shows you how to easily set it up using Jellyfin Docker Compose.

Gluetun Docker Guide - Easy VPN Killswitch for Docker Containers | SHB 09/08/2023

Gluetun Docker Guide - Easy VPN Killswitch for Docker Containers

https://bit.ly/3KX61en

Gluetun Docker provides a universal VPN to all docker containers + non-docker apps. It supports multiple VPN providers. Let's setup Gluetun using Docker-Compose.

, ,

Gluetun Docker Guide - Easy VPN Killswitch for Docker Containers | SHB Gluetun Docker provides a universal VPN to all docker containers + non-docker apps. It supports multiple VPN providers. Let's setup Gluetun using Docker-Compose.