Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ZeroTier, Tailscale and Netbird #2340

Merged
merged 6 commits into from
Dec 24, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion _data/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -8867,7 +8867,7 @@
"difficulty": "hard",
"notes": "It is also possible to file an account deletion request via the \"Contact Us\" section at the bottom of the page.",
"domains": [
"glovoapp.com"
"glovoapp.https://tailscale.com/kb/1237/delete-tailnetcom"
Alerymin marked this conversation as resolved.
Show resolved Hide resolved
]
},

Expand Down Expand Up @@ -14954,6 +14954,17 @@
]
},

{
"name": "NetBird",
"url": "https://docs.netbird.io/how-to/delete-account",
"difficulty": "easy",
"notes": "Go to the \"Settings\" tab, then click on \"Danger Zone\". Review the message and click on the \"Delete Account\" button.",
"notes_fr": "Allez dans l'onglet \"Settings\", cliquez sur \"Danger Zone\". Lisez le message et cliquez sur le bouton \"Delete Account\".",
"domains": [
"netbird.io"
]
},

{
"name": "Netdata",
"url": "https://learn.netdata.cloud/docs/cloud/data-privacy#delete-all-personal-data",
Expand Down Expand Up @@ -21006,6 +21017,17 @@
]
},

{
"name": "Tailscale",
"url": "https://tailscale.com/kb/1237/delete-tailnet",
"difficulty": "limited",
"notes": "Tailscale uses Single Sign-on with identity providers. As such, deleting the account can only be done through the identity provider itself. (apparently, accounts made with Passkeys cannot be deleted)",
"notes_fr": "Tailscale utilise le Single Sign-on avec des fournisseurs d'identité. Supprimer le compte ne peut donc être fait uniquement auprès du fournisseur d'identité. (apparemment, les comptes faits avec une Passkey ne peuvent pas être supprimés)",
"domains": [
"tailscale.com"
]
},

{
"name": "The Takeout",
"url": "https://notice.sp-prod.net/sar/index.html?message_id=539278&account_id=1195&ccpa_type=delete",
Expand Down Expand Up @@ -24957,6 +24979,7 @@
"app.zeplin.io"
]
},

{
"name": "ZeroSSL",
"url": "https://app.zerossl.com/account",
Expand All @@ -24968,6 +24991,17 @@
]
},

{
"name": "ZeroTier",
"url": "https://docs.zerotier.com/central-billing/#how-to-delete-your-whole-account",
"difficulty": "easy",
"notes": "Go to your account page and click on the \"delete account\" button.",
"notes_fr": "Ouvrez votre page de compte et cliquez sur le bouton \"delete account\".",
"domains": [
"zerotier.com"
]
},

{
"name": "Zhihu",
"url": "https://www.zhihu.com/unregister",
Expand Down
Loading