47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Found a bug? Tell us and help us improve
|
|
title: ''
|
|
labels: a:bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Can the issue be reproduced with the latest available release? (y/n)**
|
|
|
|
**Which one is the environment gotify server is running in?**
|
|
- [ ] Docker
|
|
- [ ] Linux machine
|
|
- [ ] Windows machine
|
|
<details><summary>Docker startup command or config file here (please mask sensitive information)</summary><br>
|
|
|
|
```
|
|
|
|
```
|
|
</details>
|
|
|
|
**Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)**
|
|
- [ ] None
|
|
- [ ] Nginx
|
|
- [ ] Apache
|
|
- [ ] Caddy
|
|
<details><summary>Reverse proxy configuration (please mask sensitive information)</summary><br>
|
|
|
|
```
|
|
|
|
```
|
|
</details>
|
|
|
|
**On which client do you experience problems? (Select as many as you can see)**
|
|
- [ ] WebUI
|
|
- [ ] gotify-cli
|
|
- [ ] Android Client <!-- (Please open the issue in gotify/android instead if it is only related to the android client) -->
|
|
- [ ] 3rd-party API call (Please include your code)
|
|
|
|
|
|
**What did you do?**
|
|
|
|
**What did you expect to see?**
|
|
|
|
**What did you see instead? (Include screenshots, android logcat/request dumps if possible)**
|