From c2d99290a85d3548a7b37d138b04ceacc6f5be8a Mon Sep 17 00:00:00 2001 From: lemoer Date: Sun, 29 Dec 2024 00:49:25 +0100 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 774831d..6a9e4f6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ docker compose up -d In the beginning, this will only start the `signal-cli-rest-api` docker container. The other container will fail, since the `signal-cli` is not linked to the account. If you already activated the phone number with another signal device, you can register the new device. -Join the docker do this: +Join the docker: ``` docker exec -it lab-signal-bot-signal-cli-rest-api-1 /bin/bash ``` @@ -44,6 +44,8 @@ Restart docker container: docker restart lab-signal-bot-signal-cli-rest-api-1 ``` +### Configure lab_cleaning_signal_base_group + From host, list signal groups: ``` python list_signal_groups.py --api-url http://localhost:8080/ -i @@ -59,6 +61,8 @@ Rebuild containers: docker compose up --build -d ``` +### Prepare host access (outside of docker) + Change the ownership of the db, such that the host user 1000 can write it: ``` sudo chown -R 1000 data/ @@ -71,7 +75,7 @@ pip -m venv venv pip install -r requirements.txt ``` -### Creating a task +## Creating a task Create a task: ```