Skip to content

Flask App over Gitlab Api to browse projects tags and to search into repository files

Notifications You must be signed in to change notification settings

batou9150/gitlabui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlabui

Docker Pulls Docker Stars pypi version

Flask App over Gitlab Api to browse projects tags and to search into repository files

Installation

pip install gitlabui

Run Flask App

Run with gunicorn

export GITLAB_URL=https://localhost/api/v4
export GITLAB_TOKEN=<YOUR_PRIVATE_TOKEN>
gunicorn -b 0.0.0.0:5000 gitlabui:app

Run with docker

docker run -d \
  -e GITLAB_URL=https://localhost/api/v4 \
  -e GITLAB_TOKEN=<YOUR_PRIVATE_TOKEN> \
  -p 5000:5000 batou9150/gitlabui gunicorn -b 0.0.0.0:5000 gitlabui:app

About

Flask App over Gitlab Api to browse projects tags and to search into repository files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published