Nextcloud External Apps (need docker reference)

Nextcloud’s (Scale App) newest update requires a docker reference for some aspects to function. What should I write to make this work?

Required fields:

  • Name
  • Display name
  • Deployment method (docker-install or manual-install)
  • Daemon host (Default: nextcloud-appapi-dsp:2375)
  • Nextcloud URL (Default: mydomain/index.php)

Nextcloud Wiki:

You will need to set up a Deploy Daemon in the AppAPI admin settings. A Deploy Daemon is a way for Nextcloud to install and communicate with and control External Apps.

  1. You will need to setup a docker container called docker-socket-proxy that proxies access to docker for your Nextcloud instance
  2. Now you can connect your Nextcloud to the docker-socket-proxy by entering its details in the Deploy Daemon creation form in the AppAPI settings.