Browse Source

Update plausible to v2.1.3 (#1579)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
a02f1bd31c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      plausible/docker-compose.yml
  2. 18
      plausible/umbrel-app.yml

4
plausible/docker-compose.yml

@ -30,7 +30,7 @@ services:
hard: 262144
plausible:
image: ghcr.io/plausible/community-edition:v2.1.1@sha256:2085e7a4bafd4bb1824e5fa1131ebdbd8ca78da1b2ebdefbc887f971f24f53c9
image: ghcr.io/plausible/community-edition:v2.1.3@sha256:50497c5af65112d4620adf664029effcf0bc7c210d6eab06ac7f9b6eb13cdd4c
restart: on-failure
user: "1000:1000"
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
@ -40,4 +40,4 @@ services:
environment:
- BASE_URL=http://${DEVICE_DOMAIN_NAME}:9092
- SECRET_KEY_BASE=${APP_SEED}
- TOTP_VAULT_KEY=${APP_PLAUSIBLE_VAULT_KEY}
- TOTP_VAULT_KEY=${APP_PLAUSIBLE_VAULT_KEY}

18
plausible/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: plausible
category: developer
name: Plausible Analytics
version: "2.1.1"
version: "2.1.3"
tagline: Easy to use and privacy-friendly Google Analytics alternative
description: >-
Plausible is intuitive, lightweight and open source web analytics.
@ -11,8 +11,18 @@ description: >-
⚙️ You may need to expose Plausible to the web in order to use the app in its intended way with websites.
The easiest way to do this is to use the 'Cloudflare Tunnel' app from the Umbrel app store, and expose Plausible to the internet using your own domain.
releaseNotes: ""
developer: Plausible Community Edition
releaseNotes: >-
This release resolves cookie and filters issues from the previous version.
Key changes include:
- Fixed login issues related to cookie keys
- Improved cookie security for HTTPS connections
- Resolved custom event tracking in Community Edition, fixing filters
For full release notes, visit https://github.com/plausible/analytics/releases
developer: Plausible Community Edition
website: https://plausible.io/
repo: https://github.com/plausible/analytics
support: https://github.com/plausible/community-edition/issues
@ -26,4 +36,4 @@ defaultUsername: ""
defaultPassword: ""
dependencies: []
submitter: ~dibref-labter
submission: https://github.com/getumbrel/umbrel-apps/pull/1371
submission: https://github.com/getumbrel/umbrel-apps/pull/1371
Loading…
Cancel
Save