yetibot / yetibot

🤖 Extreme chatops bot for Slack, Discord, Mattermost, IRC 🔧 New contributors welcome 🏗
https://yetibot.com
Eclipse Public License 1.0
349 stars 62 forks source link

Run yetibot behind a proxy #664

Closed rhoml closed 7 years ago

rhoml commented 7 years ago

Is there support to run yetibot behind an http proxy? I'd like also to be able to choose domains / ips to not route through the proxy

devth commented 7 years ago

It's not explicitly supported by Yetibot itself, but it is supported on the JVM. Yetibot uses clj-http for its http client, which has a Proxies section that documents how to set it up.

Also see the Java Networking and Proxies docs.

Does that work?

devth commented 7 years ago

@rhoml closing this issue. Feel free to re-open if the above doesn't work for you.