Difference between revisions of "Piwik"
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:Apps]] | |
− | + | Piwik is an open source analytics package for your web sites. | |
− | |||
− | + | Source for Piwik web-app is the great PHP-System itself found at http://piwik.org | |
+ | |||
+ | == Security == | ||
+ | |||
+ | For piwik working correct, you have to edit the javascript-code it gives you by hand. Also, your hda has to be reachable from the websites you are tracking, like - if you want to track your website example.com, you need to forward HTTP-Traffic to your hda, regulary thats Port 80. Inside the javascript it gives you, you need to specify the url to your hda-piwik-installation then - like | ||
+ | <nowiki>http://example.yourhda.com/piwik</nowiki> | ||
+ | <p style="color:#F00; font-weight:bold;" >This may open a big security-hole for your system. So - if you're not familiar with firewalls and security like setting up .htaccess and .htpasswd for your hda, you should consider to install the piwik at an server outside your LAN.</p> | ||
+ | |||
+ | Have a look :) | ||
+ | |||
+ | You're welcome to discuss about the Piwik-web-app for HDA here: http://forums.amahi.org/viewforum.php?f=26 | ||
− | |||
[More to come...] | [More to come...] |
Latest revision as of 01:05, 26 January 2011
Piwik is an open source analytics package for your web sites.
Source for Piwik web-app is the great PHP-System itself found at http://piwik.org
Security
For piwik working correct, you have to edit the javascript-code it gives you by hand. Also, your hda has to be reachable from the websites you are tracking, like - if you want to track your website example.com, you need to forward HTTP-Traffic to your hda, regulary thats Port 80. Inside the javascript it gives you, you need to specify the url to your hda-piwik-installation then - like
http://example.yourhda.com/piwik
This may open a big security-hole for your system. So - if you're not familiar with firewalls and security like setting up .htaccess and .htpasswd for your hda, you should consider to install the piwik at an server outside your LAN.
Have a look :)
You're welcome to discuss about the Piwik-web-app for HDA here: http://forums.amahi.org/viewforum.php?f=26
[More to come...]