Skip to content

Commit

Permalink
Ethical metrics unregister (#324)
Browse files Browse the repository at this point in the history
* Ethical metrics unregister

* Update unregister steps

* Warning about auto register
  • Loading branch information
dappnodedev authored Nov 3, 2023
1 parent 22c6c46 commit 05306b5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/user/ethical-metrics/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In order to setup your Ethical Metrics notification system, you need to follow t
2. Introduce the email address where you want to receive the notifications and click on the switch to activate the notifications.
3. Thats it! Your ethical metrics will automatically register your tor instance with the email address you provided through the Tor network preserving your privacy. (you should have received a welcome email)

[setup-6](/img/ethical-metrics-setup.png)
![setup-6](/img/ethical-metrics-setup.png)

<hr />

Expand All @@ -59,7 +59,12 @@ In order to setup your Ethical Metrics notification system, you need to follow t
</details>

<details>
<summary><strong>How can I unregister from the monitoring system?</strong></summary>
<summary><strong>How can I unregister from the Ethical Metrics monitoring system?</strong></summary>

<p><strong>1. Using the Dappnode Interface:</strong> For an active Dappnode, simply navigate to <a href="http://my.dappnode/system/notifications">System > Notifications</a> and toggle off <b>Ethical Metrics</b>. This will stop all notifications and halt metric collection from your Dappnode. As long as Ethical Metrics notifications are enabled in the Dappnode UI, your device remains registered in our monitoring system.</p>

Unregistering from the monitoring system is as easy as uninstalling the Ethical Metrics package. After uninstalling the package, you will no longer receive notifications, and we will no longer collect metrics from your dappnode.
<p><strong>2. For Inactive Dappnodes:</strong> If your Dappnode is no longer accessible, locate the <b>unregister link</b> in the welcome email you received upon registration. Keep in mind that using this method won't employ our IP hiding measures, but you can enhance security using tools like a VPN. Please keep in mind that if your DAppNode is still up and running with Ethical Metrics notifications turned on, it'll register again by itself.</p>

<p><strong>3. Manual Unregistration:</strong> Lost the welcome email? You can also unregister by inputting the following URL into your browser: <code>https://ethical-metrics.dappnode.io/unregister-from-email/?instance=<i>YOUR_INSTANCE</i>.onion%3A9090</code>. Make sure to replace <i>YOUR_INSTANCE</i> with the unique identifier for your Dappnode, excluding ".onion:9090".</p>

</details>

0 comments on commit 05306b5

Please sign in to comment.