Skip to content

Commit 7bdd1ec

Browse files
committed
Release 1.0.4: PR #164, #166, #168, #169, #170
1 parent 694c34d commit 7bdd1ec

3 files changed

Lines changed: 11 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@ This plugin integrates [Swarm](https://www.ethswarm.org/) (a decentralized, bloc
2222
Before using the plugin, ensure you have the following:
2323

2424
- An active Nextcloud instance (version 32 or 33)
25-
- A valid Access Key and URL to activate the service
26-
- [Get Your Free Trial for the Nextcloud Swarm Plugin](https://app.hejbit.com)
25+
- A valid subscription on [app.hejbit.com](https://app.hejbit.com)
26+
- [Get Your Free Trial for the Nextcloud Swarm Plugin](https://app.hejbit.com/register)
2727

2828
## Setup and Installation
2929

3030
Follow these steps to configure HejBit Swarm in Nextcloud:
3131

32-
1. Ensure the "External Storage" plugin is enabled.
33-
2. Install the "External Storage: HejBit Swarm" app from the Nextcloud App Store.
34-
3. Navigate to External Storage Administration: Profile menu -> Settings -> External Storage.
35-
4. Create a new external storage with a folder name of your choice and select 'HejBit-Swarm' as the storage type. Then, enter the Access Key and URL configuration.
32+
1. Install the "External Storage: HejBit Swarm" app from the Nextcloud App Store.
33+
2. As a signed in user, use [Quick Connect](https://app.hejbit.com/plugin/setup) to setup the storage on your Nextcloud instance
3634

3735
## Usage
3836

appinfo/info.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,16 @@ This plugin integrates [Swarm](https://www.ethswarm.org/) (a decentralized, bloc
2626
2727
Before using the plugin, ensure you have the following:
2828
29-
- An active Nextcloud instance (version 32 or 33)
30-
- A valid Access Key and URL to activate the service
31-
- [Get Your Free Trial for the Nextcloud Swarm Plugin](https://app.hejbit.com)
29+
- An active Nextcloud instance (version 32 or 33)
30+
- A valid subscription on [app.hejbit.com](https://app.hejbit.com)
31+
- [Get Your Free Trial for the Nextcloud Swarm Plugin](https://app.hejbit.com/register)
3232
3333
## Setup and Installation
3434
3535
Follow these steps to configure HejBit Swarm in Nextcloud:
3636
37-
1. Ensure the **External Storage** plugin is enabled.
38-
2. Install the **External Storage: HejBit Swarm** app from the Nextcloud App Store.
39-
3. Navigate to External Storage Administration: Profile menu -> Settings -> External Storage.
40-
4. Create a new external storage with a folder name of your choice and select *'HejBit-Swarm'* as the storage type. Then, enter the Access Key and URL configuration.
37+
1. Install the "External Storage: HejBit Swarm" app from the Nextcloud App Store.
38+
2. As a signed in user, use [Quick Connect](https://app.hejbit.com/plugin/setup) to setup the storage on your Nextcloud instance
4139
4240
## Usage
4341
@@ -89,7 +87,7 @@ Experience the future of data storage with 5GB of free, decentralized storage on
8987
This program is licensed under the AGPLv3 or later.
9088
9189
]]></description>
92-
<version>1.0.3</version>
90+
<version>1.0.4</version>
9391
<licence>agpl</licence>
9492
<author>MetaProvide</author>
9593
<namespace>Files_External_Ethswarm</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextcloud-swarm-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.4",
44
"description": "Swarm plugin for Nextcloud",
55
"license": "AGPL-3.0-or-later",
66
"repository": {

0 commit comments

Comments
 (0)