@Friendica Support Let's assume a post with in my country illegal media hit my instance. How do I remove and block the post AND all media under /photo/media which was locally generated in the instance cache in order to prevent that the media is still served through my instance?
I could not really find a solution for this. 🤔
I could not really find a solution for this. 🤔
Matthias
in reply to Jonas ✅ • • •See here social.johnassel.de/moderation…
Ⓜ3️⃣3️⃣ 🌌
in reply to Matthias • •Friendica Support reshared this.
Jonas ✅
in reply to Ⓜ3️⃣3️⃣ 🌌 • • •Ⓜ3️⃣3️⃣ 🌌 likes this.
Friendica Support reshared this.
Jonas ✅
in reply to Matthias • • •Using the "Delete Item" tool seems to remove the post only but not the associated media.
Matthias
in reply to Jonas ✅ • • •Ok, understood. Delete Item should delete the entire content, including images or attachments. It can then no longer be accessed via your server.
Jonas ✅ likes this.
Carlos Solís
in reply to Jonas ✅ • • •Friendica Support reshared this.
Jonas ✅
in reply to Carlos Solís • • •00 06 0c 12 18 1e 24 2a 30 36 3c 42 48 4e 54 5a 60 66 6c 72 78 7e 84 8a 90 96 9c a2 a8 ae b4 ba c0 c6 cc d2 d8 de e4 ea f0 f6 fc
while only having only an ID consisting of x numbers.
Or is there a way to get the location of the file in the filesystem.
Friendica Support reshared this.
Matthias
in reply to Jonas ✅ • • •@Jonas ✅
If you know the path to the image, you can also redirect it to a 404 via .htaccess
RedirectMatch 404 https://social.johnassel.de/photo/preview/xxx/xxxxx$
Friendica Support reshared this.
Jonas ✅
in reply to Matthias • • •And neverthelessthe content is still somewhere in the filesystem.
Friendica Support reshared this.
Matthias
in reply to Jonas ✅ • • •If it is, then in my opinion it can only be in the proxy. It is volatile.
Jonas ✅ likes this.
Carlos Solís
in reply to Jonas ✅ • • •You can copy-paste the route and substitute the header. E.g.
https://hub.azkware.net/avatar/1f8/18d5ab79e9080d577fae7c8a1aed-320.jpeg?ts=1739347661
would reside in
/var/www/friendica/avatar/1f8/18d5ab79e9080d577fae7c8a1aed-320.jpeg
so you would just run the command
rm -rf /var/www/friendica/avatar/1f8/18d5ab79e9080d577fae7c8a1aed*
Friendica Support reshared this.
Jonas ✅
in reply to Carlos Solís • • •social.johnassel.de/photo/medi…
Friendica Support reshared this.
Carlos Solís
in reply to Jonas ✅ • • •Hypolite Petovan
in reply to Jonas ✅ • • •Friendica Support reshared this.
Michael 🇺🇦
in reply to Jonas ✅ • • •Jonas ✅ likes this.
Friendica Support reshared this.