I am trying to follow the example of hosting website on ipfs.
I have 2 questions:
- I have a A record points my domain to 127.0.0.1:8080 port through nginx on my server which is used to run a node of ipfs. After I
ipfs name publish $SITE_CID
, and try to load url [my domain]/ipns/$PEER_ID, it is slow and sometimes return 504 Gateway Time out. I also tried tocurl http://localhost:8080/ipns/$PEER_ID
on my server, but it is also very slow. And I tried gateway.ipfs.io/ipns/$PEER_ID, it hangs forever. - What is proper value for Ipns.RepublishPeriod?