Skip to content

Commit

Permalink
feat(terminal): add upterm tool for developers to share terminal sess…
Browse files Browse the repository at this point in the history
…ions

Signed-off-by: Jan Klippel <[email protected]>
  • Loading branch information
jklippel authored and fyhertz committed Feb 17, 2025
1 parent e2af2a1 commit 665e8e2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blueprints/terminal/upterm/ops2deb.lock.yml
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
16 changes: 16 additions & 0 deletions blueprints/terminal/upterm/ops2deb.yml
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:/

0 comments on commit 665e8e2

Please sign in to comment.