Replies: 3 comments 1 reply
-
Hello, there is a |
Beta Was this translation helpful? Give feedback.
-
Also, wenn registering the app manualy via app_api:app:register you need to add the route to your registration information like this:
(this is the minimum I was able to get to run) {
"name": "$NAME",
"scopes": [
"ALL"
],
"version": "0.1",
"port": 80,
"secret": "$SECRET",
"external-app": {
"routes": [
{
"url": "$ROUTE",
"verb": "POST",
"access_level": "$LEVEL"
}
]
}
} Where $LEVEL can be one of
|
Beta Was this translation helpful? Give feedback.
-
Hy, I'd like to orchestrate my ExApp-Container myself and just register the already running Container as an ExApp to Nextcloud. Is there any way to do this? I thus wouldn't need a Docker Daemon.
Beta Was this translation helpful? Give feedback.
All reactions