Rank 2: Process
I am unsure about my current setup of my appwrite backend.
So I have a domain example.com and I would like appwrite to be accessible under baas.example.com. Currently my nginx proxy manager forwards request to baas.example.com to my appwrite traefik appwrite-traefik:80 instance. Which works fine.
My appwrite functions are accessible using baas.example.com/functions/....
My .env file contains the following entries:
_APP_DOMAIN=baas.example.com_APP_DOMAIN_FUNCTIONS=function.example.com_APP_DOMAIN_TARGET=baas.example.comIs this the correct setup? And what exactly is the difference between _APP_DOMAIN and _APP_DOMAIN_TARGET_?
And how do I setup my functions endpoint (domain)? My desired endpoint is function.example.com?