mycroft-skills icon indicating copy to clipboard operation
mycroft-skills copied to clipboard

Add web-terminal

Open andlo opened this issue 5 years ago • 0 comments

Info

This PR adds the new skill, web-terminal, to the skills repo.

Description

This skill installs and run a web terminal and/or a web CLI client.

After install there should be a running web CLI client wich you can acces from a browser on http://device:8080 where device is the hostname of your mycroft device.

Yo can start at terminal by saying "hey mycroft - run web terminal". Then there will be a full shell running wich you can access from a browser on http://device:8022 where device is the hostname of your mycroft device.

On settings on home.mycroft.ai you can change ports and set if CLI and/or Terminal should auto start or not.

The skill uses the ttyd from Shuanglei Tao - https://github.com/tsl0922/ttyd

Created with mycroft-skills-kit v0.3.14

andlo avatar Jan 03 '20 03:01 andlo