#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json packaging_format = 2 id = "libreto" name = "Libreto" description.en = "Aggregate your pads to create a wiki" description.fr = "Agrégez vos pads pour créer un wiki" version = "2024.07.05~ynh1" maintainers = ["ljf"] [upstream] license = "GPL-3.0-or-later" website = "https://libreto.net" demo = "https://libreto.net" code = "https://github.com/Ventricule/libreto" [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.init_main_permission] help.en = "If enabled, Libreto 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, Libreto sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." type = "group" default = "visitors" [install.etherpad_instance] ask.en = "Choose etherpad URL Libreto should use?" ask.fr = "Choisissez l'URL de l'instance etherpad que Libreto utilisera ?" help.en = "Libreto need an Etherpad instance, you should install before the package etherpad. You need a valid certificate." help.fr = "Libreto a besoin d'une instance Etherpad, vous devriez installer le paquet Libreto avant. Vous devez avoir un certificat valide." type = "string" optional = true example = "https://annuel2.framapad.org" default = "https://annuel2.framapad.org" [install.creation_open] ask.en = "Should people without a YunoHost account be able to create a Libreto wiki?" ask.fr = "Est-ce qu'une personne sans compte YunoHost peut créer un wiki Libreto ?" type = "boolean" default = true [resources] [resources.sources.main] # This is not used as we are using git clone + submodules. It's only here for autoupdate. url = "https://github.com/Ventricule/libreto/archive/eb05d3785f8977ae2745ad8de0240fc07128e574.tar.gz" sha256 = "79b55fc1d9d29f56d95fe35e8b83b8654833e425dc0d9a23669c8bf6400a15eb" prefetch = false autoupdate.strategy = "latest_github_commit" [resources.system_user] [resources.install_dir] [resources.permissions] main.url = "/" [resources.apt] packages = "php8.0-fpm"