49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
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": {
|
|
"schemaVersion": 2,
|
|
"projectType": "service",
|
|
"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"
|
|
]
|
|
},
|
|
"release": {
|
|
"targets": {
|
|
"git": {
|
|
"enabled": true,
|
|
"remote": "origin"
|
|
},
|
|
"npm": {
|
|
"enabled": false
|
|
},
|
|
"docker": {
|
|
"enabled": true,
|
|
"engine": "tsdocker",
|
|
"patterns": []
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|