Skip to content

A secure, customizable, statusbar bell that notifies you about notifications on gitlab.

License

Notifications You must be signed in to change notification settings

Logerfo/lab-notifications

Repository files navigation

Known Vulnerabilities FOSSA Status

Lab Notifications

This extension is based on a similar work by @fabiospampinato.

Installing

Set your private token

{
    "lab-notifications.privateToken": "YOUR-TOKEN"
}

You can get your token here.
The required scope is read_api.
You can provide your OAuth token also by setting an environment variable named: LAB_NOTIFICATIONS_TOKEN.

If you're using a self-hosted server, set the URL

{
    "lab-notifications.url": "https://gitlab.yourcompany.com/"
}

If you're using gitlab.com, you don't have to set it.

Customizing

{
    "lab-notifications.aligment": "right", // left/right
    "lab-notifications.hideIfNone": true, // true/false
    "lab-notifications.refreshInterval": 300, // seconds
    "lab-notifications.showNumberOfNotifications": true, // true/false
    "lab-notifications.color": ""
}

Contributing

If you have suggestions for how close-label could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

Donate

BTC: 1LoGErFoNzE1gCA5fzk6A82nV6iJdKssSZ

License

FOSSA Status