communication: prep syn2mas migrate (bcrypt, disable guests)

This commit is contained in:
Brad Stein 2025-12-31 18:27:04 -03:00
parent bbd3815f25
commit c4931c381c
3 changed files with 6 additions and 3 deletions

View File

@ -37,6 +37,9 @@ data:
passwords:
enabled: true
schemes:
- version: 1
algorithm: bcrypt
matrix:
kind: synapse

View File

@ -2,14 +2,14 @@
apiVersion: batch/v1
kind: Job
metadata:
name: mas-syn2mas-migrate-v3
name: mas-syn2mas-migrate-v4
namespace: communication
spec:
backoffLimit: 0
template:
metadata:
labels:
app: mas-syn2mas-migrate-v3
app: mas-syn2mas-migrate-v4
spec:
enableServiceLinks: false
restartPolicy: Never

View File

@ -331,7 +331,7 @@ data:
## Extra config ##
allow_guest_access: true
allow_guest_access: false
allow_public_rooms_without_auth: true
auto_join_rooms:
- "#othrys:live.bstein.dev"