Show HN: Ackee – Self-hosted website analytics
ackee.electerious.com
Show HN: Ackee – Self-hosted website analytics
1–10 of 52 posts
Re: Show HN: Ackee – Self-hosted website analytics
#2Re: Show HN: Ackee – Self-hosted website analytics
#3Re: Show HN: Ackee – Self-hosted website analytics
#4A side project I've been working on for a while now. Ackee is a self-hosted, Node.js based analytics tool for those who care about privacy. It runs on your own server, analyses the traffic of your websites and provides useful statistics in a minimal interface. If you have any questions or feedback, just write it here :) Thanks!
Before google analytics I remember there were a few self hosted tools in this space. Would you mind adding a list of the most current ones that people are using? I need to get caught up.
Re: Show HN: Ackee – Self-hosted website analytics
#5Re: Show HN: Ackee – Self-hosted website analytics
#6Do I need to add the javascript to get any data or can I also just use the nginx logs?
Re: Show HN: Ackee – Self-hosted website analytics
#7A side project I've been working on for a while now. Ackee is a self-hosted, Node.js based analytics tool for those who care about privacy. It runs on your own server, analyses the traffic of your websites and provides useful statistics in a minimal interface. If you have any questions or feedback, just write it here :) Thanks!
Re: Show HN: Ackee – Self-hosted website analytics
#8This seems to me like a perfect job for a serverless solution, given how popular static sites have become. Serverless would provide minimal cost when you don't have a lot of traffic (and could scale if you get HackerNews'ed).
Re: Show HN: Ackee – Self-hosted website analytics
#9As a user, I dont see tracking by specifically google being the problem; what I'm against is being tracked _at all_ - by anyone, self hosted or not.
There's "caring about privacy" in the subheadings, yet there's a whole section in docs about collecting private data [1]. Empty words.
I've used goaccess [2] in the past to provide traffic analytics. It reads from nginx/apache logs. You only get access to what browsers send anyway, and users who alter their user agents are in the minority, so they wont affect analytics much.
[1] https://github.com/electerious/Ackee/blob/1cf7779/docs/Anony...
Re: Show HN: Ackee – Self-hosted website analytics
#10> for those who care about privacy. As a user, I dont see tracking by specifically google being the problem; what I'm against is being tracked _at all_ - by anyone, self hosted or not. There's "caring about privacy" in the subheadings, yet there's a whole section in docs about collecting private data [1]. Empty words. I've used goaccess [2] in the past to provide traffic analytics. It reads from nginx/apache logs. Yo…