External apps on Kubernetes?

I have no support/technical question and have seen the support category. (Be aware that direct support questions will be deleted.)

on

Which general topic do you have

Nextcloud now have external apps. And having updated to the latest and greatest, I constantly get nagged that I should setup support for external apps.

However, I run my Nextcloud in Kubernetes - and it appears that external apps can only run on Docker? So I need to add a cluster-external Docker host to support external apps?

And break my high availability solution by adding a single point of failure?

Are there any plans to support Kubernetes for external apps - or are we really expected to implement this less than optimal solution?

Best regards,
Lars

I can’t answer that question (because I dont use k3 for Nextcloud)…

…but based on this quote, I wonder if you even need it? You don’t have to set up what you don’t need. In this case, the message should disappear when you disable the AppAPI App.

occ app:disable app_api

Or in the webui: apps → Active apps → AppAPI → Disable

1 Like