Browse Source

- Set Matomo blank settings on Sandstorm.

Thanks to xet7 !
Lauri Ojansivu 6 năm trước cách đây
mục cha
commit
acd105e61b
2 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 8 0
      CHANGELOG.md
  2. 4 0
      sandstorm-pkgdef.capnp

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+# v1.26 2018-08-09 Wekan release
+
+This release fixes the following bugs:
+
+- [Set WITH_API=true on Sandstorm, so that export works]((https://github.com/wekan/wekan/commit/a300b73d56750a1a5645767d375be60839314e84).
+
+Thanks to GitHub user xet7 for contributions.
+
 # v1.25 2018-08-09 Wekan release
 
 This release fixes the following bugs:

+ 4 - 0
sandstorm-pkgdef.capnp

@@ -238,6 +238,10 @@ const myCommand :Spk.Manifest.Command = (
     # Note that this defines the *entire* environment seen by your app.
     (key = "PATH", value = "/usr/local/bin:/usr/bin:/bin"),
     (key = "WITH_API", value = "true"),
+    (key = "MATOMO_ADDRESS", value=""),
+    (key = "MATOMO_SITE_ID", value=""),
+    (key = "MATOMO_DO_NOT_TRACK", value="false"),
+    (key = "MATOMO_WITH_USERNAME", value="true"),
     (key = "SANDSTORM", value = "1"),
     (key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}")
   ]