Skip to content

Commit

Permalink
Add status.gibpotato.app (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
  • Loading branch information
cleptric and AbhiPrasad authored Apr 11, 2024
1 parent 8d862b9 commit 68b956f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/data/gibpotato.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { StatusPageInfo } from "../types";

export const name = "GibPotato";

export const statusPageUrl = "https://status.gibpotato.app/";

export const domains = ["gibpotato.app", "*.gibpotato.app"];

export const isOperational = true;

export const gibpotatoStatusInfo: StatusPageInfo = {
name,
domains,
statusPageUrl,
isOperational,
};
1 change: 1 addition & 0 deletions src/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export { digitalOceanStatusInfo } from "./digitalocean";
export { discordStatusInfo } from "./discord";
export { dropboxStatusInfo } from "./dropbox";
export { fastlyStatusInfo } from "./fastly";
export { gibpotatoStatusInfo } from "./gibpotato";
export { githubStatusInfo } from "./github";
export { gitlabStatusInfo } from "./gitlab";
export { googleAdsStatusInfo } from "./google_ads";
Expand Down
2 changes: 2 additions & 0 deletions src/mapping/domainToStatusPageUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export const domainToStatusPageUrls = {
"dropbox.com": "https://status.dropbox.com/",
"fastly.com": "https://www.fastlystatus.com/",
"*.fastly.com": "https://www.fastlystatus.com/",
"gibpotato.app": "https://status.gibpotato.app/",
"*.gibpotato.app": "https://status.gibpotato.app/",
"github.com": "https://www.githubstatus.com",
"*.github.com": "https://www.githubstatus.com",
"github.io": "https://www.githubstatus.com",
Expand Down

0 comments on commit 68b956f

Please sign in to comment.