From eb9c5f7d7ac23140c0c455c85738f1c6c1bb0dc6 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Wed, 12 Jan 2022 19:01:58 -0800 Subject: Added Request Baskets --- public/v4/apps/request-baskets.yml | 26 ++++++++++++++++++++++++++ public/v4/logos/request-baskets.png | Bin 0 -> 44573 bytes 2 files changed, 26 insertions(+) create mode 100644 public/v4/apps/request-baskets.yml create mode 100644 public/v4/logos/request-baskets.png diff --git a/public/v4/apps/request-baskets.yml b/public/v4/apps/request-baskets.yml new file mode 100644 index 0000000..0f6d464 --- /dev/null +++ b/public/v4/apps/request-baskets.yml @@ -0,0 +1,26 @@ +captainVersion: 4 +services: + $$cap_appname: + image: darklynx/request-baskets:$$cap_version + caproverExtra: + containerHttpPort: '55555' +caproverOneClickApp: + variables: + - id: $$cap_version + label: Request Baskets Version Tag + description: Check out their Docker page for the valid tags https://hub.docker.com/r/darklynx/request-baskets/tags/ + defaultValue: 'v1.1.0' + validRegex: /^([^\s^\/])+$/ + instructions: + start: >- + Request Baskets is a web service to collect arbitrary HTTP requests and inspect them via RESTful API or simple web UI. + + It is strongly inspired by ideas and application design of the RequestHub project and reproduces functionality offered by RequestBin service. + + end: >- + Request Baskets is deployed and available as $$cap_appname. Note that by default this app is holding all requests in memory, hence, it will lose the requests once restarted. + + displayName: Request Baskets + isOfficial: true + description: Request Baskets is a web service to collect arbitrary HTTP requests, similar to RequestBin or Webhook.site + documentation: Taken from https://github.com/darklynx/request-baskets/ diff --git a/public/v4/logos/request-baskets.png b/public/v4/logos/request-baskets.png new file mode 100644 index 0000000..84a9f60 Binary files /dev/null and b/public/v4/logos/request-baskets.png differ -- cgit v1.2.3