more config warnings

This commit is contained in:
midas@devnull 2025-06-18 09:26:50 +02:00
parent 20fc92cd79
commit 3c43ae7da0

View file

@ -386,6 +386,8 @@ To get started we need a basic config file: please use the template provided (ex
Update your config file with the invite link you created earlier and set the name to your group name
**The config file MUST be named config.yml and MUST be in the same folder as the chatDB_* files that MUST be mounted in the alerter container at /alerterconfig**
[user@devnode:~]$ vi config.yml
[user@devnode:~]$ cat config.yml
alert_groups:
@ -395,8 +397,11 @@ Update your config file with the invite link you created earlier and set the nam
##### Start the alerter
Run the container
sudo docker run -v $(pwd):/alerterconfig -p 127.0.0.1:7898:7898 --rm simplex-alerter
[user@devnode:~]$ ls
chatDB_agent.db chatDB_chat.db config.yml
[user@devnode:~]$ sudo docker run -v $(pwd):/alerterconfig -p 127.0.0.1:7898:7898 --rm simplex-alerter
It will connect to the simplex-chat client we started earlier. You can check the metrics to make sure it's running by checking the metrics page