Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zdavatz/remoterun
Start a program located in /usr/local/bin using a browser, remotely
https://github.com/zdavatz/remoterun
gui interface job linux mac remote run start unix web webinterface yaml
Last synced: 2 days ago
JSON representation
Start a program located in /usr/local/bin using a browser, remotely
- Host: GitHub
- URL: https://github.com/zdavatz/remoterun
- Owner: zdavatz
- License: gpl-3.0
- Created: 2019-12-20T11:36:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T12:13:39.000Z (8 months ago)
- Last Synced: 2024-05-01T23:16:29.650Z (7 months ago)
- Topics: gui, interface, job, linux, mac, remote, run, start, unix, web, webinterface, yaml
- Language: JavaScript
- Size: 562 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RemoteRun
RemoteRun is a simple useful tool to run commands and files remotely through a web interface. It requires minimal setup and configuration.
![Screenshot](screenshot.png)
## Features
- Run multiple jobs
- log the job stdout
- simple setting and configuration file
## Manual
1. Login with Password via Browser. The Password should be saved in a separate file.
2. Start a program located in /usr/local/bin using a browser, remotely, via the click of one button. One button per file. Manage them via an yaml file.
3. Show the console output in the browser and show when the process finished.
___
### How to use!
1. Get settings file ready: $ mv setting.example.yaml private/settings.yaml
2. Add the files at settings.yaml
3. Run $ meteor
4. Examine the app at http://localhost:3000
5. Enable SSL for local testing, see: https://github.com/zdavatz/remoterun/issues/3