documentation
documentation copied to clipboard
📘 Nextcloud documentation
As to the latest package of NextCloud on OpenBSD, this commit mitigates warnings on webfinger and nodeinfo. Note: In order to follow the current official Nginx configuration strictly, it may...
Based on [this issue](https://github.com/nextcloud/server/issues/28200).
The regex should match the whole group and not only the single index. Also i think this line should be commented out in the documentation, as it is not needed...
This is updated for the latest version of Thunderbird for Windows.
I wrote this while learning about the workflow engine so I could refactor a media converter I was building to use that rather than timed background jobs and a bunch...
S3 compatible storage can also be configured using this approach, such as Alibaba Cloud OSS.
This fixes nextcloud#6157. Add a description of the settings to be added to nginx's nextcloud.conf to turn off the following warnings in nginx. Your web server is not properly set...
Headers defined in a specific section are overwritten if there are additional headers defined in a subsection. This is true for the header for HSTS (`Strict-Transport-Security`) in the `server` section...
``` curl -u username:password 'https://cloud.example.com/remote.php/dav/files/username/folder' -X PROPFIND --data ' ' ``` (see https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/basic.html#requesting-properties) returns ``` Sabre\DAV\Exception\BadRequest Namespace prefix nc on contained-folder-count is not defined on line 4, column 32 ```...