Hey @alex can you explain the big picture for soapbox-fe. Does it make a http request to the backend endpoint, and generate entire page using js?
@af It works pretty much like pleroma-fe, which has a detailed explanation here: https://git.pleroma.social/pleroma/pleroma-fe/-/blob/develop/docs/HACKING.md
It's a single-page app running entirely in JavaScript in the browser. You can put it in front of Pleroma and it will work as long as you proxy a list of endpoints to the backend server with Nginx (/api, /oauth, /.well-known/webfinger, etc)
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy. Stay safe. Please abide by our code of conduct. (Source code)
@af It works pretty much like pleroma-fe, which has a detailed explanation here: https://git.pleroma.social/pleroma/pleroma-fe/-/blob/develop/docs/HACKING.md
It's a single-page app running entirely in JavaScript in the browser. You can put it in front of Pleroma and it will work as long as you proxy a list of endpoints to the backend server with Nginx (/api, /oauth, /.well-known/webfinger, etc)