Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 62d1b13c9 Minor improvements to the Postgres-upgrade tasks by Slavi Pantaleev 2018-05-29 11:23:17 +0300
  • 2fa4ced6a Add support information by Slavi Pantaleev 2018-05-29 09:58:36 +0300
  • 339016511 Document the Docker images being used by Slavi Pantaleev 2018-05-29 09:48:53 +0300
  • 8d774db3b Indicate that Ubuntu Bionic (18.04) is not supported yet by Slavi Pantaleev 2018-05-29 09:25:30 +0300
  • 752792982 Update README to reflect recent changes by Slavi Pantaleev 2018-05-28 20:53:02 +0300
  • d107ab254 Add support for upgrading Postgres by Slavi Pantaleev 2018-05-28 20:40:42 +0300
  • cbee084ac Use Postgres 10.x by default (only for new installs) by Slavi Pantaleev 2018-05-28 14:47:09 +0300
  • f1b4730e8 Update Docker images by Slavi Pantaleev 2018-05-26 12:25:05 +0300
  • b3e62126d Switch Docker image to official one by Slavi Pantaleev 2018-05-25 21:58:53 +0300
  • 3af3ef48f Make .log.config modifications respect whitespace by Slavi Pantaleev 2018-05-25 13:15:17 +0300
  • 67a98e51d Make the riot-web container run without root privileges by Slavi Pantaleev 2018-05-14 14:31:43 +0300
  • bd580d3b9 Update dependencies by Slavi Pantaleev 2018-05-14 14:31:00 +0300
  • a367172b6 Update dependencies by Slavi Pantaleev 2018-04-28 13:38:44 +0300
  • 7de11261b Update Docker images by Slavi Pantaleev 2018-04-11 18:51:32 +0200
  • af54d60b0 Update Docker images by Slavi Pantaleev 2018-04-03 18:49:05 +0300
  • 5d9ddd162 Update Docker images by Slavi Pantaleev 2018-03-16 10:22:09 +0200
  • efc78fb9d Switch from s3fs to Goofys by Slavi Pantaleev 2018-02-20 21:36:08 +0200
  • db686c3f8 Update dependencies by Slavi Pantaleev 2018-02-13 23:17:56 +0200
  • edd97d33c Fix README instructions typo about Ansible host_vars by Slavi Pantaleev 2018-01-17 15:57:01 +0200
  • bfca91ac1 Switch Matrix Docker images (silviof -> AVENTER-UG) by Slavi Pantaleev 2018-01-10 22:11:32 +0200
  • 4e0949928 Fix typo by Slavi Pantaleev 2018-01-10 12:10:56 +0200
  • 534f78f9d Update Docker image versions by Slavi Pantaleev 2017-12-07 22:53:43 +0200
  • d14ef08d5 Fix SSL certificate renewal for the custom-proxy-server case by Slavi Pantaleev 2017-12-01 12:07:27 +0100
  • f476e49e6 Make SSL renewal time configurable and nginx-proxy reload time adequate by Slavi Pantaleev 2017-11-11 10:38:38 +0200
  • 57e4f12ad Add support for using a pre-configured Macaroon secret key by Slavi Pantaleev 2017-10-24 15:29:19 +0900
  • dd5cabf65 Make /matrix owned by matrix:matrix by Slavi Pantaleev 2017-10-24 13:01:11 +0900
  • 19e191f0b Do not assign Docker container name for certificate renewal by Slavi Pantaleev 2017-10-16 08:42:27 +0300
  • 1c2d59ae9 Stop using patched synapse_port_db script by Slavi Pantaleev 2017-10-04 20:10:18 +0300
  • 7133418dc Fix README omission related to S3 setup by Slavi Pantaleev 2017-10-14 09:55:09 +0300
  • 767b321f6 Do not mount certain Docker volumes as read-write unnecessarily by Slavi Pantaleev 2017-10-01 11:36:30 +0300
  • 2906ec304 Fix SSL-renewal problem caused by incorrect permissions by Slavi Pantaleev 2017-10-01 11:26:20 +0300
  • 3a5f82267 Do not use Let's Encrypt certificate for Synapse's federation port by Slavi Pantaleev 2017-09-23 15:08:54 +0300
  • 6962bfcc4 Add support for not taking over a server (no matrix-nginx-proxy) and disabling Riot by Slavi Pantaleev 2017-09-12 12:41:44 +0300
  • b3a869873 Update README by Slavi Pantaleev 2017-09-12 00:37:18 +0300
  • cb323f5b4 Move SSL certificates from /etc/pki/acmetool-certs to /matrix/ssl by Slavi Pantaleev 2017-09-11 23:50:14 +0300
  • ded7c274f Add support for Debian (9+) and Ubuntu (16.04+) by Slavi Pantaleev 2017-09-11 23:24:05 +0300
  • 13ab9eb23 Do not touch hostname and timezone by Slavi Pantaleev 2017-09-11 22:55:05 +0300
  • 7c049be11 Update postgres and nginx by Slavi Pantaleev 2017-09-11 22:16:51 +0300
  • f422e379c Do not try to start postgres when it's external by Slavi Pantaleev 2017-09-11 00:58:22 +0300
  • ab1a9fd87 Add support for using an external PostgreSQL server by Slavi Pantaleev 2017-09-08 16:53:24 +0300
  • f6be25a6a Fix idempotency problem when getting rid of S3 setup by Slavi Pantaleev 2017-09-08 16:34:40 +0300
  • ac5919269 Do not leave containers behind after matrix-postgres-cli usage by Slavi Pantaleev 2017-09-08 14:18:12 +0300
  • 49e5dad86 Do not do the S3 setup so early by Slavi Pantaleev 2017-09-08 10:50:31 +0300
  • 0f43abb91 Do not assume /usr/local/bin is always on the PATH by Slavi Pantaleev 2017-09-08 10:47:12 +0300
  • 9c68b057b Add support for storing Matrix Synapse's media_store to Amazon S3 by Slavi Pantaleev 2017-09-07 18:26:41 +0300
  • 9b97ab6a9 Do not wastefully preserve owner/group when importing media store files by Slavi Pantaleev 2017-09-07 12:27:32 +0300
  • 0f723c957 Ensure media store files are owned by the correct user/group after importing (recursively) by Slavi Pantaleev 2017-09-07 12:24:04 +0300
  • a6760f446 Ensure media store files are owned by the correct user/group after importing by Slavi Pantaleev 2017-09-07 12:23:22 +0300
  • ea91ef7fb Move media_store & logs out of /data. Allow logging to be configured by Slavi Pantaleev 2017-09-07 12:12:31 +0300
  • 2bb8bb96d Add support for configuring max_upload_size by Slavi Pantaleev 2017-08-30 12:07:03 +0300
  • b046052ae Switch from playbook vars to role defaults by Slavi Pantaleev 2017-08-30 12:00:47 +0300
  • ce3c31eb4 Adjust x_forwarded setting for the plain (8008) port by Slavi Pantaleev 2017-08-12 18:32:24 +0300
  • 1cd227b69 Increase max body size for the nginx proxy by Slavi Pantaleev 2017-08-12 15:39:21 +0300
  • 887d14884 Do not generate a new Matrix Synapse config, if one already exists by Slavi Pantaleev 2017-08-12 11:06:57 +0300
  • 7d74dced2 Disable TURN for guests and enable URL previews by Slavi Pantaleev 2017-08-12 10:36:34 +0300
  • fc3386dff Fix matrix-synapse-register-user for when the non-admin case by Slavi Pantaleev 2017-08-11 08:21:34 +0300
  • b074030d5 Fix problem detecting matrix-nginx-proxy state when it is not installed by Slavi Pantaleev 2017-08-08 14:31:01 +0300
  • 02bdb7c7b Ensure firewalld is installed and Docker launcher after firewalld by Slavi Pantaleev 2017-08-08 14:29:14 +0300
  • 91bb06e4b Update README by Slavi Pantaleev 2017-08-06 19:21:18 +0300
  • a3ecb7bfd Add http->http redirection for Matrix/Riot by Slavi Pantaleev 2017-08-06 19:10:50 +0300
  • 0d1a2071d Ensure playbook works if running at SSL-renewal time by Slavi Pantaleev 2017-08-06 18:40:16 +0300
  • 13eaee246 Enable TURN support and UDP for STUN by Slavi Pantaleev 2017-08-06 18:26:06 +0300
  • 7b980525a Fix README anchors by Slavi Pantaleev 2017-08-01 12:36:54 +0300
  • 81077e6cd Allow regular users to be created as well (not only admins) by Slavi Pantaleev 2017-08-01 11:11:29 +0300
  • 87f5883f2 Initial commit by Slavi Pantaleev 2017-07-31 23:07:30 +0300