mirror of
https://github.com/YunoHost-Apps/ulogger_ynh.git
synced 2024-10-01 13:34:45 +02:00
71 lines
1.8 KiB
TOML
71 lines
1.8 KiB
TOML
packaging_format = 2
|
||
|
||
id = "ulogger"
|
||
name = "ulogger"
|
||
description.en = "Real-time collection of geolocation data, tracks viewing and management"
|
||
description.fr = "Géolocalisation en temps réel, gestion et affichage de traces"
|
||
|
||
version = "1.1~ynh1"
|
||
|
||
maintainers = ["Anmol Sharma"]
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0-only"
|
||
website = "https://github.com/bfabiszewski/ulogger-server"
|
||
code = "https://github.com/bfabiszewski/ulogger-server"
|
||
|
||
[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.path]
|
||
type = "path"
|
||
default = "/ulogger"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, ulogger will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, ulogger sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[install.language]
|
||
ask.en = "Choose the application language"
|
||
ask.fr = "Choisissez la langue de l'application"
|
||
type = "select"
|
||
choices = ["de", "en", "fr", "hu", "it", "pl"]
|
||
default = "en"
|
||
|
||
[install.admin]
|
||
type = "user"
|
||
|
||
[install.password]
|
||
type = "password"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://github.com/bfabiszewski/ulogger-server/archive/v1.1.zip"
|
||
sha256 = "558B83214EF8DD04DEBF826D5330367D478EBD360A6DFD3C8328CDED07C0E1A9"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
type = "mariadb-server php8.1-mysql"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|