forked from Kloadut/shellinabox_ynh
-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.toml
46 lines (35 loc) · 927 Bytes
/
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
packaging_format = 2
id = "shellinabox"
name = "Shell In A Box"
description.en = "Web based AJAX terminal emulator"
description.fr = "Émulateur de terminal web"
version = "2.21~ynh4"
maintainers = []
[upstream]
license = "GPL-2.0"
website = "https://code.google.com/archive/p/shellinabox/"
admindoc = "https://github.com/shellinabox/shellinabox/wiki/shellinaboxd_man"
userdoc = "https://code.google.com/p/shellinabox/wiki/shellinaboxd_man"
code = "https://github.com/shellinabox/shellinabox"
[integration]
yunohost = ">= 11.1.19"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "200M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/ssh"
[resources]
[resources.ports]
main.default = 4200
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "shellinabox"