Skip to content

avin/confluence-tray-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluence/Jira tray notify

Show Confluence Workbox Notifications in the tray.

Example

Setup

Place config in ~/.confluence-notify with content:

{
  "root": "<CONFLUENCE_URL_HERE>",
  "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 secret

Example config:

{
  "root": "https://mycorp.com/wiki",
  "auth": {
    "pinSecret": "ZAVLV5KB5QQN2BYJ",
    "username": "bobby",
    "password": "qwerty123"
  }
}

Build and run

Build with:

npm install
npm run package

Distribution will be in ./out directory.

Releases

No releases published

Packages

No packages published