Category: Web Development
-
Using Variables in TRMNL templates using Liquid
I’ve been absolutely loving my TRMNL, it is such a great way to see at a glance what’s coming up! Just getting into using Liquid which is the templating engine for the widget markup. Super fun so far!
-
Fixing a 502 Bad Gateway with WordPress, Nginx Proxy Manager and TrueNAS Scale
I was setting up WordPress (this one to be specific) on TrueNAS Scale with Nginx and Cloudflare handling the proxy solution. I installed it as an app, mapped the appropriate port, and everything looked fine—until I tried routing it through Nginx Proxy Manager (NPM) with my custom domain. 502 Bad Gateway. Not ideal. The Setup…