Appwrite: Your Own Firebase, Minus the Google Surveillance Subscription
Appwrite is self-hosted BaaS: auth, databases, storage, and serverless functions on hardware you control. Docker setup plus a Supabase/PocketBase comparison.
All the articles with the tag "infra".
Appwrite is self-hosted BaaS: auth, databases, storage, and serverless functions on hardware you control. Docker setup plus a Supabase/PocketBase comparison.
ArgoCD vs Flux for Kubernetes GitOps: compare UI-focused ArgoCD with automation-first Flux CD. Sync workflows, install examples, and when to use each.
Your VM's clock is off by minutes, NTP says it's synced, yet the system keeps drifting. Here's why the hypervisor is the real culprit, and how to fix it.
Run BGP in your home lab with FRRouting. Covers iBGP vs eBGP, FRR installation, basic BGP config, peering with OPNsense, route filtering, and when BGP is actually worth the complexity.
BookStack uses a strict book/chapter hierarchy; Wiki.js is a linked web of pages. Both run in Docker with LDAP/SSO, pick the right one for your homelab.
Proxmox vs XCP-ng compared for homelabbers: KVM vs Xen, ZFS support, web UI vs Xen Orchestra, backups, and which free hypervisor fits your spare rack server.
What is lost+found and why does it exist? fsck puts recovered file fragments there after a crash, and no, you can't delete it.
The -v and --mount flags for Docker volumes explained, bind mounts vs named volumes, read-only, propagation, and tmpfs options.
Containers share the kernel; VMs have their own. Understand the isolation trade-offs, overhead differences, and when to use which.
Squeeze more out of Proxmox VE, CPU pinning, memory ballooning, IO threads, virtio drivers, and storage tuning for faster VMs.
LVM lets you resize volumes, add disks, and take snapshots without repartitioning, PVs, VGs, and LVs explained with real commands.
LXC/LXD runs full Linux environments in lightweight containers, faster to spin up than VMs and perfect for home lab service isolation.