Skip to content

Commit

Permalink
Merge pull request #12012 from nextcloud/remove/admin/apps_supported
Browse files Browse the repository at this point in the history
docs(admin): Remove apps_supported
  • Loading branch information
DaphneMuller authored Jul 17, 2024
2 parents c495b14 + 35b0be6 commit 3c726b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 105 deletions.
20 changes: 10 additions & 10 deletions admin_manual/apps_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ During the Nextcloud server installation, some apps are enabled by default.
To see which apps are enabled go to your Apps page.

Those apps are supported and developed by Nextcloud GmbH directly and
have an **Featured**-tag. See :doc:`installation/apps_supported` for a list of supported apps.
have an **Featured**-tag.

.. note:: Your Nextcloud server needs to be able to communicate with
.. note:: Your Nextcloud server needs to be able to communicate with
``https://apps.nextcloud.com`` to list and download apps. Please make sure to whitelist this target in your firewall or proxy if necessary.

.. note:: To get access to work-arounds, long-term-support, priority bug fixing
Expand Down Expand Up @@ -55,11 +55,11 @@ in the Application View field. Clicking the **Enable** button will enable the ap
If the app is not part of the Nextcloud installation, it will be downloaded from
the app store, installed and enabled.

App updates will also be offered to you on this page. Simply click on the **Update**
button to update a specific app or use the **Update all** button on top of the page to
App updates will also be offered to you on this page. Simply click on the **Update**
button to update a specific app or use the **Update all** button on top of the page to
update all apps.

.. note:: **Beta releases**: You can also install beta releases of apps directly from here by
.. note:: **Beta releases**: You can also install beta releases of apps directly from here by
switching your Nextcloud to the beta channel in the admin overview.

Update notifications
Expand Down Expand Up @@ -96,7 +96,7 @@ folder. The key **url** defines the HTTP web path to that folder, starting at
the Nextcloud web root. The key **writable** indicates if a user can install apps
in that folder.

Example: To ensure that the default ``/apps/`` folder only contains apps shipped
Example: To ensure that the default ``/apps/`` folder only contains apps shipped
with Nextcloud, follow this example to setup an ``/extra-apps/`` folder
which will be used to store any additional apps you install:

Expand All @@ -116,14 +116,14 @@ which will be used to store any additional apps you install:
],

.. danger:: Make sure that the values you choose for ``path`` and ``url`` for any custom
apps directories do not conflict with directories which already exist in your Nextcloud
apps directories do not conflict with directories which already exist in your Nextcloud
Server root (installation directory).

.. tip:: Apps paths can be located outside the server root. However, for any
**path** outside the server root, you need to create a symbolic link in the server
root that points **url** to **path**. For instance, if **path** is
``/var/local/lib/nextcloud/extra-apps``, and **url** is ``/extra-apps``, then
you would use the command ``ln`` to create the symbolic link like this:
``/var/local/lib/nextcloud/extra-apps``, and **url** is ``/extra-apps``, then
you would use the command ``ln`` to create the symbolic link like this:
``ln -sf /var/local/lib/nextcloud/extra-apps ./extra-apps``

Using a self hosted apps store
Expand All @@ -147,6 +147,6 @@ To enable a self hosted apps store:
"appstoreurl" => "https://my.appstore.instance/v1",


By default the apps store is enabled and configured to use ``https://apps.nextcloud.com/api/v1`` as apps store url. Nextcloud will fetch ``apps.json`` and ``categories.json`` from there. To use the defaults again remove **appstoreenabled** and **appstoreurl** from the configuration.
By default the apps store is enabled and configured to use ``https://apps.nextcloud.com/api/v1`` as apps store url. Nextcloud will fetch ``apps.json`` and ``categories.json`` from there. To use the defaults again remove **appstoreenabled** and **appstoreurl** from the configuration.

Example: If ``categories.json`` is available at ``https://apps.nextcloud.com/api/v1/categories.json`` the apps store url is ``https://apps.nextcloud.com/api/v1``.
94 changes: 0 additions & 94 deletions admin_manual/installation/apps_supported.rst

This file was deleted.

1 change: 0 additions & 1 deletion admin_manual/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Installation and server configuration
source_installation
installation_wizard
command_line_installation
apps_supported
selinux_configuration
nginx
harden_server
Expand Down

0 comments on commit 3c726b8

Please sign in to comment.