summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2022-01-12 19:01:58 -0800
committerKasra Bigdeli <[email protected]>2022-01-12 19:01:58 -0800
commiteb9c5f7d7ac23140c0c455c85738f1c6c1bb0dc6 (patch)
treeed40247afe5b7318ab4abcc9045c20dc76b654dc
parentec813453c6282375d6c944fc1e1154090a8b39de (diff)
downloadcaprover-one-click-apps-eb9c5f7d7ac23140c0c455c85738f1c6c1bb0dc6.tar.gz
caprover-one-click-apps-eb9c5f7d7ac23140c0c455c85738f1c6c1bb0dc6.zip
Added Request Baskets
-rw-r--r--public/v4/apps/request-baskets.yml26
-rw-r--r--public/v4/logos/request-baskets.pngbin0 -> 44573 bytes
2 files changed, 26 insertions, 0 deletions
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
--- /dev/null
+++ b/public/v4/logos/request-baskets.png
Binary files differ