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
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitlabui-1.0.7.tar.gz.
File metadata
- Download URL: gitlabui-1.0.7.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46896ee6840c8b41dbe3aaab820793b7b737656d1610f5d9c5f4eb42c724b3e5
|
|
| MD5 |
c4c1d29cde2261781c5774699930bf46
|
|
| BLAKE2b-256 |
34d3f99f8a201b6b1a84c4eeaf0061e4d43c62aff28adfb9eee3b96dc99fb7a0
|
File details
Details for the file gitlabui-1.0.7-py3-none-any.whl.
File metadata
- Download URL: gitlabui-1.0.7-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63f16b4131a98476c8beea816c35aee0a20ec2e0262e2a4006b253e7c9fc7c1d
|
|
| MD5 |
f0f256d5bf024339001fd3ca4204296f
|
|
| BLAKE2b-256 |
219ce74c8c3e9b68cc88c880a83446ee4c55de215b69b9ea78a1f00ab4c2dc09
|