this post was submitted on 26 Jun 2023
56 points (96.7% liked)

Selfhosted

39997 readers
882 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I just set it up today. The docker setup was pretty easy and I got the telegram and WhatsApp bridge running so I have all my messages in one place. Signal bridge is next.

Is anyone else doing this?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

I used to do it, but not anymore as it was kind of clunky in my case. But I used dendrite as the matrix server rather than Synapse, so that's most likely the reason.

I ended up moving the database on a separate host rather than using SQLite, and it added way too much latency to the whole system. Storage was also a big issue in my case, as all media received by the bridges are stored locally, and boy does it grow fast in my case haha.

When dendrite reaches a more mature state, I'll 100% do it again though !

[–] [email protected] 1 points 1 year ago (2 children)

I'll have to look out for the media storage issue. Do you know of any way to clean it up periodically?

[–] [email protected] 2 points 1 year ago

I never looked it up. I used to delete media from the folder from a crontab when they were older than a month, but I had errors in the dendrite and bridge logs (though the application seemed to work "fine"). Don't let it fill up though, because it completely fucked up my dendrite install and I had to reinstall and reconfigure all bridges from scratch when it happened.

[–] Enoril 1 points 1 year ago* (last edited 1 year ago)

You have a parameter to delete media not used since a period of time.

Look for the keyword 'media_retention' in the configuration page.

https://matrix.org/blog/2022/06/17/synapse-1-61-released/

The same logic exist for rooms messages, I'm currently testing these setting for my own server (mainly used to replace my discord reporting bots using webhook)