ttyd
Share your terminal over the web
ttyd is a simple command-line tool for sharing terminal over the web.
https://github.com/tsl0922/ttyd
amd64 arm64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install ttyd
Snippets
Download URLs
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for ttyd are versioned here.
Click here to see ttyd ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/ttyd/ops2deb.yml
name: ttyd
matrix:
architectures:
- amd64
- arm64
versions:
- 1.7.7
homepage: https://github.com/tsl0922/ttyd
summary: share your terminal over the web
description: ttyd is a simple command-line tool for sharing terminal over the web.
fetch:
url: https://github.com/tsl0922/ttyd/releases/download/{{version}}/ttyd.{{target}}
targets:
amd64: x86_64
arm64: aarch64
install:
- ttyd.{{target}}:/usr/bin/ttyd
The blueprint fetch
keyword contains a URL template pointing to ttyd releases. Downloaded files are locked in a lockfile versioned here.
Click here to see ttyd release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/ttyd/ops2deb.lock.yml
- url: https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.aarch64
sha256: b38acadd89d1d396a0f5649aa52c539edbad07f4bc7348b27b4f4b7219dd4165
timestamp: 2025-01-02 19:11:59+00:00
- url: https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64
sha256: 8a217c968aba172e0dbf3f34447218dc015bc4d5e59bf51db2f2cd12b7be4f55
timestamp: 2025-01-02 19:11:59+00:00