Skip to content

Commit

Permalink
Add telepresence.json
Browse files Browse the repository at this point in the history
Close #30
  • Loading branch information
beatcracker committed Apr 24, 2021
1 parent 5f4e265 commit 2b6dbe7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions data/telepresence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"id": "telepresence",
"name": "Telepresence",
"executable_name": "telepresence",
"category_id": "devops",
"category_name": "DevOps",
"description": "Telepresence collects some basic information about its users so it can send important client notices, such as new version availability and security bulletins. We also use the information to aggregate basic usage analytics anonymously.",
"links": {
"main": "https://www.telepresence.io/",
"telemetry": "https://github.com/telepresenceio/telepresence#usage-reporting"
},
"telemetry": [
{
"id": "usage-data",
"name": "Usage data",
"is_official": true,
"target": {
"env": {
"scope": {
"process": {
"path": {
"default": "SCOUT_DISABLE"
},
"value": {
"opt_out": "1",
"opt_in": null
}
}
}
}
}
}
]
}

0 comments on commit 2b6dbe7

Please sign in to comment.