1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
wetty_ynh/README.md

47 lines
1.9 KiB
Markdown
Raw Normal View History

2021-05-20 11:24:38 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-06-30 18:14:20 +02:00
# Wetty for YunoHost
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)
2019-01-28 00:21:25 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2020-10-13 08:47:33 +02:00
> *This package allows you to install Wetty quickly and simply on a YunoHost server.
2020-01-28 06:30:10 +01:00
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
2023-06-10 17:45:35 +02:00
* Upstream app code repository: <https://github.com/butlerx/wetty>
2022-05-28 10:34:38 +02:00
* YunoHost documentation for this app: <https://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
2020-06-30 18:14:20 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/wetty_ynh/tree/testing).
2018-06-28 22:05:35 +02:00
To try the testing branch, please proceed like that.
2022-05-28 10:34:38 +02: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>