migrate therinaldos.com data
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s

This commit is contained in:
2024-05-05 15:50:45 -04:00
commit ef1ff240d4
23182 changed files with 3801898 additions and 0 deletions
@@ -0,0 +1,29 @@
<?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>related_resources</id>
<name>Related Resources</name>
<summary>Displays resources related to current item in right panel</summary>
<description>
Displays resources related to current item in right panel.
</description>
<version>1.3.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>RelatedResources</namespace>
<documentation>
<admin>https://github.com/nextcloud/related_resources/</admin>
</documentation>
<category>tools</category>
<website>https://github.com/nextcloud/related_resources/</website>
<bugs>https://github.com/nextcloud/related_resources/issues</bugs>
<repository>https://github.com/nextcloud/related_resources.git</repository>
<dependencies>
<nextcloud min-version="28" max-version="28"/>
</dependencies>
<commands>
<command>OCA\RelatedResources\Command\Test</command>
</commands>
</info>