2022-08-04 16:54:00 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "helloworld"
|
|
|
|
name = "Hello World"
|
|
|
|
description.en = "A dummy basic app to illustrate YunoHost's app packaging."
|
|
|
|
description.fr = "Une app simple et bidon pour illustrer comme le packaging d'app de YunoHost fonctionne"
|
|
|
|
|
2024-04-16 20:41:17 +02:00
|
|
|
version = "0.1~ynh2"
|
2022-08-04 16:54:00 +02:00
|
|
|
|
|
|
|
maintainers = ["alexAubin"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "WTFPL"
|
|
|
|
|
|
|
|
[integration]
|
2023-01-11 09:49:24 +01:00
|
|
|
yunohost = ">= 11.1"
|
2022-08-04 16:54:00 +02:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = false
|
|
|
|
ldap = "not_relevant"
|
|
|
|
sso = "not_relevant"
|
|
|
|
disk = "1M"
|
|
|
|
ram.build = "1M"
|
|
|
|
ram.runtime = "1M"
|
|
|
|
|
|
|
|
[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 = "/helloworld"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|