mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
d25d62c455
- `main` v2.13.1: https://github.com/mikecao/umami/releases/tag/2.13.1
78 lines
1.9 KiB
TOML
78 lines
1.9 KiB
TOML
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"
|
|
|
|
version = "2.13.1~ynh1"
|
|
|
|
maintainers = ["orhtej2"]
|
|
|
|
[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]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "select"
|
|
choices = ["da-DK", "de-DE", "el-GR", "es-ES", "it-IT", "fr-FR", "en-US", "nl-NL", "pt-PT"]
|
|
default = "fr-FR"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/mikecao/umami/archive/refs/tags/v2.13.1.tar.gz"
|
|
sha256 = "8c49530d78f2059f6df57762c97783528a0a52ca641797f3f8f4ed1c576e886e"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
api.url = "/api"
|
|
api.show_tile = false
|
|
api.allowed = "visitors"
|
|
api.auth_header = false
|
|
script.url = "/script.js"
|
|
script.show_tile = false
|
|
script.allowed = "visitors"
|
|
script.auth_header = false
|
|
|
|
[resources.apt]
|
|
packages = "postgresql"
|
|
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"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|