Skip to content

feat: private GitLab repo support #426

@ktantoulas

Description

@ktantoulas

Hi everyone,

I followed the setup instructions and ran the Docker container using the following command:

docker run -d \
  --name gitingest \
  -p 8001:8000 \
  -e ALLOWED_HOSTS="localhost,127.0.0.1,gitlab.internal.myorg.com" \
  gitingest

After launching the application, I attempted to submit a GitLab URL (https://gitlab.internal.myorg.com/my-org/my-parent-group/my-group/my-repo.git) along with a private access token through the web application, but received the following error:

Validation error: Invalid GitHub token format. 
To generate a token, go to https://github.com/settings/tokens/new?description=gitingest&scopes=repo.

Is there any trick or am missing any step ?

Alternatively, is it possible to run the gitingest CLI tool for private Gitlab repos locally instead of using the web application?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions