-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
60 lines (46 loc) · 1.36 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
packaging_format = 2
id = "wetty"
name = "Wetty"
description.en = "Terminal in browser over http/https"
description.fr = "Un terminal dans le navigateur sur http/https"
version = "2.5.0~ynh3"
maintainers = ["Salamandar"]
[upstream]
license = "MIT"
code = "https://github.com/butlerx/wetty"
[integration]
yunohost = ">=11.2"
architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = false
disk = "50M"
ram.build = "700M"
ram.runtime = "50M"
[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 = "visitors"
[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
[resources.apt]
packages = ""
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"