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
2024-06-24 11:05:43 +02:00

68 lines
1.5 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.2~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0-only"
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]
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/refs/tags/v1.2.tar.gz"
sha256 = "167b91307c2ad9fdf9e6fcfd70eec1fe74a4a9e9931279eaf846d688ab1bc22f"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.1-mysql"
[resources.database]
type = "mysql"