You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 807B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>cloud_federation_api</id>
  5. <name>Cloud Federation API</name>
  6. <summary>Enable clouds to communicate with each other and exchange data</summary>
  7. <description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
  8. <version>1.7.0</version>
  9. <licence>agpl</licence>
  10. <author>Bjoern Schiessle</author>
  11. <namespace>CloudFederationAPI</namespace>
  12. <types>
  13. <filesystem/>
  14. </types>
  15. <category>files</category>
  16. <bugs>https://github.com/nextcloud/cloud_federation/issues</bugs>
  17. <dependencies>
  18. <nextcloud min-version="24" max-version="24"/>
  19. </dependencies>
  20. </info>