wopi
Configuration for the wopi service
struct: config
iop_secret string
The IOP secret used to connect to the wopiserver. [Ref]
[app.provider.wopi]
iop_secret = ""
app_icon_uri string
A URI to a static asset which represents the app icon. [Ref]
[app.provider.wopi]
app_icon_uri = ""
folder_base_url string
The base URL to generate links to navigate back to the containing folder. [Ref]
[app.provider.wopi]
folder_base_url = ""
app_int_url string
The internal app URL in case of dockerized deployments. Defaults to AppURL [Ref]
[app.provider.wopi]
app_int_url = ""
app_api_key string
The API key used by the app, if applicable. [Ref]
[app.provider.wopi]
app_api_key = ""
jwt_secret string
The JWT secret to be used to retrieve the token TTL. [Ref]
[app.provider.wopi]
jwt_secret = ""
app_desktop_only bool false
Specifies if the app can be opened only on desktop. [Ref]
[app.provider.wopi]
app_desktop_only = false
Last modified March 7, 2023: Fixed public link paths + OCM users in WOPI driver (#3694) (1f4a9ada)