Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/installation/components/dozzle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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*.

Expand All @@ -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
```
```

## Next steps

After startup, **Dozzle** is accessible at `https://<your-seatable-server-hostname>:6241`.
1 change: 1 addition & 0 deletions docs/installation/deployment-approach.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down