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.
<@&634618551491100692>
You should use a domain.
or http:// ip address
but idk if cloud functions would let you do that
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
Recommended threads
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...