ntoporcov / iQbit

GNU General Public License v3.0
575 stars 47 forks source link

Standalone Server not working #84

Open Martzy303 opened 10 months ago

Martzy303 commented 10 months ago

I ran npm run server-setup in the root folder, but no .env file has been created. I did it manually in the root folder

QBIT_HOST=http://192.168.0.104:8080
STANDALONE_SERVER_PORT=8081

Then I did npm run server-start, it started, but when I go to http://localhost:8081, the calls go to local host, not to qbit host, like http://localhost:8081/api/v2/app/version instead of http://192.168.0.104:8080/api/v2/app/version

Am I doing something wrong?