Commit Graph
3 Commits
Author SHA1 Message Date
Thore Cimbal 893fe32976 fix: pass explicit --draupnir-config path (v3.x dropped auto-discovery)
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s
Confirmed by extracting dist/config.js from the actual image - v3.x's
getConfigPath() only checks --draupnir-config/--mjolnir-config CLI
flags, no longer NODE_CONFIG_DIR/node-config auto-discovery.
2026-07-29 08:52:57 +02:00
Thore Cimbal d31cc19fab fix: pin Draupnir to v3.1.0 instead of v2.9.0
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s
initialManager's automatic management-room creation (no manual room
setup needed) only works on v3.1.0+ - v2.9.0 crashed on first startup
trying to join a room that was never created.
2026-07-29 08:50:13 +02:00
Thore Cimbal 7f42a456eb feat: deploy Draupnir moderation bot (Issue #18)
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s
Bot account registered via mas-cli, compatibility token issued and
stored via sops. Adds an explicit NetworkPolicy allow-rule since
Draupnir needs to reach Synapse's client-server API in-namespace,
which the existing default-deny policy would otherwise silently block.
2026-07-29 08:47:07 +02:00