mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
47 lines
509 B
Markdown
Executable File
47 lines
509 B
Markdown
Executable File
---
|
|
name: I have an issue
|
|
about: Describe this issue template's purpose here.
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the issue**
|
|
|
|
|
|
**Paste last few lines from `pialert.log`**
|
|
|
|
```
|
|
|
|
paste here
|
|
|
|
```
|
|
|
|
**Paste your `pialert.conf` (remove personal info)**
|
|
|
|
```
|
|
|
|
paste here
|
|
|
|
```
|
|
|
|
**Paste your `docker-compose.yml` and `.env` (remove personal info)**
|
|
|
|
`docker-compose.yml`
|
|
```
|
|
|
|
paste here
|
|
|
|
```
|
|
|
|
|
|
`.env`
|
|
```
|
|
|
|
paste here
|
|
|
|
```
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|