You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/apps_management.rst
+76-68Lines changed: 76 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
Apps management
3
3
===============
4
4
5
-
Nextcloud apps can enhance, customize or even restrict the features and experience
6
-
you and your users has with the Nextcloud server. Next to default enabled functions
7
-
like Files, Activity and Photos there are other apps like Calendar, Contacts,
8
-
Talk and more which are enhancing the features of your Nextcloud server.
5
+
Nextcloud apps can enhance, customize, or restrict the features and experience
6
+
available to you and your users on the Nextcloud server. In addition to built-in
7
+
apps such as Files, Activity, and Photos, other apps such as Calendar, Contacts,
8
+
and Talk can further expand its functionality.
9
9
10
-
After installing the Nextcloud server, you might want to consider about enabling,
11
-
disabling or even restricting some apps to groups depending on your and your users'
12
-
needs.
10
+
After installing the Nextcloud server, you might want to consider enabling, disabling,
11
+
or restricting some apps for specific groups, depending on your needs and those of
12
+
your users.
13
13
14
14
Apps
15
15
----
@@ -21,16 +21,20 @@ During the Nextcloud server installation, some apps are enabled by default.
21
21
To see which apps are enabled go to your Apps page.
22
22
23
23
Those apps are supported and developed by Nextcloud GmbH directly and
24
-
have an **Featured**-tag.
24
+
have a **Featured**tag.
25
25
26
-
.. note:: Your Nextcloud server needs to be able to communicate with
27
-
``https://apps.nextcloud.com``, ``https://ltd[1-3].nextcloud.com``, ``https://garm[1-5].nextcloud.com`` to list and download apps. Please make sure to whitelist this target in your firewall or proxy if necessary.
26
+
.. note::
27
+
Your Nextcloud server needs to be able to communicate with ``https://apps.nextcloud.com``,
28
+
``https://ltd[1-3].nextcloud.com``, ``https://garm[1-5].nextcloud.com`` to list and download
29
+
apps. Please make sure to allow these hosts in your firewall or proxy if necessary.
28
30
29
-
.. note:: To get access to work-arounds, long-term-support, priority bug fixing
30
-
and custom consulting for supported apps, contact our `sales team <https://nextcloud.com/enterprise/>`_.
31
+
.. note::
32
+
To get access to work-arounds, long-term-support, priority bug fixing and custom consulting
33
+
for supported apps, contact `Nextcloud GmbH <https://nextcloud.com/enterprise/>`_.
31
34
32
-
.. note:: If you would like to develop your own Nextcloud app, you can find out
33
-
more information in our `developer manual <https://docs.nextcloud.com/server/latest/go.php?to=developer-manual>`_.
35
+
.. note::
36
+
If you would like to develop your own Nextcloud app, you can find out more information in
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.
209
+
By default the app store is enabled and configured to use ``https://apps.nextcloud.com/api/v1``
210
+
as the app store URL. Nextcloud will fetch ``apps.json`` and ``categories.json`` from there. To
211
+
use the defaults again, remove the ``appstoreenabled`` and ``appstoreurl`` parameters from the
212
+
configuration.
206
213
207
-
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``.
214
+
Example: If ``categories.json`` is available at ``https://apps.nextcloud.com/api/v1/categories.json``
215
+
the app store URL is ``https://apps.nextcloud.com/api/v1``.
0 commit comments