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
3371a31f7f
Normalization from example_ynh |
||
---|---|---|
conf | ||
scripts | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md |
Shell In A Box for YunoHost
This package allow you to install Shell In A Box quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy 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: Current Debian version.
Screenshots
Configuration
Documentation
- Official documentation: https://code.google.com/archive/p/shellinabox/wikis/shellinaboxd_man.wiki
- YunoHost documentation: If specific documentation is needed, feel free to contribute.
YunoHost specific features
Multi-users support
Supported architectures
Limitations
Additional information
Links
- Report a bug: https://github.com/YunoHost-Apps/shellinabox_ynh/issues
- Shell In A Box website: https://github.com/shellinabox/shellinabox
- Shell In A Box repository: https://github.com/shellinabox/shellinabox
- YunoHost website: https://yunohost.org/
Developers info
Only if you want to use a testing branch for coding, instead of merging directly into master. Please do 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