mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
47 lines
798 B
Markdown
Executable File
47 lines
798 B
Markdown
Executable File
---
|
|
name: I have an issue
|
|
about: Describe this issue template's purpose here.
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Describe the issue
|
|
|
|
> When submitting an issue ❗[enable debug](https://github.com/jokob-sk/Pi.Alert/blob/main/docs/DEBUG_TIPS.md)❗ and [have a look at the docs](https://github.com/jokob-sk/Pi.Alert/tree/main/docs)
|
|
|
|
[describe your issue]
|
|
|
|
## 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.]
|
|
|
|
## Paste last few lines from `pialert.log`
|
|
|
|
> You can use `tail -100 /home/pi/pialert/front/log/pialert.log`
|
|
|
|
```bash
|
|
|
|
# paste code below
|