mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
minor changes
This commit is contained in:
parent
1fdc8bb564
commit
1b11871f45
2 changed files with 25 additions and 30 deletions
54
package.json
54
package.json
|
|
@ -1,31 +1,25 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.1.1",
|
||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||
"description": "two-panels file manager, totally writed on js",
|
||||
"homepage": "http://github.com/coderaiser/cloudcmd",
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "http://github.com/coderaiser/cloudcmd.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "sh test/test.sh",
|
||||
"start": "server.js"
|
||||
},
|
||||
"node": "0.6.17",
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"minify": "0.1.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": "0.6.x"
|
||||
},
|
||||
"description": "Two-panels file manager, totally writed on js.",
|
||||
"homepage": "https://github.com/coderaiser/cloudcmd",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/coderaiser/cloudcmd.git"
|
||||
},
|
||||
"main": "server.js"
|
||||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.1.1",
|
||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||
"description": "Two-panels file manager, totally writed on js.",
|
||||
"homepage": "https://github.com/coderaiser/cloudcmd",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/coderaiser/cloudcmd.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "sh test/test.sh",
|
||||
"start": "server.js"
|
||||
},
|
||||
"node": "0.6.17",
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"minify": "0.1.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": "0.6.x"
|
||||
},
|
||||
"main": "server.js"
|
||||
}
|
||||
|
|
@ -312,6 +312,7 @@ CloudServer.start=function()
|
|||
|
||||
CloudServer.IP = process.env.IP || /* c9 */
|
||||
CloudServer.IP;
|
||||
|
||||
/* if Cloud Server started on jitsu */
|
||||
if(!process.env.HOME.indexOf('/opt/haibu')){
|
||||
CloudServer.Port = '0.0.0.0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue