schroedermaxi / konviw-slides

Home Page:konviw-slides.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slide Macro - an Atlassian Connect App using Express

Slide Macro is a replacement of the Page Properties Macro for slides rendering in Konviw.

Setup Dev

  • Clone this repository git clone ssh://git@emea-aws-gitlab.sanofi.com:2222/factory4/digital-foundation/iadc-portal/slide-macro.git
  • Add and configure credentials.json in the project root
{
  "hosts" : {
     "sanofiprojects-sandbox-686.atlassian.net": {
        "product" : "confluence",
        "username" : "username@sanofi.com",
        "password" : "YOUR_SECRET_KEY"
     }
  }
}

You can generate confluence API KEY at this page: https://id.atlassian.com/manage-profile/security/api-tokens

  • Install npm and run the macro
npm install
npm start

Documentations

About

konviw-slides.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 52.0%Language:Handlebars 35.0%Language:Dockerfile 10.6%Language:Shell 2.3%Language:Procfile 0.1%