-
Notifications
You must be signed in to change notification settings - Fork 844
Open
Description
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
Labels
No labels