Scapes a static web pages and automatically push and serve them via IPFS
make image
make run-docker
make test
Env | Default | Description |
---|---|---|
PORT | 8000 | Server listening port |
GATEWAY_URL | https://gateway.ipfs.io/ipfs/ | IPFS HTTPS Gateway |
IPFS_DAEMON | localhost:5001 | IPFS daemon address |
TEMPLATES | templates/ | Templates folder |
- Scrape a page on request and replace or save all relative URLs
- Push the files to an IPFS daemon
- Redirect to an IPFS gateway
- Publish the result to IPNS