From 8f0cb24246a19f25f1865109730939ea64dbab2b Mon Sep 17 00:00:00 2001 From: LUXEY Adrien Date: Fri, 29 Jan 2021 10:56:42 +0100 Subject: added zinz.dev static auth secret declaration --- app/im/secrets/chat/coturn/static_auth_secret_zinzdev | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/im/secrets/chat/coturn/static_auth_secret_zinzdev (limited to 'app') diff --git a/app/im/secrets/chat/coturn/static_auth_secret_zinzdev b/app/im/secrets/chat/coturn/static_auth_secret_zinzdev new file mode 100644 index 0000000..c61486d --- /dev/null +++ b/app/im/secrets/chat/coturn/static_auth_secret_zinzdev @@ -0,0 +1 @@ +USER Serveur coturn (TURN/STUN) d'Adrien, c'est un jeton d'identification. \ No newline at end of file -- cgit v1.2.3 From d286da23d8c9754f38dd2cf38a107e233218219c Mon Sep 17 00:00:00 2001 From: LUXEY Adrien Date: Fri, 29 Jan 2021 11:53:03 +0100 Subject: pushed Synapse and Element-web to latest version, and rewrote the OP guide a bit --- app/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 717e8ce..9f50c26 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -14,16 +14,16 @@ services: context: ./im/build/riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.7.16 - image: superboum/amd64_riotweb:v19 + VERSION: 1.7.18 + image: particallydone/amd64_riotweb:v20 synapse: build: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.25.0 - image: superboum/amd64_synapse:v40 + VERSION: 1.26.0 + image: particallydone/amd64_synapse:v41 # Email sogo: -- cgit v1.2.3 From 24dcc096958799745a51abe06e2fe1712aaba940 Mon Sep 17 00:00:00 2001 From: LUXEY Adrien Date: Fri, 29 Jan 2021 12:11:43 +0100 Subject: Upgraded Synapse and Element-web on cluster's nomad, and the OP guide --- app/im/deploy/im.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index c9591e6..48181b7 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -15,7 +15,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v40" + image = "particallydone/amd64_synapse:v41" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -220,7 +220,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v19" + image = "particallydone/amd64_riotweb:v20" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" -- cgit v1.2.3