owncloud / configreport

GNU Affero General Public License v3.0
2 stars 3 forks source link

feat: add daily transmission of config report to ownCloud/kiteworks f… #197

Closed DeepDiver1975 closed 2 months ago

DeepDiver1975 commented 6 months ago

…or business intelligence

Note

Explicit Release note required for community users

Explicit documentation notice required for community users

@mmattel

Example Telemetry Content


{
  "id": "ocrq6cgpjlqj",
  "report": {
    "basic": {
      "license key": "",
      "date": "Mon, 18 Mar 2024 11:25:09 +0000",
      "ownCloud version": "10.14.1.0",
      "ownCloud version string": "10.14.1 prealpha",
      "ownCloud edition": "Community",
      "server OS": "Linux",
      "server OS version": "Linux deepdiver 6.6.15-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.15-2 (2024-02-04) x86_64",
      "server SAPI": "cli",
      "webserver version": "???",
      "hostname": "???",
      "logged-in user": ""
    },
    "stats": {
      "users": {
        "Database": {
          "total_count": 1,
          "guest_count": 0,
          "seen": 0,
          "logged in (30 days)": 0
        }
      },
      "groups": {
        "OC\\Group\\Database": 1
      }
    },
    "config": {
      "telemetry.enabled": true,
      "passwordsalt": "***REMOVED SENSITIVE VALUE***",
      "secret": "***REMOVED SENSITIVE VALUE***",
      "trusted_domains": [
        "localhost"
      ],
      "datadirectory": "/home/deepdiver/Development/owncloud/core/data",
      "overwrite.cli.url": "http://localhost",
      "dbtype": "sqlite3",
      "version": "10.14.1.0",
      "allow_user_to_change_mail_address": "",
      "logtimezone": "UTC",
      "apps_paths": [
        {
          "path": "/home/deepdiver/Development/owncloud/core/apps",
          "url": "/apps",
          "writable": false
        },
        {
          "path": "/home/deepdiver/Development/owncloud/core/apps-external",
          "url": "/apps-external",
          "writable": true
        }
      ],
      "installed": true,
      "instanceid": "ocrq6cgpjlqj",
      "loglevel": 2,
      "maintenance": false
    },
    "phpinfo": []
  }
}
CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud