Hello,
I’m trying to fully automate the installation & setup of Nextcloud.
I’ve successfully done what i wanted, except for the following :
I’m using the official extension user_saml and i’m trying to automate the following page :
Looking at the code, it seem like this part correspond to the 2 buttons and this and that ones are what happen on click.
My question is the following : Where do OCP.AppConfig.setValue store it’s values ?
I’ve looked into the PostgreSQL tables managed by the extension to no avail.
I believe it’s stored in a file, but no certitude…