cross-posted from: https://lemmy.dbzer0.com/post/28234230
I’m looking into setting up Mastodon instance for myself on a very minimal cloud server. To save resources on that box, I’d like to run the web interface on my own server at home, and only have the Mastodon backend running on the VPS. Is it possible to completely get rid of the web interface and only access the instance through the API? What’s the best way to achieve this? Does anyone have experience with this, or do you know any useful resources?
Yes, of course, it’s all microservices. It wouldn’t scale much at all if this wasn’t possible.
Afaik you can. The frontend interacts with the backend via an API so yes. It’s possible.
Will it actually save all that much?
I don’t know, but it seems like a fun thing to try out.