We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shoutrrr/pkg/services/mattermost/mattermost.go
Line 51 in 3c77fd5
Currently matttermost connections are not able to specify the port, this results in problems with my internal network.
WATCHTOWER_NOTIFICATION_URL: mattermost://10.10.10.10:8065/token results in:
WATCHTOWER_NOTIFICATION_URL: mattermost://10.10.10.10:8065/token
time="2024-07-26T08:58:26Z" level=error msg="Failed to send shoutrrr notification" error="Post \"https://10.10.10.10/hooks/eamqadeyqiyepc1jwsgy9o5zje\": dial tcp 10.10.10.10:443: connect: connection refused" index=0 notify=no service=mattermost
The text was updated successfully, but these errors were encountered:
No branches or pull requests
shoutrrr/pkg/services/mattermost/mattermost.go
Line 51 in 3c77fd5
Currently matttermost connections are not able to specify the port, this results in problems with my internal network.
WATCHTOWER_NOTIFICATION_URL: mattermost://10.10.10.10:8065/token
results in:The text was updated successfully, but these errors were encountered: