1.2.4 • Published 7 months ago

@sx9dev/web.sh v1.2.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

web.sh

Access Your Terminal From Anywhere

# Install:
sudo npm i -g @sx9dev/web.sh@latest 
# Running:
PASSWORD="password_here" web-sh

Docs

Setup Autostart

To Run Web.Sh On Startup Do This (Linux Only):

PASSWORD="default_password_here" web-sh setup
systemctl enable websh --user --now

Running A Command

To Run A Command Send The Following Request:

POST /run?pass=PASSWORD

["COMMAND_OR_EXECUTABLE", "ARG1", "ARG2", "ARGS"]

Run As Root

Just add sudo -S in front of your command and in the url query add a stdin query containing your sudo password.

Example: POST /run?pass=PASSWORD&stdin=SUDO_PASSWD

["sudo", "-S", "whoami"]
1.2.4

7 months ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago