documentation
documentation copied to clipboard
📘 Nextcloud documentation
Rewriting part of the occ group:list documentation to match the actual behaviour Adding the "--info" flag and the correct comments to the occ group:list command. ### ☑️ Resolves * No...
Add notice about encryption having a master key setup, since it has been the default since Nextcloud 13 without any notice. ### ☑️ Resolves Kinda resolves discussion in this issue:...
### 🖼️ Screenshots 
Add info on Admin privileges
### ☑️ Resolves * Fix #912 ### 🖼️ Screenshots Before:  After: 
- provide subsections for the different services and configurations - provide command line `curl` examples to debug the redirects - provide example config for apache `.htaccess` to redirect any well...
Like https://github.com/nextcloud/documentation/pull/10714 but explain to admins what they need to do to get these shiny new features and integrations. E.g. that they have to install the llm or integration_openai apps....
The proper setup of `apc.enable_cli` is mentioned elsewhere in the manual (for cron and the updater), but not mentioned in the occ command section. Since this triggers an exception, let's...
### ☑️ Resolves * Fix: the latest nginx 1.25.1 adds the http2 directive. The nginx conf of nextcloud needs to implement the changes to avoid any warnings or related errors.