Skip to content

Commit 41123ff

Browse files
committed
eh
1 parent 60d6815 commit 41123ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+19
-1239
lines changed

README.md

+15-950

docker-compose.yml compose.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
services:
22
plausible_db:
3-
# Plausible v2.1.1 was tested against PostgreSQL versions 15 and 16
4-
# https://github.com/plausible/analytics/blob/v2.1.2/.github/workflows/elixir.yml#L21-L32
53
image: postgres:16-alpine
64
restart: always
75
volumes:
@@ -32,7 +30,9 @@ services:
3230
ports:
3331
- 8000:8000
3432
- 8001:8001
35-
env:
33+
volumes:
34+
- plausible-data:/var/lib/plausible
35+
environment:
3636
BASE_URL: ${BASE_URL}
3737
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
3838
HTTP_PORT: 8000
@@ -43,8 +43,6 @@ services:
4343

4444
volumes:
4545
db-data:
46-
driver: local
4746
event-data:
48-
driver: local
4947
event-logs:
50-
driver: local
48+
plausible-data:

images/0-google-cloud.png

-491 KB
Binary file not shown.

images/1-project-create.png

-185 KB
Binary file not shown.

images/1-project-created.png

-209 KB
Binary file not shown.

images/1-project-new.png

-197 KB
Binary file not shown.

images/1-project-select.png

-191 KB
Binary file not shown.
Binary file not shown.
-227 KB
Binary file not shown.
-198 KB
Binary file not shown.
-206 KB
Binary file not shown.

images/2-app-registration-pick.png

-186 KB
Binary file not shown.
-205 KB
Binary file not shown.
-200 KB
Binary file not shown.

images/3-oauth-client-create.png

-217 KB
Binary file not shown.

images/3-oauth-client-created.png

-209 KB
Binary file not shown.
-190 KB
Binary file not shown.

images/3-oauth-client-pick.png

-196 KB
Binary file not shown.

images/4-search-console-new.png

-249 KB
Binary file not shown.

images/4-search-console-verified.png

-181 KB
Binary file not shown.

images/4-search-console-verify.png

-186 KB
Binary file not shown.
-192 KB
Binary file not shown.
-230 KB
Binary file not shown.

images/6-choose-google-account.png

-193 KB
Binary file not shown.

images/6-continue.png

-207 KB
Binary file not shown.

images/6-data-continue.png

-216 KB
Binary file not shown.

images/6-data-import.png

-184 KB
Binary file not shown.

images/6-enabled-apis.png

-188 KB
Binary file not shown.

images/6-import-continue.png

-187 KB
Binary file not shown.

images/6-import.png

-170 KB
Binary file not shown.

images/6-pick-view.png

-142 KB
Binary file not shown.

images/6-plausible-settings-pick.png

-188 KB
Binary file not shown.
-166 KB
Binary file not shown.

images/6-property.png

-175 KB
Binary file not shown.

images/6-sign-in-copycat.png

-194 KB
Binary file not shown.

images/6-view-search-console-data.png

-222 KB
Binary file not shown.
-193 KB
Binary file not shown.
-258 KB
Binary file not shown.

images/7-analytics-api-enable.png

-226 KB
Binary file not shown.

images/7-analytics-api-search.png

-209 KB
Binary file not shown.
-239 KB
Binary file not shown.
-258 KB
Binary file not shown.
-223 KB
Binary file not shown.
-237 KB
Binary file not shown.

images/logo_dark.svg

-1
This file was deleted.

images/logo_light.svg

-1
This file was deleted.

plausible-conf.env

-4
This file was deleted.

reverse-proxy/README.md

-47
This file was deleted.

reverse-proxy/apache2/plausible.conf

-20
This file was deleted.

reverse-proxy/docker-compose.caddy-gen.yml

-24
This file was deleted.

reverse-proxy/nginx/plausible

-19
This file was deleted.

reverse-proxy/traefik/docker-compose.traefik.yml

-8
This file was deleted.

upgrade/postgres.md

-159
This file was deleted.

0 commit comments

Comments
 (0)