-
-
Notifications
You must be signed in to change notification settings - Fork 796
Closed
Labels
a:bugSomething isn't workingSomething isn't working
Description
Can the issue be reproduced with the latest available release? (y/n)
Y
Which one is the environment gotify server is running in?
- Docker
- Linux machine
- Windows machine
Docker startup command or config file here (please mask sensitive information)
version: "3.8"
services:
gotify:
image: gotify/server:latest
container_name: gotify
ports:
- "177:177"
volumes:
- gotify_data:/app/data
environment:
- GOTIFY_SERVER_PORT=177
- GOTIFY_SERVER_SSL_ENABLED=false
- GOTIFY_SERVER_SSL_REDIRECT=false
restart: unless-stopped
volumes:
gotify_data:
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)
tried both with and without reverse proxy same result
- None
- Nginx - using nginx-proxy-manager
- Apache
- Caddy
Reverse proxy configuration (please mask sensitive information)
On which client do you experience problems? (Select as many as you can see)
- WebUI
- gotify-cli
- Android Client
- 3rd-party API call (Please include your code)
What did you do?
curl --location 'myURL/message' \
--header 'X-Gotify-Key: KEY' \
--header 'Content-Type: application/json' \
--data '{
"message": "**Update!** was successfully finished.",
"priority": 7,
"title": "Hello notification"
}'
What did you expect to see?
What did you see instead? (Include screenshots, android logcat/request dumps if possible)
Normal rendered markdown
Metadata
Metadata
Assignees
Labels
a:bugSomething isn't workingSomething isn't working




