]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/wallabag.yml
Upgrade Piwik Twig Extension to Matomo
[github/wallabag/wallabag.git] / app / config / wallabag.yml
index eaa925072fd16e3af4f1833ff906daefee956cdb..f3da314c7399ba8905615d56f6fc8d1e9297d5aa 100644 (file)
@@ -125,15 +125,15 @@ wallabag_core:
             value: 0
             section: import
         -
-            name: piwik_enabled
+            name: matomo_enabled
             value: 0
             section: analytics
         -
-            name: piwik_host
-            value: v2.wallabag.org
+            name: matomo_host
+            value: matomo.wallabag.org
             section: analytics
         -
-            name: piwik_site_id
+            name: matomo_site_id
             value: 1
             section: analytics
         -
@@ -165,6 +165,14 @@ wallabag_core:
             value: 0
             section: entry
 
+    default_ignore_origin_instance_rules:
+        -
+            rule: host = "feedproxy.google.com"
+        -
+            rule: host = "feeds.reuters.com"
+        -
+            rule: _all ~ "https?://www\.lemonde\.fr/tiny.*"
+
 wallabag_user:
     registration_enabled: "%fosuser_registration%"