Skip to content

Commit

Permalink
Initial sites provisioning
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Nov 6, 2023
1 parent 415557e commit be154ba
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
# Change these first
owner: upptime # Your GitHub organization or username, where this repository lives
repo: upptime # The name of this repository
owner: LeastAuthority
repo: infrastructure-upptime

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: Grafana - LA
icon: https://raw.githubusercontent.com/LeastAuthority/infrastructure-upptime/master/assets/grafana-icon.png
url: $URL_MONITORING_LA
- name: Grafana - MW
icon: https://raw.githubusercontent.com/LeastAuthority/infrastructure-upptime/master/assets/grafana-icon.png
url: $URL_MONITORING_MW
- name: Grafana - HC
icon: https://raw.githubusercontent.com/LeastAuthority/infrastructure-upptime/master/assets/grafana-icon.png
url: $URL_MONITORING_HC
- name: Grafana - PS
icon: https://raw.githubusercontent.com/LeastAuthority/infrastructure-upptime/master/assets/grafana-icon.png
url: $URL_MONITORING_PS

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)
baseUrl: /infrastructure-upptime
logoUrl: https://raw.githubusercontent.com/LeastAuthority/infrastructure-upptime/master/assets/upptime-icon.svg
name: Org Members
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by [GitHub](https://github.com/LeastAuthority/infrastructure-upptime)."
introMessage: This site monitors the resources powering the infrastructure of [Least Authority](https://leastauthority.com/)
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
- title: End Users
href: /end-users-upptime
- title: Org Members
href: /org-members-upptime
- title: Infrastructure
href: /infrastructure-upptime

# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration
Binary file added assets/grafana-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be154ba

Please sign in to comment.