Skip to content
Snippets Groups Projects
Commit e8789c55 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Add info on GitLab app registration.

parent 7823dd53
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,6 +5,13 @@ Discourse plugin for the omniauth-gitlab strategy.
 
## Installation
 
1. Register a new system application in GitLab by visiting `/admin/applications/new`.
The redirect URI is of the form:
```
https://discourse.example.com/auth/gitlab/callback
```
1. Add the plugin's repository url to your container's `app.yml` file:
 
```
Loading
Loading
@@ -26,7 +33,7 @@ Discourse plugin for the omniauth-gitlab strategy.
GITLAB_APP_ID=gitlabtestid GITLAB_SECRET=gitlabtestsecret GITLAB_SITE_URL=https://git.example.com ./launcher rebuild app
```
 
Otherwise you can provide these variables in `app.yml` under the `env` section.
Otherwise you can add these variables in `app.yml` under the `env` section.
 
## License
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment