How can I host the Mastodon web UI on a different server than the actual Mastodon backend?
from Andromxda@lemmy.dbzer0.com to selfhosted@lemmy.world on 22 Sep 09:33
https://lemmy.dbzer0.com/post/28257668

cross-posted from: 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?

#selfhosted

threaded - newest

AsudoxDev@programming.dev on 22 Sep 09:50 next collapse

Afaik you can. The frontend interacts with the backend via an API so yes. It’s possible.

just_another_person@lemmy.world on 22 Sep 09:53 next collapse

Yes, of course, it’s all microservices. It wouldn’t scale much at all if this wasn’t possible.

docs.joinmastodon.org/admin/config/

morrowind@lemmy.ml on 22 Sep 10:07 collapse

Will it actually save all that much?

Andromxda@lemmy.dbzer0.com on 22 Sep 10:17 collapse

I don’t know, but it seems like a fun thing to try out.