Important Change
To access status page by slug, you need to configure NEXT_PUBLIC_STATUS_PAGE_DOMAIN environment variable, to be accessible to both status page and dashboard. For example: NEXT_PUBLIC_STATUS_PAGE_DOMAIN=status.example.com, no further changes are needed
What's Changed
- feat: ssl expiration tracker by @stripsior in #80
- feat: groups, tags, certs, by @stripsior in #82
- feat: add delete functionality for incidents by @stripsior in #84
- feat: prometheus alert manager by @stripsior in #86
- feat: add status page slug routing by @stripsior in #87
- feat: add password authentication for private status pages by @stripsior in #88
- feat: add custom favicon support for status pages by @stripsior in #89
New Contributors
- @coderabbitai[bot] made their first contribution in #83
Full Changelog: v2.0.3...v2.1.0