mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
commit
0daa8f48e3
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue