소스 검색

postmoogle: remove noowner and federation

pull/2074/head
Aine 3 년 전
부모
커밋
cc57af9126
No known key found for this signature in database GPG 키 ID: 34969C908CCA2804
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. +0
    -6
      roles/matrix-bot-postmoogle/defaults/main.yml
  2. +0
    -2
      roles/matrix-bot-postmoogle/templates/env.j2

+ 0
- 6
roles/matrix-bot-postmoogle/defaults/main.yml 파일 보기

@@ -78,12 +78,6 @@ matrix_bot_postmoogle_prefix: '!pm'
# Max email size in megabytes, including attachments # Max email size in megabytes, including attachments
matrix_bot_postmoogle_maxsize: '1024' matrix_bot_postmoogle_maxsize: '1024'


# Allow room settings changes by any room participant
matrix_bot_postmoogle_noowner: false

# Allow Postmoogle use by users over federation
matrix_bot_postmoogle_federation: false

# A list of whitelisted users allowed to use the bridge. # A list of whitelisted users allowed to use the bridge.
# If not defined, everyone is allowed. # If not defined, everyone is allowed.
# Example set of rules: # Example set of rules:


+ 0
- 2
roles/matrix-bot-postmoogle/templates/env.j2 파일 보기

@@ -10,8 +10,6 @@ POSTMOOGLE_MAXSIZE={{ matrix_bot_postmoogle_maxsize }}
POSTMOOGLE_SENTRY={{ matrix_bot_postmoogle_sentry }} POSTMOOGLE_SENTRY={{ matrix_bot_postmoogle_sentry }}
POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }} POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }} POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
POSTMOOGLE_NOOWNER={{ matrix_bot_postmoogle_noowner }}
POSTMOOGLE_FEDERATION={{ matrix_bot_postmoogle_federation }}
POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | join(' ') }} POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | join(' ') }}
POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }} POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }}




불러오는 중...
취소
저장