https://github.com/dkunin/web-command-line
https://github.com/dkunin/web-command-line
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkunin/web-command-line
- Owner: DKunin
- Created: 2017-02-06T19:11:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T14:08:40.000Z (over 9 years ago)
- Last Synced: 2025-01-21T12:27:07.943Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Command Line
Simple server to execute bash commands locally
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [License](#license)
## Install
```console
docker build ./ -t username/web-command-line
docker run -p 4949:8080 -d username/web-command-line
```
## Usage
Example request:
```
YOUR_ADRESS:4949/command/:commandName?options=options
```
If you don't need a response:
```
YOUR_ADRESS:4949/silent/:commandName?options=options
```
## License
MIT © Dmitri Kunin