fix: telemetry
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
v-card-text
|
||||
v-subheader What is telemetry?
|
||||
.body-1.pl-3 Telemetry allows the developers of Wiki.js to improve the software by collecting basic anonymized data about its usage and the host info. #[br] This is entirely optional and #[strong absolutely no] private data (such as content or personal data) is collected.
|
||||
.body-1.pt-3.pl-3 For maximum privacy, a random client ID is generated every time Wiki.js is started. This ID is used to group requests together while keeping complete anonymity.
|
||||
.body-1.pt-3.pl-3 For maximum privacy, a random client ID is generated during setup. This ID is used to group requests together while keeping complete anonymity. You can reset and generate a new one below at any time.
|
||||
v-divider.my-3
|
||||
v-subheader What is collected?
|
||||
.body-1.pl-3 When telemetry is enabled, only the following data is transmitted:
|
||||
@@ -105,13 +105,13 @@
|
||||
v-list-tile-content: v-list-tile-title.caption Version of Wiki.js installed
|
||||
v-list-tile
|
||||
v-list-tile-avatar: v-icon info_outline
|
||||
v-list-tile-content: v-list-tile-title.caption Basic OS information (version, CPU cores, RAM available)
|
||||
v-list-tile-content: v-list-tile-title.caption Basic OS information (platform, CPU cores count, DB type)
|
||||
v-list-tile
|
||||
v-list-tile-avatar: v-icon info_outline
|
||||
v-list-tile-content: v-list-tile-title.caption Crash debug data
|
||||
v-list-tile
|
||||
v-list-tile-avatar: v-icon info_outline
|
||||
v-list-tile-content: v-list-tile-title.caption Setup analytics (step reached)
|
||||
v-list-tile-content: v-list-tile-title.caption Setup analytics (installation checkpoint reached)
|
||||
.body-2.pl-3
|
||||
v-divider.my-3
|
||||
v-subheader Settings
|
||||
|
@@ -3,7 +3,7 @@
|
||||
v-toolbar(color='blue darken-2', dark, app, clipped-left, fixed, flat)
|
||||
v-spacer
|
||||
v-toolbar-title
|
||||
span.subheading Wiki.js Setup
|
||||
span.subheading Wiki.js {{wikiVersion}}
|
||||
v-spacer
|
||||
v-content.white
|
||||
v-progress-linear.ma-0(indeterminate, height='4', :active='loading')
|
||||
@@ -193,9 +193,7 @@
|
||||
v-btn(color='success', @click='finish', v-if='loading || final.ok', :disabled='loading') Continue
|
||||
|
||||
v-footer.pa-3(app, absolute, color='grey darken-3', height='auto')
|
||||
.caption.grey--text Wiki.js
|
||||
v-spacer
|
||||
.caption.grey--text(v-if='conf.telemetry') Telemetry Client ID: {{telemetryId}}
|
||||
.caption.grey--text Wiki.js {{wikiVersion}} Installation Wizard
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user