Compare commits

...

2 Commits

Author SHA1 Message Date
Shawn Davis a6f11b8525 Added crontab for Matomo. 9 months ago
Shawn Davis acff2bbe29 Added documentary images for Mattermost setup. 9 months ago
  1. BIN
      docs/source/_static/images/mattermost-1.png
  2. BIN
      docs/source/_static/images/mattermost-2.png
  3. BIN
      docs/source/_static/images/mattermost-3.png
  4. 6
      scripttease/data/inventory/matomo/templates/crontab.txt

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

@ -0,0 +1,6 @@
# 12:15am EST is 4:15am UTC.
# Cron times are in UTC.
# See https://savvytime.com/converter/est-to-utc
# See https://crontab.guru/
5 * * * * {{ apache_user }} /usr/bin/php {{ deploy.current_path }}/console core:archive --url=https://{{ domain_name }}/ > {{ deploy.current_path }}/archive.log
Loading…
Cancel
Save