generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.upptimerc.yml
89 lines (85 loc) · 3.65 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Change these first
owner: ayrshare # Your GitHub organization or username, where this repository lives
repo: uptime-status # The name of this repository
sites:
- name: Ayrshare Dashboard
url: https://app.ayrshare.com
icon: https://app.ayrshare.com/icon.png
- name: /user API endpoint
url: https://app.ayrshare.com/api/user
icon: https://app.ayrshare.com/api-rest-blue.png
headers:
- "Authorization: Bearer $API_KEY"
- "Content-Type: application/json"
- name: /post Facebook API Post
url: https://app.ayrshare.com/api/post/random
icon: https://app.ayrshare.com/api-rest-blue.png
method: POST
headers:
- "Authorization: Bearer $API_KEY"
- "Content-Type: application/json"
body: '{ "post": "Check on me.", "platforms": ["facebook"] }'
#- name: /post Instagram API Post
# url: https://app.ayrshare.com/api/post/random
# icon: https://app.ayrshare.com/api-rest-blue.png
# method: POST
# headers:
# - "Authorization: Bearer $API_KEY"
# - "Content-Type: application/json"
# body: '{ "post": "Check on me.", "platforms": ["instagram"], "unsplash": { "type": "random", "size": "small", "options": { "orientation": "squarish" } } }'
- name: /post LinkedIn API Post
url: https://app.ayrshare.com/api/post/random
icon: https://app.ayrshare.com/api-rest-blue.png
method: POST
headers:
- "Authorization: Bearer $API_KEY"
- "Content-Type: application/json"
body: '{ "post": "Check on me.", "platforms": ["linkedin"] }'
- name: /post Telegram API Post
url: https://app.ayrshare.com/api/post/random
icon: https://app.ayrshare.com/api-rest-blue.png
method: POST
headers:
- "Authorization: Bearer $API_KEY"
- "Content-Type: application/json"
body: '{ "post": "Check on me.", "platforms": ["telegram"] }'
- name: /post Twitter API Post
url: https://app.ayrshare.com/api/post/random
icon: https://app.ayrshare.com/api-rest-blue.png
method: POST
headers:
- "Authorization: Bearer $API_KEY"
- "Content-Type: application/json"
body: '{ "post": "Check on me.", "platforms": ["twitter"] }'
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
# baseUrl: /uptime-status # where "repo" is your repository name
name: Ayrshare Social Media API Status
logoUrl: https://app.ayrshare.com/ayrshare-purple-icon.jpg
favicon: https://app.ayrshare.com/icon.png
cname: status.ayrshare.com
introTitle: "**Ayrshare** - an API for social posting and management."
introMessage: The uptime status of [Ayrshare's](https://www.ayrshare.com) website, app, and APIs. Login to the [Ayrshare Dashboard](https://app.ayrshare.com). Please see the [Ayrshare Status Update](https://docs.ayrshare.com/additional-info/status-update) page for details.
metaTags:
- name: "description"
content: "Ayrshare Social Media APIs for platforms, CMS, and agencies. Get the current API uptime status"
- name: "keywords"
content: "Social Media API, API, Facebook, Instagram, Twitter, Telegram, Social Network API"
navbar:
- title: Ayrshare Home
href: https://www.ayrshare.com
- title: API Docs
href: https://docs.ayrshare.com
- title: GitHub
href: https://github.com/$OWNER/$REPO
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration
workflowSchedule:
graphs: "0 0 * * *"
responseTime: "0 23 * * *"
staticSite: "0 1 * * *"
summary: "0 0 * * *"
updateTemplate: "0 0 * * *"
updates: "0 3 * * *"
uptime: "0 */1 * * *"