Show HN: A Decentralized StatusPage on IPFS
dstatuspage.net
Show HN: A Decentralized StatusPage on IPFS
1–10 of 130 posts
Re: Show HN: A Decentralized StatusPage on IPFS
#2What about do not depend on a centralized infrastructure to deploy you status page and kept always alive?
This project aims to deploy you status page on a decentralized infrastructure IPFS (see ref-2), after installed it, you will be running a status page service on top of a local IPFS node. So you’ll be able to to publish you status pages on IPFS while being part of the network.
I thought this use case fits perfect on a decentralized environment.
You can deploy this service on a VPS for 1/4 of the price you pay for your current status page service provider.
See an example of a status page deployed using D StatusPage:
https://gw1.dstatuspage.net/ipfs/QmePTzsSVae8BK8antLHfV2xWfE...
http://gw2.dstatuspage.net/ipfs/QmePTzsSVae8BK8antLHfV2xWfEf...
What are you thoughts?
https://www.dstatuspage.net https://github.com/paulogr/dstatuspage
This software is still in alpha state with basic status page service functionalities, feel free to ask for a feature or address any issue you have:
https://github.com/paulogr/dstatuspage/issues
- ref-1: https://blog.statuspage.io/a-birds-eye-view-of-the-amazon-s3...
- ref-2: https://ipfs.io
The software will be distributed for free and open source under MIT license.
Re: Show HN: A Decentralized StatusPage on IPFS
#3One of the main problems while I was researching about status page services and saw many having the same doubts here was about where to deploy the status page. Besides this market has a lot of players even the biggest one had problem when the big S3 outage happened last year (see ref-1). What about do not depend on a centralized infrastructure to deploy you status page and kept always alive? This project aims to depl…
Re: Show HN: A Decentralized StatusPage on IPFS
#4Re: Show HN: A Decentralized StatusPage on IPFS
#5How timely, considering I am intermittently getting gateway timeouts on HN right now.
Re: Show HN: A Decentralized StatusPage on IPFS
#6One of the main problems while I was researching about status page services and saw many having the same doubts here was about where to deploy the status page. Besides this market has a lot of players even the biggest one had problem when the big S3 outage happened last year (see ref-1). What about do not depend on a centralized infrastructure to deploy you status page and kept always alive? This project aims to depl…
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?
Re: Show HN: A Decentralized StatusPage on IPFS
#7Re: Show HN: A Decentralized StatusPage on IPFS
#8In a centralized system, like HTTP, a site has a single address: something.example.com. Any new entry (e.g. blog post) I create gets its own entry address, but is also referenced from the main site address.
As far as I understand, IPFS contains static copies of documents, so any document that would be the "front" page would have to be copied before updating with new entries, and would receive a new address.
How to let readers know that a new entry is available then? Would there need to be a centralized place referencing all existing entries?
Re: Show HN: A Decentralized StatusPage on IPFS
#9One of the main problems while I was researching about status page services and saw many having the same doubts here was about where to deploy the status page. Besides this market has a lot of players even the biggest one had problem when the big S3 outage happened last year (see ref-1). What about do not depend on a centralized infrastructure to deploy you status page and kept always alive? This project aims to depl…
So how do I (perma-)link the user to the latest status page?
Re: Show HN: A Decentralized StatusPage on IPFS
#10The URI on the footer of the status page points to here: https://www.statuspage.co - but it doesn't appear to load, is this an artifact from development?