test_apps/manifestv2_app_ynh/manifest.toml

53 lines
1.8 KiB
TOML
Raw Normal View History

packaging_format = 2
2022-01-28 22:06:20 +01:00
id = "manifestv2app"
name = "Manifest v2 app"
description.en = "Demonstrate the manifest/packaging v2 format (adapted from Hextris)"
2022-01-28 22:06:20 +01:00
version = "2020.05.05~ynh4"
maintainers = ["foobar"]
[upstream]
license = "GPL-3.0"
website = "http://hextris.github.io/"
demo = "https://hextris.io/"
code = "https://github.com/Hextris/Hextris"
[integration]
yunohost = ">= 4.2.4"
2022-01-28 22:06:20 +01:00
architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64/armel), for example: ["amd64", "i386"]
multi_instance = true
2022-01-28 22:06:20 +01:00
ldap = "?" # FIXME: replace with true, false, or "not_relevant"
sso = "?" # FIXME: replace with true, false, or "not_relevant"
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
[install]
[install.domain]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "domain"
[install.path]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "path"
default = "/hextris"
[install.init_main_permission]
2022-01-28 22:06:20 +01:00
help.en = "If enabled, Hextris will be accessible by people who doesn't have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Hextris sera accessible aux personnes n'ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
[resources.system_user]
2022-01-28 22:06:20 +01:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
2022-01-28 22:06:20 +01:00
packages = "nyancat, lolcat, sl"