mirror of
https://github.com/YunoHost-Apps/plateau_ynh.git
synced 2024-09-03 20:06:38 +02:00
55 lines
1.2 KiB
TOML
55 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "plateau"
|
|
name = "Plateau"
|
|
description.en = "Organize and document participatory workshops"
|
|
description.fr = "Organiser et documenter des ateliers participatifs"
|
|
|
|
version = "2.0.0b~ynh3"
|
|
|
|
maintainers = ["Guillaume Bouzige"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
website = "https://latelier-des-chercheurs.fr"
|
|
demo = "https://plateau.latelier-des-chercheurs.fr"
|
|
code = "https://github.com/l-atelier-des-chercheurs/PLATEAU"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/plateau"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/l-atelier-des-chercheurs/PLATEAU/archive/refs/tags/v2.0.0.tar.gz"
|
|
sha256 = "8573599860b81a3d6a4f8ea2d6b2b4385d8a6104d27c3e8ceef7d922780d77ca"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|