Does anyone run their own Lemmy instance on a pi? How was the process of setting it up? Were there any pitfalls? How is performance?
[Edit]
So a lot of testing around. Compiling from scratch, etc, etc…
So far i have tried
- installing lemmy using rootless docker (on 0.17.3)
- compiling the image 0.18 docker image as arm
rootless docker did not work well for me. lots of systemd issues and i gave up after running into a lot of issues.
I tried rootless docker for security reasons. minimal permissions, etc.
When trying to compile the latest lemmy image in arm, i ran into issues with muslrust not having an arm version. It might be worth investigating rewriting the docker file from 0.17.3 to work with 0.18.0 but i haven’t investigated that fully yet!
I tried compiling the latest image because i wanted to be able to use the latest features
At the moment, I’m trying to set lemmy to run under bare metal. Im currently attempting to compile lemmy under arm. If that works, i’ll start setting up .service files to start up lemmy and pictrs.
What’s up with the ux design of nix? I get it’s made for advanced users but still. I’m reading through this guide and man it’s convoluted.
The different ways of installing packages. Either through editing the configuration.nix or running a command. The weird inconsistency of nix commands.
nix-env -iAto install andnix-env --uninstallto uninstall. Then updating usesnix-channel --updatebut upgrade usesnixos-rebuild switch --upgrade. All this to use the package manager. Also haven’t even mentioned flakes or home manager.It’s a cool OS, but the UX really needs work imo.
[Edit] I do wanna add something else too because I feel like my point isn’t getting across.
It’s okay to have a complicated ui. Especially if your target audience are tech-savvy. But even tech-savvy people have to start as new users. A tech-savvy new user isn’t going to know what the best practices are. Being able to anticipate the steps for installing a package is important for ux. If the commands for installing packages isn’t cohesive/intuitive, then the user has to spend more time looking for guides and learning how to use the software.
People also mentioned a new command in the works. This is great! However, these current commands are being recommended through blogs and nix. New users won’t know about this new command.