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.2.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

gitlabui-1.0.2-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file gitlabui-1.0.2.tar.gz.

File metadata

  • Download URL: gitlabui-1.0.2.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for gitlabui-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c313201864d92828f6ac4dde2e71505285bce61eddf6ab13166b83490daccdad
MD5 d34b117962e325d9e4f9472efd64001c
BLAKE2b-256 8e4ed992edaf547a9a17929848db27bdd1f24763de5c6b5fc57d233dc50c1c4c

See more details on using hashes here.

File details

Details for the file gitlabui-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: gitlabui-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for gitlabui-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4aaed91cf878921a4868127bd908fc213b969045a693a840b25511894cc47881
MD5 d3b6bd33d6917632c997a0501c504938
BLAKE2b-256 786084abd2e85a5c6e5493bc8523091677d6eb288d10eaecdd22f8a3ce61ec48

See more details on using hashes here.

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