WTWade Thomasinblog.northernrangedigital.com·1d ago · 7 min readSetting Up Directus on a Coolify VPS (And Fixing the "Unhealthy" Error)https://www.youtube.com/watch?v=OMX1Rk1HTZo Introduction Directus is a backend for developers. It can connect to any SQL database and asset storage, and it provides developer tooling — which the Dire00
WTWade Thomasinblog.northernrangedigital.com·Jul 23 · 5 min readCoolify: The Complete Manual Setup Guide (For When the Auto-Install Script Won't Cut It) Coolify's one-line install script is great — until it isn't. Right now it officially supports Ubuntu 20.04, 22.04, and 24.04 LTS. If you're running anything newer (Ubuntu's already on 26.04 LTS), the 00
WTWade Thomasinblog.northernrangedigital.com·Jul 14 · 5 min readThe Ansible Playbook that will Harden Your VPShttps://www.youtube.com/watch?v=vl8IW8F1mxA Introduction In this post I'm sharing 3 Ansible playbooks I use to manage my VPS servers. I won't go into great detail on tasks here — if you're new to Ans00
WTWade Thomasinblog.northernrangedigital.com·Jul 10 · 5 min readAnsible Installation and Configuration on Ubuntu https://www.youtube.com/watch?v=1U8ID8j_gLg Introduction What is Ansible? Ansible is an automation language that can describe any IT environment, whether homelab or large-scale infrastructure. It is 00
WTWade Thomasinblog.northernrangedigital.com·Jul 2 · 5 min readHow to Secure a VPS: The Complete Ubuntu Hardening GuideThis guide walks through the baseline hardening I run on every fresh Ubuntu server before deploying anything to it: creating a proper user account, locking down root, setting up a firewall, quieting b10