Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Sep 3, 2024
1 parent 60d6815 commit 41123ff
Show file tree
Hide file tree
Showing 53 changed files with 19 additions and 1,239 deletions.
965 changes: 15 additions & 950 deletions README.md

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions docker-compose.yml → compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
services:
plausible_db:
# Plausible v2.1.1 was tested against PostgreSQL versions 15 and 16
# https://github.com/plausible/analytics/blob/v2.1.2/.github/workflows/elixir.yml#L21-L32
image: postgres:16-alpine
restart: always
volumes:
Expand Down Expand Up @@ -32,7 +30,9 @@ services:
ports:
- 8000:8000
- 8001:8001
env:
volumes:
- plausible-data:/var/lib/plausible
environment:
BASE_URL: ${BASE_URL}
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
HTTP_PORT: 8000
Expand All @@ -43,8 +43,6 @@ services:

volumes:
db-data:
driver: local
event-data:
driver: local
event-logs:
driver: local
plausible-data:
Binary file removed images/0-google-cloud.png
Binary file not shown.
Binary file removed images/1-project-create.png
Binary file not shown.
Binary file removed images/1-project-created.png
Binary file not shown.
Binary file removed images/1-project-new.png
Binary file not shown.
Binary file removed images/1-project-select.png
Binary file not shown.
Binary file removed images/2-app-registration-api-and-services-pick.png
Binary file not shown.
Binary file removed images/2-app-registration-consent-screen-0.png
Binary file not shown.
Binary file removed images/2-app-registration-consent-screen-1.png
Binary file not shown.
Binary file removed images/2-app-registration-external.png
Binary file not shown.
Binary file removed images/2-app-registration-pick.png
Binary file not shown.
Binary file removed images/2-app-registration-scopes-skip.png
Binary file not shown.
Binary file removed images/2-app-registration-test-users.png
Binary file not shown.
Binary file removed images/3-oauth-client-create.png
Binary file not shown.
Binary file removed images/3-oauth-client-created.png
Binary file not shown.
Binary file removed images/3-oauth-client-credentials-pick.png
Binary file not shown.
Binary file removed images/3-oauth-client-pick.png
Binary file not shown.
Binary file removed images/4-search-console-new.png
Binary file not shown.
Binary file removed images/4-search-console-verified.png
Binary file not shown.
Binary file removed images/4-search-console-verify.png
Binary file not shown.
Binary file removed images/5-search-console-api-enable.png
Binary file not shown.
Binary file removed images/5-search-console-api-search.png
Binary file not shown.
Binary file removed images/6-choose-google-account.png
Binary file not shown.
Binary file removed images/6-continue.png
Binary file not shown.
Binary file removed images/6-data-continue.png
Binary file not shown.
Binary file removed images/6-data-import.png
Binary file not shown.
Binary file removed images/6-enabled-apis.png
Diff not rendered.
Binary file removed images/6-import-continue.png
Diff not rendered.
Binary file removed images/6-import.png
Diff not rendered.
Binary file removed images/6-pick-view.png
Diff not rendered.
Binary file removed images/6-plausible-settings-pick.png
Diff not rendered.
Binary file removed images/6-plausible-settings-search-console.png
Diff not rendered.
Binary file removed images/6-property.png
Diff not rendered.
Binary file removed images/6-sign-in-copycat.png
Diff not rendered.
Binary file removed images/6-view-search-console-data.png
Diff not rendered.
Binary file removed images/7-analytics-admin-api-enable.png
Diff not rendered.
Binary file removed images/7-analytics-admin-api-search.png
Diff not rendered.
Binary file removed images/7-analytics-api-enable.png
Diff not rendered.
Binary file removed images/7-analytics-api-search.png
Diff not rendered.
Binary file removed images/7-analytics-data-api-enable.png
Diff not rendered.
Binary file removed images/7-analytics-data-api-search.png
Diff not rendered.
Binary file removed images/7-analytics-reporting-api-enable.png
Diff not rendered.
Binary file removed images/7-analytics-reporting-api-search.png
Diff not rendered.
1 change: 0 additions & 1 deletion images/logo_dark.svg
Diff not rendered.
1 change: 0 additions & 1 deletion images/logo_light.svg
Diff not rendered.
4 changes: 0 additions & 4 deletions plausible-conf.env

This file was deleted.

47 changes: 0 additions & 47 deletions reverse-proxy/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions reverse-proxy/apache2/plausible.conf

This file was deleted.

24 changes: 0 additions & 24 deletions reverse-proxy/docker-compose.caddy-gen.yml

This file was deleted.

19 changes: 0 additions & 19 deletions reverse-proxy/nginx/plausible

This file was deleted.

8 changes: 0 additions & 8 deletions reverse-proxy/traefik/docker-compose.traefik.yml

This file was deleted.

159 changes: 0 additions & 159 deletions upgrade/postgres.md

This file was deleted.

0 comments on commit 41123ff

Please sign in to comment.