feat: add SmartProxy Docker image
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "ht-docker-smartproxy",
|
||||
"version": "1.0.0",
|
||||
"description": "Multi-architecture Docker image for the Rust-backed SmartProxy daemon.",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "tsdocker build",
|
||||
"build:daemon": "tsbuild",
|
||||
"test": "pnpm build:daemon && node dist_ts/daemon.js --check",
|
||||
"release:docker": "tsdocker push --verbose"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "ssh://code.foss.global:29419/host.today/ht-docker-smartproxy.git"
|
||||
},
|
||||
"author": "Task Venture Capital GmbH",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"Docker",
|
||||
"SmartProxy",
|
||||
"reverse proxy",
|
||||
"TLS",
|
||||
"Rust",
|
||||
"Node.js",
|
||||
"multi-arch"
|
||||
],
|
||||
"dependencies": {
|
||||
"@push.rocks/smartproxy": "^27.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^4.4.0",
|
||||
"@git.zone/tsdocker": "^2.1.0",
|
||||
"@types/node": "^25.5.0",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
||||
}
|
||||
Reference in New Issue
Block a user