Rob's web

AppAPI

The AppAPI Project is an exciting initiative that aims to revolutionize the way applications are developed for Nextcloud through the use of docker containers. Allowing for greater programming language choice and allowing computationally expensive tasks to be offloaded to a different server.

Installing Docker

You need docker for this.

If you have not installed docker yet do it now.

Creating the AppAPI container

We have Nextcloud running bare-bone on the system and docker on the same system.

Create a file with de docker run settings for easy setup:

# cd ~
# vi harp_run




The HaRP shared key will be needed when we register the deploy deamon.

Register deploy deamon

Go to AppAPI admin settings and register a HaRP Proxy (Host) daemon.

Register deplot deamon scherm
AppAPI admin settings showing registration of HaRP Proxy (Host) daemon.

You must set the cloud URL to yours.

Finally, test the whole setup with "Test deploy" in the 3-dots menu of the deploy daemon.

Docs