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

72 lines
1.8 KiB
TOML
Raw Normal View History

2023-09-01 22:10:13 +02:00
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]
2023-09-01 22:18:33 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-09-01 22:10:13 +02:00
multi_instance = true
2023-09-01 22:18:33 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-09-01 22:10:13 +02:00
[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 nayant 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"
2023-09-01 22:18:33 +02:00
type = "select"
2023-09-01 22:10:13 +02:00
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"
2023-09-01 22:18:33 +02:00
autoupdate.strategy = "latest_github_tag"
2023-09-01 22:10:13 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-09-01 22:18:33 +02:00
[resources.apt]
type = "mariadb-server php8.1-mysql"
2023-09-01 22:10:13 +02:00
[resources.database]
type = "mysql"