this post was submitted on 12 Jul 2022
0 points (NaN% liked)

Lemmy

12499 readers
74 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

Lemmy is structured in a way that backend (database, api, federation etc) and frontend (html, css, javascript) are completely separate. This makes it possible to create other frontends which can take the place of lemmy-ui. I have long been playing with the thought of having a Lemmy frontend that looks more like a traditional forum. Now I finally found some time to work on this, and get an initial proof of concept working.

To reduce the amount of work, the project uses HTML templates and CSS themes from phpBB, which are open source under GPLv2. This also has the advantage that many preexisting phpBB themes can be used for lemmyBB. It is written in Rust, because it allows for tight integration with the Lemmy API, and is generally a great language for webservers.

For now the funcionality is very basic, but nonetheless its already usable. You can:

  • browse the local post listing
  • browse comments
  • login and logout
  • create new posts and comments

To give it a try, run the following commands on your local computer, replacing lemmy.ml with your own instance:

git clone https://github.com/Nutomic/lemmyBB.git
LEMMY_INTERNAL_HOST=https://lemmy.ml cargo run

If there is any specific feature that you would like to see added, please open an issue. For now there arent any instructions for deploying lemmyBB to a server. If you would like to do that, please open an issue as well.

This post was made from lemmyBB.

top 6 comments
sorted by: hot top controversial new old
[–] nxlemmy@lemmy.ml 0 points 2 years ago (1 children)

How did you make this post also appear on mastodon and mastodon replies appear in this thread?

[–] sexy_peach@feddit.de 0 points 2 years ago (1 children)

lemmy is federated. Just search for a post on mastodon and your server will fetch it!

[–] nxlemmy@lemmy.ml 0 points 2 years ago (1 children)

But it appeared on mastodon like a normal mastodon post without the need to search for it? Ive never seen that before

[–] sexy_peach@feddit.de 0 points 2 years ago* (last edited 2 years ago)

maybe you or someone on your server was following @nutomic@lemmy.ml? That works as expected, their posts on lemmy will show up in your timeline.

[–] sexy_peach@feddit.de 0 points 2 years ago

tried it out, it's mind-boggling

[–] wintermute@feddit.de 0 points 2 years ago

I like the idea!