Sebastian Wagner

Results 24 comments of Sebastian Wagner
trafficstars

Tests are failing: ``` ================================================================================================================= FAILURES ================================================================================================================== ________________________________________________________________________________________________ TestOpenPhishCommercialParserBot.test_event ________________________________________________________________________________________________ self = def test_event(self): self.run_bot() > self.assertMessageEqual(0, OUTPUT_1) intelmq/tests/bots/parsers/openphish/test_parser_commercial.py:100: _ _ _ _ _ _ _ _ _ _ _...

> * `im.vector.web.settings` That does not exist any more, but this could work: - Open devtools (go to a room, and run `/devtools` in chat) - Go to *Other* >...

https://matrix-org.github.io/synapse/latest/reverse_proxy.html contains configuration examples for different programs, but they are inconsistent. .well-known is missing in the Apache and nginx examples. https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri contains a configuration example, but only for nginx and...

> You don't appear to be suggesting we change this, though? Correct, In my message I made you aware of the difference, I did not make a suggestion. > Why...

The nginx section now contains the exact copy of what is in https://matrix-org.github.io/synapse/latest/setup/installation.html#client-well-known-uri for nginx and for apache2 I changed it to static files and a full example for the...

> @wagner-intevation Maybe change the issue title also to "default homeserver". Oops, that was a typo on my side and I didn't realize it until now. Thanks for the pointer....

> Docker is no option for me. I used Docker only for building the app. Instead you can also use these commands directly on your host machine: ``` yarn --network-timeout=100000...

It looks like PUBLIC_URL is the culprit: ``` ``` defined in the docker-compose.yml as: ``` args: - PUBLIC_URL="/synapse-admin" ```

- Is it a bug in the documentation (README and docker-compose) of synapse-admin, that the arg must not be enclosed in quotation marks, - or is it a bug in...

Thanks for the feedback, I've created a PR to clarify the docs