mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
72 lines
2.4 KiB
TOML
72 lines
2.4 KiB
TOML
#: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 = "2019.08.07~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/da3f312fec0a829cc3df1191113e93b49fb4786e.tar.gz"
|
||
sha256 = "de713b5656e7ae32bd52d69c64cd7d87ac3307533aa451f828c36fb957b0e8ad"
|
||
prefetch = false
|
||
autoupdate.strategy = "latest_github_commit"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "php8.0-fpm"
|