This LaMetric apps allow you to display information about your gitlab instance on your LaMetric device
- Generate a personal gitlab token https://your.gitlab.com/profile/personal_access_tokens
- Create an indicator lametric app
- Go to https://developer.lametric.com
- Create an indicator app
- Add an action button url to "yourserver.com/lametric-trigger"
- Get the Push URL and Access token
- Lauch the server
docker run \
-e GITLAB__BASEURL=http://your.gitlab.com \
-e GITLAB__TOKEN=XXXXXXXX \
-e LAMETRIC__PUSH_URL=https://developer.lametric.com/XXXXXX \
-e LAMETRIC__ACCESS_TOKEN=XXXXXXX \
-e LAMETRIC__NOTIFICATION_DURATION=120 \
-p 8080:8080
jeromequere/la-metric-gitlab
- Install the app on you lametric device
- GITLAB__BASEURL: Your gitlab base url
- GITLAB__TOKEN: A gitlab personal access tokens
- LAMETRIC__PUSH_URL: The push url provided by lametric when you create your app
- LAMETRIC__ACCESS_TOKEN: The access token provided by lametric when you create your app
- LAMETRIC__NOTIFICATION_DURATION: Number of seconds notifications are display on the device (default: 120)