Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mkg20001/ipfs-docker-webserver
- Owner: mkg20001
- Created: 2017-07-31T14:05:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T11:58:10.000Z (over 5 years ago)
- Last Synced: 2024-12-03T14:05:58.652Z (19 days ago)
- Topics: apache2, docker, ipfs, p2p, webserver
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)