2021-05-20 11:24:38 +02:00
<!--
2024-03-29 07:27:59 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-05-20 11:24:38 +02:00
It shall NOT be edited by hand.
-->
2020-06-30 18:14:20 +02:00
# Wetty for YunoHost
2017-02-03 21:12:24 +01:00
2023-01-23 10:49:52 +01:00
[![Integration level ](https://dash.yunohost.org/integration/wetty.svg )](https://dash.yunohost.org/appci/app/wetty) ![Working status ](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg )
2023-06-09 22:20:21 +02:00
2021-01-14 09:51:30 +01:00
[![Install Wetty with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=wetty)
2017-02-03 21:12:24 +01:00
2024-03-29 07:27:59 +01:00
*[Read this README is other languages.](./ALL_README.md)*
2019-01-28 00:21:25 +01:00
2024-03-29 07:27:59 +01:00
> *This package allows you to install Wetty quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2014-10-20 18:55:53 +02:00
2018-06-28 22:05:35 +02:00
## Overview
2021-09-04 10:36:00 +02:00
Terminal over HTTP and HTTPS. WeTTy is an alternative to ajaxterm and anyterm but much better than them because WeTTy uses xterm.js which is a full fledged implementation of terminal emulation written entirely in JavaScript. WeTTy uses websockets rather then Ajax and hence better response time.
2021-05-20 11:24:38 +02:00
2018-06-28 22:05:35 +02:00
2023-06-09 22:20:42 +02:00
**Shipped version:** 2.5.0~ynh3
2022-08-11 15:49:15 +02:00
2021-09-04 10:33:35 +02:00
## Screenshots
2022-05-28 10:34:38 +02:00
![Screenshot of Wetty ](./doc/screenshots/terminal.png )
2021-09-04 10:33:35 +02:00
2021-05-20 11:24:38 +02:00
## Documentation and resources
2018-06-28 22:05:35 +02:00
2024-03-29 07:27:59 +01:00
- Upstream app code repository: < https: // github . com / butlerx / wetty >
- YunoHost Store: < https: // apps . yunohost . org / app / wetty >
- Report a bug: < https: // github . com / YunoHost-Apps / wetty_ynh / issues >
2018-06-28 22:05:35 +02:00
2020-10-13 08:47:33 +02:00
## Developer info
2018-06-28 22:05:35 +02:00
2024-03-29 07:27:59 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/wetty_ynh/tree/testing ).
2017-02-03 21:12:24 +01:00
2024-03-29 07:27:59 +01:00
To try the `testing` branch, please proceed like that:
2022-05-28 10:34:38 +02:00
2024-03-29 07:27:59 +01:00
```bash
2020-06-30 18:14:20 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
2018-06-28 22:05:35 +02:00
or
2020-06-30 18:14:20 +02:00
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
2018-06-28 22:05:35 +02:00
```
2021-05-20 11:24:38 +02:00
2022-05-28 10:34:38 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >