Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@openledcontrol/gitlab

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openledcontrol/gitlab

Add GitLab pipeline support to openledcontrol

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@openledcontrol/raspberrypi

Adapter to add support for GitLab CI/CD systems

Description

Allows to display pipeline states on the LED and alternates between projects if multiple are specified.

Configuration

In your openledcontrol.toml file you can set the following options

[GitLab]
# Request an API token and put it here
Token = "<my-gitlab-token>"

# If your host differs from the hosted gitlab instance you need
# to specify the host.
Host = "https://gitlab.com"

# The interval with which the projects pipelines should be updated
UpdateInterval = 15000

# Project ids you want to fetch the status for
Projects = [
  1,
  2,
  3
]

# If you specify this it will only take pipeline states from this ref
Only = "master"

FAQs

Package last updated on 22 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc