mirror of https://github.com/zulip/zulip.git
gitlab: Document the local network security setting.
This should help users debug issues with the GitLab webhook not working with recent GitLab releases.
This commit is contained in:
parent
e25d6968a5
commit
360d708340
|
@ -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".
|
||||
|
|
Loading…
Reference in New Issue