I want another series ! FX) AWS(Lightsail), Azure , Vultr or I want to make a chat app but I don't know how to cluster. The cloud-based service provided by Supabase has to choose one region, but since I'm a global service, the latency is too long when I use Realtime. So I want to self-host and configure clustering. Any thoughts on dealing with this? Or I hope the cloud service also supports multi-region.
*Thank you very much for this very useful video!* I have one question: *What are the limitations of the self-hosted version* (except of course that self-hosted users support each other)? Are there any limitations compared to the commercial version or functions that are missing?
whatever your server supports? Every DigitalOcean droplet will have RAM storage and data transfer limits. my presumption is there isn’t any arbitrary limit set by supabase in order to get you to upgrade to a paid/hosted tier. That’s always an option, but this is free and open source software. The main limits to worry about is whatever your host sets.
man thanks a lot lol i was new just wasted time setting up caddy basic auth myself to work on port 3000 and now few days after supabase updated 😂😂😂 with kong btw thanks for providing an open source firebase solution supabase
after changing paswords anon key service key jwt etc, and restarting, I got the error with analytics container so the kong container is not starting aswell as it depends. I assume i need to go and setup an analytics container? Please if true, add more detailed docs to official documentation
Dude i've been trying this for weeks hahahahahahahah BTW as i noticed u're from supabase OG, i'm getting a problem with a specific library as well as some sort of error on QueryClient for React (That idont know at this moment, but i will edit the comment later). The library is libpg-query, i'm using Bun, I tryed on Debian and then on windows, both bun and npm didnt work; for the Query thing i dont remember really haha gonna edit later
please make a video on how to secure selfhost and how to use SSL
+1
@@AnchorTech_0 +2
+3
@@PiotrWas +4
@@kian8770 +5
I want another series ! FX) AWS(Lightsail), Azure , Vultr
or I want to make a chat app but I don't know how to cluster.
The cloud-based service provided by Supabase has to choose one region, but since I'm a global service, the latency is too long when I use Realtime.
So I want to self-host and configure clustering. Any thoughts on dealing with this?
Or I hope the cloud service also supports multi-region.
*Thank you very much for this very useful video!*
I have one question: *What are the limitations of the self-hosted version* (except of course that self-hosted users support each other)? Are there any limitations compared to the commercial version or functions that are missing?
whatever your server supports? Every DigitalOcean droplet will have RAM storage and data transfer limits. my presumption is there isn’t any arbitrary limit set by supabase in order to get you to upgrade to a paid/hosted tier. That’s always an option, but this is free and open source software. The main limits to worry about is whatever your host sets.
tried changing the password and reset the docker but seems changes is not reflecting.
In ur supabase yml directory do docker compose up -d
How would you get your project URL from your database if you can't access the project settings?
selfhost can't upload media to storage. pls fix.
Please explain how to use the supabase CLI with this Docker configuration.
Is social login not included on self host?
the dashboard doesn't have any new project creation button
the terminal lines on the link provided do not exist. They probably got changed so this build is not exactly working.
please explain how to connect to external PostgreSQL
No edge functions when self-hosting?
mabye read the docs lol
Edging cannot happen inside one container. Edging works on distributed containers.
Please explain how to change the security I can't figure it out
How about using supabase from digitalocean marketplace?
man thanks a lot lol i was new just wasted time setting up caddy basic auth myself to work on port 3000 and now few days after supabase updated 😂😂😂 with kong btw thanks for providing an open source firebase solution supabase
how to make a backup database on self hosted?
Where is auth provider?
Thanks for this, please make one for AWS, including storage
Since it's in docker can you also add support for DigitalOcean App Platform + DO managed Database + DO Space Object Storage?
the supabase studio is running on port 3000 and showing unhealthy in docker compose ps and also not accessible on port 3000
You need to use port 8000. Port 3000 is for kong.
@@DeadRisingStar okk
You guys are amazing.
can u make a video explainig how to configure smtp in self hosting?
Is the realtime service working ?
after changing paswords anon key service key jwt etc, and restarting, I got the error with analytics container so the kong container is not starting aswell as it depends. I assume i need to go and setup an analytics container? Please if true, add more detailed docs to official documentation
Have a look at the "Uninstall" instructions. It tells you to delete a folder under db. Delete that and it'll start working again.
Dude i've been trying this for weeks hahahahahahahah BTW as i noticed u're from supabase OG, i'm getting a problem with a specific library as well as some sort of error on QueryClient for React (That idont know at this moment, but i will edit the comment later). The library is libpg-query, i'm using Bun, I tryed on Debian and then on windows, both bun and npm didnt work; for the Query thing i dont remember really haha gonna edit later
am not using digital but i have ubuntu installed will it work also ??
yes ofc why should it not work? lol
Can someone who sees my comment teach me for what use case we would like to self-host Superbase rather than just using it? Thanks in advance
if you want your data to be on YOUR machine and not a cloud.
Then this is the way.
How I create my projetcs ?
you dont
Then that is one Supabase self hosted per project or ?
@@carlosricardoziegler2650 That what I remember reading, the self hosted version is only one project per install.
@@carlosricardoziegler2650 yea, supabase self hosted per project
I'm getting unhealthy containers and can't hit it on 8000
me too after changing the password in docker-compose.yml, waiting for fix