#Appwrite functions with ngrok

15 messages · Page 1 of 1 (latest)

craggy thistle
#

I setup appwrite self hosting on my machine and followed the docs to setup appwrite functions. It suggested to use ngrok as proxy if running on localhost. But the domain assigned to the function is not accessible. Any suggestions?

oak vector
#

What happens when you proceed from this selfsigned ssl warning?

craggy thistle
#

There's no proceed option

blazing schooner
blazing schooner
craggy thistle
#

I was working on an issue which requires Deno runtime which is not available in cloud version. The function acts like a webhook receiver... so need a public endpoint. If not ngrok what would you suggest🤒

craggy thistle
craggy thistle
blazing schooner
craggy thistle
blazing schooner
oak vector
#

we need to create a specific endpoint for each function and validate , then add the corresponding subdomain CNAME to DNS of the main domain.

hope my understanding is correct

I use cloudflare tunnel, for that too we need SSL on server end??

blazing schooner
oak vector
#

btw, these two cant be same right?
_APP_DOMAIN_TARGET=
_APP_DOMAIN_FUNCTIONS

valid will be
_APP_DOMAIN_TARGET=appwrite.text.xyz
_APP_DOMAIN_FUNCTIONS=functions.text.xyz

?? in that case all functions will be 17264326.functions.text.xyz ??