Skip to content

Commit

Permalink
tweak status page yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgj authored Jul 17, 2024
1 parent fe86ceb commit 7607dfe
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,29 @@
# Change these first
owner: upptime # Your GitHub organization or username, where this repository lives
repo: upptime # The name of this repository
owner: bandohq # Your GitHub organization or username, where this repository lives
repo: upptime-monitor # 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: Bando Site
url: https://bando.cool
- name: Bando API
url: https://alpha.bando.cool/api/v1/health
- name: Test Broken Site
url: https://thissitedoesnotexist.koj.co
- name: IPv6 test
url: forwardemail.net
port: 80
check: "tcp-ping"
ipv6: true

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
cname: status.bando.cool
# 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)
name: Bando Status
introTitle: "Bando Status Page"
introMessage: ""
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
- title: Bando
href: https://bando.cool

# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration

0 comments on commit 7607dfe

Please sign in to comment.