0.7.0 • Published 3 years ago

@kipras/sudoers v0.7.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

@kipras/sudoers

intentionally under a name to keep less visible

usage

a) via curl

npx ecute # hides what you type and calls eval sudo "$(curl -L localhost:5480/s/groupOrUserName=staff/debugThusUseTmpDir=0)"

b) via npx

npx ecute sudo npx @kipras/sudoers "/groupOrUserName=staff/debugThusUseTmpDir=0"

setup on a server for curl

  1. needed nginx config

server { location ~ /sudo { proxy_pass http://localhost:5480; } }

  1. runner

npx pm2 start serve-sudoers

0.7.0

3 years ago

0.6.0

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago