Matrix.group.lt support

Some rooms you are welcome to join. Keep in mind that usually people default to Lithuanian language there which might be or not your cup of tea. #public:group.lt - general chat, default room people are being invited upon creating account. #music:group.lt - for music lovers #movieshare:group.lt - for movie and tv show lovers #ziurkes:group.lt - for book lovers #plain:group.lt - memes and similar stuff #it:group.lt - for IT related chat Sometimes registration is closed for some reason - ping me and I will be able to help you.

2
0

A fellow Matrix user has reported that matrix.group.lt has stopped showing Youtube URL previews and suggested that according to GitHub - the issue lies with Synapse server software itself. So now I: - have a rough idea of wtf is oembeds - know that Synapse has an issue parsing https://oembed.com/providers.json - know how to [clean providers.json](https://github.com/element-hq/synapse/issues/17601) to work with Synapse (https://gist.githubusercontent.com/nycterent/e91c524288d24f8fbd05a81b8953d829/raw/90ef01739d5d274a2c887a3bdaa28ad7eb962102/oembedproviders.json) - know how to configure matrix-docker-ansible-deploy to work with it: in vars.yaml ``` matrix_synapse_configuration_extension_yaml: | oembed: disable_default_providers: true additional_providers: - /oembedproviders.json other_custom_config_blocks_for_homeserver matrix_synapse_container_additional_volumes: - {"src": "/matrix/oembedproviders.json", "dst": "/oembedproviders.json", "options": "ro"} ``` you need to upload oembedproviders.json to the server first and then regenerate Synapse configs and restart it: ``` ansible-playbook -i inventory/hosts setup.yml --tags=setup-synapse,restart-all ``` Thank you, Citizen Laszlo for not ignoring the issue.

3
0

Synapse server has been upgraded. Also a reminder - currenty registration is invitation only - if you are interested - please pm or find somebody who is on the server to generate an invite for you.

4
0

Hi, I had to disable federation due to abuse that created heavy resource usage and outages in the recent weeks. Situation seems to be stabilised at the moment. If you want/need some homeserver whitelisted - please comment, write a message or ping me on matrix @saint:group.lt. In general - if you have issues with matrix - don't be shy ;)

2
5

Will be migrating the server, the hopefully will finish in 4 hours

3
4
github.com

Server updated, contains medium CVE update.

2
0

hello, matrix.group.lt homeserver is having database upgrade. eta - 4hours

1
2
https://federationtester.matrix.org/#group.lt

matrix server updated, please update yours as well due to security related bug

2
0
github.com

Some experimental protocol enabled on matrix.group.lt, so you can try to use modern clients, such as Element-X

1
0
https://federationtester.matrix.org/#group.lt

Fix bug in schema delta that broke upgrades for some deployments. Introduced in v1.85.0. (#15738, #15739)

1
0

Updated to Homeserver version: Synapse 1.80.0 - please report issues. Also have enabled encryption for Telegram bridge.

1
0

matrix.group.lt updated

1
0

Updated - please report issues.

1
0

Database has eaten all the space, oops :)

1
0

homeserver updated

1
0
github.com

Synapse 1.70.1 (2022-10-28) Bugfixes Fix a bug introduced in Synapse 1.70.0rc1 where the access tokens sent to application services as headers were malformed. Application services which were obtaining access tokens from query parameters were not affected. (#14301) Fix room creation being rate limited too aggressively since Synapse v1.69.0. (#14314)

1
0

upgrading to caddy 2.6 broke the matrix homeserver, some stanzas were not working. rolled back and will investigate later

1
0
https://newreleases.io/github/matrix-org/synapse?version=v1.67.0

Local homeserver updated also found a nice way to use docker-compose with shared_secret_authenticator.py - it was always available in documentatio, duh :)) just add volume in docker-compose: `- ./shared_secret_authenticator.py:/usr/local/lib/python3.9/site-packages/shared_secret_authenticator.py`

1
0