mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
52 lines
1.9 KiB
TOML
52 lines
1.9 KiB
TOML
packaging_format = 2
|
|
|
|
id = "manifestv2_app"
|
|
name = "Manifest v2 app"
|
|
description.en = "Demonstrate the manifest/packaging v2 format (adapted from Hextris)"
|
|
|
|
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"
|
|
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
|
|
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]
|
|
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]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "nyancat, lolcat, sl"
|