WG-Easy: A Simple and Secure Way to Set Up WireGuard VPNs
…How to Install and Run WG-Easy using Docker We’ll look at the steps on how to install and run WG-Easy using Docker below, but before we do, let’s…
Ultimate Home Server Setup: Proxmox, TrueNAS, Docker, Proxmox Backup Server, & More
The Right Way to Install Docker on Proxmox
Getting Started with Kestra: Install, Configure, and Automate
Proxmox 9.1 Can Now Run Containers… But Should You?
Home Lab in 2026: What's Worth Your Money (and what isn't)
Self-Hosted Apps That Replace Everything You Pay For in 2026
Building a Low-Power Proxmox Server (It Didn't Go Smoothly)
Coolify: The Ultimate Self-Hosted Platform as a Service?
What’s Actually Running in My Homelab? (50+ Self-Hosted Services)
Before You Trust Another Self-Hosted App, Watch This
I Switched Away from Portainer — Then Everything Broke
They're Getting Faster. Open Source Is Under Attack Right Now.
…How to Install and Run WG-Easy using Docker We’ll look at the steps on how to install and run WG-Easy using Docker below, but before we do, let’s…
…There was always just a little too much friction between wanting to watch something and actually getting there. Moving Jellyfin onto the NAS and taking advantage of its native Docker support pulled…
…main reason you are buying hardware, a dedicated Docker server or Proxmox host may be a better long-term option. Backups, Snapshots, and Recovery Backups are where Synology really shines, but only…
…This allows you to configure daily local backups and weekly Cloud Server backups for disaster recovery purposes. 3. Container Manager (Docker) Container Manager was recently released and it allows you to create…
The Point: Holy shit LXCs are so cool and felt like black magic getting "free" RAM back. If you're newer, like me, and have just been using VMs instead of LXCs, you should look at changing that. I started my server back …
I am moving all my dockers from unraid to LXCs on proxmox and while doing so, I am cleaning up a little at the same time. A lot of dockers require databases and I am a little unsure if I should just create one huge postg…
I just recently installed Proxmox, got a few LXCs running (jellyfin, pihole, nginx and etc) I have 2 VMs running (one is running my own app with docker, the other is Homeassistant) I’m still not sure when to go for an LX…
Recently, I've pushed an e-waste/upgrade campaign at my office which allowed me to acquire a little more gear. I've been running docker compose on bare metal for years and wanted to change things up a bit. After putting …
Just set this up. 56w total for the proxmox servers. Printed the rack too. Works really well. Jellyfin, Tailscale, Anisble, a couple of web servers, unifi network manager and home assistant. Gonna add security video The …
Plex Media Server is a media streaming application that organizes your movies, TV shows, and music and streams them to any device on your network or remotely. It runs as a Docker…
…You can utilize a Docker Container (for Pi-hole and Unbound) as well and it will all function the same. apt install curl -y curl -sSL https://install.pi-hole.net | bash…
…Proxmox for virtualization , a few VMs, LXC containers, Immich for managing photos, Jellyfin for streaming media, a file server, and Docker containers like Caddy, Redis, Jenkins, and others. The NVMe enables all…
…This automatically creates a shared folder called docker on your NAS. 2. Inside the docker folder, create a folder named pihole . Inside that folder, create two subfolders: pihole and dnsmasq.d . These…
…Ensure that Docker is installed. 2. Create a subfolder under the Docker folder named photo-prism . Inside of there, create two subfolders – config and photos . 3. In a later step, we will…
…Instead of installing everything directly, I decided to use Docker. It gave me a clean separation of services and was easy to manage, update, and remove. Since Docker containers share the host…