This commit is contained in:
Gregor Adams 2023-07-16 19:24:31 -04:00 committed by GitHub
commit 5654e23a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ The primary focus of this list is to provide alternatives that prioritize privac
- [Commenting Engines (disqus)](#commenting-engines)
- [Cloaking](#cloaking)
- [Cloud Storage](#cloud-storage)
- [Company Tools](#company-tools)
- [Databases](#databases)
- [Dating Apps](#dating-apps)
- [Developer Tools](#developer-tools)
@ -296,6 +297,14 @@ Google captchas use cookies to track users and rank their IPs.
- [Rclone](https://rclone.org/) - Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces and like the tools listed above enables encryption for encrypting files in the cloud.
- [Restic](https://restic.net/) - Restic is also command line program to manage files on various cloud storage providers. Restic uses encryption by default. Few noteworthy features of restic include browsing through storage as git like snapshots at no extra storage cost, deduplication and significant savings through compression.
## Company Tools
<img width="16" src="misc/forbidden.png"> </img> **Avoid**
- [Atlassian](https://www.atlassian.com/) [![](https://shields.tosdr.org/en_576.svg)](https://tosdr.org/en/service/576)
<img width="16" src="misc/check.png"> </img> **Instead use**
- [GitHub](https://github.com) [![](https://shields.tosdr.org/en_297.svg)](https://tosdr.org/en/service/297) - Not perfect but a better alternative than the services listed above.
## Databases
[![](https://shields.tosdr.org/en_217.svg)](https://tosdr.org/en/service/217)
<img width="16" src="misc/forbidden.png"> </img> Avoid using privative databases which you don't control such as Google Firebase.