Skip to content

nicinabox/launch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

launch

Launch web services from the command line.

Basic Usage

$ 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"
  }
}

About

Open web services from the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors