Helder Ferreira

Results 10 comments of Helder Ferreira

Do you consider github actions?

What about the install process in docker? As the package is not installed on the official synapse docker image, there is an alternative or a PR to the official docker...

Hey, An example of mine using traefik: ``` matrix: container_name: matrix image: matrixdotorg/dendrite-monolith:latest labels: - "traefik.enable=true" - "traefik.http.routers.matrix.rule=Host(`matrix.wounn.xyz`) || PathPrefix(`/_matrix`)" - "traefik.http.routers.matrix.entrypoints=websecure" - "traefik.http.routers.matrix.tls.certresolver=myresolver" - "traefik.http.routers.matrix.middlewares=corsMatrix@file" # - "traefik.http.services.matrix.loadbalancer.server.port=8008" #...

The SSL is handled on traefik and all the clients are using https. This means that all the traefik between traefik and dendrite is http but they are on the...

HTTPS (port 443) -> traefik (handles SSL) -> dendrite (Port 8008)

@plague-doctor there you have it: ```yaml http: middlewares: corsMatrix: headers: accessControlAllowMethods: - GET - POST - PUT - DELETE - OPTIONS accessControlAllowOriginList: - "*" accessControlAllowHeaders: - Origin - X-Requested-With -...

Hey, I've talked with @speatzle and we narrowed it down to when at least 1 double pupeting enable. AFAIK when double pupeting is enable only one room is created and...

Are you allowing contributions on this issue?

![image](https://user-images.githubusercontent.com/18551619/29324894-a12b34d4-81dd-11e7-9ee3-2c07536f176c.png) The only error that i'm getting is that, but i can't tell from witch server there is...