1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
Wetty package for YunoHost
Find a file
2021-05-20 11:24:38 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:53:57 +02:00
conf Update to 2.0.3 2021-05-19 20:36:12 +02:00
doc Update readmes from script. 2021-05-20 11:24:38 +02:00
scripts Wetty needs auth_header=false to log as another user. auth_header is settable on a new permission only. 2021-05-19 20:36:12 +02:00
.gitignore [enh] Add a really simple gitignore 2016-04-26 15:26:27 +02:00
check_process Apply last example_ynh 2021-05-18 23:28:39 +02:00
LICENSE Update LICENSE 2020-10-13 08:36:55 +02:00
manifest.json Update readmes from script. 2021-05-20 11:24:38 +02:00
README.md Update readmes from script. 2021-05-20 11:24:38 +02:00
README_fr.md Update readmes from script. 2021-05-20 11:24:38 +02:00


Wetty for YunoHost

Integration level Install Wetty with YunoHost

Lire ce readme en français.

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)

Shipped version: 2.0.3~ynh5

Disclaimers / important information

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.

  • Is LDAP and HTTP authentication supported ? No

    • You need to manually log in.
    • You can log in as a specific user using https://<host>/wetty/ssh/<username>
  • You can specify at install if Wetty should be visible by users not logged into Yunohost.

  • You can't use ssh key authentication.

Documentation and resources

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

More info regarding app packaging: https://yunohost.org/packaging_apps