Doorgaan naar hoofdcontent

Posts

Uitgelicht

HomeAssistant Integration

Hello there! I recently installed HomeAssistant using Docker on a Linux server, and let me tell you, it's a game changer. First things first, what is HomeAssistant? It's an open-source platform that allows you to control all of your smart devices in one central location. Think of it as the brain of your smart home. And why use Docker? It allows you to run HomeAssistant in a separate container, isolated from the rest of your system. This ensures that any updates or changes to the software won't affect the rest of your server. Now, onto the installation. First, make sure you have Docker installed on your Linux server. Then, run the following command to download the HomeAssistant image: docker pull homeassistant/home-assistant Next, we'll create a new container and run it in the background: docker run -d --name="home-assistant" -v /path/to/config:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant This command creates a new contain...

Nieuwste blogposts

Uptime Kuma!

Hosting my own eBook server!

Deploying a DNS server with Adguard!