Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a414496f3759a51a896d2ded694a4eb7fff5b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<info>
    <id>federatedfilesharing</id>
    <name>Federated file sharing</name>
    <description>Provide federated file sharing across servers</description>
    <licence>AGPL</licence>
    <author>Bjoern Schiessle, Roeland Jago Douma</author>
    <version>1.1.1</version>
    <namespace>FederatedFileSharing</namespace>
    <category>other</category>
    <dependencies>
        <nextcloud min-version="11" max-version="11" />
    </dependencies>
    <settings>
        <admin>OCA\FederatedFileSharing\Settings\Admin</admin>
    </settings>
</info>