this post was submitted on 08 Sep 2023
8 points (90.0% liked)

Self Hosted - Self-hosting your services.

11598 readers
34 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Suggestion of fediverse server that doesn't consume so many resources (unlike both Mastodon and Filefish)

cc @[email protected] @[email protected]

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 year ago

Microblogging I'm assuming.

Pleroma is pretty lightweight. If you're looking for really lightweight, check out Honk. https://humungus.tedunangst.com/r/honk

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

Lemmy is a fediverse server and it uses far less resources than Mastodon.

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

For Mastonon-compatible service have a look at GoToSocial. It's alpha software but works very well.

[–] KelsonV 1 points 1 year ago

GoToSocial (more polished) and Snac2 (minimalist) are both low in resource requirements and work well in my experience.

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

You can set Firefish and Misskey to use fewer workers. It can work with as little as one, for maximum RAM savings.

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

@[email protected] can you point me to some documentation about it?

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

Sure, this is the configuration file used by Firefish: https://github.com/misskey-dev/misskey/blob/develop/.config/example.yml

Generally it's stored in /var/www/firefish/.config/default.yml and you want to change these lines:

clusterLimit: 1
deliverJobConcurrency: 64
inboxJobConcurrency: 8

That way the system will use a single thread and process fewer inbox / outbox requests in parallel. This of course may impact performance, but for a single-user server it will work well enough.

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

Maybe try Akkoma or Gotosocial

Friendica is also an option.