feat: add SmartProxy Docker image

This commit is contained in:
2026-04-28 20:26:17 +00:00
commit 83e483f29c
13 changed files with 5430 additions and 0 deletions
+31
View File
@@ -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"
]
}
}
}