diff --git a/public/v4/apps/umami-mysql.yml b/public/v4/apps/umami-mysql.yml index e648dde..5206d70 100644 --- a/public/v4/apps/umami-mysql.yml +++ b/public/v4/apps/umami-mysql.yml @@ -2,7 +2,7 @@ captainVersion: 4 services: # Umami mysql $$cap_appname: - image: ghcr.io/mikecao/umami:mysql-$$cap_umami_version + image: ghcr.io/umami-software/umami:mysql-$$cap_umami_version restart: always environment: DATABASE_URL: mysql://umami:$$cap_mysql_pass@srv-captain--$$cap_appname-mysql/umami @@ -32,8 +32,8 @@ caproverOneClickApp: 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 1.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_mysql_pass label: mysql Database password @@ -52,7 +52,7 @@ caproverOneClickApp: This app will install a default mysql instance with persistant data. You can choose the version yourself. The deployment was tested with mysql 8.0.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 @@ -66,4 +66,4 @@ caproverOneClickApp: displayName: umami-mysql 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) diff --git a/public/v4/apps/umami-only.yml b/public/v4/apps/umami-only.yml index cb2ee96..2c2ddd9 100644 --- a/public/v4/apps/umami-only.yml +++ b/public/v4/apps/umami-only.yml @@ -2,7 +2,7 @@ captainVersion: 4 services: # Umami $$cap_appname: - image: ghcr.io/mikecao/umami:$$cap_db_type-$$cap_umami_version + image: ghcr.io/umami-software/umami:$$cap_db_type-$$cap_umami_version restart: always environment: DATABASE_URL: $$cap_db_type://$$cap_db_user:$$cap_db_pass@$$cap_db_url/$$cap_db_name @@ -12,8 +12,8 @@ caproverOneClickApp: variables: - id: '$$cap_umami_version' label: Caprover Umami Version - defaultValue: 'v1.33.2' - description: Checkout their github page for the valid tags (minimum compatible version 1.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_db_type' label: Database Type (postgresql or mysql) @@ -39,7 +39,7 @@ caproverOneClickApp: This app will install a default mysql instance with persistant data. You can choose the version yourself. The deployment was tested with mysql 8.0.x and 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 @@ -54,4 +54,4 @@ caproverOneClickApp: displayName: umami-only 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) 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)