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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: gitlabui-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 415c1674662a20e0cb1cf0fc1a778e5ac042919e9efbc957a16c963bb79cb790
MD5 5920716402a151475fb6a33b8d0de660
BLAKE2b-256 7676207af07c3e49bd92e3381ca5e22e69d6501c2f1591a80b3fc7b90010c4b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitlabui-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3e74e7dab3aa54269e9cde1e449e9abd92d45153f98e5dc38694fc049a4ef082
MD5 43206f2f73bf4840131024a493120988
BLAKE2b-256 26942977290a0b2de369bded977202f90bb7f5ec4e53fab23838953a0ab9bb20

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