Quellcode durchsuchen

postmoogle: add admins

pull/2073/head
Aine vor 3 Jahren
Ursprung
Commit
4185f98f30
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 34969C908CCA2804
2 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. +9
    -0
      roles/matrix-bot-postmoogle/defaults/main.yml
  2. +1
    -0
      roles/matrix-bot-postmoogle/templates/env.j2

+ 9
- 0
roles/matrix-bot-postmoogle/defaults/main.yml Datei anzeigen

@@ -93,6 +93,15 @@ matrix_bot_postmoogle_federation: false
# - @*:another.com
matrix_bot_postmoogle_users: []

# A list of admins
# Example set of rules:
# - @someone:example.com
# - @another:example.com
# - @bot.*:example.com
# - @*:another.com
matrix_bot_postmoogle_admins:
- "{{ matrix_admin }}"

# Sentry DSN
matrix_bot_postmoogle_sentry: ''



+ 1
- 0
roles/matrix-bot-postmoogle/templates/env.j2 Datei anzeigen

@@ -13,5 +13,6 @@ POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
POSTMOOGLE_NOOWNER={{ matrix_bot_postmoogle_noowner }}
POSTMOOGLE_FEDERATION={{ matrix_bot_postmoogle_federation }}
POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | default('') | join(' ') }}
POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_users | default('') | join(' ') }}

{{ matrix_bot_postmoogle_environment_variables_extension }}

Laden…
Abbrechen
Speichern