summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2021-08-11 17:33:56 -0700
committerKasra Bigdeli <[email protected]>2021-08-11 17:33:56 -0700
commit4963f3450059deac7d9f8f0eaa103d22fb217e4c (patch)
tree106235e438ecb8856eb24c2c89e9208f7ca1daea
parentd2795facab0a1d7a1985a9a31d355dafcf5cc898 (diff)
downloadcaprover-one-click-apps-4963f3450059deac7d9f8f0eaa103d22fb217e4c.tar.gz
caprover-one-click-apps-4963f3450059deac7d9f8f0eaa103d22fb217e4c.zip
Added Dozzle
-rw-r--r--public/v4/apps/dozzle.yml36
-rw-r--r--public/v4/logos/dozzle.pngbin0 -> 8214 bytes
2 files changed, 36 insertions, 0 deletions
diff --git a/public/v4/apps/dozzle.yml b/public/v4/apps/dozzle.yml
new file mode 100644
index 0000000..ed15246
--- /dev/null
+++ b/public/v4/apps/dozzle.yml
@@ -0,0 +1,36 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: amir20/dozzle:$$cap_version
+ volumes:
+ - /var/run/docker.sock:/var/run/docker.sock
+ environment:
+ DOZZLE_USERNAME: $$cap_username
+ DOZZLE_PASSWORD: $$cap_password
+ DOZZLE_KEY: $$cap_gen_random_hex(16)
+ caproverExtra:
+ containerHttpPort: '8080'
+caproverOneClickApp:
+ variables:
+ - id: $$cap_version
+ label: Version Tag
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/amir20/dozzle/tags?page=1&ordering=last_updated
+ defaultValue: 'v3.7.1'
+ - id: $$cap_username
+ label: Username
+ defaultValue: 'admin'
+ - id: $$cap_password
+ label: Password
+ defaultValue: $$cap_gen_random_hex(16)
+ instructions:
+ start: |-
+ Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn’t store any log files. It is for live monitoring of your container logs only.
+ Dozzle should work for most. It has been tested with hundreds of containers. However, it doesn't support offline searching. Products like Loggly, Papertrail or Kibana are more suited for full search capabilities.
+
+ More details: https://github.com/amir20/dozzle
+
+ end: Make sure to enable HTTPS before accessing this app! Dozzle is deployed and available as $$cap_appname.
+ displayName: Dozzle
+ isOfficial: true
+ description: Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn’t store any log files. It is for live monitoring of your container logs only.
+ documentation: Taken from https://github.com/amir20/dozzle
diff --git a/public/v4/logos/dozzle.png b/public/v4/logos/dozzle.png
new file mode 100644
index 0000000..0a7ec9d
--- /dev/null
+++ b/public/v4/logos/dozzle.png
Binary files differ