Abe
I write code, I write fiction, and sometimes I write rants ‧
‧ Fairy comfortable with history, esp Eur, ME. ‧
‧ Mainly interested in science fiction, history, and fantasy. ‧
‧ I self-host a lot of my software that I use everyday ‧
Tip: Telling Italians that - neither 🍅 nor ☕ is native to Italy, and they’re just butchering other peoples’ foods - enrages them. You should do it.
- 0 Posts
- 1 Comment
Joined 1 day ago
Cake day: July 22nd, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
@[email protected] Why not do something like wireguard/tailscale in your public facing instance, having nginx there, and reroute photos.domain.com to your private server?
so, something like
subdomain.domain-> dns pointed to public -> hits your public -> nginx there routes to wireguard ip of 10.1.1.5 of your private box -> <OVER WIREGUARD> -> hits your private 10.1.1.5:8080
or something?