Skip to content

Commit

Permalink
status: Add support for Discourse
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Sep 20, 2024
1 parent 124fd20 commit 08857f6
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 08857f6

Please sign in to comment.