snarfed / bridgy-fed

🌉 A bridge between decentralized social network protocols
https://fed.brid.gy
Creative Commons Zero v1.0 Universal
725 stars 39 forks source link

Docker container for self-hosting? #1533

Open alangrafu opened 1 day ago

alangrafu commented 1 day ago

I know there is some gcloud dependencies, but I tried running it locally and kind of worked. I suspect there are some hardcoded values that could be parametrized and add a Dockerfile so people can run their own bridge instead of overloading brid.gy

snarfed commented 11 hours ago

Interesting idea! This would be nontrivial, Bridgy Fed has three different services (app, router, atproto-hub) and depends on a handful of Google Cloud services, notably Datastore and Cloud Tasks. Dockerizing it is definitely possible though!

Running multiple bridges raises its own difficulties though, eg #800