1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
wetty_ynh/manifest.toml

54 lines
1.5 KiB
TOML

packaging_format = 2
id = "wetty"
name = "Wetty"
description.en = "Terminal in browser over http/https. (Ajaxterm/Anyterm alternative, but much better)"
description.fr = "Un terminal dans le navigateur sur http/https. (Alternative à Ajaxterm/Anyterm, mais bien meilleur)"
version = "2.5.0~ynh3"
maintainers = ["Salamandar"]
[upstream]
license = "free"
website = "https://github.com/butlerx/wetty/"
[integration]
yunohost = ">=11.1.0"
architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = false
# 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]
type = "domain"
[install.path]
type = "path"
default = "/wetty"
[install.init_main_permission]
help.en = "Even if public, it still requires authentication."
help.fr = "Même publique, vous devrez vous authentifier"
type = "group"
default = false
[resources]
[resources.sources.main]
url = "https://github.com/butlerx/wetty/archive/refs/tags/v2.5.0.tar.gz"
sha256 = "a6f7e3687619c29b2b8cc04b502fd8207c53a895527849557d3d3ed7f362cbac"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 8095