bbernhard / signal-cli-rest-api

Dockerized Signal Messenger REST API
https://bbernhard.github.io/signal-cli-rest-api/
MIT License
1.37k stars 159 forks source link

For reverse proxies, add SWAGGER_HOST environment variable support #570

Closed ksangers closed 3 months ago

ksangers commented 3 months ago

I ran into the issue that I could not easily test this service behind a reverse proxy, because of the hard-coded IP:PORT set up. This should fix that. Please let me know if you need any other related changes before this can be accepted.

Changes:

bbernhard commented 3 months ago

Many thanks!

ksangers commented 3 months ago

Cheers!