eventscape on Nostr: building out the home front ...
building out the home front
quoting note1hnz…tgqrthis took me hours to find, after trying twenty different ways using apache and all the nonsense documentation about it
https://github.com/icyphox/legit
just one simple thing i want: to be able to use http cloning on my self hosted git, so i can use includes like this:
include "nostr.mleku.net"
this, and ironically written in go (might be why, also, because i don't think any other language supports git http directly in the compiler) is what i was looking for
with this, i can create a simple systemd service, define each instance config with its own port, and then bind to the wireguard interface on that port and set the reverse proxy to point a subdomain at that address et voila, finally
ok, hopefully not too painful and won't require me to actually fork it
#selfhosted #git #golang #deardiary