53 lines
1 KiB
TOML
53 lines
1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "qr"
|
|
name = "LibreQR"
|
|
description.en = "Web interface for generating QR codes"
|
|
description.fr = "Interface Web pour générer des codes QR"
|
|
|
|
version = "2.0.1~ynh1"
|
|
|
|
maintainers = ["Miraty"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
demo = "https://qr.antopie.org"
|
|
code = "https://code.antopie.org/miraty/libreqr"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.21"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
disk = "10M"
|
|
ram.build = "200M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "php8.2-fpm, php8.2-gd, php8.2-mbstring, php8.2-iconv"
|
|
|
|
[resources.sources]
|
|
[resources.sources.main]
|
|
url = "https://libreqr.antopie.org/releases/libreqr-2.0.1.tar.gz"
|
|
sha256 = "92a0cb8d9a9bfefd3f763a717914a0860ea31a50747bc86ecac702db2b47e12e"
|