File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ docker run -p 8080:8080 -e GITLAB_BASE_URL=https://gitlab.com -e GITLAB_API_TOKE
3939
4040## Environment variables
4141
42- | Variable | Description | Required |
43- | --------------------- | ------------------------------------------------------------------------------------------------------ | -------- |
44- | GITLAB_BASE_URL | The base url to the Gitlab server (e.g: https://gitlab.com) | yes |
45- | GITLAB_API_TOKEN | A readonly access token generated in Gitlab (see: https://gitlab.com/-/profile/personal_access_tokens) | yes |
46- | GITLAB_GROUP_ONLY_IDS | Provide a comma seperated string of group ids which will only be visibile (e.g: 123,789,888) | no |
47- | GITLAB_GROUP_SKIP_IDS | Provide a comma seperated string of group ids which will be ignored (e.g: 123,789,888) | no |
42+ | Variable | Type | Description | Required |
43+ | --------------------------- | ------- | ------------------------------------------------------------------------------------------------------ | -------- |
44+ | GITLAB_BASE_URL | string | The base url to the Gitlab server (e.g: https://gitlab.com) | yes |
45+ | GITLAB_API_TOKEN | string | A readonly access token generated in Gitlab (see: https://gitlab.com/-/profile/personal_access_tokens) | yes |
46+ | GITLAB_GROUP_ONLY_IDS | string | Provide a comma seperated string of group ids which will only be visibile (e.g: 123,789,888) | no |
47+ | GITLAB_GROUP_SKIP_IDS | string | Provide a comma seperated string of group ids which will be ignored (e.g: 123,789,888) | no |
48+ | GITLAB_GROUP_ONLY_TOP_LEVEL | boolean | Show only top level groups (no child groups) | no |
4849
4950## Why?
5051
You can’t perform that action at this time.
0 commit comments