From a194fb636373b7cab0a84dff22b386f19da50519 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sun, 3 Sep 2023 16:43:51 +0800 Subject: [PATCH] Update configuration --- .upptimerc.yml | 49 ++++++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/.upptimerc.yml b/.upptimerc.yml index ef29512458..c64ebae401 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -1,31 +1,42 @@ # Change these first -owner: upptime # Your GitHub organization or username, where this repository lives -repo: upptime # The name of this repository +owner: SukkaLab # Your GitHub organization or username, where this repository lives +repo: status.skk.moe # The name of this repository sites: - - name: Google - url: https://www.google.com - - name: Wikipedia - url: https://en.wikipedia.org - - name: Hacker News - url: https://news.ycombinator.com - - name: Test Broken Site - url: https://thissitedoesnotexist.koj.co + - name: skk.moe + url: https://skk.moe + headers: + - "User-Agent: curl/8.2.1 (https://status.skk.moe)" + - name: www.skk.moe + url: https://www.skk.moe + headers: + - "User-Agent: curl/8.2.1 (https://status.skk.moe)" + - name: blog.skk.moe + url: https://blog.skk.moe + headers: + - "User-Agent: curl/8.2.1 (https://status.skk.moe)" + - name: cdn.skk.moe + url: https://cdn.skk.moe + headers: + - "User-Agent: curl/8.2.1 (https://status.skk.moe)" + status-website: # Add your custom domain name, or remove the `cname` line if you don't have a domain # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there - cname: demo.upptime.js.org - # baseUrl: /your-repo-name - logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg - name: Upptime - introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." - introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime) + cname: status.skk.moe + logoUrl: https://cdn.skk.moe/favicon/android-chrome-192x192.png + name: Sukka | Status + # introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." + # introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime) navbar: - - title: Status + - title: Home href: / - title: GitHub href: https://github.com/$OWNER/$REPO -# Upptime also supports notifications, assigning issues, and more -# See https://upptime.js.org/docs/configuration +commitMessages: + commitAuthorName: "SukkaBot" + commitAuthorEmail: "githubbot@skk.moe" + +user-agent: "SukkaBot (https://github.com/SukkaLab/status.skk.moe)"