I am trying to find what files to upload and where for my web confluence plugin. I know the atlassian-connect.json needs to be uploaded to an https:// location. Do I upload that project root direct in the same location as well as all the folders, or can I skip uploading the node_modules folder?
What files to package Atlassian Connect Express Confluence Macro
87 views Asked by Tim Nuwin At
1
There are 1 answers
Related Questions in CONFLUENCE
- Change page title in confluence without changing URL
- MS teams notifications for Confluence
- Update and format table in Confluence using REST API without html macro
- The problem with publish LaTex formulas in confluence
- js net::ERR_ABORTED 404 (Not Found)
- Atlassian Confluence REST API Error: Current user not permitted to use Confluence
- XMLInputFactory Error on IPhone App (not on Browser)
- Inserting dynamic excel sheet into confluence
- Can I have a shared Confluence page with an external vendor?
- Confluence read database via REST API
- scraping content from confluence
- Is there a way to read user's atlassian confluence data within my own web app?
- How to Access Number of Views for Pages on Data Center (On-prem) Confluence?
- Jira OR confluence automated task notification when coming up to due date
- check if page exists -confluence
Related Questions in ATLASSIAN-CONNECT
- Can multiple Jira addons can use same source code?
- Getting 404 when trying to access js and css files in Java Spring
- How to clear cache from library in Spring Boot
- Is there is any way to get the selected columns after saving the filter view in Jira?
- Bitbucket addon - jwt on redirect
- Is it possible to use application level middleware in express router?
- Unable to install ACE Jira app from Heroku
- User not authorised for certain endpoint on rest API - Error: "Client must be authenticated to access this resource."
- How to fix: AtlassianHostUser is null in Jira cloud plugin
- Error after dependency of Redis (spring-boot-starter-data-redis) added in spring-boot
- Redis cache not working with atlassian-connect-spring-boot-jpa-starter
- What files to package Atlassian Connect Express Confluence Macro
- Can't get Atlassian Connect Express to Install
- Atlassian-connect: Error on 'installed' event
- Atlassian Connect - Set entity properties in Jira/Cloud
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You need to host the whole app on a hosting platform that you choose, and yes that includes the atlassian-connect.json file. Once you upload it and have it running you can install it into your Confluence app using the url to your atlassian-connect.json file.
If you haven't already, you should go through the Getting Started guide on the docs. This will walk you through setting up an app and getting it running locally and installing a running app into Confluence.