mirror of
https://github.com/linuxserver/objectstorageapp.git
synced 2026-02-20 00:55:06 +08:00
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?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>objectstorageapp</id>
|
|
<name>Object Storage App</name>
|
|
<summary>Object storage integration for primary storage</summary>
|
|
<description><![CDATA[Backblaze B2 integration for primary storage]]></description>
|
|
<licence>agpl</licence>
|
|
<author mail="kode@fanart.tv" homepage="https://fanart.tv">Chris Hunt</author>
|
|
<version>0.0.1</version>
|
|
<namespace>ObjectStorageBackblaze</namespace>
|
|
<category>files</category>
|
|
<category>integration</category>
|
|
<category>tools</category>
|
|
<bugs>https://github.com/linuxserver/objectstorageapp/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="12" max-version="12"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Object Storage App</name>
|
|
<route>objectstorageapp.page.index</route>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|