Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

chrome-extension-llm

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Erik Sundell authored
    The following is now a valid configuration for oauthenticator 0.8.1 I
    think:
    
    ```yaml
    hub:
      extraEnv:
        GITLAB_URL: https://my-gitlab-instance.example.com
    
    auth:
      type: gitlab
      gitlab:
        clientId: <client id>
        clientSecret: <client secret>
        callbackUrl: <callback url>
        gitlabGroupWhitelist:
          - "groupName1"
          - "groupName2"
        gitlabProjectIdWhitelist:
          - "projectId1"
          - "projectId2"
    ```
    174bbd56
    History
    Name Last commit Last update