https://github.com/timoschwarzer/gitlab-monitor
A web-based monitor dashboard for GitLab CI
https://github.com/timoschwarzer/gitlab-monitor
dashboard gitlab gitlabci hacktoberfest monitor pipelines
Last synced: about 1 month ago
JSON representation
A web-based monitor dashboard for GitLab CI
- Host: GitHub
- URL: https://github.com/timoschwarzer/gitlab-monitor
- Owner: timoschwarzer
- License: mit
- Created: 2018-01-13T09:49:40.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T14:37:13.000Z (about 1 year ago)
- Last Synced: 2025-03-28T05:13:27.823Z (about 1 month ago)
- Topics: dashboard, gitlab, gitlabci, hacktoberfest, monitor, pipelines
- Language: Vue
- Homepage: https://gitlab-monitor.timoschwarzer.com
- Size: 2.39 MB
- Stars: 485
- Watchers: 13
- Forks: 128
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
GitLab Monitor
> A browser-based monitor dashboard for GitLab CI
## Use & Download
### Hosted version
If you don't want to setup your own server, you can always
use the latest version of GitLab Monitor I upload here:Don't worry, I don't save access tokens or anything else.
Additionally, this version has a manifest.json attached which
makes it easy to pin it to your Android home screen and open
it as a full screen app.[**Support me on Patreon**](https://www.patreon.com/timoschwarzer)
### Docker
[](https://hub.docker.com/r/timoschwarzer/gitlab-monitor)
There's an official docker image available on [Dockerhub](https://hub.docker.com/r/timoschwarzer/gitlab-monitor/):
```
docker pull timoschwarzer/gitlab-monitor
```### Host it yourself
[Go to releases](https://github.com/timoschwarzer/gitlab-monitor/releases)
## Screenshots

## Build Setup
``` bash
# install dependencies
yarn install# serve with hot reload at localhost:8080
yarn run dev# build for production with minification
yarn run build
```## Configuration
See [configuration](./CONFIGURATION.md).## Used libraries
- [Vue](https://vuejs.org)
- [vue-timeago](https://github.com/egoist/vue-timeago)
- [vue-octicon](https://github.com/Justineo/vue-octicon)
- [GitLab SVG icons](https://gitlab.com/gitlab-org/gitlab-svgs)### Visit my [website](https://timoschwarzer.com)!