1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Merge pull request #21 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-08-25 07:54:48 +02:00 committed by GitHub
commit 0daa8f48e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View file

@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is
- Privacy-focused
**Shipped version:** 2.5.0~ynh1
**Shipped version:** 2.5.0~ynh2
**Demo:** https://app.umami.is/share/8rmHaheU/umami.is

View file

@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is
- Privacy-focused
**Version incluse :** 2.5.0~ynh1
**Version incluse :** 2.5.0~ynh2
**Démo :** https://app.umami.is/share/8rmHaheU/umami.is

View file

@ -5,7 +5,7 @@ name = "Umami"
description.en = "Simple, fast, privacy-focused alternative to Google Analytics"
description.fr = "Analyse de trafic web simple et respectueux"
version = "2.5.0~ynh1"
version = "2.5.0~ynh2"
maintainers = ["eric_G"]
@ -62,7 +62,11 @@ ram.runtime = "50M"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
api.auth_header = false
script.url = "/script.js"
script.show_tile = false
script.allowed = "visitors"
script.auth_header = false
[resources.apt]
packages = "postgresql"