An open API service indexing awesome lists of open source software.

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

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.

![Example](./additional/example-screen.png)

## 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

![secure-profile](./additional/secure-profile.png)
![secret](./additional/secret.png)

### 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.