fettle
1.0.0
Fettle是开源状态页面,完全由GitHub动作,问题和页面提供支持。

首先,您需要为此存储库提供。
在public > urls.cfg文件中更新urls.cfg文件中的URL和名称。
Google=https://google.com
Facebook=https://facebook.com
转到src > incidents > hooks > useIncidents.tsx文件,然后使用您的存储库URL更新URL。
用您的用户名/repo-name替换Mehatab/fettle
https://api.github.com/repos/mehatab/fettle/issues?per_page=20&state=all&labels=incident
转到src > services > hooks > useServices.tsx文件,然后使用您的存储库URL更新URL。
用您的用户名/repo-name替换Mehatab/fettle
https://raw.githubusercontent.com/mehatab/fettle/main/public/status/${key}_report.log
转到src > services > hooks > useSystemStatus.tsx文件,然后使用您的存储库URL更新URL。
用您的用户名/repo-name替换Mehatab/fettle
https://raw.githubusercontent.com/mehatab/fettle/main/public/status/${key}_report.log
然后,您需要在分叉存储库上启用GitHub页面。您可以通过转到Settings > Pages并在main分支上启用它来做到这一点。
在构建和部署部分中,选择GitHub操作。
如果要更改监视的时间间隔,则可以在.github > workflows > health-check.yml文件中更改它。在以下行中更新CRON时间。
on :
schedule :
- cron : " 0 0/12 * * * " incidentincident添加到该问题托管
监视
事件
请随时提交错误和/或提交错误和建议的文件问题。