ramsey, to Matrix
@ramsey@phpc.social avatar

It’s so difficult (and expensive) to run a server for my own domain. Is it worth it?

I started out wanting to support Matrix, and I've set up a number of channels for my community on Matrix, but everything happens on Discord and IRC right now, and we have a bridge between Discord and IRC, but we can't bridge to Matrix at the moment, so is it even worth it to keep maintaining a separate Matrix presence?

If not, I’m just gonna shut it down. I don’t want to spend the money.

ramsey, to Matrix
@ramsey@phpc.social avatar

A single-user #Matrix #Synapse server should not require so many resources to run. 1 vCPU and 1 GB of RAM should be plenty.

fijxu, to random
@fijxu@noc.social avatar

My matrix server now has support for VOIP calls and URL previews.

Mi servidor de matrix ahora tiene soporte para VOIP y vistas previas de URL.

https://matrix.nadeko.net

fell, to Matrix
@fell@ma.fellr.net avatar

I just learnt about jemalloc in order to fix the memory hunger of Synapse.

So yeah, Python developers will rather hijack the glibc memory allocator than switch to a resource efficient language.

#jemalloc #Matrix #Synapse #Python #glibc #programming

zalasur, to fediverse
@zalasur@mastodon.surazal.net avatar

Today it's a technology stream! I'll be setting up a Synapse server and will try to get it federated.

Once we get this done, my next stream will be.... drum roll Dwarf Fortress!

https://video.surazal.net/w/5S7FPXJMZh1i1eqZLY9mcV

#PeerTube #Stream #Streaming #Tech #Technology #Synapse #Matrix

Bubu, to Matrix
@Bubu@chaos.social avatar

If you run your own #synapse #matrix server you probably want to update to v1.105.1 now: https://github.com/element-hq/synapse/security/advisories/GHSA-3h7q-rfh9-xm4v

zalasur, to Matrix
@zalasur@mastodon.surazal.net avatar

So has anyone had experience setting up a #Matrix server using #Synapse? The platform itself seemed pretty straightforward until it got to the part where I needed to configure a mail server. What solutions do people use?

I want desperately to set my own server and ween myself off of Discord soooo badly. 😅

sailreal, to mastodon
dbrgn, to Matrix German
@dbrgn@chaos.social avatar

Uff, bei #Matrix sieht man als Serveradmin im Log jeden Klick eines Users auf einen Chat im Matrix Client 😕 So viel zum Thema Metadatensparsamkeit.

#synapse #element #privacy

andrewplested, to Neuroscience

Cryo-ET of the SC-CA1 hippocampal connection from Eric Gouaux group. Nice confirmation that GluA2 N-terminus is closer to the pre-synapse than to the post-synapse!

#synapse #neuroscience #AMPAReceptor

https://www.biorxiv.org/content/10.1101/2024.04.01.587595v1.full.pdf

Natanox, to Matrix
@Natanox@chaos.social avatar

Do servers by now finally come with some proper admin interface, or the (X) client perhaps? Or do you still have to either rely in third-party admin interfaces or curl the API directly?

ghawkins, to Matrix
@ghawkins@mastodon.garyhawkins.uk avatar

Just (accidentally) done an interesting experiment while trawling through my Web server logs for another reason. It seems as though there are some /very/ old versions of servers running out there querying my well-known URI. If you're still on 1.53.0 (or even older), please upgrade!

mima, to mastodon

(neo)’liberal’ licenses like MIT and BSD that enable corporations to partake of the free labour of others

implying that the / doesn't let corps partake in the free labor of others too> and enclose the commons

Your "open commons" is worthless if it's effectively still proprietary. Case in point: 's extensions that pretty much everybody else have to support (Mastodon is AGPL, and it's not realistic to implement ActivityPub strictly to the spec and expect it to be compatible with Mastodon). Or GNUisms (implemented by software which are GPL) that userlands are forced to support. Or where there's basically only one server implementation that is usable ( whichis AGPL). I could go on and on.

RE: https://mastodon.ar.al/users/aral/statuses/112070988474220155

sailreal, to mastodon

👋 Bye bye #Gitea and welcome #Forgejo on my server 🎉

I hope you feel comfy next to my #CrowdSec, #EteSync, #Framadate, #FreshRSS, #HedgeDoc, #Invidious, #Jellyfin, #Jitsi, #LibreTranslate, #Mastodon, #Mumble, #Nextcloud, #PrivateBin, #RustDesk, #SearXNG, #Synapse, #Tor-Relay, #Vaultwarden and #Windmill 🤗

#Selfhosting is so awesome 😍

fabio, to Matrix
@fabio@manganiello.social avatar

I wish that (and ) were better designed.

It has become among the most popular open messaging protocols, but it remains a scalability nightmare.

It's literally the Blockchain of messaging. Its current state is given by the sum of the whole chain of events received since t=0. It's a brittle append-only ledger, and any modifications you do to it are very likely to break it.

Do you have a huge 100GB database and you want to clean up old stuff? Sorry, you can't. There are some non-official solutions for compacting the events, but they're all likely to break your db - and none worked so far in my case.

Do you have users on your instance that entered a busy room on matrix.org? Then you'll get all the join/leave events of that busy room on your db, with no way of deleting them, and nothing to do unless your users exit those rooms.

Did you start your instance by toying with the default SQLite backend, and now that it's become big you want to move to Postgres? Sorry, no official guides provided, only unofficial procedures scattered across a bunch of blogs.

Do you want to change the name of your server? Sorry, you can't. All the events are tightly coupled to your server name. The advised solution is to simply start a new instance.

Such a rigid and brittle implementation shouldn't have become an open de facto standard without much questioning about its poor design decisions.

At the very least, some official tools must be provided to enable admins to compact events. If the size of the database is guaranteed to increase indefinitely, then entry barriers against self-hosting are only going to increase.

sharlatan, to Matrix
@sharlatan@mastodon.social avatar
thegamerstavern, to Matrix
@thegamerstavern@mstdn.games avatar

Tinkering a bit with #synapse, a #matrix self hosted server.

Having some issues with federation (and delegating federation) through the usage of traefik and let's encrypt.

Did anyone fall into this problem too?

Boost for help, thank you :boost_love:

#selfhosting #selfhosted #traefik #docker

stefano, to mastodon
@stefano@bsd.cafe avatar

"Don't install Mastodon, they said. It will be very heavy on the server, they said."

By far, the service that consumes approximately twice the resources of ALL the others combined at BSD Cafe is the Matrix server (and its related Postgres).

matrix, to Matrix
@matrix@mastodon.matrix.org avatar

Following up on last month's news about Synapse and Dendrite, @element has begun implementing its planned forks, starting with Synapse.

We recommend reading their latest blog post for details: https://element.io/blog/synapse-now-lives-at-github-com-element-hq-synapse/

The Foundation is pleased to see that, not only do the forked projects remain under an open source license, but Element binds itself, through the CLA, to keeping 3rd party contributions in the open source commons.

#Synapse #Dendrite #Matrix

fatuus, to Matrix
@fatuus@mstdn.fr avatar

J'essaye de retrouver l'article de blog a propos de #Matrix / #Synapse / #Element et ce truc d'analyse de tous les chats pour luter contre le terrorisme et les abus pornographiques (dont j'ai perdu le nom 🤦)

Est-ce que vous auriez le nom ou le lien sous la main siouplé ?

bnjbvr, to Matrix French
@bnjbvr@tutut.delire.party avatar

Pour que la tragédie des communs liés à Matrix n'en soit plus une, les serveurs d'implémentation de référence de Matrix passent sous license AGPLv3 🎉🎉

Ainsi, les modifications du code source des serveurs devront être publiées sous la même license auprès de leurs utilisateur·ices, donc du monde entier.

https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/ (article en anglais de la fondation Matrix)

okpierre, to opensource
@okpierre@mastodon.social avatar

Element has a new home and will be adopting AGPL license for Synapse, Dendrite and associated server side projects.

"Future code contributors to Synapse will need to sign a contributor license agreement (CLA) based on the Apache Software Foundation’s CLA, giving Element ownership of their contribution so we can use it to help fund Matrix core development in future."

https://element.io/blog/element-to-adopt-agplv3/

downey, to Matrix
@downey@floss.social avatar

:matrix: So the dev teams of two major #Matrix homeservers, #Synapse and #Dendrite, have announced that they will fork their work to change from the non-reciprocal #Apache license to the reciprocal #AGPLv3. That is a good step in the right direction. #Copyleft is the only effective way to ensure software public goods remain open.

However the effect is not much change yet, because they will require a #CLA for contributions to be merged. Revert to a #DCO would ensure future protection.

(1/2)

Netzpetze, to random German

Irgendeine #Synapse in meinem #Hirn ist falsch verknüpft. Denn jedes Mal, wenn ich "#Birne" sagen möchte, formuliert mein Hirn "#Gurke".

Ich meine, was zum Henker?!

ramsey, to Matrix
@ramsey@phpc.social avatar

I was hoping my experience would be better after setting up my own and servers, but I think it's worse. It takes 10-15+ minutes to join a room that's on another server.

I really want Matrix to be the federated chat platform that communities (and others) can move to, but we need to somehow solve these latency problems.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • everett
  • magazineikmin
  • mdbf
  • thenastyranch
  • khanakhh
  • rosin
  • Youngstown
  • ethstaker
  • slotface
  • modclub
  • kavyap
  • DreamBathrooms
  • Durango
  • provamag3
  • ngwrru68w68
  • InstantRegret
  • tacticalgear
  • GTA5RPClips
  • cubers
  • normalnudes
  • osvaldo12
  • tester
  • anitta
  • cisconetworking
  • megavids
  • Leos
  • lostlight
  • All magazines