Skip to content

Tag: homelab

All the articles with the tag "homelab".

Access Docker socket via TCP

Access Docker socket via TCP

· Updated:

Expose Docker's Unix socket over TCP so remote tools and dashboards can connect — daemon.json config for Linux and Windows.

Appwrite Backend-as-a-service (BaaS)

Appwrite Backend-as-a-service (BaaS)

· Updated:

Appwrite is an open-source Firebase alternative you can self-host — databases, auth, storage, and functions without vendor lock-in.

Bcachefs in 2026: Ready or Not

Bcachefs in 2026: Ready or Not

· Updated:

Bcachefs is in Linux mainline, but drama around its lead dev hasn't stopped. Stability verdict, performance data, and a straight answer on home lab use.

Docker Compose useful commands

Docker Compose useful commands

· Updated:

The docker compose commands you actually use daily — up, down, logs, exec, pull, and the flags that make them way more useful.

Docker Volume Mounts: Essential Flags

Docker Volume Mounts: Essential Flags

· Updated:

The -v and --mount flags for Docker volumes explained — bind mounts vs named volumes, read-only, propagation, and tmpfs options.