KonaeAkira / raphael-rs

Crafting rotation optimizer / macro generator for Final Fantasy XIV
https://www.raphael-xiv.com/
Apache License 2.0
67 stars 14 forks source link

Listen on non-localhost IP? #74

Closed chowbok closed 1 month ago

chowbok commented 1 month ago

Hi,

I'm attempting to run this on a headless server. It starts fine, but it's only listening on the localhost interface. I tried redefining BASE_URL but that didn't seem to affect it. Is there a way to do this?

chowbok commented 1 month ago

Figured it out; using arguments to trunk.

KonaeAkira commented 1 month ago

Btw, the solver runs on the client. The server just serves the static website.