Add a meowlnir-whoami diagnostic script to matrix-bot-meowlnir

Asks the homeserver who Meowlnir's appservice token belongs to.
A 401 (M_UNKNOWN_TOKEN) response means the homeserver is running
without Meowlnir's appservice registration, which is the usual cause
of Meowlnir's "Failed to connect to homeserver" log messages.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Slavi Pantaleev
2026-08-17 09:03:23 +03:00
co-authored by Claude Fable 5
parent 74e50df931
commit c57e8fde84
4 changed files with 39 additions and 0 deletions
@@ -89,6 +89,7 @@
- meowlnir-api
- meowlnir-bots
- meowlnir-create-management-room
- meowlnir-whoami
- name: Ensure matrix-bot-meowlnir container network is created
when: matrix_bot_meowlnir_container_network != 'host'