Flask App over Gitlab Api to browse projects tags and to search into repository files
Project description
gitlabui
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.5.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file gitlabui-1.0.5.tar.gz
.
File metadata
- Download URL: gitlabui-1.0.5.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9799937df9448f0eacc603f164fd87d1565a5e39d805a8bd101c4c6f171806a |
|
MD5 | 8889a2505982c32285d7b487aa773494 |
|
BLAKE2b-256 | 0282b894db28b259a68f5236d3d928c74a1e0aab02fa9df25f569626948d44c8 |
File details
Details for the file gitlabui-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: gitlabui-1.0.5-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13d50a080b67d24a170dfd2c49ef92aeb9909efedfa2107ee2989eba4a48fc0d |
|
MD5 | 94a957b34e3e479f41ec9d2219a94e32 |
|
BLAKE2b-256 | 7a545759db37eba981b30c918650a2a1d63050240b06ba7035eaf16605c8e1d6 |