Join Discord
Powered by
Is it possible to make supabase use `https` instea...
# help
f
fenix
08/10/2021, 9:49 PM
Is it possible to make supabase use
https
instead of
http
on docker?
fenix
08/10/2021, 9:54 PM
during configuration it automatically uses http, but I'd like to use https instead
fenix
08/10/2021, 9:54 PM
Since I already have the certificate on the server
s
soedirgo
08/12/2021, 10:31 AM
Easiest way is probably to use a reverse proxy, like ngrok or frp. Firebase emulators seem to take this approach as well:
https://github.com/firebase/firebase-tools/issues/1908
soedirgo
08/12/2021, 10:32 AM
To be clear though, the Node.js CLI is being EOL'd for the Go CLI, so I'd hold off on using the CLI for your projects right now - but you'd probably still need the reverse proxy in the new one (it still uses Docker)
f
fenix
08/12/2021, 10:46 AM
Thank you very much 🙂
Previous
Next