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 2024 09:33
https://lemmy.dbzer0.com/post/28257668
from Andromxda@lemmy.dbzer0.com to selfhosted@lemmy.world on 22 Sep 2024 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
Afaik you can. The frontend interacts with the backend via an API so yes. It’s possible.
Yes, of course, it’s all microservices. It wouldn’t scale much at all if this wasn’t possible.
docs.joinmastodon.org/admin/config/
Will it actually save all that much?
I don’t know, but it seems like a fun thing to try out.