mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
Wetty package for YunoHost
4f413cfebe
Fix linter warning |
||
---|---|---|
conf | ||
scripts | ||
.gitignore | ||
check_process | ||
issue_template.md | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md | ||
README_fr.md |
Wetty for YunoHost
This package allows you to install Wetty quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative, but much better)
Shipped version: 2.0.2
Screenshots
Configuration
There is few configuration in Wetty:
- Startup config (listen port, URL path, SSH host) is contained in the systemd service file
- User interface configuration is done through the web GUI itself.
Documentation
- Official documentation: https://github.com/butlerx/wetty/tree/master/docs
- YunoHost documentation: If specific documentation is needed, feel free to contribute.
YunoHost specific features
Multi-user support
Multi-user doesn't really mean anything. You can log as any system user that allows local SSH login.
You can specify at install if users should log into YunoHost first to be able to access Wetty, or if visitors can access it too.
Supported architectures
Limitations
- You can't use ssh key authentication.
Links
- Report a bug: https://github.com/YunoHost-Apps/wetty_ynh/issues
- Upstream app repository: https://github.com/butlerx/wetty
- YunoHost website: https://yunohost.org/
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/wetty_ynh/tree/testing --debug
or
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug