Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

porthol/vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36a55f8 · May 10, 2021

History

73 Commits
Nov 2, 2020
Jun 13, 2019
Jun 13, 2019
Jun 13, 2019
Nov 2, 2020
Oct 26, 2020
Oct 28, 2020
Jun 18, 2019
Jun 13, 2019
Jun 13, 2019
Jun 25, 2019
Jun 25, 2019
Nov 2, 2020
Jun 18, 2019
May 10, 2021
Nov 2, 2020
Nov 1, 2020
Jun 13, 2019

Repository files navigation

Vision

Gitlab Monitoring UI See Pipeline, Tag and last commit automatically

Vision is developed in Angular 8 with Nebular UI 4

Dev command

docker build -t vision-dev ./Dockerfile.dev
docker run -p 4200:4200 -v $PWD/src:/opt/app/src/ -v $PWD/package.json:/opt/app/package.json -v $PWD/angular.json:/opt/app/angular.json --name vision-dev -d vision-dev

Prod command

docker run -p 80:80 porthol/vision

On gitlab, go to profile, settings, access tokens, and generate one with all 'api', 'read_repository', 'read_registry'.

On the UI give a the private token, on config popup. Write the name of the groups you want to follow. You can exclude some repo on the config input.

Available on Docker HUB : https://hub.docker.com/r/porthol/vision

Example of vision app