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