Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cidgravity/nextcloud-cidgravity-gateway-app
Nextcloud app to use Filecoin as a backend
https://github.com/cidgravity/nextcloud-cidgravity-gateway-app
cidgravity decentralized ipfs nextcloud nodejs php
Last synced: 21 days ago
JSON representation
Nextcloud app to use Filecoin as a backend
- Host: GitHub
- URL: https://github.com/cidgravity/nextcloud-cidgravity-gateway-app
- Owner: CIDgravity
- License: agpl-3.0
- Created: 2024-06-13T10:51:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:42:25.000Z (2 months ago)
- Last Synced: 2024-10-29T20:22:37.860Z (2 months ago)
- Topics: cidgravity, decentralized, ipfs, nextcloud, nodejs, php
- Language: PHP
- Homepage: https://www.cidgravity.com
- Size: 807 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# CIDgravity gateway
This Nextcloud app allows to retrieve files and folder metadata on decentralized web using CIDgravity gateway services.
Access a new tab for file details to view additional information about the file on IPFS.## A simple app to retrieve files and folder from decentralized web
![](screenshots/app1.png)
## Requirements
* Nextcloud 29## Installation
### Automatic installation (*recommended*)
~~Just install it from your Nextcloud application catalogue.~~ Not available (yet)### Manual installation (from releases)
* Download the latest version from the [release page](https://github.com/CIDgravity/nextcloud-cidgravity-gateway-app/releases/latest).
* Extract the archive to your Nextcloud's app folder, e.g. `unzip cidgravity_gateway-vx.x.x.zip -C /path/to/nextcloud/apps`
* Enable the app in the Apps section of your Nextcloud.### Manual installation (from repository)
* Simply clone the repo to your apps folder and build the frontend:```
cd /path/to/nextcloud/apps/
git clone https://github.com/CIDgravity/nextcloud-cidgravity-gateway-app.git
cd nextcloud-cidgravity-gateway-app/
make composer
make npm-init
make build-js-production
```* Enable the app in the Apps section of your Nextcloud.