2024-01-24 09:33:44 +01:00
|
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
2023-03-19 13:57:05 +01:00
|
|
|
|
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"
|
|
|
|
|
|
2024-07-11 07:50:18 +02:00
|
|
|
|
version = "2024.07.05~ynh1"
|
2023-03-19 13:57:05 +01:00
|
|
|
|
|
|
|
|
|
maintainers = ["ljf"]
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
website = "https://libreto.net"
|
|
|
|
|
demo = "https://libreto.net"
|
|
|
|
|
code = "https://github.com/Ventricule/libreto"
|
|
|
|
|
|
|
|
|
|
[integration]
|
2023-09-07 20:17:11 +02:00
|
|
|
|
yunohost = ">= 11.2"
|
2023-03-19 14:07:55 +01:00
|
|
|
|
architectures = "all"
|
2023-03-19 13:57:05 +01:00
|
|
|
|
multi_instance = true
|
2023-03-19 14:07:55 +01:00
|
|
|
|
ldap = false
|
|
|
|
|
sso = false
|
|
|
|
|
disk = "50M"
|
|
|
|
|
ram.build = "50M"
|
|
|
|
|
ram.runtime = "50M"
|
2023-03-19 13:57:05 +01:00
|
|
|
|
|
|
|
|
|
[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]
|
2023-07-04 01:01:09 +02:00
|
|
|
|
ask.en = "Should people without a YunoHost account be able to create a Libreto wiki?"
|
2023-03-19 13:57:05 +01:00
|
|
|
|
ask.fr = "Est-ce qu'une personne sans compte YunoHost peut créer un wiki Libreto ?"
|
|
|
|
|
type = "boolean"
|
|
|
|
|
default = true
|
|
|
|
|
|
|
|
|
|
[resources]
|
2024-01-24 09:33:44 +01:00
|
|
|
|
[resources.sources.main]
|
|
|
|
|
# This is not used as we are using git clone + submodules. It's only here for autoupdate.
|
2024-07-11 07:50:18 +02:00
|
|
|
|
url = "https://github.com/Ventricule/libreto/archive/eb05d3785f8977ae2745ad8de0240fc07128e574.tar.gz"
|
|
|
|
|
sha256 = "79b55fc1d9d29f56d95fe35e8b83b8654833e425dc0d9a23669c8bf6400a15eb"
|
2024-01-24 09:33:44 +01:00
|
|
|
|
prefetch = false
|
|
|
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
|
|
2023-03-19 13:57:05 +01:00
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
2023-03-19 14:17:25 +01:00
|
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-05-28 17:16:01 +02:00
|
|
|
|
packages = "php8.0-fpm"
|