123456789101112131415161718192021222324252627282930313233343536 |
- # Change these first
- owner: PATH08 # Your GitHub organization or username, where this repository lives
- repo: dingo # The name of this repository
- sites:
- - name: Google
- url: https://www.google.com
- - name: Youtube
- url: https://www.youtube.com
- - name: PATH08's Site
- url: https://www.path08.gq
- - name: WHAT?
- url: $AYYORANGE
- # - name: Satirn Developments Site
- # url: https://satirn-dev.gq
- 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: dingo.path08.gq
- # baseUrl: /dingo
- # logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
- name: Dingo
- theme: ocean # can be light/dark/ocean
- introTitle: "**Dingo** is an open-source uptime monitor and status page for PATH08, powered by Upptime."
- introMessage: This is a status page which uses **real-time** data from this [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
- href: /
- - title: GitHub
- href: https://github.com/$OWNER/$REPO
- # Upptime also supports notifications, assigning issues, and more
- # See https://upptime.js.org/docs/configuration
|