mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-12 16:53:00 +00:00
GitLab Auth Guide: Fix indentation
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
bf7d4ddcd8
commit
512fc2a914
1 changed files with 13 additions and 12 deletions
|
@ -6,25 +6,26 @@
|
||||||
2. Navigate to the application management page at `https://your.gitlab.domain/admin/applications` (admin permissions required)
|
2. Navigate to the application management page at `https://your.gitlab.domain/admin/applications` (admin permissions required)
|
||||||
3. Click **New application** to create a new application and fill out the registration form:
|
3. Click **New application** to create a new application and fill out the registration form:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
4. Click **Submit**
|
4. Click **Submit**
|
||||||
5. In the list of applications select **HackMD**. Leave that site open to copy the application ID and secret in the next step.
|
5. In the list of applications select **HackMD**. Leave that site open to copy the application ID and secret in the next
|
||||||
|
step.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
6. In the `docker-compose.yml` add the following environment variables to `app:` `environment:`
|
6. In the `docker-compose.yml` add the following environment variables to `app:` `environment:`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- CMD_DOMAIN=your.hedgedoc.domain
|
- CMD_DOMAIN=your.hedgedoc.domain
|
||||||
- CMD_URL_ADDPORT=true
|
- CMD_URL_ADDPORT=true
|
||||||
- CMD_PROTOCOL_USESSL=true
|
- CMD_PROTOCOL_USESSL=true
|
||||||
- CMD_GITLAB_BASEURL=https://your.gitlab.domain
|
- CMD_GITLAB_BASEURL=https://your.gitlab.domain
|
||||||
- CMD_GITLAB_CLIENTID=23462a34example99XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
- CMD_GITLAB_CLIENTID=23462a34example99XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
- CMD_GITLAB_CLIENTSECRET=5532e9dexamplXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
- CMD_GITLAB_CLIENTSECRET=5532e9dexamplXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||||
```
|
```
|
||||||
|
|
||||||
7. Run `docker-compose up -d` to apply your settings.
|
7. Run `docker-compose up -d` to apply your settings.
|
||||||
8. Sign in to your HedgeDoc using your GitLab ID:
|
8. Sign in to your HedgeDoc using your GitLab ID:
|
||||||
|
|
||||||

|

|
||||||
|
|
Loading…
Reference in a new issue