From 8369239d4ca3a216cf93833622b28c27b6ae7c8b Mon Sep 17 00:00:00 2001 From: wizzdom Date: Fri, 26 Jul 2024 21:00:54 +0100 Subject: [PATCH] plausible: update and add variables - update plausible to latest CE - update clickhouse db - add TOTP option - add maxmind integration for better locations - add google search console integration - add SMTP options for report emails --- jobs/services/plausible.hcl | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/jobs/services/plausible.hcl b/jobs/services/plausible.hcl index 2a6f88b..65ebaf0 100644 --- a/jobs/services/plausible.hcl +++ b/jobs/services/plausible.hcl @@ -35,7 +35,7 @@ job "plausible" { driver = "docker" config { - image = "plausible/analytics:latest" + image = "ghcr.io/plausible/community-edition:v2.1.1" ports = ["http"] command = "/bin/sh" @@ -46,15 +46,37 @@ job "plausible" { data = <