Where do you see Lemmy 5 years from now?
Announcements
Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.
You can also find major news on join-lemmy.org
Why is selfhosted Docker such a mess?
And following up: since Lemmy-easy-deploy is so… well… easy, can’t you make that official as well?
Have an advance option where one could configure everything and one where all is done and automatically works for the somewhat less technical admins?
So its a bash script which manages the docker-compose install for you? I really wouldnt want to maintain almost 2000 lines of bash. Plus such a script has extra complexity and has a chance to break. I think it makes more sense to rely on standard, widespread tools like docker-compose which you can find documentation for all over the internet. Though if you prefer to use that installation method over the official one, theres nothing wrong with it.
I recently submitted a PR for stopping pictrs image federation. IMO the images themselves do not need to be downloaded when served by another pictrs instance. This would reduce the amount of diskspace and reduce the burden of hosting images that are unwanted by the instance owners.
What are your thoughts on this, and do you think this will be merged? https://github.com/LemmyNet/lemmy/pull/3799
A bit late on this, but when can we expect the new rewrite of Lemmy's UI? It seems like a big task.
Any thoughts on the "federated community" discussion? I find both positions to have merit, but I think I'm leaning towards community aggregation as an option.
I would love a way to optionally post a location while choosing specificity, i.e. United Kingdom vs Newcastle etc. That way I can filter communities and posts to just those in a location I like.
I think it could lead to some really cool interactions and ways of looking for things.
Is there any limitations with the database (postgres)?. I know postgres is one of the best (maybe even best) monolith database (running on one node) at the moment, but will the space be enough? With this in mind, has there been any consideration of migrating to a distributed database like ScyllaDB or CassanraDB to alleviate potential space constraints? On the other hand, if Lemmy doesn't intend to store data for long periods, maybe the capacity of Postgres would suffice. Any thoughts or plans on this? I appreciate your insights on this matter.