Error message in Nextcloud

NethServer Version: NS 8
Module: Nextcloud

Hello friends,

since updating to the latest NC version, I have been receiving this error message in the setup warnings.

“AppAPI deployment daemon
The standard AppAPI deployment daemon is not set up. Please register a standard deployment daemon in the settings to install external apps (ex-apps).”

Which standard deploy daemon needs to be registered there?

Regards…

Uwe

The app api is enabled by default since the last update and should provide a way to install docker apps. I’m not sure if it’s possible to use it together with podman in NS8.

To remove the error message you could disable the app in the NC apps or on CLI:

runagent -m nextcloud1 occ app:disable app_api

It’s explained in the Nextcloud documentation.

1 Like