Matrix - synapse

Hi David,

You can try:

If you translate it to English, I can put it on my site.

If you have any problem, just ask and I will help you.

Michel-André

EDIT: The link was there, but it got remove somehow:

Umm, I think the link is missing if you were going to post one?

Salut @David_Beauchamp

https://www.micronator.org/affaires/produit/nethserver-701-cahier-01_matrix-synapse/.

Michel-André

EDIT: I tried the link on post #119 with TOR and it is working:

I tried the link in post 119 too, it works. @David_Beauchamp, you can try to clear your browser cache.

Boutique Micronator <m______a_____@micronator.org>
9:07 AM (13 minutes ago)
to me

You have been denied access to Boutique Micronator.

When I tried to log in with a new account.

I’m still getting 503 errors otherwise. :frowning:

Hi @David_Beauchamp,

You are already on the list of customer.

I just send you a link to re-initialize your password.

Michel-André

Thanks Micheal,

I’m still getting

Your access to this site has been temporarily limited by the site owner
Your access to this service has been temporarily limited. Please try again in a few minutes. (HTTP response code 503)

If you think you have been blocked in error, contact the owner of this site for assistance.

Across Firefox and Chrome browsers; could my ip be blocked by fail2ban?

Hi @David_Beauchamp,

Install TOR, with default settings, and try with it, it will not use you IP: https://www.torproject.org/download/

Michel-André

Sorry, wrong post.

Transferred to: Nethserver-discourse, Let's Encrypt, and SSL.

Michel-André

1 Like

Sorry, wrong post.

Transferred to: Nethserver-discourse, Let's Encrypt, and SSL

Michel-André

Element now supports VOIP as first class citizens and another of other imporvements.

i have just installed using the same details above, with just a few adjustment to enable the latest web interface

wget https://github.com/vector-im/element-web/releases/download/v1.8.2/element-v1.8.2.tar.gz
tar -xzf element-v1.8.2.tar.gz
mv element-v1.8.2 /var/www/html/element
cp /var/www/html/element/config.sample.json /var/www/html/element/config.json
rm -f element-v1.8.2.tar.gz

1 Like

who has tried delegetaion with installation of the system

https://matrix-org.github.io/synapse/latest/delegate.html

where, the server might be matrix.domain.tld but users to be domain.tld and users
user:domain.tld instead of user:matrix.domain.tld

Hi @oneitonitram,

I am playing aroud with the new version - quite a pain for the Federation.

I tried all the tricks I know to no avail to connect to one of my room from matrix.org.

I opened a case: https://github.com/matrix-org/synapse/issues/10749
“Invalid signature for server matrix.org with key ed25519:a_RXGa:”
No answer yet.
EDIT:
https://federationtester.matrix.org/ report no error at all.
https://federationtester.matrix.org/api/report?server_name=chat.micronator-dev.org
Look at it with Firefox.
I will leave the server on for a few hours so you can see the above report.

That was the last application I wanted to include in Jitsi Meet.
I have Mattermost & Discourse with a connection to Jitsi Meet and both are working correctly.
https://www.micronator.org/affaires/?s=jitsi&post_type=product.

I think that I will stick with Mattermnost which is almost the same and quite easier to install etc…

If you find a way, please let me know…

Michel-André

P.S. There is a script to update Element.
Référence: https://gist.github.com/MurzNN/ee64f98ab2e71b886c41d55594e5dd9e .

@michelandre did you try to change the identity server to matrix.org instead of vector.im

Edit /var/www/html/element/config.json

the problem might be n this configuration, or your firewall.
EDIT:

I created an account on your homeserver, and trying to communicate with my server, but it seems your server can not reach my server, neither can my server reach your server.

Could you by any means have selected DO NOT USE AN IDENTITY SERVER in your settings?

will try to see if i can implement this

Hi @oneitonitram

In homeserver.yaml.

#####default_identity_server: https://matrix.org
default_identity_server: https://matrix.org

In config.json

"m.identity_server": {
    "base_url": "https://matrix.org"

I cannot find this string.

Michel-André

whatt about default server and homeserver url

"default_server_config": {
    "m.homeserver": {
        "base_url": "https://chat.micronator-dev.org",
        "server_name": "chat.micronator-dev.org"
    },
    "m.identity_server": {
        "base_url": "https://matrix.org"
    }
},

Michel-André

run this

config set synapse service status enabled TCPPort 8448 access red,green
signal-event firewall-adjust

then

systemctl enable matrix-synapse --now

retry after that.

Port 8048 already opened on red and green

Michel-André