Self Host supabase on your own server using coolify with protection

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 62

  • @JS-ud8zk
    @JS-ud8zk 7 місяців тому +4

    Awesome video! I'd love to see more detail on best practices for backups and recovery workflows on coolify generally. Hetzner persistent volume usage? S3 backups? etc

    • @360Creators
      @360Creators  6 місяців тому

      Me too, haven't figured that out yet.

  • @whatisamodel8252
    @whatisamodel8252 10 місяців тому +2

    The best coolify guides I've found, thanks!

    • @360Creators
      @360Creators  10 місяців тому

      Amazing! 😁 You're welcome!

  • @adnilsonmedina
    @adnilsonmedina 7 днів тому

    Thank you very much. Amazing Video!

  • @HyperXD_YT
    @HyperXD_YT 18 днів тому

    how to create multiple projects on supabase?

  • @mehmetbagci3447
    @mehmetbagci3447 19 днів тому

    Hi,
    Thank you for this awesome guide. There are long stored procedures in the application I developed. and I get upstream timeout error in python supabase client. how can I increase these times in coolify for kong ? Can you help me ?

    • @360Creators
      @360Creators  19 днів тому

      Hi Mehmet!
      Thank you for the kind words. I don't know how to deal with that. Hope you find a way or maybe someone else here on the YT comments has an idea.

    • @mehmetbagci3447
      @mehmetbagci3447 18 днів тому

      @360Creators we' ve found the solution. in the kong.yaml read time out value must be set. Thank you again

  • @haidarezio
    @haidarezio 10 місяців тому +1

    Thank you for this ! would love to know if it's super easy to have a next app with image optimization enabled,

    • @360Creators
      @360Creators  10 місяців тому +1

      You're welcome man! Not sure about that, probably better to check in at the discord community of coolify!

  • @ROBOROBOROBOROBO
    @ROBOROBOROBOROBO 9 місяців тому +3

    What are the limitations of the self hosted use case, versus the paid one?
    I have been looking for a comparision table but couldnt find it. On Reddit people complain self hosted is very limited, but these are a year old messages as well so things might have changed

    • @360Creators
      @360Creators  8 місяців тому +1

      Biggest advantage for any opensource that can be paid to have it on their cloud is that you don't have to worry that much about updates and you get support. Usually it all depends on your own experience. I'm myself still exploring both sides at this time.

    • @hanes2
      @hanes2 6 місяців тому +1

      u get all that bandwidth for dirt cheap with self-hosted tho.

  • @haidarezio
    @haidarezio 10 місяців тому

    Also is it easy to just wrap a frontend + backend + DB inside a docker compose file and just deploy it there?

    • @360Creators
      @360Creators  10 місяців тому +1

      That's still a level too high for me to explain, probably I'd say, but don't know.

    • @haidarezio
      @haidarezio 10 місяців тому

      ah i feel you @@360Creators thank you though ! your work is AWESOME !

    • @360Creators
      @360Creators  10 місяців тому +1

      More to come!!@@haidarezio
      Also looking for some coolify experts that have some time to help me out, so that I can create more and faster tutorials. If you happen to know them.. 😁

    • @haidarezio
      @haidarezio 10 місяців тому

      I wish i could help in that regard @@360Creators, I'm in their discord talking to other folks about setting up portainer and some monitoring for the VPS, but i went with netdata, super nice to have as well
      but yeah most of my knowledge there is me going through discord threads and old messages for some small bug fixes xD

    • @whatisamodel8252
      @whatisamodel8252 10 місяців тому +1

      Yes I believe you can.

  • @corbystephens
    @corbystephens 6 місяців тому

    I'm working on a self-hoisted machine on my own network, not a VPS in the cloud. Coolify wants Supabase to listen on port 8000. It is set where you set the domain. However when I access it from the outside it seems to be mapped to port 443. I point this out because when I do log in with the credentials, it eventually time out with no response. I don't know if I'm having some kind of port mapping and/or firewall problems. Any thoughts?

    • @hanes2
      @hanes2 6 місяців тому

      443 is SSL. So when you hit a site with it will go to 443 by default unless you add a :8000 after example the IP. But what you actually want is to have something that maps the the domain to the ip which refer to your service at 8000. So for me it would be a Nginx-Proxy Manager-server with firewall open to 443... which when a domain hits it, it will route to specific local-ip:port ... you could have other services than just nginx doing this, you could use something like Traefik as well.

    • @360Creators
      @360Creators  6 місяців тому

      I haven't reached that level yet to host it locally.

  • @ahsanabrar880
    @ahsanabrar880 6 місяців тому +2

    how to update coolify and supabase if version came out?

  • @josipX
    @josipX 4 місяці тому +1

    How to connect to that postgres instance?

    • @ruanxun9454
      @ruanxun9454 3 місяці тому

      I cannot seem to connect too, providing a connection string gives me a time-out error

    • @360Creators
      @360Creators  Місяць тому

      I believe you can see the posgres as a listed service and go to that specific url. But haven't tried that myself yet.

  • @DehanMathew
    @DehanMathew 8 місяців тому

    This works great. But the endpoints don't have SSL when specifying a custom domain. I'm guessing we need to modify the docker compose to enable SSL on kong?

    • @360Creators
      @360Creators  8 місяців тому +1

      Glad it works, but I'm not sure about that.

  • @바오-c3p
    @바오-c3p 4 місяці тому

    wow! I'd like to ask if it's possible to host multiple projects within a single Supabase instance on Coolify. thanks!

  • @nicomasset
    @nicomasset 8 місяців тому

    hey, nice tuto thanks! What about the bucket storage, can we have that too on the same server?

    • @360Creators
      @360Creators  8 місяців тому

      You're welcome! 😁
      You can have a minio bucket storage using coolify.
      Video is a bit long, but you can skip to the parts which contains minio content.
      ua-cam.com/video/bnDhW1eTHnw/v-deo.html

  • @allanino-xj3qf
    @allanino-xj3qf 7 місяців тому

    Hello, am done with everything, but I can't find my supabase anon key anywhere in the dashboard can you please help me

    • @jaradaty88
      @jaradaty88 7 місяців тому

      It is called admin user, and admin password in coolify, use them

    • @360Creators
      @360Creators  7 місяців тому +1

      I think it should be in the environment variables.

  • @whatisamodel8252
    @whatisamodel8252 10 місяців тому

    One confusing thing is, when you point your domain to the Supabase instance in coolify you can access your dashboard as intended but then I run into all sorts of CORS errors when trying to interface with the storage frontend, as changing the domain on the studio/Kong doesn't change the other urls/certs for api endpoints.

    • @360Creators
      @360Creators  10 місяців тому

      Mmm I haven't had that yet, also haven't played enough with the Supabase at this point. What I think that might help is to go within Service Stack > Edit Compose File and then search for the domain it's currently incorrectly pointing to. And then replace that with the custom subdomain and try again by clicking Pull Latest Images & Restart.

    • @whatisamodel8252
      @whatisamodel8252 10 місяців тому

      @@360Creators I tried this and couldn't find a way to get it to work. I may have missed something. I think it has to do with the proxy/router that coolify implements but not sure. Honestly gave up lol, just going to use minio and postgress. Would be cool to be able to quickly spin up something like supabase though.

  • @J1n_Dev
    @J1n_Dev 5 місяців тому +1

    How to setup the auth part though?

    • @360Creators
      @360Creators  4 місяці тому

      I don't know, maybe the (discord) community can help out here.

    • @esdegan7176
      @esdegan7176 2 місяці тому

      so in the video, supabase auth not work yet?

  • @dawidwraga
    @dawidwraga 7 місяців тому

    Why use an external server for supabase instead of hosting both of them locally?

    • @jaradaty88
      @jaradaty88 7 місяців тому

      You can but it is not recommended, heavy on your server if you want to run more apps on it

    • @360Creators
      @360Creators  7 місяців тому

      Depends on the server. For this tutorial I thought it was easier to have an external one for it to deactivate after this tutorial. And what jaradaty88 says, I think it's good practise to seperate coolify from other apps. If one of the apps makes the server crash, you can still access coolify to throw it off the server.

  • @jijojosein
    @jijojosein 7 місяців тому

    Thank you for this. Could you please make a video on adding custom SSL to coolify projects?

    • @360Creators
      @360Creators  7 місяців тому +1

      You're welcome. I'm not sure.

  • @ioan1183
    @ioan1183 7 місяців тому

    I can't connect to the deployed supabase with pg-admin. Why?

  • @fulltimefrontend
    @fulltimefrontend 4 місяці тому

    how to protect against brute force attacks on username / password ?

    • @360Creators
      @360Creators  4 місяці тому

      I don't know, maybe the (discord) community can help out here.

  • @AdrianRosarioPR
    @AdrianRosarioPR 7 місяців тому

    great video i notice you are using coolify v3, I assume that is because v4 is only on beta? Also have you used something like data grip to connect to that db? Thanks for the video

    • @360Creators
      @360Creators  7 місяців тому +1

      v4 wasn't there 3 months ago. I haven't used something like data grip. Glad you like the video!

  • @harshbhat1017
    @harshbhat1017 2 місяці тому

    How about a video on self hosting coolify?

    • @360Creators
      @360Creators  Місяць тому

      Here you go
      ua-cam.com/video/bnDhW1eTHnw/v-deo.html

  • @raykay6613
    @raykay6613 2 місяці тому

    how to get databae url ?

    • @360Creators
      @360Creators  Місяць тому

      Check if you can find it in the Services tab. The first one goes straight to Baserow, but there should be one for the database there as well. Or when you hover over "Links", it might appear there.

  • @lisander-lopez
    @lisander-lopez 9 місяців тому

    Perfect :)

  • @andriizatsepin6137
    @andriizatsepin6137 10 місяців тому

    Hi, thank you for video, but i can't understant, what wrongs
    Saved configuration files to /data/coolify/services/jo0kc40.
    Creating Docker network.
    Starting service.
    Pulling images.
    validating /data/coolify/services/jo0kc40/docker-compose.yml: services.realtime-dev Additional property supabase-realtime is not allowed
    can't to deploy supabase

    • @360Creators
      @360Creators  9 місяців тому

      I'm sorry to read that. I'm not at the stage of understanding these types of errors yet. Better to check in with the Coolify discord community. I feel that it could be really nice if there were some developers specialized in Coolify to offer some support service to help with these type of things.