Closed JokerGermany closed 3 years ago
The Problem occours, when you use a own webserver.
Look which user your webserver use.
For nginx e.G. it's in the nginx.conf
user www-data;
Then add this user to the matrix group:
usermod -a -G matrix www-data
Matrix Server - Ubuntu Server 18.04 Ansible - Ubuntu Mate 20.04 The Server is behind a Router IPv4+IPv6
Because i am using nextcloud, i use a separate nginx Server which includes the files from
/matrix/nginx-proxy/conf.d/*.conf
When I try to use federation with tchncs.de: When i invite a user from my Server: The room is created with the title Inviting j...@j...
When i invite a user from tchncs.de:
Error Federation tester:
I don't understand why the tester expect XXX.dynv6.net for the port 8448
vars.yml:
/matrix/nginx-proxy/conf.d/matrix-base-domain.conf
/matrix/nginx-proxy/conf.d/matrix-domain.conf
If you need more informations, let me know.