From 360d708340dce0ffa031608d8a3fdbb9df88ee12 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 20 Apr 2018 08:32:44 -0700 Subject: [PATCH] gitlab: Document the local network security setting. This should help users debug issues with the GitLab webhook not working with recent GitLab releases. --- zerver/webhooks/gitlab/doc.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zerver/webhooks/gitlab/doc.md b/zerver/webhooks/gitlab/doc.md index 2e4ef84d7c..cae57405d3 100644 --- a/zerver/webhooks/gitlab/doc.md +++ b/zerver/webhooks/gitlab/doc.md @@ -16,3 +16,11 @@ Receive GitLab notifications in Zulip! {!congrats.md!} ![](/static/images/integrations/gitlab/001.png) + +!!! tip "" + If your GitLab server and your Zulip server are on a local network + together, and you're running GitLab 10.5 or newer, you may need to enable + GitLab's "Allow requests to the local network from hooks and + services" setting (by default, recent GitLab versions refuse to post + webhook events to servers on the local network). You can find this + setting near the bottom of the GitLab "Settings" page in the "Admin area".