Recently Updated Pages
3D HA Building Modeling
It is amazing that you can 3D model your whole home! In that way you can place all your smart dev...
2.1.1 Frigate Integration
Assumptions: MQTT & HACS Installed Frigate HACS Integration As with almost any integration we wil...
2.1.1.7 Notify Groups for Mobile Notifications
Notify groups are a great way to send a notifications to multiple devices at the same time. In th...
2.1.1.6 HA Companian App
Home Assistant also comes with a beautiful application. It is basically a must have !! This allow...
2. HA Reverse Proxy
Now, if you want your home assistant to be reachable via URL or domain name then we need to jump ...
1. Docker Compose File
Installing Home Assistant via Docker compose is for the more advanced user. The simplest is peopl...
2.1.1.5 HA Blue Prints
Source: Blue Prints Blueprints are the easiest way to add an automation to your Home Assistant. T...
2.1.1.4 MQTT Broker
How It Works Imagine your smart home devices (lights, thermostats, door locks, etc.) are family m...
2.1.1.3 HACS Installation
HACS is a custom integration that lets you manage and discover custom elements for Home Assistant...
1. WildCard Records
To manage subdomains in YunoHost/Coolify/Dokploy or any other container management software with ...
01. Docker Installation
Official Installation Page: Authentik Docker Installation Again as usual we will leverage Dockge ...
01. Installation
Introduction
For all the apps that we are using in daily or professional life we need authentication. Hence, b...
1.1.1 Routers
02. Configuration
This document describes briefly how to setup Authentik for the first time and how to implement 2F...
Installation
Source: https://www.youtube.com/watch?v=6IZF_VOlOJM&t=73s Setup Coolify Control Plane 1. The firs...
Homeserver.yaml
# DO NOT USE THIS CONFIGURATION FILE FOR PRODUCTION server_name: "dgroningen.org" public_baseurl...
Users
The first thing we need to do of course after setting up your server is setup an admin account. T...
Caddy File
matrix.dgroningen.org { reverse_proxy /_matrix/* synapse:8008 reverse_proxy /_synapse/* s...
Create Configuration File
docker run -it --rm \ -v $(pwd)/data:/data \ -e SYNAPSE_SERVER_NAME=example.com \ -e SYNAPS...