Skip to content

Commit

Permalink
Fix typo in GitLab docs (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Sep 7, 2023
1 parent 632bd1f commit 1806ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/30-administration/11-forges/40-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You must register your application with GitLab in order to generate a Client and

Please use `http://woodpecker.mycompany.com/authorize` as the Authorization callback URL. Grant `api` scope to the application.

If you run the Woodpecker CI server on a prvate IP (RFC1918) or use a non standard TLD (e.g. `.local`, `.intern`) with your GitLab instance, you might also need to allow local connections in GitLab, otherwise API requests will fail. In GitLab, navigate to the Admin dashboard, then go to `Settings > Network > Outbound requests` and enable `Allow requests to the local network from web hooks and services`.
If you run the Woodpecker CI server on a private IP (RFC1918) or use a non standard TLD (e.g. `.local`, `.intern`) with your GitLab instance, you might also need to allow local connections in GitLab, otherwise API requests will fail. In GitLab, navigate to the Admin dashboard, then go to `Settings > Network > Outbound requests` and enable `Allow requests to the local network from web hooks and services`.

## Configuration

Expand Down

0 comments on commit 1806ad0

Please sign in to comment.