diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0645b73 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git +[submodule "third_party/commonservices"] + path = third_party/commonservices + url = git@git.kingsome.cn:server/commonservices.git diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..1e65069 --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/boundle.sh \ No newline at end of file diff --git a/common.sh b/common.sh new file mode 100644 index 0000000..792c14c --- /dev/null +++ b/common.sh @@ -0,0 +1,4 @@ +PROJECT_NAME=httpproxy +SOURCE_PATH=third_party/commonservices/server/httpproxy +SCRIPT=../httpproxy/app.js +EXT_PKG_FILES=httpproxy diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 120000 index 0000000..a1e0e92 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/ecosystem.config.js \ No newline at end of file diff --git a/httpproxy b/httpproxy new file mode 120000 index 0000000..ae84400 --- /dev/null +++ b/httpproxy @@ -0,0 +1 @@ +third_party/commonservices/server/httpproxy \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..c70949a --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..42c0943 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_nodejs/restart.sh \ No newline at end of file diff --git a/third_party/commonservices b/third_party/commonservices new file mode 160000 index 0000000..8a1410c --- /dev/null +++ b/third_party/commonservices @@ -0,0 +1 @@ +Subproject commit 8a1410c25c9e80a2acaccee187c49cc1f6d6e372 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..4271f11 --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 4271f11e34170b0cbab207d28d6d47093b5b8538