-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(terminal): add upterm tool for developers to share terminal sess…
…ions Signed-off-by: Jan Klippel <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- url: https://github.com/owenthereal/upterm/releases/download/v0.14.3/upterm_linux_amd64.deb | ||
sha256: cfd64902490402f4de53ce26c2a6af1a6c9fd27c6edb5ef5c2259400fc01d911 | ||
timestamp: 2025-02-17 21:37:25+00:00 | ||
- url: https://github.com/owenthereal/upterm/releases/download/v0.14.3/upterm_linux_arm64.deb | ||
sha256: 50867565b05316c8edfe5802ffa4ffab4d37d9a8d6be303df2b8cc7ca04d1326 | ||
timestamp: 2025-02-17 21:37:25+00:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: upterm | ||
matrix: | ||
architectures: | ||
- amd64 | ||
- arm64 | ||
versions: | ||
- 0.14.3 | ||
homepage: https://github.com/owenthereal/upterm | ||
summary: share terminal sessions securely over the web | ||
description: |- | ||
Upterm is an open-source tool enabling developers to share terminal sessions | ||
securely over the web. It’s perfect for remote pair programming, accessing | ||
computers behind NATs/firewalls, remote debugging, and more. | ||
fetch: https://github.com/owenthereal/upterm/releases/download/v{{version}}/upterm_linux_{{target}}.deb | ||
install: | ||
- data:/ |