mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Merge pull request #12012 from nextcloud/remove/admin/apps_supported
docs(admin): Remove apps_supported
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
@@ -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``.
|
||||
|
||||
@@ -1,94 +0,0 @@
|
||||
==============
|
||||
Supported apps
|
||||
==============
|
||||
|
||||
Below is the list of apps supported for Nextcloud |version|. Supported here means that we'll accept bugreports and resolve them in these apps with regard to functionality and compatibility with Nextcloud |version|. To get access to work-arounds, long term support, priority bug fixing and custom consulting, contact Nextcloud GmbH.
|
||||
|
||||
All apps are licensed under ``AGPLv3``.
|
||||
|
||||
Nextcloud Files
|
||||
---------------
|
||||
|
||||
* `Activity <https://github.com/nextcloud/activity>`_
|
||||
* `Auditing / Logging <https://github.com/nextcloud/server/tree/master/apps/admin_audit>`_
|
||||
* `Antivirus for files <https://github.com/nextcloud/files_antivirus>`_
|
||||
* `Brute-force settings <https://github.com/nextcloud/bruteforcesettings>`_
|
||||
* `Circles <https://github.com/nextcloud/circles>`_
|
||||
* `Collaborative Tags <https://github.com/nextcloud/server/tree/master/apps/systemtags>`_
|
||||
* `Comments <https://github.com/nextcloud/server/tree/master/apps/comments>`_
|
||||
* `Contacts Interaction <https://github.com/nextcloud/server/tree/master/apps/contactsinteraction>`_
|
||||
* `Data Request <https://github.com/nextcloud/data_request>`_
|
||||
* `Default encryption module <https://github.com/nextcloud/server/tree/master/apps/encryption>`_
|
||||
* `Deleted files <https://github.com/nextcloud/server/tree/master/apps/files_trashbin>`_
|
||||
* `External Sites <https://github.com/nextcloud/external>`_
|
||||
* `External storage support <https://github.com/nextcloud/server/tree/master/apps/files_external>`_
|
||||
* `Federated file sharing <https://github.com/nextcloud/server/tree/master/apps/federatedfilesharing>`_
|
||||
* `Federation <https://github.com/nextcloud/server/tree/master/apps/federation>`_
|
||||
* `File sharing <https://github.com/nextcloud/server/tree/master/apps/files_sharing>`_
|
||||
* `Files access control <https://github.com/nextcloud/files_accesscontrol>`_
|
||||
* `Files <https://github.com/nextcloud/server/tree/master/apps/files>`_
|
||||
* `Files Automated Tagging <https://github.com/nextcloud/files_automatedtagging>`_
|
||||
* `Files download limit <https://github.com/nextcloud/files_downloadlimit>`_
|
||||
* `First run wizard <https://github.com/nextcloud/firstrunwizard>`_
|
||||
* `Flow <https://github.com/nextcloud/server/tree/master/apps/workflowengine>`_
|
||||
* `Full Text Search <https://github.com/nextcloud/fulltextsearch>`_
|
||||
* `Full Text Search - Elasticsearch Platform <https://github.com/nextcloud/fulltextsearch_elasticsearch>`_
|
||||
* `Full Text Search - Files <https://github.com/nextcloud/files_fulltextsearch>`_
|
||||
* `Full Text Search - Tesseract OCR <https://github.com/daita/files_fulltextsearch_tesseract>`_
|
||||
* `Temporary files lock <https://github.com/nextcloud/files_lock>`_ (this is necessary for "Edit files locally" functionality)
|
||||
* `Group folders <https://github.com/nextcloud/groupfolders>`_
|
||||
* `Guests <https://github.com/nextcloud/guests>`_
|
||||
* `LDAP user and group backend <https://github.com/nextcloud/server/tree/master/apps/user_ldap>`_
|
||||
* `Log Reader <https://github.com/nextcloud/logreader>`_
|
||||
* `Monitoring <https://github.com/nextcloud/serverinfo>`_
|
||||
* `Nextcloud announcements <https://github.com/nextcloud/nextcloud_announcements>`_
|
||||
* `Notifications <https://github.com/nextcloud/notifications>`_
|
||||
* `Password policy <https://github.com/nextcloud/password_policy>`_
|
||||
* `PDF Viewer <https://github.com/nextcloud/files_pdfviewer>`_
|
||||
* `Photos <https://github.com/nextcloud/photos>`_
|
||||
* `Provisioning API <https://github.com/nextcloud/server/tree/master/apps/provisioning_api>`_
|
||||
* `Recommendations <https://github.com/nextcloud/recommendations>`_
|
||||
* `Related Resources <https://github.com/nextcloud/related_resources/>`_
|
||||
* `Share by mail <https://github.com/nextcloud/server/tree/master/apps/sharebymail>`_
|
||||
* `SharePoint Backend <https://github.com/nextcloud/sharepoint>`_
|
||||
* `Suspicious Login <https://github.com/nextcloud/suspicious_login>`_
|
||||
* `SSO & SAML authentication <https://github.com/nextcloud/user_saml>`_
|
||||
* Social sharing via:
|
||||
* `Diaspora <https://github.com/nextcloud/socialsharing/tree/master/socialsharing_diaspora>`_
|
||||
* `Email <https://github.com/nextcloud/socialsharing/tree/master/socialsharing_email>`_
|
||||
* `Facebook <https://github.com/nextcloud/socialsharing/tree/master/socialsharing_facebook>`_
|
||||
* `Twitter <https://github.com/nextcloud/socialsharing/tree/master/socialsharing_twitter>`_
|
||||
* `Terms of Service <https://github.com/nextcloud/terms_of_service/>`_
|
||||
* `Text <https://github.com/nextcloud/text>`_
|
||||
* `Theming <https://github.com/nextcloud/server/tree/master/apps/theming>`_
|
||||
* `Two-Factor backup codes <https://github.com/nextcloud/server/tree/master/apps/twofactor_backupcodes>`_
|
||||
* `Two-Factor TOTP Provider <https://github.com/nextcloud/twofactor_totp>`_
|
||||
* `Two-Factor WebAuthn <https://github.com/nextcloud/twofactor_webauthn>`_
|
||||
* `Update Notifications <https://github.com/nextcloud/server/tree/master/apps/updatenotification>`_
|
||||
* `Versions <https://github.com/nextcloud/server/tree/master/apps/files_versions>`_
|
||||
* `WebDAV endpoint <https://github.com/nextcloud/server/tree/master/apps/dav>`_
|
||||
|
||||
Nextcloud Groupware
|
||||
-------------------
|
||||
|
||||
* `Calendar <https://github.com/nextcloud/calendar>`_
|
||||
* `Contacts <https://github.com/nextcloud/contacts>`_
|
||||
* `Deck <https://github.com/nextcloud/deck>`_
|
||||
* `Mail <https://github.com/nextcloud/mail>`_
|
||||
|
||||
Nextcloud Talk
|
||||
--------------
|
||||
|
||||
* `Talk <https://github.com/nextcloud/spreed>`_
|
||||
|
||||
Collaborative editing
|
||||
---------------------
|
||||
|
||||
* `Collabora Online <https://github.com/nextcloud/richdocuments>`_
|
||||
* `ONLYOFFICE <https://github.com/ONLYOFFICE/onlyoffice-nextcloud>`_
|
||||
|
||||
Global Scale
|
||||
------------
|
||||
|
||||
* `Global Site Selector <https://github.com/nextcloud/globalsiteselector>`_
|
||||
* `Lookup Server Connector <https://github.com/nextcloud/server/tree/master/apps/lookup_server_connector>`_
|
||||
@@ -11,7 +11,6 @@ Installation and server configuration
|
||||
source_installation
|
||||
installation_wizard
|
||||
command_line_installation
|
||||
apps_supported
|
||||
selinux_configuration
|
||||
nginx
|
||||
harden_server
|
||||
|
||||
Reference in New Issue
Block a user