■admin 추가
synapse-admin:
container_name: synapse-admin
hostname: synapse-admin
image: awesometechnologies/synapse-admin:latest
ports:
- "8080:80"
■E2EE
참고 사이트 https://github.com/digitalentity/matrix_encryption_disabler
GitHub - digitalentity/matrix_encryption_disabler
Contribute to digitalentity/matrix_encryption_disabler development by creating an account on GitHub.
github.com
homeserver.yaml 추가
patch_power_levels : true # 1
m.room.power_levels : 150 # 2 두줄은 밑에거 해보고 안되면 추가
modules:
- module: "matrix_e2ee_filter.EncryptedRoomFilter"
config:
deny_encryption_for_users_of: ['도메인 이름']
deny_encryption_for_rooms_of: ['도메인 이름']
방 만들어서 아래 문구가 올라오면 E2EE 적용
'Opensource' 카테고리의 다른 글
Matrix Synapse RDS postgre 연동 (0) | 2023.09.04 |
---|---|
thumbor s3 내부 버킷 정책(VPC 앤드포인트) (0) | 2023.08.07 |
Apache + php + CodeIgniter4 (0) | 2023.06.22 |
Matrix Synapse 구성 (채팅 서버)(껍데기만) (0) | 2023.06.14 |
Prometheus node_exporter 설치 (0) | 2023.06.02 |