From 3c43ae7da0fd57978bc01d91da17f3f8c5588098 Mon Sep 17 00:00:00 2001 From: "midas@devnull" Date: Wed, 18 Jun 2025 09:26:50 +0200 Subject: [PATCH] more config warnings --- simplexalerts/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/simplexalerts/index.md b/simplexalerts/index.md index 07c2672..06a92ed 100644 --- a/simplexalerts/index.md +++ b/simplexalerts/index.md @@ -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