Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mkg20001/ipfs-docker-webserver

IPFS webserver powered by apache2 as docker container
https://github.com/mkg20001/ipfs-docker-webserver

apache2 docker ipfs p2p webserver

Last synced: 15 days ago
JSON representation

IPFS webserver powered by apache2 as docker container

Awesome Lists containing this project

README

        

# ipfs-docker-webserver
IPFS webserver powered by apache2 as docker container

# Usage
`docker run -d -e IPNS_URL=yourdomain.com -p 8090:80 mkg20001/ipfs-docker-webserver`

Now the webserver should be running on 0.0.0.0:8090

### Env

`IPNS_URL`: The IPNS url of you page (e.g `Qm...` or `ipfs.io`)

`IPFS_URL`: Arbitrary link that go-ipfs can serve (e.g `/ipfs/Qm...`)

`PASSTHROUGH`: Just pass all request as-is to the server while still setting the cache headers

# Links

### [ » Learn more ](https://github.com/ipfs/examples/tree/master/examples/websites)