46 lines
1008 B
TOML
46 lines
1008 B
TOML
packaging_format = 2
|
|
|
|
id = "restarter"
|
|
name = "Restarter for yunohost"
|
|
description.en = "A simple service restarter for Yunohost. Currently supporting these apps: MiniDLNA"
|
|
|
|
version = "1.0~ynh2"
|
|
|
|
maintainers = ["eclipse"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0"
|
|
code = "https://git.unterdemradar.de/eclipse/restarter_ynh"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
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 = "/restarter"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.install_dir]
|
|
owner = "www-data:rwx"
|
|
group = "www-data:rx"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|