π Live Status: π© All systems operational
This repository contains the open-source uptime monitor and status page for μ¬κ³ λκ΄μ₯, powered by Upptime.
With Upptime, you can get your own unlimited and free uptime monitor and status page, powered entirely by a GitHub repository. We use Issues as incident reports, Actions as uptime monitors, and Pages for the status page.
| URL | Status | History | Response Time | Uptime |
|---|---|---|---|---|
| π© Up | main-page.yml | |||
| π© Up | user-page.yml | |||
| π© Up | generic-api.yml | |||
| π© Up | streaming-api.yml | |||
| π© Up | activity-pub.yml |
- Powered by: Upptime
- Code: MIT Β© Anand Chowdhary, supported by Pabio
- Data in the
./historydirectory: Open Database License - Slightly Modified by: @stevenoh0908
- Added annoucement display feature on status page. All issues labeled with 'announcement' label will be considered as an announcement.
- You may set a color for each announcement by labeling announcement issues with 'warning' or 'critical' label also. The rules are here as following:
- Only 'annoucement': Will be considered as 'info'-level announcement. Will be displayed in blue.
- 'announcement' + 'warning': Will be considered as 'warn'-level announcement. Will be displayed in yellow. Useful for notify maintenance schedules.
- 'announcement' + 'critical': Will be considered as 'crit'-level annoucement. Will be displayed in red. Useful for notify urgent issues.
- If the announcement issue is closed, then the announcement display will be disappeared automatically. You may add
[expires: YYYY-MM-DD]into the title of the issue in order to automatically close the announcement at that date.