You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Checkout their github page for the valid tags https://github.com/umami-software/umami/pkgs/container/umami
17
17
validRegex: /^([^\s^\/])+$/
18
-
- id: '$$cap_db_type'
19
-
label: Database Type (postgresql or mysql)
20
-
validRegex: /^(postgresql|mysql)$/
21
18
- id: '$$cap_db_url'
22
19
label: Database Remote URL
23
20
description: 'if your db is in your caprover network use srv-captain--appName'
@@ -36,9 +33,6 @@ caproverOneClickApp:
36
33
start: >-
37
34
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.
38
35
39
-
40
-
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.
41
-
42
36
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
43
37
44
38
For more details about umami, see: https://umami.is
@@ -47,11 +41,11 @@ caproverOneClickApp:
47
41
48
42
Enter your configuration parameters and click on next. It will take about a minute for the process to finish.
49
43
end: >-
50
-
Aaaand you're done! 🔥
44
+
Aaaand you're done! 🔥
51
45
Your umami instance is available at http://$$cap_appname.$$cap_root_domain
52
46
53
47
IMPORTANT: Use user 'admin' and password 'umami' to login and change your password immediately!
54
48
displayName: umami-only
55
49
isOfficial: true
56
50
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.
57
-
documentation: Official docs are [here](https://umami.is/docs/getting-started)
51
+
documentation: Official docs are [here](https://umami.is/docs/install)
description: Checkout their page for the valid tags https://hub.docker.com/_/postgres
32
32
validRegex: /^([^\s^\/])+$/
33
33
- id: $$cap_umami_version
34
34
label: Caprover Umami Version
35
-
defaultValue: 'v1.38.0'
35
+
defaultValue: '3.0.3'
36
36
description: Checkout their github page for the valid tags https://github.com/umami-software/umami/pkgs/container/umami
37
37
validRegex: /^([^\s^\/])+$/
38
38
- id: $$cap_postgres_pass
@@ -49,7 +49,7 @@ caproverOneClickApp:
49
49
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.
50
50
51
51
52
-
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.
52
+
This app will install a default postgres instance with persistant data. You can choose the version yourself. The deployment was tested with postgres 18.x.
53
53
54
54
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
55
55
@@ -58,11 +58,11 @@ caproverOneClickApp:
58
58
59
59
Enter your configuration parameters and click on next. It will take about a minute for the process to finish.
60
60
end: >-
61
-
Aaaand you're done! 🔥
61
+
Aaaand you're done! 🔥
62
62
Your umami instance is available at http://$$cap_appname.$$cap_root_domain
63
63
64
64
IMPORTANT: Use user 'admin' and password 'umami' to login and change your password immediately!
65
65
displayName: umami-postgresql
66
66
isOfficial: true
67
67
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.
68
-
documentation: Official docs are [here](https://umami.is/docs/getting-started)
68
+
documentation: Official docs are [here](https://umami.is/docs/install)
0 commit comments