generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.upptimerc.yml
68 lines (65 loc) · 2.25 KB
/
.upptimerc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Change these first
owner: Proxeuse # Your GitHub organization or username, where this repository lives
repo: status # The name of this repository
sites:
- name: API - Cloud Servers
check: "tcp-ping"
url: api.hetzner.cloud
port: 443
- name: API - Domain Registration
check: "tcp-ping"
url: api.openprovider.eu
port: 443
- name: API - Payments via PayPal
check: "tcp-ping"
url: api-m.paypal.com
port: 443
- name: API - Payments via Stripe
check: "tcp-ping"
url: api.stripe.com
port: 443
- name: Nextcloud - Storage Backend
check: "tcp-ping"
url: $NEXTCLOUD
port: 80
- name: Plesk - Falkenstein (DE)
check: "tcp-ping"
url: fsn1.proxeuse.net
port: 8443
- name: Service - Authentication Portal
url: https://auth.proxeuse.com
- name: Service - Customer Portal
url: https://my.proxeuse.com
- name: Service - Documentation
url: https://docs.proxeuse.com
- name: Service - Downloads Portal
url: https://downloads.proxeuse.nl
- name: Service - Help Center
url: https://help.proxeuse.com
- name: Service - Portainer
url: https://portainer.proxeuse.com
- name: Service - Pterodactyl
url: https://pterodactyl.proxeuse.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: status.proxeu.se
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
name: Proxeuse Status
introTitle: "**Proxeuse Status**"
introMessage: This is the status page of Proxeuse which uses **real-time** data from our [GitHub repository](https://github.com/Proxeuse/Status) and [Uptime Montitoring software](https://uptime.proxeu.se). In case of outages, you can find our contact information at [emergency.proxeu.se](https://emergency.proxeu.se).
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
- title: Emergency
href: https://emergency.proxeu.se
workflowSchedule:
graphs: "0 0 * * *"
responseTime: "0 23 * * *"
staticSite: "0 1 * * *"
summary: "0 0 * * *"
updateTemplate: "0 0 * * *"
updates: "0 3 * * *"
uptime: "*/15 * * * *"