Skip to content

Commit 25c07e0

Browse files
authored
Dozzle (#305)
* add dozzle * add the necessary port of dozzle
1 parent 2aadb24 commit 25c07e0

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

docs/installation/components/dozzle.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In a SeaTable context, it simplifies troubleshooting by aggregating logs from al
2323

2424
This guide explains how to install **Dozzle** on your SeaTable server.
2525

26-
#### Change the .env file
26+
### Change the .env file
2727

2828
As with other additional components, first add `dozzle.yml` to the `COMPOSE_FILE` variable in your `.env` file.
2929

@@ -33,7 +33,7 @@ Copy and paste (:material-content-copy:) the following command into your termina
3333
sed -i "s/COMPOSE_FILE='\(.*\)'/COMPOSE_FILE='\1,dozzle.yml'/" /opt/seatable-compose/.env
3434
```
3535

36-
## Create a dozzle admin login
36+
### Create a dozzle admin login
3737

3838
Dozzle requires you to create login credentials. Use the command line tool `pwgen` to create a secure password for your *dozzle admin account*.
3939

@@ -53,11 +53,15 @@ Alternatively, you can change the command and adapt it to your needs.
5353

5454
Instead, choose a **long password** using uppercase, lowercase, and digits to ensure both compatibility and security.
5555

56-
#### Start Dozzle
56+
### Start Dozzle
5757

5858
To start **Dozzle** for the first time, run:
5959

6060
```
6161
cd /opt/seatable-compose && \
6262
docker compose up -d
63-
```
63+
```
64+
65+
## Next steps
66+
67+
After startup, **Dozzle** is accessible at `https://<your-seatable-server-hostname>:6241`.

docs/installation/deployment-approach.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ This is the list of ports that the components use. You only have to open them if
6666
- Whiteboard (tldraw): 6239
6767
- Report Design (seadoc): 6240
6868
- Gatus Monitoring: 6220
69+
- Dozzle Log Viewer: 6241
6970

7071
## Separate server or subdomain
7172

0 commit comments

Comments
 (0)