Skip to content

Creating an SSH server which can empower terminal users to manipulate a web version of the same application.

Notifications You must be signed in to change notification settings

CRSpradlin/go-ssh-and-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web App with SSH Interactivity

The purpose of this repo is to give functionality to a web app via an SSH terminal app. In its current form the web application acts as if an administrator has "restarted" the web application whenever a user connects to the SSH server on the same domain.

Setup

Dependencies:

  • go v1.22.2 or greater
  • htmx v1.9.9 or greater

Install necessary packages: go mod tidy

Running Servers

go run *.go

About

Creating an SSH server which can empower terminal users to manipulate a web version of the same application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published