mirror of
https://github.com/plausible/hosting.git
synced 2025-07-02 01:57:29 -05:00
Compare commits
5 Commits
ad1887a52f
...
2d00028d92
Author | SHA1 | Date | |
---|---|---|---|
2d00028d92 | |||
bdf1483526 | |||
518aa3a35a | |||
376369fd21 | |||
6096b4e8b8 |
@ -58,6 +58,8 @@ remote: Compressing objects: 100% (74/74), done.
|
||||
remote: Total 280 (delta 106), reused 86 (delta 71), pack-reused 134
|
||||
Receiving objects: 100% (280/280), 69.44 KiB | 7.71 MiB/s, done.
|
||||
Resolving deltas: 100% (136/136), done.
|
||||
$ ls
|
||||
README.md clickhouse/ docker-compose.yml images/ plausible-conf.env reverse-proxy/ upgrade/
|
||||
```
|
||||
|
||||
In the downloaded directory you'll find two important files:
|
||||
@ -640,7 +642,7 @@ Go to the site settings on your Plausible dashboard.
|
||||
|
||||
<img src="./images/6-plausible-settings-pick.png">
|
||||
|
||||
In the settings select <kbd>Integrations</kbd> and press <kbd>Continue with Google</kbd>
|
||||
In the settings select <kbd>Search Console</kbd> and press <kbd>Continue with Google</kbd>
|
||||
|
||||
> If you see a warning instead, that means you haven't set the <kbd>GOOGLE_CLIENT_ID</kbd> and <kbd>GOOGLE_CLIENT_SECRET</kbd> environment variables [correctly.](#issue-an-oauth-client-and-key-for-that-application)
|
||||
|
||||
@ -694,7 +696,7 @@ Go to the site settings on your Plausible dashboard.
|
||||
|
||||
<img src="./images/6-plausible-settings-pick.png">
|
||||
|
||||
In the <kbd>Integrations</kbd> settings section scroll down to <kbd>Google Analytics Data Import</kbd> and press <kbd>Continue with Google</kbd> button.
|
||||
In the <kbd>General</kbd> settings section scroll down to <kbd>Data Import from Google Analytics</kbd> and press <kbd>Continue with Google</kbd> button.
|
||||
|
||||
> If you see a warning instead, that means you haven't set the <kbd>GOOGLE_CLIENT_ID</kbd> and <kbd>GOOGLE_CLIENT_SECRET</kbd> environment variables [correctly.](#issue-an-oauth-client-and-key-for-that-application)
|
||||
|
||||
|
@ -5,7 +5,7 @@ services:
|
||||
restart: always
|
||||
|
||||
plausible_db:
|
||||
# supported versions are 12, 13, and 14
|
||||
# supported versions are 13, 14, and 15
|
||||
image: postgres:14-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
@ -26,7 +26,7 @@ services:
|
||||
hard: 262144
|
||||
|
||||
plausible:
|
||||
image: ghcr.io/plausible/community-edition:v2.1.0
|
||||
image: ghcr.io/plausible/community-edition:v2.1.0-rc.0
|
||||
restart: always
|
||||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
depends_on:
|
||||
@ -34,7 +34,7 @@ services:
|
||||
- plausible_events_db
|
||||
- mail
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 127.0.0.1:8000:8000
|
||||
env_file:
|
||||
- plausible-conf.env
|
||||
|
||||
|
Reference in New Issue
Block a user