Skip to content

Commit 71bd056

Browse files
committed
chore: configure for UniClipboard services
- Monitor www/release/relay/rendezvous .uniclipboard.app - Set status page cname to status.uniclipboard.app - Customize README for this project
1 parent 17d6d35 commit 71bd056

2 files changed

Lines changed: 41 additions & 122 deletions

File tree

.upptimerc.yml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
# Change these first
2-
owner: upptime # Your GitHub organization or username, where this repository lives
3-
repo: upptime # The name of this repository
1+
owner: UniClipboard
2+
repo: uc-status
43

54
sites:
6-
- name: Google
7-
url: https://www.google.com
8-
- name: Wikipedia
9-
url: https://en.wikipedia.org
10-
- name: Hacker News
11-
url: https://news.ycombinator.com
12-
- name: Test Broken Site
13-
url: https://thissitedoesnotexist.koj.co
5+
- name: Website
6+
url: https://www.uniclipboard.app
7+
- name: Downloads
8+
url: https://release.uniclipboard.app
9+
- name: Relay Server
10+
url: https://relay.uniclipboard.app
11+
- name: Rendezvous Server
12+
url: https://rendezvous.uniclipboard.app
1413

1514
status-website:
16-
# Add your custom domain name, or remove the `cname` line if you don't have a domain
17-
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
18-
cname: demo.upptime.js.org
19-
# baseUrl: /your-repo-name
20-
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
21-
name: Upptime
22-
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
23-
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)
15+
cname: status.uniclipboard.app
16+
name: UniClipboard Status
17+
logoUrl: https://www.uniclipboard.app/logo.png
18+
introTitle: "**UniClipboard** real-time service health."
19+
introMessage: This page reports the current and historical availability of UniClipboard services. Data is collected every 5 minutes via [Upptime](https://upptime.js.org) and is fully open-source.
2420
navbar:
2521
- title: Status
2622
href: /
2723
- title: GitHub
28-
href: https://github.com/$OWNER/$REPO
24+
href: https://github.com/UniClipboard/uc-status
25+
- title: Website
26+
href: https://www.uniclipboard.app
2927

30-
# Upptime also supports notifications, assigning issues, and more
31-
# See https://upptime.js.org/docs/configuration
28+
assignees:
29+
- mkdir700

0 commit comments

Comments
 (0)