Compare commits

..

2 Commits

Author SHA1 Message Date
Your Name
b162e54d3f Bump version to 1.124.7 2025-12-01 09:17:32 -06:00
Your Name
1c29b1343c Regenerate MAS config on every start 2025-12-01 09:16:54 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md", "changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication", "tagline": "Secure & decentralized communication",
"version": "1.124.6", "version": "1.124.7",
"upstreamVersion": "1.143.0", "upstreamVersion": "1.143.0",
"healthCheckPath": "/", "healthCheckPath": "/",
"httpPort": 8008, "httpPort": 8008,

View File

@@ -162,7 +162,7 @@ if [[ -n "${CLOUDRON_TURN_SERVER:-}" ]]; then
yq eval -i ".turn_shared_secret=\"${CLOUDRON_TURN_SECRET}\"" /app/data/configs/homeserver.yaml yq eval -i ".turn_shared_secret=\"${CLOUDRON_TURN_SECRET}\"" /app/data/configs/homeserver.yaml
fi fi
if [[ -f "${MAS_CONFIG_TEMPLATE}" && ! -f "${MAS_CONFIG_OUTPUT}" ]]; then if [[ -f "${MAS_CONFIG_TEMPLATE}" ]]; then
python3 - <<'PY' python3 - <<'PY'
import os import os
from pathlib import Path from pathlib import Path