mirror of
https://github.com/YunoHost-Apps/shellinabox_ynh.git
synced 2024-09-03 20:26:12 +02:00
Update manifest.toml
This commit is contained in:
parent
27addce56b
commit
67c73346b3
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ name = "Shell In A Box"
|
||||||
description.en = "Web based AJAX terminal emulator"
|
description.en = "Web based AJAX terminal emulator"
|
||||||
description.fr = "Émulateur de terminal web"
|
description.fr = "Émulateur de terminal web"
|
||||||
|
|
||||||
version = "2.21~ynh4"
|
version = "2.21~ynh5"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ ram.runtime = "50M"
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
main.allowed = "admins"
|
main.allowed = "admins"
|
||||||
|
main.protected = true
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "shellinabox"
|
packages = "shellinabox"
|
||||||
|
|
Loading…
Add table
Reference in a new issue