mirror of
https://github.com/YunoHost-Apps/librespeed_ynh.git
synced 2024-09-03 19:36:23 +02:00
77 lines
1.9 KiB
TOML
77 lines
1.9 KiB
TOML
packaging_format = 2
|
|
|
|
id = "librespeed"
|
|
name = "LibreSpeed"
|
|
description.en = "Very lightweight Speedtest"
|
|
description.fr = "Test de vitesse de connexion très léger"
|
|
|
|
version = "5.4.1~ynh2"
|
|
|
|
maintainers = ["Augustin Rungeard"]
|
|
|
|
[upstream]
|
|
license = "LGPL-3.0-or-later"
|
|
website = "https://librespeed.org"
|
|
demo = "https://librespeed.org"
|
|
admindoc = "https://github.com/librespeed/speedtest/wiki"
|
|
userdoc = "https://github.com/librespeed/speedtest/wiki"
|
|
code = "https://github.com/librespeed/speedtest"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.29"
|
|
helpers_version = "2.1"
|
|
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 = "/librespeed"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.password]
|
|
help.en = "This password allows access to the test statistics"
|
|
help.fr = "Ce mot de passe permet d'accéder aux statistiques des tests"
|
|
type = "password"
|
|
|
|
[install.mail]
|
|
ask.en = "E-mail adress to contact"
|
|
ask.fr = "Couriel de contact"
|
|
help.en = "E-mail address to contact for stats deletion requests"
|
|
help.fr = "Couriel à contacter pour demander une suppression des statistiques"
|
|
type = "string"
|
|
example = "webmaster@example.com"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/librespeed/speedtest/archive/refs/tags/5.4.1.tar.gz"
|
|
sha256 = "425a5ec39c0e29bdbbc53f529c6c5e29d2f3677b88526b5ff369ebd7a54e6bd2"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
group = "www-data:r-x"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php8.2-fpm, php8.2-mysql"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|