https://github.com/avin/confluence-tray-notify
Confluence/Jira tray notify
https://github.com/avin/confluence-tray-notify
confluence jira notifications tray
Last synced: 2 months ago
JSON representation
Confluence/Jira tray notify
- Host: GitHub
- URL: https://github.com/avin/confluence-tray-notify
- Owner: avin
- Created: 2021-04-29T19:53:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:07:03.000Z (over 4 years ago)
- Last Synced: 2025-06-03T15:31:01.753Z (4 months ago)
- Topics: confluence, jira, notifications, tray
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Confluence/Jira tray notify
Show [Confluence Workbox Notifications](https://confluence.atlassian.com/doc/workbox-notifications-284365963.html) in the tray.

## Setup
Place config in `~/.confluence-notify` with content:
```json
{
"root": "",
"auth": {
"pinSecret": "",
"username": "",
"password": ""
}
}
```You can leave the authorization fields empty, then you will have to authenticate manually each time you start this app.
To automate two-factor authorization get "pinSecret" from "Secure login profile" section

### Example config:
```json
{
"root": "https://mycorp.com/wiki",
"auth": {
"pinSecret": "ZAVLV5KB5QQN2BYJ",
"username": "bobby",
"password": "qwerty123"
}
}
```# Build and run
Build with:
```sh
npm install
npm run package
```Distribution will be in `./out` directory.