documentation
documentation copied to clipboard
📘 Nextcloud documentation
typo Signed-off-by: Fernando Ribeiro
Signed-off-by: Kushal Chand Closes #8456
Greetings, The [Manage connected browsers and devices](https://docs.nextcloud.com/server/latest/user_manual/en/session_management.html) contain outdated screenshots and is missing information like the 'Allow filesystem access' and 'Wipe device' options.
By now, no modern browser supports the `XSS-Protection` header anymore - and with good reason. It actually has known security vulnerabilities. Instead, it is recommended to disable it and use...
Ref https://github.com/nextcloud/server/pull/32482 ``` curl -u admin:admin 'https://domain.tld/ocs/v2.php/apps/files_sharing/api/v1/shares/$shareId` \ -X 'PUT' \ -H 'OCS-APIRequest: true' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Content-Type: application/json' \ --data-raw '{"attributes":[{"scope": "permissions", "key": "download",...
In [Nextcloud Client Manual](https://docs.nextcloud.com/desktop/latest/index.html) at [Nextcloud Command Line Client Install](https://docs.nextcloud.com/desktop/latest/advancedusage.html#install-nextcloudcmd) for "Ubuntu/Debian" it is described to: `sudo add-apt-repository ppa:nextcloud-devs/client` but when I try that and want to install nextcloud-client, I...
In the [documentation for creating nextcloud backups](https://docs.nextcloud.com/server/stable/admin_manual/maintenance/backup.html) you suggest to enable the maintenance mode before starting with the backup process to prevent data inconsistencies. According to my experience activating the...
The example configuration in the admin docs is currently not ideally structured. Some information pieces are in the wrong section. This PR tries to move some information into the corresponding...
This commit adds to the docs instructions on how to configure a Nextcloud instance to use Environment configuration when values aren't present in config.php. This should close https://github.com/nextcloud/docker/issues/1544 and https://github.com/nextcloud/docker/issues/1465...