blob: 63a7d9ceda8d47a31a7d8265ed21f9421b4cb1b8 [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: 'node12'
main: 'dist/index.js'