Skip to content

Commit

Permalink
Update .upptimerc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmn7 authored Oct 10, 2023
1 parent a96e4b4 commit 4c0e7bc
Showing 1 changed file with 30 additions and 19 deletions.
49 changes: 30 additions & 19 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -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: hai-lucy # Your GitHub organization or username, where this repository lives
repo: uptime # 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: Website
url: https://lucy.is-a.fun/
- name: Dashboard
url: https://dash-lucy.is-a.fun/

status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
# Add your custom domains names, 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: statuslucy.is-a.fun
# baseUrl: /uptime-monitor
logoUrl: https://cdn.discordapp.com/attachments/1098969636306960465/1148602936990113843/newlucy.png?ex=652e84d8&is=651c0fd8&hm=8fd28db318b820d3e069af2d478ecc3c9a77fbdedb4f46b9018b28aaeef72bcb&
name: Lucy Uptime
theme: night
introTitle: "L RMN's status page for his websites. Powered by github actions."
introMessage: See which of my websites are up, which are down, and which are broken here!
navbar:
- title: Status
- title: Uptime
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
href: https://github.com/$OWNER
- title: Community
href: https://discord.gg/WFfjrQxnfH

theme: dark
skipDescriptionUpdate: true
skipTopicsUpdate: true

workflowSchedule:
graphs: "*/5 * * * *"
responseTime: "0 23 * * *"
staticSite: "0 1 * * *"
summary: "*/5 * * * *"
updateTemplate: "0 0 * * *"
updates: "0 3 * * *"
uptime: "*/5 * * * *"
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration

0 comments on commit 4c0e7bc

Please sign in to comment.