Share your terminal over the web
https://tsl0922.github.io/ttyd/
Ttyd is a simple command-line tool for sharing terminal over the web, inspired
by GoTTY.
Features include:
* Built on top of Libwebsockets with C for speed
* Fully-featured terminal based on Xterm.js with CJK and IME support
* SSL support based on OpenSSL
* Run any custom command with options
* Basic authentication support and many other custom options
* Cross platform: macOS, Linux, FreeBSD, OpenWrt/LEDE, Windows
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/ttyd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ttyd-1.7.4.tar.gz | 0000603483 589 KB | |
ttyd.changes | 0000004815 4.7 KB | |
ttyd.spec | 0000002028 1.98 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1121404
from
Soc Virnyl Estela (uncomfyhalomacro)
(revision 2)
- libwebsockets19 should not be required in specfile - Update to version 1.7.4: Breaking Changes * The default listen interface/ip is changed to 127.0.0.1 now. * The web terminal is readonly by default now, to make it writable, use -W option. Other Changes * server: print working directory on start. * server: replace --readonly with --writable. * server: fix -U option not work. * server: do not expose port to public by default. * Add -y flag for easier installation. * improve support for trzsz. * info.max_http_header_data = 65535; * fix flow control. * Fix typo, OPTOINS -> OPTIONS. - Redeclare requires without using pkgconfig - Ttyd also requires these packages.
Comments 1
as i ran
ttyd bash
right aftersudo zypper in ttyd
, an error was returned:i followed the suggestion for the build from source option from the ttyd project and installed
libwebsockets-devel
, since onlylibwebsockets19
was installed along side ttyd previously. it worked flawlessly from there:hopefully the package would be updated to fix the bug above. many thanks.