Remix.run Logo
hinkley 4 hours ago

What I’d really like is to run the admin interface for an app on a self hosted system behind firewalls, and push read replicas out into the cloud. But I haven’t seen a database where the master pushes data to the replicas instead of the replicas contacting the master. Which creates some pretty substantial tunneling problems that I don’t really want on my home network.

Is there a replica implementation that works in the direction I want?

chasing0entropy 2 hours ago | parent | next [-]

Use NAT hole punching if you're advanced, or you could fall back to IP/port filtering

bakies 2 hours ago | parent | prev [-]

Tailscale will take care of the networking if you install it in both locations.