From 2b6dbe7f7c777cfcdf2a8b578100537acb8c1071 Mon Sep 17 00:00:00 2001 From: beatcracker Date: Sat, 24 Apr 2021 23:14:03 +0300 Subject: [PATCH] Add telepresence.json Close #30 --- data/telepresence.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/telepresence.json diff --git a/data/telepresence.json b/data/telepresence.json new file mode 100644 index 0000000..9373329 --- /dev/null +++ b/data/telepresence.json @@ -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 + } + } + } + } + } + } + ] +} \ No newline at end of file