Egregoros

Signal feed

Timeline

Post

Remote status

Context

5

Replies

6

@lain @yonle

Looking into hosting. Learning. Still lost. But that's ok for now. I was looking into fe, seems to have changed names?

https://codeberg.org/mkljczk/nicolex

On the note of images:
(I'm self taught, new, & may have misconceptions)

Can you use reverse proxy & intercept the url to only display the compressed images?

For full resolution could you setup an api? Have clients that respect this api call download full res?

I need to read more and learn pleroma.
I hope this wasn't just bad noise.

@rusty__shackleford @yonle yes, you can thumbnail / shrink everything, mediaproxy could do it. the issue is that there is a very specific need that currently serve correctly (i.e. i want to show my 120 megapixel png in full quality) while there's a near universal issue that we mostly ignore (i.e someone uploads their 120mp png because that's just what their xiaomi 231 hasselblad supermi takes and now everybody gets a huge download)

@rusty__shackleford @lain Nicolex is it’s own thing. different fork. I haven’t dived what’s different here but it seems like there’s some interesting patches from here.

Can you use reverse proxy & intercept the url to only display the compressed images?

you can, but then you need a backend that do the job.

For full resolution could you setup an api? Have clients that respect this api call download full res?

It will only applies in pleroma if respecting the api is the goal. You see, there’s 2 field in attachment object: url being the url of the real thing, preview_url for the thumbnail only.

but if your goal is to make it only render the compressed version on both field, then you must decide this. Either you want this to work only in pleroma fe, or both world (pleromafe and mastodon apps).