fix: no hardcoded secrets

This commit is contained in:
cellarspoon
2021-12-13 12:16:23 +01:00
parent 6727434db5
commit 68d73bd4e7
6 changed files with 29 additions and 3 deletions

View File

@ -4,4 +4,8 @@
# default user permissions for the synapse user
chown 991:991 /data
if [[ ! -f /data/{{ env "DOMAIN" }}.signing.key ]]; then
/start.py generate
fi
/start.py