glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.59k stars 299 forks source link

Bookmark status indicator #181

Open DVDAndroid opened 3 months ago

DVDAndroid commented 3 months ago

Implemented a status indicator for bookmarks that have a status page. For example, https://www.githubstatus.com/ or https://www.redditstatus.com/ uses the same status page dashboard and API (statuspage.io)

Updated documentation; here's a preview: bookmarks-statuspages

Status page is an optional property. If the API returns that the page is operational, it's possible to hide the indicator (empty dot); else the indicator will be fully red (if major/critical issue) or empty with red border (if minor issue). used per-existing indicators

DVDAndroid commented 2 months ago

Marking as draft because it's working in dev, but not in release mode...