docs: Add 1 and update 4 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 38s

This commit is contained in:
Your Name
2025-09-20 10:11:14 +12:00
parent 70585358b8
commit fb02cbd0e8
5 changed files with 66 additions and 9 deletions

View File

@@ -12,7 +12,8 @@ sudo sysctl -w vm.max_map_count=262144
2. **Configure**
Edit `config/service.env`:
- Set `SERVER_PUBLICBASEURL` to your actual server URL
- Change `ELASTIC_PASSWORD` from default
- Set `KIBANA_USERNAME` to your preferred username
- Change `KIBANA_USER_PASSWORD` from default
3. **Install**
```bash
@@ -28,8 +29,8 @@ dropshell install logserver
5. **Access Kibana**
- URL: `http://<server-ip>:5601`
- User: `elastic`
- Password: Set in `service.env` (ELASTIC_PASSWORD)
- Username: Set in `service.env` (KIBANA_USERNAME, default: `admin`)
- Password: Set in `service.env` (KIBANA_USER_PASSWORD)
## Ports
- `5601` - Kibana Web UI