Hey guys, I could use a bit of help. Long text but i try to make it clear.
I was on Appwrite Cloud until yesterday. I switched to self hosting on my RPI-4B. port forwarded and use dyndns. I am also using a subdomain, say db.example.com of my own domain example.com, and cnaming it to the dyndns domain. db.example.com is the one is use for _APP_DOMAIN and _APP_DOMAIN_TARGET in .env. Everything working fine till now. Now i tried to add functions. I tried it with _APP_DOMAIN_FUNCTIONS=localhost, then i can execute only on host machine, makes sense. but if i for example make it _APP_DOMAIN_FUNCTIONS=functions.example.com, i dont know what to do next. what cnames should i define at my domain provider? Any tips? And then there is nginx. I read a lot about guys using nginx in relation to this problem. what exactly does nginx and can it help me here?
Please help!
Okay guys, got it working. Now is the only last question, how do i automatically get certificates for all the dynamic subdomains / functions?
Recommended threads
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...