You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Describe the bug
When I try to run the bot to get alert from aletmanager to matrix room I get the following errors.
To Reproduce
Steps to reproduce the behavior:
I am using this config file with docker container.
Also I have alertmanager config as below.
Expected behavior
Alerts should be sent to matrix room
Additional context
config is in data/config.yaml
Run below command to run bot in container
docker run -d --name gonebbot -p 4050:4050 -v /root/goneb/data:/data -e "BASE_URL=http://x.x.x.x:4050" -e "CONFIG_FILE=/data/config.yaml" matrixdotorg/go-neb
The text was updated successfully, but these errors were encountered: