mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update plausible to version v3.0.1 (#2547)
This commit is contained in:
parent
4e24480b5a
commit
fd43de1e61
@ -16,7 +16,7 @@ services:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
|
||||
plausible_events_db:
|
||||
image: clickhouse/clickhouse-server:24.3.3.102-alpine@sha256:f226fe41f0578968b7f68a54b902d203ff4decfddfccb97c89fe5bfc36a51b66
|
||||
image: clickhouse/clickhouse-server:24.12-alpine@sha256:cd450891db46cc6ffe313ca2b0fb7dbfb897a6873ca74a724cbe050a2cf62621
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
@ -28,9 +28,11 @@ services:
|
||||
nofile:
|
||||
soft: 262144
|
||||
hard: 262144
|
||||
environment:
|
||||
- CLICKHOUSE_SKIP_USER_SETUP=1
|
||||
|
||||
plausible:
|
||||
image: ghcr.io/plausible/community-edition:v2.1.5@sha256:1f9d3fb861e10cc9ac9643a94ce5938eb17e7553ecac76941e94abe58ffc5621
|
||||
image: ghcr.io/plausible/community-edition:v3.0.1@sha256:14c1afde21d6555a41fad0e8db9445d835f5722238f7d58bbc4dc8c76d7aa499
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
@ -40,4 +42,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}
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: plausible
|
||||
category: developer
|
||||
name: Plausible Analytics
|
||||
version: "2.1.5"
|
||||
version: "3.0.1"
|
||||
tagline: Easy to use and privacy-friendly Google Analytics alternative
|
||||
description: >-
|
||||
Plausible is intuitive, lightweight and open source web analytics.
|
||||
@ -12,16 +12,20 @@ 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: >-
|
||||
This release focuses on enhancing email functionality and removing trial and billing-related messaging in the Community Edition.
|
||||
This release introduces several major features and improvements:
|
||||
|
||||
|
||||
Key changes include:
|
||||
- Added plain text version to emails
|
||||
- Improved error logging for email delivery failures
|
||||
- Removed trial mentions and billing-related settings
|
||||
- Create teams, manage users and permissions
|
||||
- Scroll depth, engagement time and reworked time on page metrics
|
||||
- Segments feature: group filters into persistent, named presets
|
||||
- New acquisition channels report
|
||||
- Support for case-insensitive searches in Stats API V2 filters
|
||||
- Improved report performance for sites with many unique pathnames
|
||||
- Changed top bar filter menu and applied filter wrapping
|
||||
- Revenue now shows with currency symbol in main graph
|
||||
|
||||
|
||||
For full release notes, visit https://github.com/plausible/analytics/releases
|
||||
Full release notes are available at https://github.com/plausible/analytics/releases
|
||||
developer: Plausible Community Edition
|
||||
website: https://plausible.io/
|
||||
repo: https://github.com/plausible/analytics
|
||||
@ -36,4 +40,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…
Reference in New Issue
Block a user