Hello, I will soon work on a project where I plan to use SvelteKit for SSR and Supabase for the bdd.
$25 seems a bit expensive since it will be a "small project".
I'm not doing backend dev usually. I tried today the self-hosted version of supabase but it is not working on my Ubuntu 20 machine, idk why. I wanted to try to self host since I wanted to know if we could easily host the db & svelte kit on the same machine.
Svelte kit will use port 443 but what port do use supabase when you self-host? Can we configure it? So that I can access the site & the db on the same server? Also, when both are on the same machine, can I communicate with supabase without doing an internet trip between svelte kit ssr & supabase? But a localhost trip?
Otherwise, I have the same question as you. I'm wondering what are the limitation/difference between self-hosted & managed supabase. I think that you can add backup & storage on your list. I mean Supabase are doing backup somewhere else than on the db server (I assume), whereas if you do a backup on the self-hosted version it will be done on the same server as the db. Same for the Storage, managed Supabase use S3 storage whereas self-hosted version use the same server storage? I would also like to have more info on that.