From 1fd6fb368b9d937a8a82743a8a710c1efd8538f5 Mon Sep 17 00:00:00 2001 From: "A. Bram Neijt" Date: Fri, 24 May 2019 22:45:57 +0200 Subject: [PATCH] Add ipfs-video-gateway --- README.md | 1 + data/tools.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 932853c..c647cd9 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [ipfs-paste](https://github.com/jbenet/ipfs-paste) - Paste stdin and clipboard to IPFS - [ipfs-publish](https://ipfs-publish.uhlir.dev) - Continuous Delivery tool for delivery of static websites from Git providers to IPFS. [Source](https://github.com/AuHau/ipfs-publish) - [ipfs-screencap](https://github.com/jbenet/ipfs-screencap) - Capture screenshots, publish them to IPFS, and copy the link to the clipboard. +- [ipfs-video-gateway](https://ipfs.video) - Cloud-init your own IPFS gateway on a cloud provider and easily pin content through a simple web interface. [Source](https://github.com/bneijt/ipfs-video-gateway) - [ipfscrape](https://github.com/victorbjelkholm/ipfscrape) - Scrape a webpage with all assets and put it in IPFS - [ipfsecret](https://github.com/c2fo-lab/ipfsecret) - Encrypt and decrypt IPFS files with a secret passphrase - [ipget](https://github.com/ipfs/ipget) - :satellite: wget for IPFS: retrieve files over IPFS and save them locally. diff --git a/data/tools.yaml b/data/tools.yaml index cb93bbc..20fd831 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -123,3 +123,7 @@ content: source: https://github.com/agentofuser/ipfs-deploy description: 'Zero-config CLI to deploy static websites: cd my-static-website && npx @agentofuser/ipfs-deploy' picture: /images/ipfs-deploy.png +- title: ipfs-video-gateway + website: https://ipfs.video + source: https://github.com/bneijt/ipfs-video-gateway + description: Cloud-init your own IPFS gateway on a cloud provider and easily pin content through a simple web interface.