localhost
.
Such client works fine on a local machine but it can't be accessed by public IP or domain.
Also the mobile TokenD wallet can't use configuration QR codes generated by localhost-pointed web client.
Warning
Developer edition is not intended for any kind of production use. If you would like to do production or demo deployment, we highly reccomend to use this tool instead.8000
is open on your machhine.
Navigate to http://YOUR_IP:8000/_/api/
while Developer edition is running –
Horizon info must be displayed
80 -> 8060
port forwarding rule on your machine
or edit web_client
port in the docker-compose.yml
file.
Of course in this case ensure that 80
port is open and free on your machine
configs/client.js
file and replace
all occurances of localhost
with your IP or domain
configs/api.yml
and in field storage.client_url
replace
localhost
with your IP or domain
docker-compose restart