KO
|
EN
gitlite — search
Search
#php
#python
#python3
#nodejs
#golang
#security
#javascript
#java
#machine-learning
#testing
#ds18b20
#raspberry-pi
astro-status-page
★ 78
Open GitHub ↗
An open source astro status page
Download README (.md)
Explore Similar Repositories
goji
:
Commitizen-like Emoji Commit Tool written in Go and AI commit message generator (think cz-emoji and other commitizen adapters but in go) 🚀
react-canvas-editor
:
React version of canvas editor
YyFlight.ToDoList
:
✍【.NET8 MongoDB 待办清单系统】.NET8 MongoDB从入门到实战基础教程,该项目后端使用的是.NET8、前端页面使用Blazor、使用MongoDB存储数据,更多相关内容大家可以看目录中的MongoDB从入门到实战的相关教程。该系列教程可作为.NET Core入门项目进行学习,感兴趣的小伙伴可以关注博主和我一起学习共同进步。
langchainjs-quickstart-demo
:
Build a generative AI application using LangChain.js, from local to Azure
resilience4j-spring-boot3-demo
:
A Spring Boot 3 demo which shows how to use the Resilience4j Spring Boot 3 Starter
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
astro-status-page
?
Download (.md)
# Astro Status Page by OpenStatus 🔭 Built by [OpenStatus](https://www.openstatus.dev) ## Demo 🚀 [https://astro.openstat.us](https://astro.openstat.us) ## What is this? 🤔 It's a simple status page, bring your OpenStatus API key and you're good to go! Fork it, tweak it, make it yours 🚀 ## Tech Stack 📚 - [Astro](https://astro.build) - [OpenStatus](https://www.openstatus.dev) - [Cloudflare Workers](https://workers.cloudflare.com) - [Tailwind CSS](https://tailwindcss.com) ## Getting Started 🚀 To start your own status page, you'll need to create an account on [OpenStatus](https://www.openstatus.dev) create some monitor. Once you've done that, you'll need to create a new API key in the settings and copy it. ### Development 🧑💻 1. Fork this repo, or clone it. 2. Go to the project folder 3. Install dependencies ```bash pnpm install ``` 4. Set up your environment variables - Copy `.dev.vars.example` to `.dev.vars` - Fill `API_KEY` with your OpenStatus API key 5. Start the dev server ```bash pnpm dev ``` 6. Customize it 🧑🎨 ### Deployement 🚀 You can easily deploy your status page on [Cloudflare Workers](https://workers.cloudflare.com). 1. Set the API key as a secret on your worker: ```bash npx wrangler secret put API_KEY ``` 2. run the following command: ```bash pnpm run deploy ``` 3. Profit 🔥