nroi / flexo

a central pacman cache
MIT License
172 stars 10 forks source link

Is Flexo expected to be run with a reverse proxy? #91

Closed naclander closed 2 years ago

naclander commented 2 years ago

Seems Flexo is only listening on port 7878 on localhost? External machines can't curl $server_ip:7878.

I'm running Flexo directly ( not through docker, or behind nginx ) so could that be the problem?

nroi commented 2 years ago

You don't need a reverse proxy, you can just change the listen_ip_address to 0.0.0.0 in /etc/flexo/flexo.toml.

But thanks for pointing this out, I hadn't mentioned this in the README yet. I've updated the README to make this more clear.