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.
I think you’re looking for something like this: https://github.com/meeb/bandcampsync
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.
Security is only one part of it. If you host a password manager yourself then things like availability, backups, disaster recovery and monitoring also become your responsibility. I’m hosting my own vaultwarden but there is only a very limited amount of people I would suggest self hosting a password manager to, because I know they have the knowledge to do it and understand the risks.
Well, only if you host it in the cloud. Not if you host it at home, for example.
If I understand it correctly, the passwords are stored encrypted, but not the additional data, like website-URLs and app-names. This way the password manager only needs to temporarily decrypt a specific password when it’s needed for auto-fill. In regards to the passwords that’s probably a bit safer than keeping all the data and the passwords unencrypted in memory. But the cost is that all the other data is stored unencrypted.
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
I use Fedilab for the Twitter-like part of the Fediverse and it has a nice feature, where you long-press the button for reply, star or boost and then you can choose as which account you want to do it.
I’m currently looking for a software to host my images and I found this table quite helpful to compare features: https://meichthys.github.io/foss_photo_libraries/
There are multiple GH issues on that topic
https://github.com/LemmyNet/lemmy/issues/818
For me, saving a post also crashes the app. But when I open the app again the post is saved. So at least the saving itself works.
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?
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 😅
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.
git-sync looks like it does at you’re looking for.