How do I set up an internal “app store” that we can install NextCloud apps from? I am looking to have some apps that are private and augment the existing apps.nextcloud.com
I would like to have the ease of use with the occ app:update and the web UI to do updates.
But seems like only one can be active. But if the app store mirror is basically the github repo you posted then I guess this is doable. Is there anything special on the API or can it just be a static GET url to a JSON?
Well just to update calling https://apps.nextcloud.com/api/v1 directly gives a 404. I wonder if there’s a spec for that somewhere.