2023-02-07 09:04:39 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "umami"
|
|
|
|
name = "Umami"
|
|
|
|
description.en = "Simple, fast, privacy-focused alternative to Google Analytics"
|
|
|
|
description.fr = "Analyse de trafic web simple et respectueux"
|
|
|
|
|
2024-08-25 03:49:55 +02:00
|
|
|
version = "2.13.1~ynh1"
|
2023-02-07 09:04:39 +01:00
|
|
|
|
2023-10-22 21:51:16 +02:00
|
|
|
maintainers = ["orhtej2"]
|
2023-02-07 09:04:39 +01:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
|
|
|
website = "https://umami.is/"
|
|
|
|
demo = "https://app.umami.is/share/8rmHaheU/umami.is"
|
|
|
|
admindoc = "https://umami.is/docs/about"
|
|
|
|
code = "https://github.com/mikecao/umami"
|
|
|
|
|
|
|
|
[integration]
|
2023-07-31 09:33:32 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-02-07 09:07:40 +01:00
|
|
|
architectures = "all"
|
2023-02-07 09:04:39 +01:00
|
|
|
multi_instance = true
|
2023-02-07 09:15:03 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
2023-02-07 09:07:40 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-02-07 09:04:39 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-08-12 14:35:07 +02:00
|
|
|
[install.language]
|
|
|
|
ask.en = "Choose the application language"
|
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
2023-08-12 14:49:55 +02:00
|
|
|
type = "select"
|
2023-08-18 09:20:48 +02:00
|
|
|
choices = ["da-DK", "de-DE", "el-GR", "es-ES", "it-IT", "fr-FR", "en-US", "nl-NL", "pt-PT"]
|
2023-08-12 14:35:07 +02:00
|
|
|
default = "fr-FR"
|
|
|
|
|
2023-02-07 09:04:39 +01:00
|
|
|
[resources]
|
2023-04-17 22:39:07 +02:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
|
|
|
|
2024-08-25 03:49:55 +02:00
|
|
|
url = "https://github.com/mikecao/umami/archive/refs/tags/v2.13.1.tar.gz"
|
|
|
|
sha256 = "8c49530d78f2059f6df57762c97783528a0a52ca641797f3f8f4ed1c576e886e"
|
2023-04-17 22:39:07 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
2023-02-07 09:04:39 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
2023-02-07 09:07:40 +01:00
|
|
|
[resources.ports]
|
|
|
|
|
2023-02-07 09:04:39 +01:00
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-04-26 12:02:52 +02:00
|
|
|
api.url = "/api"
|
|
|
|
api.show_tile = false
|
|
|
|
api.allowed = "visitors"
|
2023-09-21 09:52:55 +02:00
|
|
|
api.auth_header = false
|
2023-08-24 23:29:15 +02:00
|
|
|
script.url = "/script.js"
|
|
|
|
script.show_tile = false
|
|
|
|
script.allowed = "visitors"
|
|
|
|
script.auth_header = false
|
2023-02-07 09:12:07 +01:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "postgresql"
|
2023-02-17 16:06:37 +01:00
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
|
|
extras.yarn.packages = "yarn"
|
2023-03-03 16:14:58 +01:00
|
|
|
|
2023-02-07 09:04:39 +01:00
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|