40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"npmdocker": {
|
|
"baseImage": "host.today/ht-docker-node:npmci",
|
|
"command": "echo \"inside docker now\"",
|
|
"dockerSock": true
|
|
},
|
|
"npmci": {
|
|
"npmGlobalTools": [],
|
|
"npmRegistryUrl": "verdaccio.lossless.one",
|
|
"dockerRegistryRepoMap": {
|
|
"registry.gitlab.com": "losslessone/services/servezone/coretraffic"
|
|
},
|
|
"dockerBuildargEnvMap": {
|
|
"NPMCI_TOKEN_NPM2": "NPMCI_TOKEN_NPM2"
|
|
}
|
|
},
|
|
"gitzone": {
|
|
"projectType": "service",
|
|
"module": {
|
|
"githost": "gitlab.com",
|
|
"gitscope": "serve.zone",
|
|
"gitrepo": "coretraffic",
|
|
"shortDescription": "route traffic within your docker setup. TypeScript ready.",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |