Commit graph

308 commits

Author SHA1 Message Date
Daniel García Moreno
7bc54f37df Renamed Guillotine project to Fractal 2017-11-01 11:52:37 +01:00
f0x52
51d0181106 Neo update 2017-10-23 21:00:19 +02:00
Matthew Hodgson
a02658c4ac use valid JSON in example 2017-10-23 19:49:47 +01:00
Paul Tötterman
fb59fb6153 Update status of console projects 2017-10-20 13:52:05 +03:00
Richard van der Hoff
68b8192d86 Merge pull request #1001 from turt2live/travis/projects-q3-2017
Synchronize the projects I work on with matrix-doc
2017-10-19 10:43:24 +01:00
Matthew Hodgson
b2bb7747dc readd hangouts-bridge with right url 2017-10-15 23:33:19 +01:00
Richard van der Hoff
926d7bb2ae Remove broken link to hangouts bridge
Fixes https://github.com/matrix-org/matrix-doc/issues/1005
2017-10-15 23:22:05 +01:00
Marcel
2dbd6bbdc7 Add Morpheus as Client (#1020) 2017-10-15 22:33:30 +01:00
tijder
4ed19ef8be Create 2017-10-12-SmsMatrix.md (#1018) 2017-10-12 23:29:04 +01:00
Matthew Hodgson
7e85a21dd0 Merge pull request #1012 from maxidor/master
Update mxisd description
2017-10-07 23:53:44 +01:00
Max Dor
9b1470cefe Update mxisd description 2017-10-07 18:55:26 +02:00
Charly C
78f9edcb7c fix liberapay links in FAQ 2017-09-26 19:38:14 +02:00
Richard van der Hoff
d80a0192cd Merge pull request #990 from koma-im/master
add new client Koma to the projects page
2017-09-26 14:46:39 +01:00
Richard van der Hoff
f651717bb9 Merge branch 'rav/projects-guillotine' 2017-09-26 14:39:27 +01:00
Richard van der Hoff
bbb072a160 Reword guillotine description 2017-09-26 14:38:52 +01:00
Travis Ralston
9769781d90 Delete 2017-09-15-matrix-welcome-back-bot.md
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-24 23:30:11 -06:00
Travis Ralston
04d9da273b Delete 2017-07-31-matrix-alias-bot.md
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-24 23:30:02 -06:00
Travis Ralston
0884b53118 Add matrix-welcome-back-bot
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-18 14:40:19 -06:00
Travis Ralston
12bb8d62f8 Add matrix-appservice-twilio
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-18 14:40:11 -06:00
Travis Ralston
98294cab0d Add matrix-alias-bot
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-18 14:40:04 -06:00
Travis Ralston
f7c1574c91 Add matrix-appservice-webhooks
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-18 14:39:58 -06:00
Travis Ralston
13b2799f76 Add matrix-wishlist
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-18 14:39:51 -06:00
Travis Ralston
c102f7921a Add matrix-dimension
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-18 14:39:45 -06:00
Travis Ralston
a4a3ad29d4 Update instagram bridge
Signed-off-by: Travis Ralston <travpc@gmail.com>
2017-09-18 14:39:38 -06:00
Richard van der Hoff
a42d3011b7 Hopefully, fix some bullet lists in projects pages
... because why would markdown be consistent?
2017-09-17 17:29:40 +01:00
Max Dor
6ee9a8c964 Update matrix-appservice-email info 2017-09-17 01:37:56 +02:00
Max Dor
e978384d4b Update mxisd project description 2017-09-16 14:12:55 +02:00
Max Sandholm
43a880be50 Add godot-matrix to the list of SDKs 2017-09-13 17:19:23 +03:00
Matthew Hodgson
414ef70592 update corp details & XMPP FAQ 2017-09-10 20:26:40 +01:00
komatr
f89eabdb39 add new client Koma to the projects page 2017-09-06 09:43:09 +00:00
Travis Ralston
06f996c5d1 Document one-way bridging (#921) 2017-08-31 10:06:49 +01:00
strixaluco
5e8e8bfcf7 Add Guillotine project 2017-08-31 16:59:03 +08:00
Alexey Murz Korepov
19288b7759 Add matterbridge to list of Matrix bridges (#974) 2017-08-22 07:00:13 +01:00
Matthew Hodgson
c934e3207a fix archlinux url 2017-08-20 10:51:40 +01:00
Michael Telatynski
c501f03065 add matrix-static to Try-Matrix-Now 2017-08-09 18:21:19 +01:00
lub
93271a8f3e fix link for certbot 2017-08-08 15:21:08 +02:00
lub
9933aee091 remove note to copy cert+key
see feb4ae84ba for explanation
2017-08-08 11:39:53 +02:00
lub
ae8c6179f5 change binary to certbot
out of the certbot/certbot README.rst:

> Until May 2016, Certbot was named simply letsencrypt or letsencrypt-auto, depending on install method. Instructions on the Internet, and some pieces of the software, may still refer to this older name.
2017-08-05 11:47:56 +00:00
lub
464f5cdff3 recommend ``renew`` for renewal
settings for renewal are stored in /etc/letsencrypt/renewal/<domain>.conf - it is not necessary to specify them every time
2017-08-05 11:45:10 +00:00
lub
feb4ae84ba use symlinks instead of copy
Let's Encrypt creates symlink to the current keys+certs in /etc/letsencrypt/live/

It isn't very useful to copy the link targets, because they rotate with every renewal (max every 90 days, optimally every 60 days). Per default the files (key+cert) have owner root:root and 0644, which should be sufficient for synapse to read.
2017-08-05 10:53:51 +00:00
Richard van der Hoff
299b60970b Merge pull request #918 from shawnanastasio/master
supporting-docs/projects: Add matrix-pollbot
2017-08-02 14:37:26 +01:00
Michael Telatynski
a9d9f58229 fix react-sdk link 2017-08-02 14:12:33 +01:00
Kitsune Ral
112ba5566e Fixed typo and other polishing 2017-07-24 11:51:04 +09:00
Paul Tötterman
94ded5fff7 Don't give false hope about up-to-date docs 2017-07-19 11:19:09 +03:00
Kegsay
e641897d88 Merge pull request #930 from matrix-org/leonerd/circle
Remove Net::Async::Matrix client; expand Circle entry
2017-07-05 16:34:58 +01:00
turt2live
6423901ce3 Use consistent labels for project statuses 2017-07-03 16:08:55 -06:00
turt2live
54760ad0dd Add rocket-sheep 2017-07-03 16:08:22 -06:00
turt2live
847730109f Add matrix-embedded-federation 2017-07-03 16:02:50 -06:00
turt2live
9d396242d3 Add matrix-topic-bot 2017-07-03 15:57:41 -06:00
Richard van der Hoff
1f12d9114c Riot project: improve readability 2017-07-03 12:20:12 +01:00