Patrick Reimers
Patrick Reimers
IMHO, this would fix #287 as well.
@monofox I checked your tests. The problem with the test is the expected URL does not match the actual URL. Example 1: expected: `https://nextcloud.example.com/ocs/v2.php/apps/serverinfo/api/v1/info?format=json&skipApps=false` actual: `https://nextcloud.example.com/ocs/v2.php/apps/serverinfo/api/v1/info?format=json&skipApps=false&skipUpdate=false` Example 2: expected: `https://nextcloud.example.com/ocs/v2.php/apps/serverinfo/api/v1/info?format=json&skipUpdate=false&skipApps=false`...
@McPringle can this be done by using the github editor?
@ehmkah my bad. I fixed the link in the readme in #214 but didn't link the PR to this issue. As far as I can remember the main goal is...
Hello @federicociro It looks like something better fitting into the documentation or an `examples/docker-compose` directory. @xperimental, what do you think about that?