Added Dozzle

This commit is contained in:
Kasra Bigdeli 2021-08-11 17:33:56 -07:00
parent d2795facab
commit 4963f34500
2 changed files with 36 additions and 0 deletions

36
public/v4/apps/dozzle.yml Normal file
View File

@ -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 doesnt 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 doesnt store any log files. It is for live monitoring of your container logs only.
documentation: Taken from https://github.com/amir20/dozzle

BIN
public/v4/logos/dozzle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB