Skip to content

Commit 0cf20f2

Browse files
committed
docs(gitlab): add official doc link.
1 parent f58008c commit 0cf20f2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Install Drone with GitLab
22

3+
See the online documentaion: [Single Machine](https://docs.drone.io/installation/gitlab/single-machine/) | [Multi-Machine](https://docs.drone.io/installation/gitlab/multi-machine/)
4+
35
## How to register OAuth application
46

57
Go to your GitLab [profile setting](https://gitlab.com/profile) and navigate to your account settings and choose `Applications` from the menu.
68

7-
<img src="images/gitlab-setup-01.png" />
9+
![gitlab-setup-01](images/gitlab-setup-01.png)
810

911
Please make sure that your drone `Redirect URI` setting. It is very import the authorization callback URL matches your http(s) scheme and hostname exactly with **/authorize** (0.8) **/login** (1.0) as the path.
1012

11-
<img src="images/gitlab-setup-02.png" />
13+
![gitlab-setup-02](images/gitlab-setup-02.png)
1214

1315
Copy `Application ID` and `Secret`
1416

15-
<img src="images/gitlab-setup-03.png" />
17+
![gitlab-setup-03](images/gitlab-setup-03.png)
1618

1719
Open your drone home page in your browser and login as gitlab account.
1820

19-
<img src="images/gitlab-setup-04.png" />
21+
![gitlab-setup-04](images/gitlab-setup-04.png)

0 commit comments

Comments
 (0)