feat: encryption by default

See #22.
This commit is contained in:
decentral1se 2022-04-03 19:25:19 +02:00
parent bca2a983c0
commit 005ce43f61
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
4 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,8 @@ ENABLE_3PID_LOOKUP=true
USER_IPS_MAX_AGE=1d
ENCRYPTED_BY_DEFAULT=all
#ENABLE_ALLOWLIST=1
#FEDERATION_ALLOWLIST="[]"

View File

@ -1,3 +1,3 @@
export ENTRYPOINT_CONF_VERSION=v1
export HOMESERVER_YAML_VERSION=v6
export HOMESERVER_YAML_VERSION=v7
export LOG_CONFIG_VERSION=v2

View File

@ -12,6 +12,7 @@ services:
- macaroon_secret_key
- form_secret
environment:
- ENCRYPTED_BY_DEFAULT
- AUTO_JOIN_ROOM
- AUTO_JOIN_ROOM_ENABLED
- DISABLE_FEDERATION

View File

@ -2316,7 +2316,7 @@ push:
# Note that this option will only affect rooms created after it is set. It
# will also not affect rooms created by other servers.
#
#encryption_enabled_by_default_for_room_type: invite
encryption_enabled_by_default_for_room_type: {{ env "ENCRYPTED_BY_DEFAULT" }}
# Uncomment to allow non-server-admin users to create groups on this server