You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A hook in the OC/NC frontend for Open remotely, which calls POST /sciencemesh/openinapp to the local reva. This call returns an app-url from the remote site, to be opened in a _blank target (not in an iframe).
For local apps:
A hook in the OC/NC frontend for Open with app, which calls POST /app/open to the local reva, with a similar response as above.
The hook could be customized to show Open with <appname> using the reva "discovery" endpoint at /app/list. This is not available for remote apps.
The text was updated successfully, but these errors were encountered:
This is to track previously started work, the full story is at pondersource/sciencemesh-php#161
Updated state compared to my last post:
In terms of configuration, Reva is almost complete with some tweaks to be added in https://github.com/cs3org/reva/blob/master/examples/sciencemesh/sciencemesh-apps.toml
The wopiserver deployment should use this config.
In terms of ScienceMesh app developments:
nextcloud
storage driver in reva.Open remotely
, which callsPOST /sciencemesh/openinapp
to the local reva. This call returns anapp-url
from the remote site, to be opened in a_blank
target (not in an iframe).For local apps:
Open with app
, which callsPOST /app/open
to the local reva, with a similar response as above.Open with <appname>
using the reva "discovery" endpoint at/app/list
. This is not available for remote apps.The text was updated successfully, but these errors were encountered: