This commit is contained in:
Kyrylo Silin 2025-10-28 20:30:18 +00:00 committed by GitHub
commit d7a9844b52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,7 @@
- [Domain Registrar](#domain-registrar)
- [Download Manager](#download-manager)
- [Encryption](#encryption)
- [Error Trackers](#error-trackers)
- [File Management and Sharing](#file-management-and-sharing)
- [Fitness and Health](#fitness-and-health)
- [Fitness trackers](#fitness-trackers)
@ -474,6 +475,12 @@ Remember: Without strong encryption, you will be spied on systematically by lots
- [Cryptsetup](https://gitlab.com/cryptsetup/cryptsetup) - Full disk encryption for Linux. Cryptsetup is a utility used to conveniently set up disk encryption based
on the DMCrypt kernel module.
## Error Trackers
Sending your apps error details to third parties can expose sensitive information, create potential data leaks, and provide attackers with insights into your apps structure. In some cases, this data could also be used for AI training or analytics without your control.
- [Telebugs](https://telebugs.com) - A self-hosted Sentry alternative for error tracking (source code unlocked with a one-time payment).
[Back to top 🔝](#contents)
## File Management and Sharing