mirror of
https://github.com/ethanrusz/status.git
synced 2024-11-24 12:37:46 -05:00
Add status page config.
This commit is contained in:
parent
3c3715c7b5
commit
3ad838b670
1 changed files with 17 additions and 15 deletions
|
@ -1,31 +1,33 @@
|
||||||
# Change these first
|
# Change these first
|
||||||
owner: upptime # Your GitHub organization or username, where this repository lives
|
owner: ethanrusz # Your GitHub organization or username, where this repository lives
|
||||||
repo: upptime # The name of this repository
|
repo: status # The name of this repository
|
||||||
|
|
||||||
sites:
|
sites:
|
||||||
- name: Google
|
- name: LanguageTool
|
||||||
url: https://www.google.com
|
url: https://lt.beans.team/v2/languages
|
||||||
- name: Wikipedia
|
- name: Minecraft
|
||||||
url: https://en.wikipedia.org
|
url: https://horseplay.space
|
||||||
- name: Hacker News
|
- name: Nextcloud
|
||||||
url: https://news.ycombinator.com
|
url: https://cloud.beans.team
|
||||||
- name: Test Broken Site
|
- name: rusz.dev
|
||||||
url: https://thissitedoesnotexist.koj.co
|
url: https://rusz.dev
|
||||||
|
|
||||||
status-website:
|
status-website:
|
||||||
# Add your custom domain name, or remove the `cname` line if you don't have a domain
|
# 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
|
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
|
||||||
cname: demo.upptime.js.org
|
# cname: demo.upptime.js.org
|
||||||
# baseUrl: /your-repo-name
|
baseUrl: /status
|
||||||
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
|
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
|
||||||
name: Upptime
|
name: Ruszdev Status
|
||||||
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
|
introTitle: "Status page for Ruszdev services."
|
||||||
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)
|
introMessage: "You can contact me for more info at my site below."
|
||||||
navbar:
|
navbar:
|
||||||
- title: Status
|
- title: Status
|
||||||
href: /
|
href: /
|
||||||
- title: GitHub
|
- title: GitHub
|
||||||
href: https://github.com/$OWNER/$REPO
|
href: https://github.com/$OWNER/$REPO
|
||||||
|
- title: About
|
||||||
|
href: https://rusz.dev/about
|
||||||
|
|
||||||
# Upptime also supports notifications, assigning issues, and more
|
# Upptime also supports notifications, assigning issues, and more
|
||||||
# See https://upptime.js.org/docs/configuration
|
# See https://upptime.js.org/docs/configuration
|
||||||
|
|
Loading…
Reference in a new issue