Spyke
whoamibroreply
lemmy.world

Thanks, can an instance technically have a different(or enhanced) user interface?

11
kamenreply
lemmy.world

Wow, talk about people clinging to old.reddit.com UI.

13
lemmings.world

I didn't really hate it, but I never got how everyone seemed to love it, it was old and ugly.

10

I like that it's information dense. Posts don't take up a lot of space, comment chains are easier to track with the boxes, it's more obvious which posts will expand in window and which will go to a new link. I don't care if it's pretty, I find it far more functional.

10
lemm.ee

Tbf, when people say they love old.reddit, they very well could be referring to some of the better-looking themes. A lot of old.reddit subs, for example, use Naut. Some also use Minimaluminiumalism, or Simplit.

5

Might also be about using RES; a lot of the cool stuff never got ported over to the new UI.

7
lemmy.world

Damn, you might have got hung, drawn and quartered for that comment on reddit ;)

7
whoamibroreply
lemmy.world

But it's not an instance. It's a just a web app for lemmy

2
arcreply
lemmy.world

Yes you use their backend and you can develop your own UI if you'd like

Or you can make a copy (fork) lemmy-ui and make your changes

1
lemm.ee

It’s got to be two separable layers. Sounds like the lemmy server just happens to be bundled with a particular UI layer that can access the server’s APIs.

1

Yeah that's the latest lemmy-ui repository. You have the option to choose your own from the backend

1

But you could switch out the whole lemmy ui with wefwef if you wanted to. It probably doesn't have all the admin functionality, but theoretically it's possible.

1
lemmy.world

Most of them run the default Lemmy UI which comes with the software, although I have seen two which use LemmyBB a front end based on the phpBB bulletin board frontend an example of one such instance would be fedibb.ml

5

Yeah I'm not really a fan of it either. I guess it's good for people to have options though, if they don't want to use the default lemmy-ui front end.

I just noticed it seems like the lemmy update for 0.18.1 broke lemmybb so it seems like they're probably going to be inaccessible until they can get it fixed.

3
whoamibroreply
lemmy.world

I know. Wefwef doesn't belong to instance tho. The reason I asked this was, I wanted to know if the instances are restricted to use the default UI that lemmy provides

1
lemm.ee

With enough nginx config you can probably get around it. You can send certain requests to certain programs and other requests to other programs.

So even if you had a server, with a particular domain/IP, and if lemmy was built to only run the API server alongside a web server whose client consumes from that API, you could reroute any requests that would have gone to the web server, to a wefwef instance instead.

Sorry if the tech jargon’s beyond you.

As an analogy, even if a McDonalds instance is a package deal combining the kitchen and the eating space, there are ways you could make it so that anyone showing up at that street address sees a Starbucks that can get you a McDonalds burger.

1

You reached the end