feat: add supbase template
please to skip ci config.
Wow really thank you @songtianlun appreciated!,
Just a question we need some credentials or something in storage? I tested almost everything and it was working only the storage is the only thing that have troubles, but I don't know if the issue comes from supabase side
Wow really thank you @songtianlun appreciated!,
Just a question we need some credentials or something in storage? I tested almost everything and it was working only the storage is the only thing that have troubles, but I don't know if the issue comes from supabase side
I tried to fix some issues that might cause storage anomalies, and now the container is running, but it seems that there are still some issues with authentication. I don't have time during the week, and I will try to fix the problem some other time.
Wow really thank you @songtianlun appreciated!,
Just a question we need some credentials or something in storage? I tested almost everything and it was working only the storage is the only thing that have troubles, but I don't know if the issue comes from supabase side
i think is ok. supabase need generate some new JWT by secret
https://supabase.com/docs/guides/self-hosting/docker#generate-api-keys
it is ok in my vps
I am new to Dokploy and this is my first time using it to deploy Supabase. Could you please tell me why my URL is showing a 404 error? Deploying other projects works fine. Thank you for your help.
http://chatgpt-supabase-a426f2-4b944f-104-168-112-236.traefik.me/
I am new to Dokploy and this is my first time using it to deploy Supabase. Could you please tell me why my URL is showing a 404 error? Deploying other projects works fine. Thank you for your help.
http://chatgpt-supabase-a426f2-4b944f-104-168-112-236.traefik.me/
wait a minutes or deploy again.
I am new to Dokploy and this is my first time using it to deploy Supabase. Could you please tell me why my URL is showing a 404 error? Deploying other projects works fine. Thank you for your help.
http://chatgpt-supabase-a426f2-4b944f-104-168-112-236.traefik.me/
wait a minutes or deploy again.
Thanks, clicking on the 'Domains' tab under 'General' solved my issue.
+1
I thought it would work right out of the box, but I get the message: 404 Page Not Found when I try to access the domain
@songtianlun Hi. Have you ever tried uploading to supabase storage? My storage is working properly and can list buckets that have been created. But uploading files is not. It looks like this API has an error /storage/v1/upload/resumable
@songtianlun Hi. Have you ever tried uploading to supabase storage? My storage is working properly and can list buckets that have been created. But uploading files is not. It looks like this API has an error
/storage/v1/upload/resumable
Hi @songtianlun , I’m getting the same error. It looks like an issue with the authentication. I would really appreciate it if you could take a look.
@songtianlun Hi. Have you ever tried uploading to supabase storage? My storage is working properly and can list buckets that have been created. But uploading files is not. It looks like this API has an error
/storage/v1/upload/resumableHi @songtianlun , I’m getting the same error. It looks like an issue with the authentication. I would really appreciate it if you could take a look.
The problem seems related to Traefik or the SSL certificate. Upload requests via the dashboard, it will send a request to the domain of the traefik that does not have an SSL certificate. Using the Supabase SDK should solve this since it uses your Supabase URL. The JavaScript SDK works well for my custom domain.
please help, always facing this issue
![]()
please help, always facing this issue
please to check docker log.
please help, always facing this issue
please to check docker log.
done by prune images and re-deploy
so, the big issues are for multiple instance: we can't have duplicate names of containers, but if we do change realtime's container name on a second instance we then break it.
so
hostname: realtime-dev.supabase-realtime added to realtime lets it work regardless of container name
and something like
allows for dynamic container names, should be enough to host any amounts of supabase services


http://chatgpt-supabase-a426f2-4b944f-104-168-112-236.traefik.me/