openstatusHQ / openstatus
- четверг, 3 августа 2023 г. в 00:00:09
The open-source status page
The Atlassian's Statuspage Open Source Alternative.
Learn more »
Discord
·
Website
·
Issues
·
Roadmap
OpenStatus is open-source status page and alerting system. We are building it publicly for everyone to see our progress. We believe great softwares are built this way.
You can choose to host it yourself or use our hosted version at openstatus.dev
If you want to learn more about this project or have any questions, book a call
with us or send us an email at
hello@openstatus.dev
Clone the repository
git clone https://github.com/openstatushq/openstatus.git
Install dependencies
pnpm install
Set up your .env file
from apps/web
and packages/db
you will find .env.example create your own.
Follow the steps to run your sqlite database locally inside of README.md
Start the development server
pnpm dev
Open http://localhost:3000 with your browser to see the result.
For clerk, you will need to create a webhook endpoint. To
access the link via ngrok (free), after login, append /api/webhook/clerk
to
the link you get after entering:
$ ngrok http 3000
Here's our roadmap feel free to contribute to it.
If you want to help us building the best status page and alerting system, you can check our contributing guidelines
Made with Contrib.rocks