Skip to main content

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

Project description

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=http://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=http://localhost/api/v4 \
  -e GITLAB_TOKEN=<YOUR_PRIVATE_TOKEN> \
  -p 5000:5000 batou9150/gitlabui gunicorn -b 0.0.0.0:5000 gitlabui:app

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitlabui-1.0.7.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

gitlabui-1.0.7-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page