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
2020-06-30 23:13:46 +02:00
conf Update install,upgrade scripts and systemd service to remove log redirection 2020-06-30 17:29:11 +02:00
scripts Add missing variable in change_url 2020-06-30 23:13:46 +02:00
.gitignore [enh] Add a really simple gitignore 2016-04-26 15:26:27 +02:00
check_process Add check_process 2020-06-30 18:14:42 +02:00
issue_template.md Adding gentle preface 2020-05-07 19:41:16 +02:00
LICENSE Fix typos 2018-08-08 23:04:20 +02:00
manifest.json Fix warnings for manifest 2020-06-30 17:36:32 +02:00
pull_request_template.md To be able to change all REPLACEBYYOURAPP in one time 2019-10-23 23:39:42 +02:00
README.md Start updating READMEs 2020-06-30 18:14:20 +02:00
README_fr.md Start updating READMEs 2020-06-30 18:14:20 +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, but much better)

Shipped version: 1.3.0

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

Only if you want to use a testing branch for coding, instead of merging directly into master. 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

TODO

  • Add a LICENSE file for the package.
  • Edit README_fr.md.