Compare commits
2 Commits
d9e8adf59d
...
b162e54d3f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b162e54d3f | ||
|
|
1c29b1343c |
@@ -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,
|
||||||
|
|||||||
2
start.sh
2
start.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user