Posts for: #Docker

How to Set Up Huginn with MariaDB on Docker

How to Set Up Huginn with MariaDB on Docker

How to Set Up Huginn with MariaDB on Docker

In this guide, we’ll walk through the process of setting up Huginn, a powerful open-source system for automating tasks and managing workflows, using Docker. We’ll use MariaDB as the backend database and go over how to configure it with simple environment variables.

Prerequisites

Before we start, you’ll need:

  • Docker and Docker Compose installed on your server.
  • A basic understanding of Docker Compose and containerized applications.
  • A server or machine running a Linux or macOS-based operating system.

If you’re on macOS, you will need to install the uuid command line tool through Homebrew. You can do so with the following command:

[Read more]

Local AI Assistant on Mac

Introduction

I’m writing this just before hopping on a long trans-atlantic flight. I’m not betting on the in-flight WiFi being very good, so I’m taking the time to get a local AI assistant running on my laptop. I think many travelers will be interested in setting something like this up, so I’d like to take the time to document a lot of how I’m doing this… and hopefully make it easier for others to get it going.

[Read more]