👋 Welcome to Privadency.com 🫵
This site hosts a collection of services that emphasize privacy and open-source software. It’s operated as a personal project on a VPS. The goal is to provide alternative solutions that prioritize user privacy and data minimization. As a solo project, I aim for near-perfect uptime, but being a one-person operation means updates and fixes happen when I have spare time! 🚀
Privacy 🔒
Privadency.com takes privacy seriously. Here’s how your data is handled:
- Tracking: Privadency.com does not collect or store IP addresses, request info, user-agents, or any similar information on the server, although some services may temporarily use such data for functional purposes only.
- Data: When applicable, Privadency.com stores only content you explicitly provide for operational purposes. Services that offer account functionality create them only upon your explicit request, and you retain complete control to delete your account and all associated data at any time.
- Cookies: Cookies may be used by certain services for operational needs.
- VPN Protection: Privadency.com routes select services through no-log, privacy-focused VPN providers to prevent blocking and enhance anonymity.
- Anti-Bot Protection: Privadency.com uses Anubis to implement SHA256 proof-of-work challenges, effectively deterring scraper bots without compromising privacy.
- 30-Day Log Rotation: All server logs are automatically purged after 30 days.
Nginx Configuration 🔧
Here’s the exact access log format nginx uses. Only timestamp, request count, and data size are stored with maximum 30-day retention:
log_format log '[$time_local] $host ip-removed $request_time "request-removed" $status $body_bytes_sent $bytes_sent referer-removed user-agent-removed';
Sample log entry:
[01/Jan/2025:12:00:00 +0000] Privadency.com ip-removed 0.001 "request-removed" 200 1000 1000 referer-removed user-agent-removed
GoAccess Configuration 📊
Privadency.com uses GoAccess to monitor server usage while respecting privacy. The following arguments are passed.
--real-os --double-decode --anonymize-ip --anonymize-level=3 --keep-last=30 --with-output-resolver --no-query-string --no-ip-validation --no-term-resolver --ignore-panel=REQUESTS --ignore-panel=REFERRERS --ignore-panel=REFERRING_SITES --ignore-panel=REQUESTS_STATIC --ignore-panel=HOSTS --ignore-panel=OS --ignore-panel=VISITORS --ignore-panel=NOT_FOUND --ignore-panel=KEYPHRASES --ignore-panel=BROWSERS --ignore-panel=VIRTUAL_HOSTS --ignore-panel=GEO_LOCATION --ignore-panel=REMOTE_USER
For transparency, these statistics are publicly available at statistics.privadency.com.
Available Services 🛠️
The following privacy-focused services are currently hosted on my server:
Invidious 📺
Invidious is a private YouTube front-end that minimizes data tracking.
Dual VPN Backend: Both backends go through separate, distinct VPN connections and run on the same server.
Automatic Recovery: If the instance becomes blocked, it should take 30-60 seconds to come back up.
Privadency.com’s Configuration:
Official Resources:
Redlib 📚
Redlib is a privacy-enhancing Reddit front-end that removes ads, trackers, and bloat.
VPN: This service operates through a dedicated VPN connection.
Privadency.com’s Configuration:
Official Resources:
SafeTwitch 📺
SafeTwitch is a privacy-respecting frontend for Twitch.tv that minimizes tracking and data collection.
Privadency.com’s Configuration:
Official Resources:
Open Source Software Licenses 📄
Software Name | License Type | License Link |
---|---|---|
Hugo | Apache 2.0 | Link |
Hugo-PaperMod | MIT | Link |
NPMplus | MIT | Link |
Anubis | MIT | Link |
GoAccess | MIT | Link |
Moe-Counter | MIT | Link |
Gluetun | MIT | Link |
Invidious | AGPL-3.0 | Link |
Redlib | AGPL-3.0 | Link |
SafeTwitch | AGPL-3.0 | Link |
Get in Touch 💬
If you have questions, inquiries, or suggestions, feel free to reach out!
Email: contact@enkryptattu.dev 📧
Matrix: @enkryptattudev:matrix.org 💬
Codeberg: EnkryptattuDev 💻
Github: EnkryptattuDev 💻