| One 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 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. |
IPFS nodes don't really rehost content for any substantial period of time (especially the gateway) so you're still stuck with some major problems:
1. You're still hosting off your IPFS node. This isn't worse, but it isn't better. You need to have a node and it needs to have connectivity.
2. IPNS resolution is glacial and it's a known issue without resolution currently. So any gateway trying to resolve your current version of the IPFS-hosted status page through a gateway using IPNS can often end up waiting seconds (sometimes even tens of seconds) for name resolution, giving the impression of a downed status page.
Sadly, IPFS is more of a decentralized presentation and perhaps caching framework. It doesn't really achieve the goal of decentralized storage until there is some reliable way to persist the data on the network beyond immediate use. Pinning services exist, but most seem quite expensive to me.