👋
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 Virtual Private Server (VPS).
The aim here is to provide alternative solutions that respect user privacy, maintained with passion—though not always predictably! 🚀
Privacy
Privadency.com takes privacy seriously. Here’s how we ensure it:
- No IP Logging: Privadency.com does not log any IP addresses.
- Minimal Request Data: No requests or detailed logs are stored.
- Log Rotation Policy: Logs are retained for a maximum of 30 days, after which they are automatically removed to ensure privacy and data management.
Nginx configuration
The following is the exact access log format we use, where certain parts are replaced with plain text for privacy.
log_format log '[$time_local] $host ip-removed $request_time "request-removed" $status $body_bytes_sent $bytes_sent referer-removed user-agent-removed';
Here is an example 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
Additionally, the GoAccess statistics are public and can be viewed at here
Services
Here you can find all the available services hosted at Privadency.com along with their configurations.
Invidious 📺
Invidious is a private-first YouTube front-end that minimizes data tracking.
Privadency.com’s Docker Compose Configuration: View
Privadency.com’s Environment Variables: View
Official Invidious GitHub Repository: Visit
Official Invidious Website: Visit
Redlib 📚
Redlib is a privacy-enhancing Reddit front-end that removes ads, trackers, and bloat.
Privadency.com’s Docker Compose Configuration: View
Privadency.com’s Environment Variables: View
Official Redlib GitHub Repository: Visit
SafeTwitch 📺
SafeTwitch is a privacy respecting frontend for twitch.tv
Open Source Software Licenses
Software Name | License Type | License Link |
---|---|---|
Hugo | Apache 2.0 | Link |
Hugo-PaperMod | MIT | Link |
NPMplus | MIT | Link |
GoAccess | 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 💬
Github: EnkryptattuDev 💻