Hi,
I have an existing app for confluence developed using connect express and it is live in production. I will not be able to convert it to forge considering there is limit on number of calls to web trigger Forge app web trigger invocation limit
Now I decided to incrementally adopt Forge. followed steps mentioned on How to adopt Forge from Connect and was able to serve using forge app.
Now I wanted my original app to be served on connect however my UI to be served using forge custom UI.
Is this possible? How to do this? Below is my manifest.yml
app:
id: ari:cloud:ecosystem::app/xxxxxxxxxxxxxxxxxxxxxxxxxx
connect:
key: xxxxxxxxxxxxxxxxxxxxx
remote: connect
authentication: jwt
runtime:
name: nodejs20.x
licensing:
enabled: true
remotes:
- key: connect
baseUrl: https://1375-14-142-23-242.ngrok-free.app
connectModules:
confluence:lifecycle:
- key: lifecycle-events
installed: /installed
confluence:spaceToolsTabs:
- url: /connect/home?space_key={space.key}&selectedPage=1
location: integrations
name:
value: xxxxxxxxxx
key: xxxxx-xxxx-xxxx
permissions:
scopes:
- read:connect-confluence
- act-as-user:connect-confluence