-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.create-adapter.json
More file actions
31 lines (31 loc) · 911 Bytes
/
.create-adapter.json
File metadata and controls
31 lines (31 loc) · 911 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
31
{
"cli": true,
"adapterName": "gotify",
"title": "Gotify",
"description": "Send push notifications to gotify",
"keywords": ["gotify", "notification", "communication"],
"contributors": ["Thomas Pohl"],
"expert": "no",
"features": ["adapter"],
"adminFeatures": [],
"type": "messaging",
"startMode": "daemon",
"connectionType": "cloud",
"dataSource": "push",
"connectionIndicator": "no",
"language": "TypeScript",
"adminReact": "no",
"tools": ["ESLint", "Prettier", "devcontainer"],
"indentation": "Space (4)",
"quotes": "double",
"es6class": "yes",
"authorName": "Thomas Pohl",
"authorGithub": "ThomasPohl",
"authorEmail": "post@thomaspohl.net",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"license": "Apache License 2.0",
"ci": "gh-actions",
"dependabot": "no",
"creatorVersion": "1.32.0"
}