nextcloud-swarm-plugin/appinfo/info.xml
Henry Bergström 32197b63d7
Docs/update (#62)
* Update NC app store readme

* Update README.md

* Update README.md

* Update info.xml
2024-08-29 15:41:04 +02:00

93 lines
4.5 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>files_external_ethswarm</id>
<name>External Storage: Swarm</name>
<summary>Bringing Swarm to Nextcloud - decentralized file-storage, connected to the blockchain</summary>
<description><![CDATA[
# **Hejbit - Nextcloud Swarm Plugin**
*Bring decentralized, sovereign cloud storage to Nextcloud with the Hejbit Swarm plugin!*
This plugin integrates [Swarm](https://www.ethswarm.org/) (a decentralized, blockchain-connected file storage system) directly into your [Nextcloud ](https://nextcloud.com/)instance.
## **Table of Contents**
- [Dependencies](https://apps.nextcloud.com/apps/files_external_ethswarm#dependencies)
- [Setup and Installation](https://apps.nextcloud.com/apps/files_external_ethswarm#setup-and-installation)
- [Usage](https://apps.nextcloud.com/apps/files_external_ethswarm#usage)
- [Settings](https://apps.nextcloud.com/apps/files_external_ethswarm#settings)
- [Using Swarm](https://apps.nextcloud.com/apps/files_external_ethswarm#using-swarm)
- Hejbit [License](https://apps.nextcloud.com/apps/files_external_ethswarm#license)
## **Dependencies**
Before using the plugin, ensure you have the following:
- An active Nextcloud instance (version 27,28 or 29)
- A valid license and URL to activate the service
- [Request Your Free Nextcloud Swarm Plugin Trial License](#)
## **Setup and Installation**
Follow these steps to configure Hejbit Swarm in Nextcloud:
1. Ensure the **External Storage** plugin is enabled.
2. Install the **External Storage: Hejbit Swarm** app from the Nextcloud App Store.
3. Navigate to External Storage Administration: Profile menu -> Settings -> External Storage.
4. Create a new external storage with a folder name of your choice and select *'Swarm'* as the storage type. Then, enter the license key and URL configuration.
## **Usage**
Once installed, Hejbit integrates Swarm directly with Nextclouds "Files" section, allowing seamless file operations:
- **Upload:** Transfer files to decentralized storage.
- **Download:** Retrieve and view files from decentralized storage.
- **Copy/Move:** Shift files between any external storage and decentralized storage
### **Settings**
Users with administrative credentials can configure the plugin through the standard External Storage settings. Here, you can input your license key and URL for Hejbit.
### **Using Hejbit Swarm**
Once setup and configured, the Decentralized Storage is ready to use.
- Access the Decentralized Storage folder under "All Files" or via the "Files" menu under "External Storage."
- Once uploaded, it can be viewed internally or downloaded. It can also be copied to another storage.
- Files from another Nextcloud storage can also be copied/moved to the decentralized storage. Choose the decentralized storage folder as the target Folder.
- Right-click on a Swarm file to copy the Swarm reference (hash) to your clipboard. Alternatively, click the three dots in the Actions menu and select 'Copy Swarm Reference.' The Swarm reference is the unique address of the file on the Swarm network.
### **Hejbit Licence**
Experience the future of data storage with 5GB of free, decentralized storage on the Ethereum Swarm network. Our plugin seamlessly integrates with your existing Nextcloud interface, providing true data sovereignty without the complexity.
[Get your free licence here!](https://metaprovide.org/hejbit/start) .
]]></description>
<version>0.5.0</version>
<licence>agpl</licence>
<author>MetaProvide</author>
<namespace>Files_External_Ethswarm</namespace>
<types>
<filesystem/>
<dav/>
</types>
<category>files</category>
<category>tools</category>
<website>https://github.com/MetaProvide/nextcloud-swarm-plugin</website>
<bugs>https://github.com/MetaProvide/nextcloud-swarm-plugin/issues</bugs>
<repository type="git">https://github.com/MetaProvide/nextcloud-swarm-plugin.git</repository>
<screenshot>https://raw.githubusercontent.com/MetaProvide/nextcloud-swarm-plugin/main/assets/images/swarm_Files.png</screenshot>
<dependencies>
<nextcloud min-version="27" max-version="29"/>
</dependencies>
<settings>
<admin>OCA\Files_External_Ethswarm\Settings\Admin</admin>
<admin-section>OCA\Files_External_Ethswarm\Settings\Section</admin-section>
</settings>
<sabre>
<plugins>
<plugin>OCA\Files_External_Ethswarm\Sabre\PropfindPlugin</plugin>
</plugins>
</sabre>
</info>