Access Ghost local server on network
Aug 8, 2022
Edit the config.development.json
& define your local machine IP instead of localhost
or 172.0.0.1
see below:
"url": "http://yourdomain.com or IP",
"server": {
"port": 2368,
"host": "192.168.1.2"
},