Launch web services from the command line.
$ launch SERVICERun launch help for full usage.
- Clone the repo
- Run installer in repo:
sh install - 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.
{
"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"
}
}