Earlier quoted context omitted.
What if I wanted to always link to the latest, like from my normal HTTPS powered web site? Is there a way to link to the head so that it always references the latest version?
The latest would be a link like /ipns/yourcompany.com, and you'd have a TXT record pointing at your node's IPNS hash (or an IPFS content hash directly) and you update it by either updating what your node's IPNS hash points to, or by editing the DNS record to point to the latest IPFS content hash.
Show HN: A Decentralized StatusPage on IPFS
31–40 of 130 posts
Re: Show HN: A Decentralized StatusPage on IPFS
#32Naive question: if data on IPFS is permanent, meaning it's hard or impossible to remove things from it, what mechanisms, if any, exists to prevent unlawful content from being uploaded to it?
Re: Show HN: A Decentralized StatusPage on IPFS
#33Naive question: if data on IPFS is permanent, meaning it's hard or impossible to remove things from it, what mechanisms, if any, exists to prevent unlawful content from being uploaded to it?
Re: Show HN: A Decentralized StatusPage on IPFS
#34Apologizes for blockchaining every comment, but one of the cryptocurrencies I'm interested in, from a tech perspective, is doing something similar. It lets you host your website on IPFS as well. http://www.shiftnrg.org/
Re: Show HN: A Decentralized StatusPage on IPFS
#35Naive question: if data on IPFS is permanent, meaning it's hard or impossible to remove things from it, what mechanisms, if any, exists to prevent unlawful content from being uploaded to it?
> What mechanisms, if any, exists to prevent unlawful content from being uploaded to it? Probably the same ones used against P2P, lawsuits and pressure on national governments to crack down against the offenders :)
Re: Show HN: A Decentralized StatusPage on IPFS
#36Earlier quoted context omitted.
I'm brand new to the IPFS concept, this looks really cool! I was surprised to see that the page served via IPFS supports HTTPS, do you happen to know how the secret key is securely shared among nodes in the decentralized environment?
The https version is served thru a proxy. This is the way you can get your status page visible to the HTTP world. The gotcha is that anyone on the IPFS network could have a copy of your page and serve them in your behalf.
Yes, but critically they can't modify it thanks to content addressing [0].
> and serve them in your behalf.
Yes, over IPFS. So anyone with an IPFS client will have a robust way to view your status page. If people want to view it via HTTPS, they hit ipfs.io, which is an IPFS/HTTP gateway. While it's possible for other people to run gateways, I believe ipfs.io is the main one. It could theoretically be a bottleneck.
[0] https://dweb-primer.ipfs.io/avenues-for-access/lessons/power...
Re: Show HN: A Decentralized StatusPage on IPFS
#37It sounds like your marketing will need to explain:
1. How updates work and how you guarantee staying universes away from NSFW/illegal content -- answered separately because nobody wants to find out what IPFS is infamous for as a part of discovering your service. (Both explanations need to function at two levels: one for techies and one for their bosses controlling the purse strings.) This may be possible to pull in quickly from existing CC-licensed documentation.
2. How users can link to content through multiple redundant WWW gateways/other services, and how to pay (you and others) for more reliability. Reliable reachability is absolutely key here, and should be built on multiple existing 3rd parties that are already used as status pages. For example: pay extra to whitelabel an auto-Twitter retweet bot.
Opportunity to be the "enterprise IPFS contact" here - explain from soup to nuts how to push status updates from anywhere (setup and simplified through your service but without requiring it be reachable) with any of multiple Yubikey/hardware auth tokens.
--
Consider a completely separate marketing push/landing page that doesn't even mention IPFS until potential customers ask how it works. IPFS is a buzzword here but commercial customers probably count it as a negative (analogy: ICO on HN). Focus on the unique features IPFS offers and write up how those features solve the status page problem!
Re: Show HN: A Decentralized StatusPage on IPFS
#38Earlier quoted context omitted.
> What mechanisms, if any, exists to prevent unlawful content from being uploaded to it? Probably the same ones used against P2P, lawsuits and pressure on national governments to crack down against the offenders :)
So there is a way to figure out who is downloading what on IPFS? (At least assuming that you have assets comparable to national governments.)
Re: Show HN: A Decentralized StatusPage on IPFS
#39I mean, your status page itself may be on ipfs but since ipfs isn’t natively supported as a browser protocol, your “decentralization” fails since you’ll likely need to host the http ipfs gateway somewhere. Might as well stick your status page on a couple of vps (literally just two on two different continents) and round robin them.
https://blog.mozilla.org/addons/2018/01/26/extensions-firefo...
Re: Show HN: A Decentralized StatusPage on IPFS
#40That has been my biggest drawback so far with IPFS, there isn't really an easy way to get other nodes to pin the correct content, without passing around big nasty hashes (e.g., QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG) by hand.