Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 7 days old, your post is exempt from this rule as long as you continue to engage in comments.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
@InsightSeeker@thelemmy.club In theory you could use Matrix and use bridges to access these. On the other hand it kills encryption because now Your endpoint is where it decrypts and re-encrypts the new messages.
Spantaleev's Matrix Docker Ansible remains the most popular project for this (lots of documentation, good community): github.com/spantaleev/matrix-docker-ansible-deploy
Thanks for sharing this, hadn’t really looked into it in this much detail before.
Matrix bridges do sound pretty powerful in theory, but yeah, the encryption part you mentioned does make me pause a bit. Feels like a trade-off I’d need to really think through. Also, I’m not a coder so setting something like Spantaleev’s setup might be a bit much for me to handle regularly.
Have you tried this yourself? Was it difficult to get up and running?
@InsightSeeker@thelemmy.club Spantaleev's setup is probably the easiest way to get matrix setup honestly. Otherwise bridges etc tend to be a pain. You don't necessarily need to be a coder -- just follow documentation instructions step by step, and ask in their matrix channel if you get stuck.
You could also set it up on a device that's already encrypted on boot (via luks), so you'd have some protections if turned off.
I've been running it close to 5-7 years (don't remember lol).
That actually makes it sound a lot more approachable. I’m not too deep into coding, but if it’s mostly about following the docs step by step, I can give it a shot.
Will definitely try this out and see how it goes.