Skip to content

Commit 665e8e2

Browse files
jklippelfyhertz
authored andcommitted
feat(terminal): add upterm tool for developers to share terminal sessions
Signed-off-by: Jan Klippel <[email protected]>
1 parent e2af2a1 commit 665e8e2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- url: https://github.com/owenthereal/upterm/releases/download/v0.14.3/upterm_linux_amd64.deb
2+
sha256: cfd64902490402f4de53ce26c2a6af1a6c9fd27c6edb5ef5c2259400fc01d911
3+
timestamp: 2025-02-17 21:37:25+00:00
4+
- url: https://github.com/owenthereal/upterm/releases/download/v0.14.3/upterm_linux_arm64.deb
5+
sha256: 50867565b05316c8edfe5802ffa4ffab4d37d9a8d6be303df2b8cc7ca04d1326
6+
timestamp: 2025-02-17 21:37:25+00:00
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: upterm
2+
matrix:
3+
architectures:
4+
- amd64
5+
- arm64
6+
versions:
7+
- 0.14.3
8+
homepage: https://github.com/owenthereal/upterm
9+
summary: share terminal sessions securely over the web
10+
description: |-
11+
Upterm is an open-source tool enabling developers to share terminal sessions
12+
securely over the web. It’s perfect for remote pair programming, accessing
13+
computers behind NATs/firewalls, remote debugging, and more.
14+
fetch: https://github.com/owenthereal/upterm/releases/download/v{{version}}/upterm_linux_{{target}}.deb
15+
install:
16+
- data:/

0 commit comments

Comments
 (0)