mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix nextcloud.org urls (#7164)
* Fixed help.nextcloud.org that would result in a page with a certificate issue Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Fixed broken URL Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Fixed broken link to bugtracker documentation Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Fixed broken link to how to get your app signed Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Updated stable installation URL Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Updated URL to Contacts & Calendar troubleshooting Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Fixed many URLs that pointed to nextcloud.org instead of nextcloud.com Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Update admin_manual/issues/general_troubleshooting.rst Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Apply suggestions from code review Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> * Reverted changes on .pot files Signed-off-by: Juan Carlos Tello <juancarlos.tello@wazuh.com> Co-authored-by: Daniel <mail@danielkesselberg.de>
This commit is contained in:
committed by
GitHub
parent
0daba49d73
commit
0753d4595d
@@ -825,7 +825,7 @@ Verify your app::
|
||||
sudo -u www-data php occ integrity:check-app --path=/pathto/app appname
|
||||
|
||||
When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing
|
||||
<https://docs.nextcloud.org/server/latest/developer_manual/app/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
|
||||
<https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@ configuration report with the :ref:`occ config command
|
||||
.. _the Nextcloud Forums: https://help.nextcloud.com
|
||||
.. _FAQ page: https://help.nextcloud.com/c/faq
|
||||
.. _bugtracker: https://github.com/nextcloud/server/issues
|
||||
https://docs.nextcloud.org/server/latest/developer_manual/bugtracker/index.html
|
||||
https://docs.nextcloud.com/server/latest/developer_manual/prologue/bugtracker/index.html
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
General troubleshooting
|
||||
|
||||
@@ -141,7 +141,7 @@ Federated Cloud Shares
|
||||
----------------------
|
||||
|
||||
Both the sending and the receiving instance need to have federated cloud sharing
|
||||
enabled and configured. See `Configuring Federated Cloud Sharing <https://docs.nextcloud.org/server/latest/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
|
||||
enabled and configured. See `Configuring Federated Cloud Sharing <https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Get the source
|
||||
|
||||
There are two ways to obtain Nextcloud sources:
|
||||
|
||||
* Using the `stable version <https://docs.nextcloud.org/server/stable/admin_manual/#installation>`_
|
||||
* Using the `stable version <https://docs.nextcloud.com/server/stable/admin_manual/installation/index.html>`_
|
||||
* Using the development version from `GitHub`_ which will be explained below.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
@@ -257,7 +257,7 @@ the Kanban board by Milestone, making it especially easy to focus on the current
|
||||
Release.
|
||||
|
||||
.. _kanban board: https://en.wikipedia.org/wiki/Kanban_board
|
||||
.. _forums: https://help.nextcloud.org
|
||||
.. _forums: https://help.nextcloud.com
|
||||
.. _Gherkin: https://github.com/cucumber/cucumber/wiki/Gherkin
|
||||
.. _existing ones: https://github.com/nextcloud/server/tree/master/build/integration/features
|
||||
.. _“Given … when … then …“: https://github.com/cucumber/cucumber/wiki/Given-When-Then
|
||||
|
||||
@@ -34,7 +34,7 @@ How can encryption be disabled?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The only way to disable encryption is to run the `"decrypt all"
|
||||
<https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/occ_command.html#encryption-label>`_
|
||||
<https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#encryption-label>`_
|
||||
script, which decrypts all files and disables encryption.
|
||||
|
||||
Is it possible to disable encryption with the recovery key?
|
||||
@@ -42,7 +42,7 @@ Is it possible to disable encryption with the recovery key?
|
||||
|
||||
Yes, *if* every user uses the `file recovery key
|
||||
<https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/encryption_configuration.html#enabling-users-file-recovery-keys>`_, `"decrypt all"
|
||||
<https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/occ_command.html#encryption-label>`_ will use it to decrypt all files.
|
||||
<https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#encryption-label>`_ will use it to decrypt all files.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Modifying certain Nextcloud variables requires administrative access. If you req
|
||||
* Contact your administrator to request an increase in these variables
|
||||
|
||||
* Refer to the section in the `Admin Documentation
|
||||
<https://docs.nextcloud.org/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html>`_ that describes how to manage file
|
||||
<https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html>`_ that describes how to manage file
|
||||
upload size limits.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
@@ -43,5 +43,5 @@ You should now find your contacts in the address book of your iPhone.
|
||||
If it's still not working, have a look at the `Troubleshooting Contacts & Calendar`_
|
||||
guide.
|
||||
|
||||
.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/stable/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.com/server/stable/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
Reference in New Issue
Block a user