shares the terminal over the web, used in the webconfig.
Fork from: https://github.com/tsl0922/ttyd
Modifications
Name | Description |
---|
server | - allow disabling direct terminal view
|
webconfig | - extensions for integration
|
configuration | Edit /etc/init.d/ttyd.conf to set the following parameters: ENABLED(default: 1) - enables ttyd on boot PORT (default: 7681) - ttyd port. USER (default: "root") - if set different than 0 it will additionnaly use ip6tables to handle the loading/unloading of the ruleset stored at /etc/iptables/ipv6_rules PASSWORD (default: "root") – if set different than 0 then routing is enabled (in /proc/sys/net/ipv4/ip_forward and /proc/sys/net/ipv6/conf/all/forwarding ), otherwise it’s not.
|