Add Google Search Console integration to Plausible

This commit is contained in:
Jake Howard
2022-02-13 16:43:09 +00:00
parent a075b8f252
commit 722b964bc9
4 changed files with 38 additions and 16 deletions

View File

@ -32,6 +32,8 @@ services:
- DISABLE_SUBSCRIPTION=true
- CLICKHOUSE_DATABASE_URL=http://clickhouse:8123/plausible
- BASE_URL=https://elbisualp.theorangeone.net
- GOOGLE_CLIENT_ID={{ plausible_google_client_id }}
- GOOGLE_CLIENT_SECRET={{ plausible_google_client_secret }}
clickhouse:
image: clickhouse/clickhouse-server:21.12-alpine