this post was submitted on 14 Dec 2025
108 points (100.0% liked)

Selfhosted

60451 readers
949 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

- I have a seven year old nephew who I would like to find some computing activities that we could do together. Any ideas?

you are viewing a single comment's thread
view the rest of the comments
[–] Tolookah@discuss.tchncs.de 18 points 6 months ago (1 children)

My kid is 9, and it's all Minecraft and I just installed a non federated synapse server so they can text family without having to deal with parental controls. At that age, I figure it's more about having fun, and if they learn typing skills on the way, big win

[–] ewigkaiwelo@lemmy.world 3 points 6 months ago (3 children)

Hi how hard is it for a complete beginner to setup a nonfederated synapse server at hardware at home? I am looking for a FOSS solution for a selfhosted messenger for family and friends to stay away from the corporations and governments and people recommend mostly either xmpp or matrix but the guides seem too complicated( Can you share the guide(s) that you've followed?

[–] abeorch@friendica.ginestes.es 4 points 6 months ago

@ewigkaiwelo @Tolookah Yunohost has an integrated xmpp server I think

[–] Tolookah@discuss.tchncs.de 2 points 6 months ago

Honestly? It was a pain, I used several different guides and they were all out of date in different ways. Unfortunately, it looks like external users are having connectivity problems, that I'll try to solve next week when I have time.

[–] justme@lemmy.dbzer0.com 1 points 6 months ago (2 children)

I recommend to read a tutorial of docker and docker compose. Then the setup of stuff like synapse is a few minutes task. (Non-federation is a simple option in the config file).

[–] ewigkaiwelo@lemmy.world 1 points 6 months ago (1 children)

After watching Luke Smith I've got an impression that docker and containerization is not a way to go, but maybe would be good for a start

[–] justme@lemmy.dbzer0.com 1 points 6 months ago

There are certainly some discussions with whatever high level considerations. But for ease of setup it is definitely a way.

[–] justme@lemmy.dbzer0.com 1 points 6 months ago

Ah, and with a non-federation setup you can skip all the more finicky parts of the installation (DNS, .well-known, bla bla) or just a simple server that needs to be reachable by the client.