mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/opsec-blogposts.git
synced 2025-07-02 11:56:40 +00:00
more config warnings
This commit is contained in:
parent
20fc92cd79
commit
3c43ae7da0
1 changed files with 6 additions and 1 deletions
|
@ -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
|
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:~]$ vi config.yml
|
||||||
[user@devnode:~]$ cat config.yml
|
[user@devnode:~]$ cat config.yml
|
||||||
alert_groups:
|
alert_groups:
|
||||||
|
@ -396,7 +398,10 @@ Update your config file with the invite link you created earlier and set the nam
|
||||||
|
|
||||||
Run the container
|
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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue