From 4963f3450059deac7d9f8f0eaa103d22fb217e4c Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Wed, 11 Aug 2021 17:33:56 -0700 Subject: Added Dozzle --- public/v4/apps/dozzle.yml | 36 ++++++++++++++++++++++++++++++++++++ public/v4/logos/dozzle.png | Bin 0 -> 8214 bytes 2 files changed, 36 insertions(+) create mode 100644 public/v4/apps/dozzle.yml create mode 100644 public/v4/logos/dozzle.png 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 Binary files /dev/null and b/public/v4/logos/dozzle.png differ -- cgit v1.2.3