An open API service indexing awesome lists of open source software.

https://github.com/xsukax/ipfs-tools

Simple HTML CSS JS code to help IPFS Users to View & Download Files From Different Gateways.
https://github.com/xsukax/ipfs-tools

ipfs ipfs-gateway ipfs-http-client ipfs-protocol ipfs-web

Last synced: 9 months ago
JSON representation

Simple HTML CSS JS code to help IPFS Users to View & Download Files From Different Gateways.

Awesome Lists containing this project

README

          

# xsukax IPFS Tools
Simple HTML CSS JS code to help IPFS Users to View & Download Files From Different Gateways.

Check Demo: https://xsukax.github.io/ipfs-tools/

### To build image using Dockerfile, follow these steps:
1- Clone ipfs-tools project
```sh
git clone https://github.com/xsukax/ipfs-tools.git
```
```sh
cd ipfs-tools
```
2- Build nginx alpine image
```sh
sudo docker build -t xsukax-ipfs .
```
3- Create a Container
```sh
sudo docker run -d -p 8098:80 --name xsukax-ipfs xsukax-ipfs:latest
```
4- Check localhost url

http://localhost:8098
### You can download docker image directly & run container:
```sh
sudo docker run -d -p 8098:80 --restart unless-stopped --name xsukax-ipfs xsukax/ipfs-tools:latest
```
Check localhost url

http://localhost:8098

### Image link on Docker Hub

https://hub.docker.com/r/xsukax/ipfs-tools