https://github.com/logerfo/lab-notifications
A secure, customizable, statusbar bell that notifies you about notifications on gitlab.
https://github.com/logerfo/lab-notifications
Last synced: about 1 year ago
JSON representation
A secure, customizable, statusbar bell that notifies you about notifications on gitlab.
- Host: GitHub
- URL: https://github.com/logerfo/lab-notifications
- Owner: Logerfo
- License: mit
- Created: 2018-11-27T14:00:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T19:21:59.000Z (about 1 year ago)
- Last Synced: 2025-05-08T20:28:52.940Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 704 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://snyk.io/test/github/logerfo/lab-notifications)
[](https://app.fossa.io/projects/git%2Bgithub.com%2FLogerfo%2Flab-notifications?ref=badge_shield)
# Lab Notifications
This extension is based on a [similar work](https://github.com/fabiospampinato/vscode-github-notifications-bell) by [@fabiospampinato](https://github.com/fabiospampinato).
## Installing
### Set your private token
```json
{
"lab-notifications.privateToken": "YOUR-TOKEN"
}
```
You can get your token [here](https://gitlab.com/profile/personal_access_tokens).
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
```json
{
"lab-notifications.url": "https://gitlab.yourcompany.com/"
}
```
If you're using `gitlab.com`, you don't have to set it.
### Customizing
```jsonc
{
"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](CONTRIBUTING.md).
## [Release Notes](CHANGELOG.md)
## Donate

BTC: 1LoGErFoNzE1gCA5fzk6A82nV6iJdKssSZ
## License
[](https://app.fossa.io/projects/git%2Bgithub.com%2FLogerfo%2Flab-notifications?ref=badge_large)