tweaks
This commit is contained in:
parent
43e581f079
commit
812c44be63
4 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM matrixdotorg/dendrite-monolith:v0.13.3
|
||||
|
||||
RUN apk --update --no-cache add envsubst tini
|
||||
RUN apk --update --no-cache add envsubst tini postgresql-client
|
||||
|
||||
COPY dendrite.in.yaml /etc/dendrite/
|
||||
COPY docker-entrypoint.sh /
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
* file upload/download
|
||||
* 3pid/email/requestToken untrusted server '' thirdpid config of phone and email failing
|
||||
* video/voice calls
|
||||
https://landchad.net/coturn/
|
||||
https://landchad.net/dendrite/
|
||||
|
|
|
@ -108,7 +108,7 @@ global:
|
|||
trusted_third_party_id_servers:
|
||||
- matrix.org
|
||||
- vector.im
|
||||
- burd.me
|
||||
- matrix.burd.me
|
||||
|
||||
# Disables federation. Dendrite will not be able to communicate with other servers
|
||||
# in the Matrix federation and the federation API will not be exposed.
|
||||
|
@ -340,7 +340,7 @@ sync_api:
|
|||
# This option controls which HTTP header to inspect to find the real remote IP
|
||||
# address of the client. This is likely required if Dendrite is running behind
|
||||
# a reverse proxy server.
|
||||
# real_ip_header: X-Real-IP
|
||||
real_ip_header: X-Client-IP
|
||||
|
||||
# Configuration for the full-text search engine.
|
||||
search:
|
||||
|
|
|
@ -5,6 +5,7 @@ pkgs.mkShell {
|
|||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
ripgrep
|
||||
envsubst
|
||||
postgresql
|
||||
];
|
||||
DOCKER_BUILDKIT = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue