Skip to content

Commit

Permalink
status: Add support for Discourse (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Sep 20, 2024
1 parent 72b7ed3 commit 608fe04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arc/statuses/discourse.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package statuses

/*
* Register the Docker (company) status page.
*/
func init() {
RegisterStatusIOPage("discourse", "https://status.discourse.org/1.0/status/5e2141ce30dc5c04b3ac32fc")
}

0 comments on commit 608fe04

Please sign in to comment.