mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-17 13:58:19 +00:00
add dendrite
This commit is contained in:
13
dendrite/entrypoint.sh
Executable file
13
dendrite/entrypoint.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -f /usr/local/etc/dendrite.yaml ]; then
|
||||
cp /usr/local/share/dendrite-config.yaml /usr/local/etc/dendrite.yaml
|
||||
fi
|
||||
|
||||
if [ ! -f /usr/local/etc/matrix_key.pem ]; then
|
||||
/usr/local/bin/generate-keys --private-key /usr/local/etc/matrix_key.pem
|
||||
fi
|
||||
|
||||
/usr/local/bin/dendrite-monolith-server --config /usr/local/etc/dendrite.yaml
|
||||
|
||||
|
Reference in New Issue
Block a user