I’ve sort of built this place.
Father of @AutoMod and @flairchange_bot.
Creator of the Defederation Investigator: defed.xyz.
- 1 Post
- 8 Comments
Nerd02@lemmy.basedcount.comto
Lemmy@lemmy.ml•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish
1·3 years agoNo. Unfortunately it only works with storages on object storages like S3 buckets, not with filesystem storages. Meaning it access the files remotely one at a time from the bucket, downloading them over the internet (I assume, I didn’t make this).
But the more important thing is that, as it states in the readme, no files get saved to your disk, they only stay in your RAM while they are being processed and everything is deleted right after. This is relevant because even having had CSAM on your disk at some point can put you in trouble in some countries, with this tool it never happens.
Which btw is the same reason why mounting the pict-rs folder to your local computer is probably not a good idea.
Nerd02@lemmy.basedcount.comto
Lemmy@lemmy.ml•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish
4·3 years agoYeah I know. It’s supposed to be ran from your computer, not the VPS.
Nerd02@lemmy.basedcount.comto
Lemmy@lemmy.ml•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish
2·3 years agoSame, it’s the reason why I can’t stand working with python.
Thank you for doing this, btw. Once you have something working on your hands you could consider spreading the word, maybe to db0 himself. I sure would love a convenient way to run that script, and many other admins probably would too.
Nerd02@lemmy.basedcount.comto
Lemmy@lemmy.ml•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish
21·3 years agoI see. I considered the dependency problem but only thought of using a venv to fix that, however you are right, the python version is also often the cause of compatibility issues.
Nerd02@lemmy.basedcount.comto
Lemmy@lemmy.ml•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish
21·3 years agoSorry I haven’t ran this myself yet nor have any experience with that kind of issues. But may I ask why you were concerned with running it inside of a container? Seems rather unnecessary to me.
Nerd02@lemmy.basedcount.comto
Lemmy@lemmy.ml•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish
7·3 years agoThat is also very true. I think better tooling for that might come with the next pict-rs version, which will move the storage to a database (right now it’s in an internal ky-value storage). Hopefully that will make it easier to identify orphaned images.
Nerd02@lemmy.basedcount.comto
Lemmy@lemmy.ml•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish
393·3 years agoI’m an instance administrator, what the fuck do I do?
There’s one more option. The awesome @db0@lemmy.dbzer0.com has made this tool to detect and automatically remove CSAM content from a pict-rs object storage.


Interesting. That would be a nice extension, I think most small admins are using the filesystem (I know I am lol).