

Oh, nice. Saving the link’s content is exactly the feature I’ve been looking for.
Oh, nice. Saving the link’s content is exactly the feature I’ve been looking for.
As someone who was also recently looking for a multi device alternative for mihon/tachiyomi, I highly recommend Suwayomi. It’s even somewhat compatible with Mihon. It can use the same extension repos and you can restore Mihon backups in Suwayomi, which makes the migration pretty smooth.
Username on github seems to be the same as on Docker Hub: https://github.com/sciactive/nephele
“Poor planning on your part does not constitute an emergency on my part.”
Codeberg isn’t an entirely new forge. It’s just a well-known gitea/forgejo instance. Sourcehut would probably be a better example.
From what I’ve read you need it for Bittorrent or at least the chance of failed downloads is higher without it.
Definitely worth it IMO. There’s a lot of parts involved in a Matrix setup and this playbook handles them all for you. Just make sure to have a look at the changelog whenever you update your installation. If there are any changes that require manual steps, it usually explains those steps quite well.
I think Stash should cover most of your points, except for the page-less scroll: https://github.com/stashapp/stash The only other software I know for this is Porn Vault: https://gitlab.com/porn-vault/porn-vault
Ah, I see. Totally makes sense then, yeah. Haven’t had the chance to have a closer look at Threads since it’s not out yet in the EU.
If you want to delete something that is part of your Google account, then yes. Like your Gmail address. But not if you want to delete your account in an entirely different service, that only uses Google for the login. I guess the problem is, that Threads is perceived (and maybe also marketed) as an independent service while it’s apparently just part of your Instagram account.
By that logic you’d have to delete your Google account if you want to delete any account for which you have used Google to login.
That’s a cool idea. Thanks for your work!
One question: Let’s say the script defederates an instance and then the admin of that instance cleans up their database and makes sure no new bots can register. Would your script remove them from the blacklist or would I have to manually check if all instances on my blacklist are still “infested” to give them a second chance?
Leider sind ein nicht geringer Teil davon gefälschte Benutzer, die in den letzten Tagen von Robotern angelegt wurden. Schönes Beispiel: https://lemmy.k6qw.com/
42,5K Benutzer, aber nur 15 Kommentare und eine Pfostierung.
I think it’s actually pretty clean. Thanks to the references on the person
table all related entries in the database like posts, comments, etc. also get deleted if there are any. It’s better than banning all those fake users and thereby spamming the modlog of all instances that federate with you 😅
Bad news: the capture functionality is going to be removed. https://github.com/LemmyNet/lemmy/issues/2922
Luckily caught it relatively early and only had to remove 120 fake users. The registrations stopped immediately after I turned on “require registration application”.
Just did that for my instance. Luckily it’s fairly easy. Since there were no human registrations after those bots I just looked up the lowest bot id in the local_user
table which was 9
and then used delete from person where id in (select person_id from local_user where id >= 9);
. Thanks to the references and triggers on the table, the rest of the database was also cleaned up by that, including the local_user
table.
While looking for a way to enable captchas I found out that they will remove that feature from lemmy: https://github.com/LemmyNet/lemmy/issues/2922
I’m really looking forward to D.O.R.F and Tempest Rising.
git-sync looks like it does at you’re looking for.