Running Gitlab simultaneously on two domains

The problem So you have a Gitlab instance running and you are thinking about migrating it to a new domain, without breaking existing functionality (such as the registry, links in a broad, hard-to-batch-edit documentation etc.) What you will probably find after a bit of searching is this six year old feature request on the Gitlab issue tracker, from which you will quickly understand that this is not supported. So, what to do?...

24 November, 2022 · Me

Tailscale - the magic mesh overlay network

Preface For some time, I had a pretty nice networking setup at home. The setup consisted of: pfSense on an older PC Engines APU2 board A semi-managed (VLAN-capable) Netgear GS108Ev3 8-port switch 2x TP-Link EAP 245 v3 access points, with the Omada controller software running on my NAS in Docker To reach home from anywhere, I used Wireguard through a jump-box running in Hetzner Cloud. This would let me get through any kind of (in my case, CG) NAT, as my pfSense router would connect to the VPS, and all of my devices would then also connect to that same VPS....

3 November, 2022 · Me

Safe rm -rf *

Every once in a while, you have to delete all files and folders recursively. Maybe you are doing this to clean up and you put a lot of time and thought to each command. Maybe you just need a quick clean up of your starting project to start over while learning. But maybe you are traversing directories back and forth, and need to wipe a lot of them at the same time, quickly....

16 March, 2022 · Me