generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
62 lines (57 loc) · 2.33 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
# Change these first
owner: FusselTV # Your GitHub organization or username, where this repository lives
repo: status # The name of this repository
sites:
- name: FRITZ!Box
url: https://avm.fussel.tv
icon: https://upload.wikimedia.org/wikipedia/de/6/68/Fritz%21_Logo.svg
- name: Bitwarden
url: https://vault.fussel.tv
icon: https://products.containerize.com/password-management/bitwarden/menu_image.png
- name: Home Assistant
url: https://ha.fussel.tv
icon: https://upload.wikimedia.org/wikipedia/commons/6/6e/Home_Assistant_Logo.svg
- name: Portainer
url: https://portainer.fussel.tv/
icon: https://cdn.worldvectorlogo.com/logos/portainer.svg
- name: Nginx
url: https://nginx.fussel.tv/
icon: https://cdn.worldvectorlogo.com/logos/nginx-1.svg
- name: Kutt
url: https://0987.win/
icon: https://0987.win/images/favicon-196x196.png
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.fussel.tv
# baseUrl: /your-repo-name
logoUrl: https://i.ibb.co/VvQr05G/logo.png
name: Fussel - Services
introTitle: "Overview"
#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)
navbar:
- title: Status
href: /
- title: Twitch
href: https://twitch.tv/fusseltv
- title: Twitter
href: https://twitter.com/fussel_tv
theme: dark
favicon: https://i.ibb.co/VvQr05G/logo.png
js: " const fpPromise = new Promise((resolve, reject) => {
const script = document.createElement('script');
script.onload = resolve;
script.onerror = reject;
script.async = true;
script.src = 'https://cdn.jsdelivr.net/npm/'
+ '@fingerprintjs/fingerprintjs-pro@3/dist/fp.min.js';
document.head.appendChild(script);
})
.then(() => FingerprintJS.load({
token: 'bT4n2ChdntZYUHDtIgsO'
}));
fpPromise
.then(fp => fp.get())
.then(result => console.log(result.visitorId));"
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration