communication: prep syn2mas migrate (bcrypt, disable guests)
This commit is contained in:
parent
bbd3815f25
commit
c4931c381c
@ -37,6 +37,9 @@ data:
|
||||
|
||||
passwords:
|
||||
enabled: true
|
||||
schemes:
|
||||
- version: 1
|
||||
algorithm: bcrypt
|
||||
|
||||
matrix:
|
||||
kind: synapse
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user