daeks-archive / yarman

YARMan Web (Yet Another RetroPie Manager)
https://retropie.org.uk/
MIT License
10 stars 0 forks source link

make yarman accessible through any IP the host has #34

Closed meleu closed 7 years ago

meleu commented 7 years ago

Using a "real" IP when launching 'php -S' will make it accessible only in that IP. I noticed that when tried to access it using http://localhost:8080 and it wasn't accessible. I had to use the same IP I used in the php command (192.168.blablabla).

I think you should use 0.0.0.0, which means every IPv4 address in this host. It makes yarman accessible via localhost and any other IP the host has.

daeks commented 7 years ago

cool great, I will merge that as soon as I could test it tomorrow