Hello
I have some questions related to the licensing model of Nextcloud.
My situation:
- I am building a cloud commercial app that uses the file sync part of Nextcloud
- I am having an own Docker image that uses Nextcloud image as a base
- the image is running some apt commands, and declares a new ENTRYPOINT (a custom entrypoint.sh that executes some scripts, enables/disables some apps, calls several occ commands and runs the base entrypoint.sh as well)
- beside the custom image I also have few config files (redis, theming related, etc.)
My image is deployed using the Nextcloud Helm Chart to a AKS cluster, as part of a microservices-based application.
Considering this scenario, is there something required to be published from my side, from the AGPL perspective? Do I need to publish my entrypoint.sh?
TIA