Shivanshu GuptaOriginal post
Rank 2: Process
I have an Appwrite instance set up on my local network with a domain like main.com, which I use to access the instance. I want to make one of my functions accessible via a subdomain, such as function1.main.com.
How can I achieve this, considering I only want to do it in my local network?
Summary
Set up a subdomain for your function to be accessible on your local network. This can be achieved by modifying your local network's DNS settings or host file to redirect the subdomain to the specific function within your Appwrite instance.