planetary-social / webapp

Trying netlify
https://planetary-webapp.netlify.app/
2 stars 0 forks source link

research hosting #11

Closed nichoth closed 2 years ago

nichoth commented 2 years ago

Looking for something that can do a traditional sbot. Meaning something with websockets


fly.io

The node docs make it seem like a simpler deployment than something like digital ocean

See here for an example of websockets + fly. Note this is slightly different than the demo on the web, because I had to get rid of Dockerfile and add a little to fly.toml:

[build]
  builder = "heroku/buildpacks:20"

Next -- need to know about the fs situation.

All the sbot & flume stuff is based on fs. Is there a decent filesystem here?

There is a free tier, but I think they charge for volumes (fs)

https://fly.io/docs/about/pricing/