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-01-14 09:51:30 +01:00
conf Upgrade to v.2.0.2 2020-10-13 08:47:33 +02:00
scripts Finding an available port 2021-01-09 22:33:02 +01:00
.gitignore [enh] Add a really simple gitignore 2016-04-26 15:26:27 +02:00
check_process Fix linter warnings 2021-01-14 09:51:30 +01:00
issue_template.md Upgrade to v.2.0.2 2020-10-13 08:47:33 +02:00
LICENSE Update LICENSE 2020-10-13 08:36:55 +02:00
manifest.json Fix linter warnings 2021-01-14 09:51:30 +01:00
pull_request_template.md Upgrade to v.2.0.2 2020-10-13 08:47:33 +02:00
README.md Fix linter warnings 2021-01-14 09:51:30 +01:00
README_fr.md Fix linter warnings 2021-01-14 09:51:30 +01: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, 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

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

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • You can't use ssh key authentication.

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