@Moonrise2473@feddit.it Fwiw, LinuxServer still maintains a resilio-sync docker image for 3.0.0. They are fairly trustworthy.
https://hub.docker.com/r/linuxserver/resilio-sync
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.
@Moonrise2473@feddit.it Fwiw, LinuxServer still maintains a resilio-sync docker image for 3.0.0. They are fairly trustworthy.
https://hub.docker.com/r/linuxserver/resilio-sync
@philpo@feddit.org 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?