mirror of https://github.com/portainer/portainer
feat(about): add analytics notice (#3423)
parent
badb6ee50f
commit
f79dae3e27
|
@ -16,6 +16,35 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header title-text="Analytics in Portainer" icon="fas fa-project-diagram"></rd-widget-header>
|
||||
<rd-widget-body>
|
||||
<div class="small" style="line-height:1.65;">
|
||||
<p>
|
||||
We at Portainer provide our software free and open source. To understand where best to spend our very limited development budget, we use <b>rudimentary</b> analytics.
|
||||
</p>
|
||||
<p>
|
||||
<i class="fa fa-chevron-circle-right" aria-hidden="true"></i> <u>Opt-out</u>
|
||||
<ul>
|
||||
<li>You may opt-out by passing the <em>--no-analytics</em> flag as part of the docker run command when starting Portainer.</li>
|
||||
<li>If you believe that we could improve our analytics approach make sure to let us know! There is an open discussion on <a target="_blank" href="https://github.com/portainer/portainer/issues/3310"><i class="fab fa-github" aria-hidden="true"></i> Github</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
<i class="fa fa-chevron-circle-right" aria-hidden="true"></i> <u>What we collect & GDPR</u>
|
||||
<ul>
|
||||
<li>We dont know who uses Portainer, where its used, to what scale its used, all we know (from analytics) is how often Portainer is used and which pages within the app are most frequently used.</li>
|
||||
<li>As we are only collecting a very small amount of totally anonymous data, it is deemed that opt-in is not required.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</rd-widget-body>
|
||||
</rd-widget>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<rd-widget>
|
||||
|
|
Loading…
Reference in New Issue