1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00
signaturepdf_ynh/manifest.toml
2024-08-31 08:51:04 +02:00

66 lines
1.5 KiB
TOML

packaging_format = 2
id = "signaturepdf"
name = "Signaturepdf"
description.en = "Sign, stamp, and reorganize PDF files"
description.fr = "Signez, tamponnez, et réorganisez des fichiers PDF"
version = "1.7.0~ynh2"
maintainers = []
[upstream]
license = "AGPL-3.0-only"
website = "https://pdf.24eme.fr/signature"
demo = "https://pdf.24eme.fr"
code = "https://github.com/24eme/signaturepdf"
[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.init_main_permission]
type = "group"
default = "visitors"
[install.nss3_nick]
type = "string"
ask.en = "Choose a nickname for the digital signature"
ask.fr = "Choisissez un surnom pour la signature numérique"
pattern.regexp = '[^\.]+'
pattern.error = "The nickname cannot contain a dot"
default = "SignaturePDF"
[resources]
[resources.sources.main]
url = "https://github.com/24eme/signaturepdf/archive/refs/tags/v1.7.0.tar.gz"
sha256 = "480e16163cda2b479a7fabfaf9dd6a6d7fe2ba762f82b27ca140725d658a848a"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
subdirs = ["nss"]
[resources.permissions]
main.url = "/"
[resources.apt]
packages ="php8.3-fpm, librsvg2-bin, pdftk, imagemagick, potrace, poppler-utils, libnss3-tools"