32 lines
895 B
JSON
32 lines
895 B
JSON
|
|
{
|
||
|
|
"@git.zone/tsdocker": {
|
||
|
|
"registries": ["code.foss.global"],
|
||
|
|
"registryRepoMap": {
|
||
|
|
"code.foss.global": "host.today/ht-docker-smartproxy"
|
||
|
|
},
|
||
|
|
"platforms": ["linux/amd64", "linux/arm64"],
|
||
|
|
"testDir": "./test"
|
||
|
|
},
|
||
|
|
"@git.zone/cli": {
|
||
|
|
"projectType": "docker-image",
|
||
|
|
"module": {
|
||
|
|
"githost": "code.foss.global",
|
||
|
|
"gitscope": "host.today",
|
||
|
|
"gitrepo": "ht-docker-smartproxy",
|
||
|
|
"shortDescription": "Docker image for the Rust-backed SmartProxy daemon",
|
||
|
|
"npmPackagename": "@host.today/ht-docker-smartproxy",
|
||
|
|
"license": "MIT",
|
||
|
|
"description": "A multi-architecture Docker image that runs @push.rocks/smartproxy as a managed daemon with an HTTP admin API.",
|
||
|
|
"keywords": [
|
||
|
|
"Docker",
|
||
|
|
"SmartProxy",
|
||
|
|
"reverse proxy",
|
||
|
|
"TLS",
|
||
|
|
"Rust",
|
||
|
|
"Node.js",
|
||
|
|
"multi-arch"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|