1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shellinabox_ynh.git synced 2024-09-03 20:26:12 +02:00
shellinabox_ynh/manifest.toml

47 lines
927 B
TOML
Raw Normal View History

2023-06-04 21:04:12 +02:00
packaging_format = 2
id = "shellinabox"
name = "Shell In A Box"
description.en = "Web based AJAX terminal emulator"
description.fr = "Émulateur de terminal web"
2023-06-04 21:09:56 +02:00
version = "2.21~ynh4"
2023-06-04 21:04:12 +02:00
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]
2023-06-04 21:09:56 +02:00
yunohost = ">= 11.1.19"
architectures = "all"
2023-06-04 21:04:12 +02:00
multi_instance = false
2023-06-04 21:09:56 +02:00
ldap = false
sso = false
disk = "50M"
2023-06-04 21:27:00 +02:00
ram.build = "200M"
2023-06-04 21:09:56 +02:00
ram.runtime = "50M"
2023-06-04 21:04:12 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/ssh"
[resources]
2023-06-04 21:09:56 +02:00
[resources.ports]
2023-06-04 21:17:39 +02:00
main.default = 4200
2023-06-04 21:04:12 +02:00
[resources.permissions]
main.url = "/"
2023-06-04 21:09:56 +02:00
[resources.apt]
packages = "shellinabox"