Rank 2: Process
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names.
What should I do host my site on my machine using Appwrite Sites.
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 2: Process
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names.
What should I do host my site on my machine using Appwrite Sites.
Rank 2: Process
You should use a domain.
or http:// ip address
but idk if cloud functions would let you do that
Rank 2: Process
But I would become like http://site.10.10.15.234
I think would don't work as It gets mix
appwrite sites, needs domains (or via Host header)
so you basicly need to have a reverse proxy in front of appwrite (or have only appwrite behind the IP), that when you request domain.com it points to your static IP and resolve to appwrite. Appwrite will see the domain and sends it to the right site with the domain linked.
without a domain, appwrite have no way of saying which request should go to which site since you can have multiple of them