
Move your Lemmy settings from one account to another - GitHub - CMahaff/lasim: Move your Lemmy settings from one account to another

We are a friendly community that runs on free open source software.
Basic community rules:
LASIM - Move your Lemmy settings from one account to another
Move your Lemmy settings from one account to another - GitHub - CMahaff/lasim: Move your Lemmy settings from one account to another
Bean, a Lemmy app for iOS, has officially launched
My app Bean for #Lemmy is now available on the App Store! I hope you'll check it out 🥺 https://apps.apple.com/us/app/bean-for-lemmy/id6451421455
Voyager for Lemmy fixed!
Voyager is a beautiful mobile web client for Lemmy. Enjoy a seamless experience browsing the fediverse.
You should know: You can post comments to Peertube videos as a Lemmy user
Here is a comment I posted on one of the videos of [email protected] [/c/[email protected]] https://tilvids.com/w/h8BKcxxixYFE8RekmR5Ux3;threadId=29688 [https://tilvids.com/w/h8BKcxxixYFE8RekmR5Ux3;threadId=29688] This is helpful as you don’t need to create a Peertube acco...
Leomard
A fusion of leopard and the looks of Lemmy logo. It is the part of new macOS application for browsing Lemmy, [email protected].
Artist: vintprox
This work is licensed under a Creative Commons Attribution 4.0 International License.
I think liftoff for lemmy works fine.
This post is sent with Liftoff for lemmy. It's written in flutter, so I think you can use it with almost every device.
Source code: https://github.com/liftoff-app/liftoff
A Tampermonkey script that displays your “karma” score next to your user name
Crossgeposted from: https://feddit.de/post/1185964
Please excuse my sub-par JavaScript, I am a backend dev.
All you need to do is paste this into Tampermonkey and enter your username and your instance url (on two locations).
This is not showing other users’ scores and it doesn’t make your score visible to anyone else than yourself.
So no need for karma farming. This is just for fun.
undefined
// ==UserScript== // @name Lemmy score // @namespace http://tampermonkey.net/ // @version 0.1 // @description Shows your total post/comment score at the top right. // @author You // @match ENTER INSTANCE URL HERE (leave the asterisk after the URL)* // @icon https://www.google.com/s2/favicons?sz=64&domain=feddit.de // @grant none // @run-at document-idle // ==/UserScript== (function() { 'use strict'; var USERNAME = "ENTER USERNAME HERE"; var INSTANCE_URL = "ENTER INSTANCE URL HERE"; var totalScore = 0; var currentPage = 1;
Sync for Lemmy signup is now open
Cross-posted from: https://lemmy.world/post/803492
As mentioned before I’m aiming to have something ready in the next 6 weeks ish.
Register your email to get notified when the app is ready to launch!
LemmyTools - Userscript - 0.1.2 - Released!
Cross-posted from: https://sh.itjust.works/post/582598
New for 0.1.2:
Fixes
Script Features:
A janky guide for Lemmy administrators to purge spam signups, hourly.
cross-posted from: https://thelemmy.club/post/60352
Well I never had spam issues, until 0.18 forced captchas to be disabled. Thankfully the bots just seem to be signing up, not doing much yet. Using fake emails that never get verified.
So I threw together a little script. Just put this in a sh file, and create a cron job or systemd service to run it every 15 minutes or so. Use your favorite text edit tool to replace "thelemmyclub" with your instance name, or whatever you have your docker containers named. (Check
docker ps
). You'll also have to be able to run docker without sudo, so add your user to the docker group or put the cron job on root (if you do that make sure only root can access the file, for security)Also if you set up manually without docker, well I'm sure you have the skills to adapt these commands appropriately.
First though run:
`docker exec -it thelemmyclub_postgres_1 psql -U lemmy -h 127.0.0.1 -p 5432 -d lemmy -c "select * from local_user whe
Lemmy: first 3 pages top servers are spam
On FediDB the total user number for Lemmy has now reached 2,710,730.
"Top" servers first 3 pages are full with spam account:
It is clear these instances are filled with "idle" spam accounts since the MAU (Montly Active Users) and Status Count does not come anywhere close to the total users per those instances.
If anyone knows a solution for these admins to remove the spam accounts please let me know in the comments!
Let's hope v0.18.1 of Lemmy releases soon with the captcha added again since we do need it..
Lemmy backend 0.18.1 RC1 has been released. Will test later today on a clean server before Geddit upgrades.
Lemmy v0.18.0 Release
cross-posted from: https://lemmy.ml/post/1465740
What is Lemmy?
Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
Major Changes
HTTP API instead of Websocket
Until now Lemmy-UI used websocket for all API requests. This has many disadvantages, like making the code harder to maintain, and causing live updates to the site which many users dislike. Most importantly, it requires keeping a connection open between server and client at all times, which causes increased load and makes scaling difficult. That's why we decided to rip out websocket en
Limbo for iOS (Lemmy) works greats!
A silly test post from the app 🦊👌🏻
UPDATED: There are now multiple iOS / Android apps in development for kbin & lemmy!
The amount of apps being developed for iOS / Android is getting really crazy now and new apps keep popping up every day. Updated list below:...
The amount of apps being developed for iOS / Android is getting really crazy now and new apps keep popping up every day.
Updated list below:
Early Alpha Release of Thunder - a cross-platform Lemmy app
Hey everyone! Just wanted to post an announcement here that a new alpha version has been released! To see the full details of this release, check out the GitHub release announcement: https://github.com/hjiangsu/thunder/releases/tag/v0.2.0-alpha [https://github.com/hjiangsu/thunder/releases/tag/v0.2....
An open-source cross-platform Lemmy client for iOS and Android built with Flutter
This app is currently a very very WIP.
There is a community for this at: https://lemmy.world/c/thunder_app
Lemmy App clients
Not sure of this is the right place, but here we go: Which client apps for Lemmy do you use on your, preferrably Android, smartphones? I'm currently having a look at Jerboa, which seems to be quite mature.