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

Selfhosted

60426 readers
332 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
[–] 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).

[–] 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.

[–] 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.