fix(core): Removed GitLab CI configuration and updated npm, gitzone settings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"npmdocker": {
|
||||
"baseImage": "hosttoday/ht-docker-node:npmci",
|
||||
"baseImage": "host.today/ht-docker-node:npmci",
|
||||
"command": "echo \"inside docker now\"",
|
||||
"dockerSock": true
|
||||
},
|
||||
@@ -18,11 +18,23 @@
|
||||
"projectType": "service",
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "servezone/private",
|
||||
"gitscope": "serve.zone",
|
||||
"gitrepo": "coretraffic",
|
||||
"shortDescription": "route traffic within your docker setup. TypeScript ready.",
|
||||
"npmPackagename": "@servezone_private/coretraffic",
|
||||
"license": "UNLICENSED"
|
||||
"npmPackagename": "@serve.zone/coretraffic",
|
||||
"license": "MIT",
|
||||
"description": "CoreTraffic is a TypeScript-based solution for routing and managing network traffic within a Docker setup, featuring SSL redirection and Coreflow integration for real-time configuration updates.",
|
||||
"keywords": [
|
||||
"traffic management",
|
||||
"Docker",
|
||||
"TypeScript",
|
||||
"routing",
|
||||
"network proxy",
|
||||
"SSL redirection",
|
||||
"Coreflow",
|
||||
"real-time updates",
|
||||
"task management"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user