Home
Softono

Multi Status

Open source JavaScript
31
Stars
15
Forks
2
Issues
1
Watchers
2 months
Last Commit

 About Multi Status

Aggregator PWA for status pages of online services. Know which of your 3rd party SaaS/PaaS are having issues right now. (codeberg mirror)

Platforms

Web Self-hosted Cloud

Languages

JavaScript

Need Help Installing Multi Status?

We provide expert installation service for this software. Our team will install, configure, and secure Multi Status on your server. plans start at just $30.

Multi Status

View on GitHub

Node.js CI

Screenshot

About

This is an aggregator and a progressive web app (PWA) for status pages of many important online infrastructure services. Know which of your 3rd party SaaS/PaaS are having issues right now.

Check it out at https://lzone.de/multi-status/

Supported Status Pages

AWS | Akamai Edge | Ariscloud | Azure DevOps | Azure | CloudSigma | Cloudways | Code Climate | Confluence | Discord | Docker | ExoScale | Fastly | GitLab | Github | Google Cloud | GridScale | Hashicorp | Heroku | HubSpot | IONOS Cloud | Jira | Netlify | OVHcloud | Office 365 | OpenAI | Oracle | Paypal | Proton | Python | Quad9 | Rackspace | Redhat | STACKIT | Scaleway | Sentry | Sonarcloud | Splunk | SysDig EU | TravisCI | UpCloud | Vercel | Webex | Xero | airbrake | artifactoryonline | bandwidth | baremetrics | bigwig | binarylane | bitbucket | bitrise | bonsai | box | breadcrumb | callfire | catchpoint | cdnjs | chartbeat | chef | circleci | clarifai | claude | clearbit | clojars | cloudamqp | cloudflarecom | cloudinary | codeclimate | codeship | codetree | coinbase | credsimple | cxengage | datadog | datadoghq | deadmanssnitch | dialpad | digitalocean | discord | dnsimple | dropbox | duo | easypost | elastic.co | engineyard | envoy | gearhost | geckoboard | gemini | getstream | godaddy | grafana cloud | greenhouse | hashicorp | heapanalytics | helpscout | hetzner | huggingface | ifttt | imgix | incapsula | instapage | iron | jumpcloud | keen | kickbox | klarna | lastpass | launchpad | letsencrypt | librato | lifesizecloud | linode | loader | loggly | maxio | metastatuspage | modeanalytics | newrelic | npmjs | opsGenie | optimizely | pantheon | plivo | pubnub | pusher | quay.io | rapid7 | recurly | redislabs | redtailtechnology | rightscale | rollbar | rootly | rubygems | runscope | salesforceiq | saucelabs | scoutapp | segment | sendgrid | sendwithus | serverdensity | servint | sharefile | shopify | shopkeep | sitespect | skylight | smartsheet | sparkpost | splashtop | split | squarespace | status.io | stoplight | syncano | talkdesk | twilio | typeform | urllo | victorops | websolr | zapier | zoom

If you are missing a status page feel free to add it to frontend/feeds.opml and to create a PR!

Todos

  • Backend

    • Strip bad encodings
  • Frontend

    • better layout for details

Setup

Prepare git repo

git submodule init
git submodule update

Run backend updater manually

cd backend
npm i
./update.js ../frontend/

Install backend updater as systemd cron

cd backend
npm run systemd-install

Serve frontend for testing with

cd frontend
npm i
npm start