mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
The `--option=value` version of passing options to the `occ maintenance:install` command is now used in the documentation, instead of the `--option value` variant. This solves issues with leading dashes in values, especially passwords. It also matches the `occ help maintenance:install` output. Solves: - https://github.com/nextcloud/server/issues/26109 - https://github.com/nextcloud/documentation/issues/8190 Furthermore values are now single quoted, which is important to avoid variable expansion and special treatment of the backlash character in random passwords, and a doubled space was removed. Signed-off-by: MichaIng <micha@dietpi.com> |
||
|---|---|---|
| .. | ||
| images | ||
| apps_supported.rst | ||
| command_line_installation.rst | ||
| deployment_recommendations.rst | ||
| example_centos.rst | ||
| example_openbsd.rst | ||
| example_ubuntu.rst | ||
| harden_server.rst | ||
| index.rst | ||
| installation_wizard.rst | ||
| nginx-root.conf.sample | ||
| nginx-subdir.conf.sample | ||
| nginx.rst | ||
| selinux_configuration.rst | ||
| server_tuning.rst | ||
| source_installation.rst | ||
| system_requirements.rst | ||