Przeglądaj źródła

postmoogle: add noowner and federation

pull/2043/head
Aine 4 lat temu
rodzic
commit
0a734a609a
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 34969C908CCA2804
2 zmienionych plików z 8 dodań i 0 usunięć
  1. +6
    -0
      roles/matrix-bot-postmoogle/defaults/main.yml
  2. +2
    -0
      roles/matrix-bot-postmoogle/templates/env.j2

+ 6
- 0
roles/matrix-bot-postmoogle/defaults/main.yml Wyświetl plik

@@ -78,6 +78,12 @@ matrix_bot_postmoogle_prefix: '!pm'
# Max email size in megabytes, including attachments
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

# Sentry DSN
matrix_bot_postmoogle_sentry: ''



+ 2
- 0
roles/matrix-bot-postmoogle/templates/env.j2 Wyświetl plik

@@ -10,5 +10,7 @@ POSTMOOGLE_MAXSIZE={{ matrix_bot_postmoogle_maxsize }}
POSTMOOGLE_SENTRY={{ matrix_bot_postmoogle_sentry }}
POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
POSTMOOGLE_NOOWNER={{ matrix_bot_postmoogle_noowner }}
POSTMOOGLE_FEDERATION={{ matrix_bot_postmoogle_federation }}

{{ matrix_bot_postmoogle_environment_variables_extension }}

Ładowanie…
Anuluj
Zapisz