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.
- Host: GitHub
- URL: https://github.com/xsukax/ipfs-tools
- Owner: xsukax
- Created: 2023-08-15T12:16:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-30T22:52:28.000Z (10 months ago)
- Last Synced: 2025-08-31T00:22:35.379Z (10 months ago)
- Topics: ipfs, ipfs-gateway, ipfs-http-client, ipfs-protocol, ipfs-web
- Language: HTML
- Homepage: https://xsukax.github.io/ipfs-tools/
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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