[deleted]
Thanks for sharing this detailed guide.
Would be interesting to hear in a few weeks how hosting either on a Rpi5 holds up. I suspect it might be a bit underpowered for a well federated server.
Submitted 2 months ago by confusedpuppy@lemmy.dbzer0.com to selfhosting@slrpnk.net
Thanks for sharing this detailed guide.
Would be interesting to hear in a few weeks how hosting either on a Rpi5 holds up. I suspect it might be a bit underpowered for a well federated server.
tofuwabohu@slrpnk.net 2 months ago
Cool guide, I’ll keep it in mind when setting up my own Lemmy, even though I won’t go through cloudflare. Some things I noticed:
docker compose pull
beforedocker compose down
, makes a little difference especially on a slow connection/big images. I think you don’t even need thedown
command since docker does that automatically if something changes (e.g. new build)