*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
Sometimes the report/alert emails are blocked falsely by uni's email filters. To compensate for this case, we have built a webpage that users can actively check latest monitoring results, i.e. system status
...
Link
https://infant-nutrition-project.github.io/system-status/
Technical notes for developers
Why GitHub Page?
GitHub Pages: It's free, sufficient for this type of simple app, and low-maintenance (GitHub takes care of SSL cert automatically)
WARNING: Frontend repo is public, DO NOT PUT ANY CONFIDENTIAL INFO in clear text
...