molybdenumsoftware / pr-tracker

A system for finding out which branches a GitHub pull request landed in
4 stars 0 forks source link

Consider adding an option for binding to an address other than 127.0.0.1 #170

Open jfly opened 3 months ago

jfly commented 3 months ago

See https://docs.rs/rocket/0.5.0/rocket/config/struct.Config.html#structfield.address for where this setting is.

Folks may want to expose pr-tracker-api to the outside network. Right now, they'd have to use some reverse http proxy (such as nginx) to handle this.