mirror of
https://github.com/YunoHost-Apps/shellinabox_ynh.git
synced 2024-09-03 20:26:12 +02:00
Shell In A Box package for YunoHost
.github | ||
conf | ||
doc | ||
scripts | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
manifest.toml | ||
README.md | ||
README_fr.md |
Shell In A Box for YunoHost
This package allows you to install Shell In A Box quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins.
Shipped version: 2.21~ynh3
Screenshots
Documentation and resources
- Official app website: https://code.google.com/archive/p/shellinabox/
- Official user documentation: https://code.google.com/p/shellinabox/wiki/shellinaboxd_man
- Official admin documentation: https://github.com/shellinabox/shellinabox/wiki/shellinaboxd_man
- Upstream app code repository: https://github.com/shellinabox/shellinabox
- YunoHost documentation for this app: https://yunohost.org/app_shellinabox
- Report a bug: https://github.com/YunoHost-Apps/shellinabox_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing --debug
or
sudo yunohost app upgrade shellinabox -u https://github.com/YunoHost-Apps/shellinabox_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps