WeWeb server for self-hosted Supabase

Hello,

I have self-hosted Supabase and i am planing to export my WeWeb application and run it on my hosting.

I have read on other Topics that for that i will need also to run WeWeb server and maybe to depend on WeWeb for worflows and some pluggins.

Also I have read that you can export files(html, js, css) but that Workflows are not exported but they stay on Weweb and you will depend of Weweb for workflows. Is it true?

I have check this:

For now in my WeWeb project i use only Supabase Data and Supabase Auth Pluggins and i am not planing to add other things. i dont see in this documentation anywhere to mention that i need WeWeb server or something else for Self-Hosted if i use only Supabase plugins.

So can somebody please tell what is true, and can my application work ok on self host if i use only Supabase pluggins, and will my workflows work?

Thank you very much

Hi @Zoran.Velinov ,

You need to export built project files and you can host it anywhere (Vercel, AWS or just on your own server with linux and any web-server like Nginx).

All of your project workflows, css, html, js and add-ons (add-ons which are not dependent on the microservices) will work as expected (see "Plugins that work independently on the screenshot below - they will definitely work on a self-hosted project).

3 Likes

Hi Batik,

Thank you for the answer. Thats all i wanted to hear.