Procházet zdrojové kódy

Run matrix-bot-meowlnir after the homeserver roles

Unlike the other bots, Meowlnir's ensure-matrix-users-created tasks
may need to restart the homeserver so that it picks up Meowlnir's
appservice registration. That only helps once the homeserver's
configuration has been brought up to date by its own role, so the
meowlnir role must come after it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
create-pull-request/i18n
Slavi Pantaleev před 1 dnem
rodič
revize
e5957ccc63
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      setup.yml

+ 4
- 1
setup.yml Zobrazit soubor

@@ -89,7 +89,6 @@
- custom/matrix-bot-honoroit
- custom/matrix-bot-mjolnir
- custom/matrix-bot-draupnir
- custom/matrix-bot-meowlnir
- custom/matrix-cactus-comments
- custom/matrix-cactus-comments-client
- custom/matrix-matrixto
@@ -100,6 +99,10 @@
- custom/matrix-conduit
- custom/matrix-continuwuity
- custom/matrix-tuwunel
# Meowlnir deliberately runs after the homeserver roles, unlike the other bots.
# Its `ensure-matrix-users-created` tasks may need to restart the homeserver so that it picks up Meowlnir's appservice registration,
# which only helps once the homeserver's configuration has been brought up to date by its own role.
- custom/matrix-bot-meowlnir
- custom/matrix-ketesa
- custom/matrix-synapse-usage-exporter
- galaxy/prometheus_nginxlog_exporter


Načítá se…
Zrušit
Uložit