feat: add SmartProxy Docker image
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"@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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user