.upptimerc.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Change these first
  2. owner: PATH08 # Your GitHub organization or username, where this repository lives
  3. repo: dingo # The name of this repository
  4. sites:
  5. - name: Google
  6. url: https://www.google.com
  7. - name: Youtube
  8. url: https://www.youtube.com
  9. - name: PATH08's Site
  10. url: https://www.path08.gq
  11. - name: WHAT?
  12. url: $AYYORANGE
  13. # - name: Satirn Developments Site
  14. # url: https://satirn-dev.gq
  15. 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: dingo.path08.gq
  19. # baseUrl: /dingo
  20. # logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
  21. name: Dingo
  22. theme: ocean # can be light/dark/ocean
  23. introTitle: "**Dingo** is an open-source uptime monitor and status page for PATH08, powered by Upptime."
  24. 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)
  25. navbar:
  26. - title: Status
  27. href: /
  28. - title: GitHub
  29. href: https://github.com/$OWNER/$REPO
  30. # Upptime also supports notifications, assigning issues, and more
  31. # See https://upptime.js.org/docs/configuration