Skip to content

Commit 1639f08

Browse files
committed
rename repo
1 parent 7400e34 commit 1639f08

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Node.js proxy for server-side interactive cli programs
22
---
33

4-
Define jobs in [jobs.js](https://github.com/tkafka/node-console-proxy/blob/master/jobs.js), and let users run them and interact with their stdin through web browser.
4+
Define jobs in [jobs.js](https://github.com/tkafka/node-cli-proxy/blob/master/jobs.js), and let users run them and interact with their stdin through web browser.
55

66
Try the [showcase](/showcase), I recommend talking to [Eliza](https://github.com/tkafka/eliza-cli) :).
77

@@ -38,4 +38,4 @@ Jobs file is reloaded on every request, so feel free to edit it on the go.
3838

3939
Made in Prague by [@keff85](http://twitter.com/keff85).
4040

41-
Source at [github.com/tkafka/node-console-proxy](https://github.com/tkafka/node-console-proxy).
41+
Source at [github.com/tkafka/node-cli-proxy](https://github.com/tkafka/node-cli-proxy).

ecosystem.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"host" : "95.85.50.154",
1717
"port" : "6789",
1818
"ref" : "origin/master",
19-
"repo" : "[email protected]:tkafka/node-console-proxy.git",
19+
"repo" : "[email protected]:tkafka/node-cli-proxy.git",
2020
"path" : "/home/dokku/console-proxy-demo",
2121
"post-deploy" : "npm install && pm2 startOrRestart ecosystem.json --env production"
2222
},
2323
"dev" : {
2424
"user" : "tk",
2525
"host" : "localhost",
2626
"ref" : "origin/master",
27-
"repo" : "[email protected]:tkafka/node-console-proxy.git",
27+
"repo" : "[email protected]:tkafka/node-cli-proxy.git",
2828
"path" : "/Users/tk/Desktop/Dev/console-proxy-deploy",
2929
"post-deploy" : "npm install && pm2 startOrRestart ecosystem.json --env dev"
3030
}

views/layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html(lang='en')
1414
header
1515
block header
1616
h1
17-
a(href='/') Script runner
17+
a(href='/') node-cli-proxy
1818
if jobs
1919
ul.menu.menu-horizontal
2020
each job, key in jobs

0 commit comments

Comments
 (0)