communication: prep syn2mas migrate (bcrypt, disable guests)
This commit is contained in:
parent
bbd3815f25
commit
c4931c381c
@ -37,6 +37,9 @@ data:
|
|||||||
|
|
||||||
passwords:
|
passwords:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
schemes:
|
||||||
|
- version: 1
|
||||||
|
algorithm: bcrypt
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
kind: synapse
|
kind: synapse
|
||||||
|
|||||||
@ -2,14 +2,14 @@
|
|||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: mas-syn2mas-migrate-v3
|
name: mas-syn2mas-migrate-v4
|
||||||
namespace: communication
|
namespace: communication
|
||||||
spec:
|
spec:
|
||||||
backoffLimit: 0
|
backoffLimit: 0
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: mas-syn2mas-migrate-v3
|
app: mas-syn2mas-migrate-v4
|
||||||
spec:
|
spec:
|
||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
|
|||||||
@ -331,7 +331,7 @@ data:
|
|||||||
|
|
||||||
## Extra config ##
|
## Extra config ##
|
||||||
|
|
||||||
allow_guest_access: true
|
allow_guest_access: false
|
||||||
allow_public_rooms_without_auth: true
|
allow_public_rooms_without_auth: true
|
||||||
auto_join_rooms:
|
auto_join_rooms:
|
||||||
- "#othrys:live.bstein.dev"
|
- "#othrys:live.bstein.dev"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user