this post was submitted on 01 Aug 2023
38 points (100.0% liked)

Lemmy

11867 readers
4 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

I ask generally out of curiosity. I was just thinking that as big social media fractures, old school isolated forums might become "cool again", and that one of the achievements of lemmy might be as a nice platform for simply running a forum for whatever community you want all without needing to worry about federation.

If it turns out that work of federating data is a substantial part of the resource overhead, and that an isolated server would actually be quite efficient, that'd be quite a nice feather in the lemmy cap I'd say. Hexbear seems to have been using lemmy this way for a while and it seems to have been successful too.

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

Oh you went for the ARM CPU? I was looking at it but then I thought that there is no ARM docker container for lemmy, was I wrong?

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

The Lemmy Easy Deploy script available at GitHub supports Arm64 in theory. In practice, some required binary refused to run on my Pi 4 so I think it's still a WIP.

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

The Lemmy-Easy-Deploy maintainer gave up and created their own docker build for arm64 ;)

https://github.com/ubergeek77/lemmy-docker-multiarch

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

Thanks for sharing this!

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

So how are you making it work?

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

I am running it in a VM now, using Linux and Docker.

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

I meant if you're building the ARM version yourself or where are you getting it from?