Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/docs/providers/source-control/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ GitLab does not have a GitHub-style App installation flow. Configure a GitLab
OAuth application for Roomote's deployment, then authorize it once so Roomote
can sync repositories, run tasks, add merge-request notes, and manage webhooks.

Use `<public-url>` below for your stable public Roomote URL.
Use `<public-url>` below for your stable public Roomote URL (`R_PUBLIC_URL`
when set, otherwise `R_APP_URL`). The GitLab OAuth application redirect URI must
match the callback Roomote builds for authorize and token exchange.

## Create a GitLab OAuth application

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion packages/gitlab/src/__tests__/oauth.test.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading