Connect remote mysql servers to local phpmyadmin via ssh tunnel(s)

Update may 7th 2024: these days I would recommend just using tailscale and tailscale acl and just access servers directly from phpmyadmin using tailscale ips. As a self-hosting aficionado I do prefer to use tools that are hosted on my home server instead of my development computer/laptop. There may be couple reasons you would want … Read more

Haproxy http/https on single port

I do a lot of web development and prefer spinning up my development app/site/enviroment on one of my home server(s) within the confines of my homenet/homelab (without ever exposing site/app to the internet). It works just dandy for http, however – im not satisfied with just http (even if this is a dev environment) – … Read more