diff --git a/docs/installation/components/dozzle.md b/docs/installation/components/dozzle.md index 1f5efffbb..d4e312aae 100644 --- a/docs/installation/components/dozzle.md +++ b/docs/installation/components/dozzle.md @@ -23,7 +23,7 @@ In a SeaTable context, it simplifies troubleshooting by aggregating logs from al This guide explains how to install **Dozzle** on your SeaTable server. -#### Change the .env file +### Change the .env file As with other additional components, first add `dozzle.yml` to the `COMPOSE_FILE` variable in your `.env` file. @@ -33,7 +33,7 @@ Copy and paste (:material-content-copy:) the following command into your termina sed -i "s/COMPOSE_FILE='\(.*\)'/COMPOSE_FILE='\1,dozzle.yml'/" /opt/seatable-compose/.env ``` -## Create a dozzle admin login +### Create a dozzle admin login Dozzle requires you to create login credentials. Use the command line tool `pwgen` to create a secure password for your *dozzle admin account*. @@ -53,11 +53,15 @@ Alternatively, you can change the command and adapt it to your needs. Instead, choose a **long password** using uppercase, lowercase, and digits to ensure both compatibility and security. -#### Start Dozzle +### Start Dozzle To start **Dozzle** for the first time, run: ``` cd /opt/seatable-compose && \ docker compose up -d -``` \ No newline at end of file +``` + +## Next steps + +After startup, **Dozzle** is accessible at `https://:6241`. diff --git a/docs/installation/deployment-approach.md b/docs/installation/deployment-approach.md index 2c05811d0..555f3c633 100644 --- a/docs/installation/deployment-approach.md +++ b/docs/installation/deployment-approach.md @@ -66,6 +66,7 @@ This is the list of ports that the components use. You only have to open them if - Whiteboard (tldraw): 6239 - Report Design (seadoc): 6240 - Gatus Monitoring: 6220 +- Dozzle Log Viewer: 6241 ## Separate server or subdomain