Skip to content
This repository was archived by the owner on Mar 25, 2022. It is now read-only.

Move gateway to ipfs.io #4

Closed
1 of 3 tasks
jbenet opened this issue Mar 19, 2015 · 5 comments
Closed
1 of 3 tasks

Move gateway to ipfs.io #4

jbenet opened this issue Mar 19, 2015 · 5 comments

Comments

@jbenet
Copy link
Member

jbenet commented Mar 19, 2015

We want to have the gateways at ipfs.io instead of gateway.ipfs.io

This requires

  • IPNS proved robust enough for ipfs.io website.
  • faster gc on the gateways
  • period reboot on the gateways (clear any bad states, etc)
@ghost ghost added the solarnet label Jul 6, 2015
@ghost
Copy link

ghost commented Jul 6, 2015

IPNS proved robust enough for ipfs.io website

This isn't neccessarily a dependency. We can easily point ipfs.io/ipfs and ipfs.io/ipns to the port 8080.

@jbenet
Copy link
Member Author

jbenet commented Jul 7, 2015

@lgierth yeah, we could either:

  1. use nginx rewriting to redirect / --> /ipfs/<root-hash-of-ipfs-website> so it gets hosted by ipfs.
  2. host https://github.com/ipfs/website directly from nginx as a backup

@jbenet
Copy link
Member Author

jbenet commented Jul 7, 2015

it may be nice to make (1.) possible from within go-ipfs itself. So we could:

ipfs config Gateway.HttpRoot <root-hash-of-ipfs-website>

and have

curl http://<host>/foo/bar

use

/ipfs/<root-hash-of-ipfs-website>/foo/bar

but it may be pulling in the kitchen sink

This was referenced Aug 20, 2015
@ghost
Copy link

ghost commented Aug 30, 2015

Remaining steps:

@ghost ghost closed this as completed Sep 4, 2015
@jbenet jbenet removed the backlog label Sep 4, 2015
@jbenet
Copy link
Member Author

jbenet commented Sep 5, 2015

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants