Privacy
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
I was using plausible for one of my projects and had a good experience.
The right way to do this is to self-host your analytics.
I don't know which tools are popular for this nowadays, but something like Matomo On-Premise might be worth a look. I expect you can find more with a web search. Keywords: open-source self-hosted web analytics.
Interesting, thanks! I didn't think about it. But for a personal blog (without any kind of monetization) it is not an option, unfortunately, due to hosting/infra prices 😞
VPS can be had very cheap: https://lowendstock.com/
Also, it might be worth looking for analytics software that can get its data from web server log files. I have done that with Apache and Nginx in the past. These days, I wouldn't be surprised if such software can ingest the log files created by Amazon's S3 free tier. You wouldn't have to manage a VPS with that approach.
Of course, if you're letting a major data collector like Github (Microsoft), Amazon, or Cloudflare serve your site, it's not particularly good for privacy to begin with.
Checkout goaccess. No additional tracking needed, it just reads your server logs. https://goaccess.io/
Think of it like people walking into a brick and mortar retail store and what they should be able to expect from an honest local business. For most of us, the sensitivities are when your "local store" is collecting data that is used for biased information, price fixing, and manipulation. I don't think you'll find anyone here that boycotts a store because they keep a count of how many customers walk in the front door.
The folks who're recommending analysis of your site's access logs are correct. However, Github Pages doesn't have any such notion. You might have to go with the recommendations of moving stuff over to a VPS.
It is always a tradeoff. It could be cool to see some analytics of visits, but I'm not ready to go self hosted for that. My blog is just a hobby, not a work, no monetization, etc.
Awstats
awstats parses logfiles to create statistics, which op probably has not due to the page beeing hosted on github
Yeah my point is you gotta self host to collect analytics without violating your visitor's privacy.
Tracking how many users you have and how many of them visit an article is hardly any breach of privacy compared to what ad companies retain.
Use an open source solution about analytics and minimise data collection if not absolutely necessary.
I use Ackee, it’s awesome!
https://ackee.electerious.com/
“Self-hosted, Node.js based analytics tool for those who care about privacy. Ackee runs on your own server, analyzes the traffic of your websites and provides useful statistics in a minimal interface.”
How are you on self hosting something? You could give a couple of these a try. Data stays with you so you get to decide how much to track.
https://github.com/awesome-selfhosted/awesome-selfhosted?tab=readme-ov-file#analytics
I think Matomo is the popular ethical Google analytics alternative IIRC