Fix all integrations
This commit is contained in:
@@ -35,11 +35,16 @@ XMPP_USER_DOMAIN=example.com
|
||||
XMPP_PORT=8888
|
||||
# Auto-generated if empty by Prosody startup helpers.
|
||||
XMPP_SECRET=
|
||||
# XEP-0363 upload service (used by clients + relay attachment upload).
|
||||
XMPP_UPLOAD_SERVICE=example.com
|
||||
# Optional legacy alias consumed by app fallback:
|
||||
# XMPP_UPLOAD_JID=upload.example.com
|
||||
XMPP_UPLOAD_BASE_URL=https://share.example.com/file_share
|
||||
# Directory for OMEMO key storage. Defaults to <BASE_DIR>/xmpp_omemo_data if unset.
|
||||
# XMPP_OMEMO_DATA_DIR=./.podman/gia_xmpp_omemo_data
|
||||
|
||||
# Optional Prosody container storage/config paths used by utilities/prosody/manage_prosody_container.sh
|
||||
PROSODY_IMAGE=docker.io/prosody/prosody:latest
|
||||
PROSODY_IMAGE=docker.io/prosody/prosody:trunk
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user