Skip to content

Commit

Permalink
Update .upptimerc.yml
Browse files Browse the repository at this point in the history
Initial configuration
  • Loading branch information
DieSchoeneWolke authored Sep 13, 2024
1 parent 1a1690c commit d1132ab
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
# Change these first
owner: upptime # Your GitHub organization or username, where this repository lives
repo: upptime # The name of this repository
owner: DieSchoeneWolke # Your GitHub organization or username, where this repository lives
repo: dieschoenewolke-upptime # 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: IPv6 test
url: forwardemail.net
port: 80
check: "tcp-ping"
ipv6: true
- name: DieSchoeneWolke
url: https://dieschoenewolke.com
- name: DieSchoeneWolke Mail
url: https://mail.dieschoenewolke.com/

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
cname: dieschoenewolke.github.io
#baseUrl: /dieschoenewolke-upptime
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)
name: DieSchoeneWolke Status
introTitle:
introMessage: Dies ist die Statusseite für [**DieSchoeneWolke**](https://dieschoenewolke.com) von unserem [GitHub repository](https://github.com/DieSchoeneWolke/dieschoenewolke-upptime).
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
- title: Kontakt
href: mailto://[email protected]

# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration

user-agent: DieSchoeneWolke

i18n:
footer: "[**Upptime**](https://upptime.js.org/) ist der Open-Source-Update-Monitor und die Statusseite, die vollständig von GitHub angetrieben wird."

0 comments on commit d1132ab

Please sign in to comment.