This commit is contained in:
aozhiwei 2022-04-19 22:43:58 +08:00
parent e9e0fe4d83
commit 6304782bff
9 changed files with 17 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -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

1
boundle.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_nodejs/boundle.sh

4
common.sh Normal file
View File

@ -0,0 +1,4 @@
PROJECT_NAME=httpproxy
SOURCE_PATH=third_party/commonservices/server/httpproxy
SCRIPT=../httpproxy/app.js
EXT_PKG_FILES=httpproxy

1
ecosystem.config.js Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_nodejs/ecosystem.config.js

1
httpproxy Symbolic link
View File

@ -0,0 +1 @@
third_party/commonservices/server/httpproxy

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_nodejs/reload.sh

1
restart.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_nodejs/restart.sh

1
third_party/commonservices vendored Submodule

@ -0,0 +1 @@
Subproject commit 8a1410c25c9e80a2acaccee187c49cc1f6d6e372

1
third_party/tools vendored Submodule

@ -0,0 +1 @@
Subproject commit 4271f11e34170b0cbab207d28d6d47093b5b8538