blob: 0b6bfb737dc74e419e839eecdee77aa6c9592e22 [file] [log] [blame]
name: 'HTTP Cache Proxy'
description: 'Run HTTP Cache Proxy'
branding:
icon: 'box'
color: gray-dark
inputs:
port:
description: 'Port to run on'
required: false
default: '12321'
runs:
using: 'node20'
main: 'dist/index.js'