Commit Graph

60 Commits

Author SHA1 Message Date
Bernhard B
a6b5c566a4 Merge pull request #525 from jneidel/link-to-signal-cli-to-file
Add a link to signal-cli-to-file
2024-05-29 19:00:28 +02:00
Jonathan Neidel
c14916f43b Update READMEs clients and libraries table 2024-05-28 18:53:47 +02:00
Jaan Lı 李 PhD
1032a08162 Fix README.md
Fix:

without this flag, get this error:

```
~$ mkdir $HOME/.local/share/signal-api
mkdir: cannot create directory ‘/home/ubuntu/.local/share/signal-api’: No such file or directory
```
2024-05-12 13:52:03 -04:00
vorwd
e6a6373ed9 Update README.md
included mkdir at line 25
2024-04-28 22:03:48 +10:00
vorwd
b54ea16756 Update README.md
aligned initial docker example with the docker example starting at line 73.  

/home/user/signal-api:/home/.local/share/signal-cli

Having two different file paths (naming signal-api vs signal-cli) was confusing me when I was setting this up and thought it could impact others as well.
2024-04-27 15:50:25 +10:00
Jonathan Neidel
2c741b7366 Link to signal-cli-to-file 2024-04-26 22:00:06 +02:00
Bernhard B
1380b8ebce Merge pull request #400 from testwill/typo
fix: regularly typo
2023-08-31 19:30:00 +02:00
guangwu
936e1c3dd8 fix: regularly typo 2023-08-31 09:55:18 +08:00
developersteve
53d6f52f57 Update README.md
added details about the port env var being set
2023-08-24 21:02:13 +10:00
Bernhard B
11da8f867d Update README.md
* added link to blog post from @asad-awadia
2023-04-28 21:07:06 +02:00
Florian Hotze
de74224ff1 Update README.md
Remove my shell client from the README
2022-11-21 19:08:25 +01:00
Bernhard B
f411b558a8 made swagger ip configurable
* the swagger ip used in the interactive examples is now configurable.

see #225
2022-03-04 21:18:36 +01:00
Bernhard B
42200cb582 documented advanced settings
see #216
2022-02-23 18:56:38 +01:00
Steffen Tilsch
7aac294c69 fixed typos 2022-02-21 23:12:37 +01:00
Benjamin Schmid
358813d1ab doc(README): add a qickstart tutorial 2022-02-05 11:07:18 +01:00
Benjamin Schmid
9e8487857a doc(README): explain & overhaul mode documentation 2022-02-05 10:39:49 +01:00
René Filip
68be914dd0 add signalbot python package 2021-11-14 16:27:14 +01:00
Lars K.W. Gohlke
923a7916f4 fix code example 2021-10-19 20:32:34 +02:00
Bernhard B
b2efd2f12a Update README.md 2021-10-18 18:19:57 +02:00
Bernhard B
81f07fecb8 updated README.md with json-rpc documentation 2021-10-18 18:11:00 +02:00
Bernhard B
2a0347eea2 added more sanity checks + restructured code a bit 2021-09-11 23:03:01 +02:00
Bernhard B
1dcc3da1ec Update README.md 2021-06-17 20:27:26 +02:00
Bernhard B
229bd3affa Update README.md 2021-05-22 11:42:18 +02:00
Bernhard B
2b979093cb Update README.md 2021-05-22 11:41:56 +02:00
Florian Hotze
6dc7147d35 Update README.md 2021-05-15 22:08:59 +02:00
Florian Hotze
1caf7778d5 Update README.md
Changed link to my shell client
2021-05-15 20:55:49 +02:00
Bernhard B
f50eed204a Update README.md 2021-05-14 09:10:25 +02:00
Bernhard B
8f85705f38 Update README.md 2021-05-14 09:07:06 +02:00
Bernhard B
77ea5778d0 Update README.md 2021-05-14 09:06:33 +02:00
Bernhard B
bae773b16c Update README.md 2021-05-14 08:58:04 +02:00
Bernhard B
d80d3ef25b added clients and libraries to README.md 2021-05-14 08:57:26 +02:00
Bernhard B
8525f6b364 improved README
see #129
2021-05-11 18:43:25 +02:00
Bernhard B
887eff056b Added "AUTO_RECEIVE_SCHEDULE" parameter to docker-compose.yml file
* signal-cli recommends to call "receive" on a regular basis. In case
  "receive" is not already called periodically by the user application,
  add the option to invoke it at a specific schedule from within the
  docker container.

  The "AUTO_RECEIVE_SCHEDULE" parameter takes a cron schedule expression
  and calls "receive" at the given time.

see #129
2021-05-11 18:35:24 +02:00
Bernhard B
f02e32b98e improved README 2021-02-23 20:54:55 +01:00
Bernhard B
e5b0e817b1 improved documentation 2021-02-19 22:25:00 +01:00
Bernhard B
445cff9516 Update README.md 2021-01-27 18:21:15 +01:00
Bernhard B
443c83bbfc Update README.md 2021-01-27 18:20:59 +01:00
D. Domig
78df7d3abc Fix markdownlint issues 2021-01-16 17:44:34 +01:00
Bernhard B
8130e516e6 added documentation for update profile REST API request 2021-01-15 21:37:47 +01:00
Bernhard B
9d7f365497 Update README.md 2020-09-21 20:29:29 +02:00
Bernhard B
3b69572992 Update README.md 2020-07-10 22:06:36 +02:00
Bernhard B
bba1230803 Update README.md 2020-07-03 17:52:25 +02:00
Bernhard B
63b772c14c fixed small typo in README 2020-06-28 17:58:43 +02:00
Danijel Fischer
458974dd7c Change URI for linking device
Change the logic from having a POST which will create a unique id and return it
then have to create a QR code out of it, to a direct GET end point which will
return the QR code directly.
2020-06-23 14:09:56 +02:00
Danijel Fischer
b06dd9afb4 Add endpoint for QR Code generation 2020-06-13 13:16:23 +02:00
Danijel Stojnic
303d54335a Update README.md
Add link a device example to README
2020-06-12 00:29:03 +02:00
Bernhard B
a2eb69127d reworked groups support 2020-04-25 10:29:59 +02:00
Bernhard B
602843a6ed improved groups support 2020-04-11 20:31:27 +02:00
Bernhard B
7ef4038ed3 updated README
* added support for groups to README
2020-04-05 11:50:46 +02:00
Bernhard B
b77c7c8b43 added functionality to receive messages
see #8
2020-02-01 14:06:27 +01:00