diff options
| author | Stanislav Khromov <[email protected]> | 2022-09-18 20:27:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-18 11:27:22 -0700 |
| commit | ff855ced0226a634078a9ec8f16164577e2bacf6 (patch) | |
| tree | 81407affa53f98d62a634bf14055497018e023e5 /public/v4/apps/umami-postgresql.yml | |
| parent | 086ccdb2ac40f3d9294956187227cebc645c698a (diff) | |
| download | caprover-one-click-apps-ff855ced0226a634078a9ec8f16164577e2bacf6.tar.gz caprover-one-click-apps-ff855ced0226a634078a9ec8f16164577e2bacf6.zip | |
Update Umami repository, links and version (#716)
* Update Umami repository, links and version
* Formatting
Diffstat (limited to 'public/v4/apps/umami-postgresql.yml')
| -rw-r--r-- | public/v4/apps/umami-postgresql.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/v4/apps/umami-postgresql.yml b/public/v4/apps/umami-postgresql.yml index d9072f4..556a6b1 100644 --- a/public/v4/apps/umami-postgresql.yml +++ b/public/v4/apps/umami-postgresql.yml @@ -2,7 +2,7 @@ captainVersion: 4 services: # Umami postgres $$cap_appname: - image: ghcr.io/mikecao/umami:postgresql-$$cap_umami_version + image: ghcr.io/umami-software/umami:postgresql-$$cap_umami_version restart: always environment: DATABASE_URL: postgresql://umami:$$cap_postgres_pass@srv-captain--$$cap_appname-postgres/umami @@ -27,13 +27,13 @@ caproverOneClickApp: variables: - id: $$cap_postgres_version label: Postgres Version - defaultValue: '14.4-alpine' + defaultValue: '14.5-alpine' description: Checkout their page for the valid tags https://hub.docker.com/_/postgres validRegex: /^([^\s^\/])+$/ - id: $$cap_umami_version label: Caprover Umami Version - defaultValue: 'v1.33.2' - description: Checkout their github page for the valid tags (minimum compatible version v1.33.2) https://github.com/mikecao/umami/releases + defaultValue: 'v1.38.0' + description: Checkout their github page for the valid tags https://github.com/umami-software/umami/pkgs/container/umami validRegex: /^([^\s^\/])+$/ - id: $$cap_postgres_pass label: Potgress Database password @@ -51,7 +51,7 @@ caproverOneClickApp: This app will install a default postgres instance with persistant data. You can choose the version yourself. The deployment was tested with postgres 14.x. - For Updating just Deploy latest image from https://github.com/mikecao/umami/pkgs/container/umami using the Deploy via ImageName section in your caprover umami container + For Updating just Deploy latest image from https://github.com/umami-software/umami/pkgs/container/umami using the Deploy via ImageName section in your caprover umami container For more details about umami, see: https://umami.is @@ -65,4 +65,4 @@ caproverOneClickApp: displayName: umami-postgresql isOfficial: true description: umami is a simple, easy to use, self-hosted web analytics solution. The goal is to provide you with a friendly privacy-focused alternative to Google Analytics. - documentation: Official docs are [here](https://github.com/mikecao/umami) + documentation: Official docs are [here](https://umami.is/docs/getting-started) |
