Lightweight containerized prosody tooling + moved auth scripts + xmpp reconnect/auth stabilization

This commit is contained in:
2026-03-05 02:18:12 +00:00
parent 0718a06c19
commit 2140c5facf
69 changed files with 3767 additions and 144 deletions

View File

@@ -22,3 +22,19 @@ REGISTRATION_OPEN=0
OPERATION=uwsgi
BILLING_ENABLED=0
COMPOSE_WS_ENABLED=true
EVENT_LEDGER_DUAL_WRITE=true
CAPABILITY_ENFORCEMENT_ENABLED=true
TRACE_PROPAGATION_ENABLED=true
EVENT_PRIMARY_WRITE_PATH=false
# XMPP component bridge (UR -> Prosody)
XMPP_ADDRESS=127.0.0.1
XMPP_JID=jews.example.com
XMPP_PORT=8888
XMPP_SECRET=
# Optional Prosody container storage/config paths used by utilities/prosody/manage_prosody_container.sh
QUADLET_PROSODY_CONFIG_FILE=./utilities/prosody/prosody.cfg.lua
QUADLET_PROSODY_CERTS_DIR=./.podman/gia_prosody_certs
QUADLET_PROSODY_DATA_DIR=./.podman/gia_prosody_data
QUADLET_PROSODY_LOGS_DIR=./.podman/gia_prosody_logs