LemmyBB version 0.2.2
Just a small bugfix release:
- Add missing registration application form to signup page
- Cache requests to Lemmy backend
Just a small bugfix release:
A new LemmyBB version is available! The main features are:
This new version requires Lemmy 0.17.0 or higher. When upgrading, make sure to follow the Lemmy upgrade instructions, particularly the PostgreSQL upgrade. To upgrade with Docker installation, simply change the image in docker-compose.yml to lemmynet/lemmybb:0.2.1 and run docker-compose up -d. In case of manual installation, checkout the git tag 0.2.1, run cargo build --release and deploy the resulting binary. It is also recommended to increase the rate limits, because LemmyBB makes more requests than lemmy-ui. To do this, visit /admin in lemmy-ui and change the values for "Message rate limit" and "Search rate limit" to a high number like 9999.
A new LemmyBB version is available! The main features are:
This new version requires Lemmy 0.17.0 or higher. When upgrading, make sure to follow the Lemmy upgrade instructions, particularly the PostgreSQL upgrade. To upgrade with Docker installation, simply change the image in docker-compose.yml to lemmynet/lemmybb:0.2.1 and run docker-compose up -d. In case of manual installation, checkout the git tag 0.2.1, run cargo build --release and deploy the resulting binary. It is also recommended to increase the rate limits, because LemmyBB makes more requests than lemmy-ui. To do this, visit /admin in lemmy-ui and change the values for "Message rate limit" and "Search rate limit" to a high number like 9999.
Hello everyone, I published a new release candidate for lemmyBB which includes a number of moderation features and upgrades Lemmy to version 0.17. It is already deployed on fedibb.ml and also available for installation on other instances. Please give it a try and report any bugs.
I noticed that federation was broken on fedibb.ml, because Activitypub requests were not properly forwarded to the Lemmy backend. This fixes the problem so it is strongly encouraged to upgrade. It also includes many other bug fixes, see the commit log for details.
To upgrade, go into your Lemmybb installation folder and run docker-compose pull && docker-compose up -d.