Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicinabox/launch

Open web services from the command line.
https://github.com/nicinabox/launch

Last synced: about 1 month ago
JSON representation

Open web services from the command line.

Awesome Lists containing this project

README

        

# launch

Launch web services from the command line.

## Basic Usage

```bash
$ launch SERVICE
```

Run `launch help` for full usage.

## Setup

1. Clone the repo
2. Run installer in repo: `sh install`
3. Edit `~/.launchrc` (`launch edit`)

Specify a port for each service starting with a colon. You may alternatively specify a full hostname with its own port. See `transmission` for an example below.

## Example
```
{
"host": "10.0.0.2",
"services": {
"plex": ":32400/web",
"transmission": ":9091",
"router": "10.0.0.1",
"camera": "10.0.0.8"
},
"aliases": {
"torrents": "transmission",
"orwell": "camera"
}
}
```