Cloudless
If the on-premise agent no longer connects to the cloud, the DMS Mobile DESK can no longer access DMS over the internet through the end-to-end encrypted tunnel. Users who are within the intranet can then continue to use the DMS Mobile DESK in the cloudless variant. The agent not only establishes the connection between the STP Cloud and the on-premise DMS, but also contains a web server that hosts the DMS Mobile DESK Cloudless and an almost identical copy of the STP.Documents Cloud APIs, which forward requests directly to DMS.
Since DMS Mobile DESK Cloudless is provided from a different URL, namely that of the agent, it must be explicitly installed from http://localhost:8090/documents.
Cloudless is currently in preview. The app may behave differently compared to the cloud variant.
Cloudless can be enabled in the agent’s appsettings.json file.
{
...
"Cloudless": "true",
...
}