Great news! Looking forward to testing it.
post
Is this frontend only?
Is the plan to allow enabling rule-based grouping of communities i.e "Group all communities with the name=programming from all the connected instances" and "Group all communities with name = "linux*" AND instance != "spamserver.*""?
will you guys be making pull requests back to Lemmy, and pulling down their updates as well? this could get really difficult over time, I feel like Lemmy really needs a plugin system https://github.com/LemmyNet/lemmy/issues/3562
this also makes me think, I chose the subdomain lemmy for my instance (and many others do this too), but if I ever want to switch to a fork it would really bother me that the subdomain is incorrect lol, I should've used the subdomain forum
is it possible to change the subdomain for an instance? maybe with redirects?
for the backend yes
frontend is a separate project but its using similar things to construct it so if its a vital feature it can be redone in lemmy-ui pretty quickly. Already gave them code block support for 0.18
Yeah you can redirect or you can make lemmy.[something] and forum.[something] point towards the same ip or same port depending on how youve set it up (if you want lemmy.[something] to still work else you can just change it to forum)
Yeah you can redirect or you can make lemmy.[something] and forum.[something] point towards the same ip or same port depending on how youve set it up
I was wondering more how it would be handled with federation, and what my configs should look like, and if I need to make any changes in the DB
all 10 comments