diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2018-04-30 16:29:56 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2018-07-02 11:29:27 +0200 |
commit | 4c8f3d6d77c5a6bb4a7eced86890039d15d9ca67 (patch) | |
tree | a495fae781a7d3027eba3f81bf9e130b966508d6 /apps/cloud_federation_api/appinfo/info.xml | |
parent | 21e64ec7f41dcf5424c3357f7ce07b22a817a16e (diff) | |
download | nextcloud-server-4c8f3d6d77c5a6bb4a7eced86890039d15d9ca67.tar.gz nextcloud-server-4c8f3d6d77c5a6bb4a7eced86890039d15d9ca67.zip |
add cloud federation api app
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/cloud_federation_api/appinfo/info.xml')
-rw-r--r-- | apps/cloud_federation_api/appinfo/info.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/appinfo/info.xml b/apps/cloud_federation_api/appinfo/info.xml new file mode 100644 index 00000000000..c733d26c0dc --- /dev/null +++ b/apps/cloud_federation_api/appinfo/info.xml @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> + <id>cloud_federation_api</id> + <name>Cloud Federation API</name> + <summary>Enable clouds to communicate with each other and exchange data</summary> + <description>The Coud Federation API enabled various Nextcloud instances to communitcate with each other and to exchange data</description> + <version>0.0.1</version> + <licence>agpl</licence> + <author>Bjoern Schiessle</author> + <namespace>CloudFederationAPI</namespace> + <types> + <filesystem/> + </types> + <category>files</category> + <bugs>https://github.com/nextcloud/cloud_federation/issues</bugs> + <dependencies> + <nextcloud min-version="14" max-version="14"/> + </dependencies> +</info> |