Compare commits

..

3 Commits

Author SHA1 Message Date
d4c858fa2e chore: publish 3.5.0+v1.81.0 release 2023-04-11 16:28:05 +02:00
39a47a2515 chore: publish 3.4.0+v1.80.0 release 2023-04-02 14:25:02 +02:00
6e556c8b2d fix: put smtp password in quotes 2023-03-05 12:05:26 +01:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
export DISCORD_BRIDGE_YAML_VERSION=v2
export ENTRYPOINT_CONF_VERSION=v1
export HOMESERVER_YAML_VERSION=v18
export HOMESERVER_YAML_VERSION=v19
export LOG_CONFIG_VERSION=v2
export SHARED_SECRET_AUTH_VERSION=v1
export SIGNAL_BRIDGE_YAML_VERSION=v4

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "matrixdotorg/synapse:v1.78.0"
image: "matrixdotorg/synapse:v1.81.0"
volumes:
- "data:/data"
depends_on:
@ -61,7 +61,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.3.0+v1.78.0"
- "coop-cloud.${STACK_NAME}.version=3.5.0+v1.81.0"
db:
image: postgres:13-alpine

0
foo.yaml Normal file
View File

View File

@ -685,7 +685,7 @@ email:
# authentication is attempted.
#
smtp_user: {{ env "SMTP_USER" }}
smtp_pass: {{ secret "smtp_password" }}
smtp_pass: "{{ secret "smtp_password" }}"
# Uncomment the following to require TLS transport security for SMTP.
# By default, Synapse will connect over plain text, and will then switch to