GithubHelp home page GithubHelp logo

yuri2peter / remote-sh Goto Github PK

View Code? Open in Web Editor NEW
34.0 3.0 9.0 1012 KB

Provides a friendly way for managing your shell scripts on your server. you can add, edit, remove, run your scripts easily.

JavaScript 74.64% HTML 21.58% Shell 3.78%

remote-sh's Introduction

remote-sh

中文文档 | English Documents

Managing & runing your shell scripts on web!

remote-sh provides a friendly way for managing your shell scripts on your server. you can add, edit, remove, run your scripts easily.

Each script can be triggered by a UNIQUE URL so you can use it anywhere like:

$ curl https://YOUR_REMOTE_SH_HOST/script/run/example.sh/UNIQUE_SIGN_FOR_THIS_SCRIPT

The system use Access Key policy to identify yourself.

img1 img2 img3

Install

$ npm ci

Deploy

All you need is keeping this running:

$ npm start

Port

Set port at file ./configs.js ( default: 3000 ).

HTTPS

We strongly recommend that enabling the HTTPS feature.

To start your web server with HTTPS, you must set useHttps: true and port: 443 at file ./configs.js, then copy your certificate files to ./https/server.key and ./https/server.crt.

You can also use other ways for HTTPS ( for me, i'd like to try steveltn/https-portal ).

Background Running

pm2, screen, docker will help you doing that.

remote-sh's People

Contributors

yuri2peter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.