-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-manifest.json
More file actions
30 lines (30 loc) · 835 Bytes
/
app-manifest.json
File metadata and controls
30 lines (30 loc) · 835 Bytes
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
{
"name": "Oracle1 Fleet Keeper",
"url": "https://github.com/SuperInstance/oracle1-vessel",
"hook_attributes": {
"url": "http://YOUR_ORACLE_CLOUD_IP:8910/webhook",
"active": true,
"content_type": "json"
},
"redirect_url": "https://github.com/SuperInstance",
"callback_urls": [],
"public": true,
"request_oauth_on_install": true,
"setup_url": "https://github.com/SuperInstance/oracle1-vessel",
"description": "The Lighthouse Keeper \u2014 fleet monitoring, auto-labeling, dockside exams, webhook routing for the Cocapn fleet",
"default_events": [
"push",
"issues",
"issue_comment",
"pull_request",
"release",
"create"
],
"default_permissions": {
"issues": "write",
"pull_requests": "write",
"contents": "read",
"metadata": "read",
"members": "read"
}
}