Difference between revisions of "Piwik"

From Amahi Wiki
Jump to: navigation, search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Category:Apps]]
 +
 
Piwik is an open source analytics package for your web sites.
 
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
 
Source for Piwik web-app is the great PHP-System itself found at http://piwik.org
  
 +
== Security ==
  
== Standard Username / Password ==
+
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>
When you install in your HDA, it has been pre-configured to run as:
+
<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>
 
 
  Username: <small>admin</small><br />
 
  Password: <small>hda</small>
 
 
 
You are able to change these, create new users inside of Piwik and so on.
 
  
 
Have a look :)
 
Have a look :)
  
You're welcome to discuss about the Piwik-web-app for HDA here: http://wiki.amahi.org/index.php?title=Talk:Piwik</p>
+
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...]