Mikael nil · they/them
  • Berlin, Germany
  • Joined on 2022-09-30
nil commented on pull request AkkomaGang/akkoma#854 2024-11-25 11:56:31 +00:00
Use magick command from ImageMagick

Note it always uses magick <command>, while this patch adapts convert to magick only. The latter form appears to work too for simple operations at least, but idk if there are ambiguities…

nil commented on pull request AkkomaGang/akkoma#854 2024-11-25 11:45:24 +00:00
Use magick command from ImageMagick

We still support environments without ImageMagick 7 readily available. E.g. current Debian stable doesn’t have it yet and we even support oldstable atm. So I don’t think we can just…

nil created pull request AkkomaGang/akkoma#854 2024-11-19 19:56:19 +00:00
Use magick command from ImageMagick
nil pushed to develop at nil/akkoma 2024-11-19 19:54:07 +00:00
c48f5d57b6 Use magick command from ImageMagick
nil pushed to develop at nil/akkoma 2024-11-19 19:53:26 +00:00
09799be35c Use magick command from ImageMagick
nil pushed to develop at nil/akkoma 2024-11-19 19:52:08 +00:00
352cbbfeda Use magick command from ImageMagick
nil created repository nil/akkoma 2024-11-19 19:51:27 +00:00
nil commented on issue AkkomaGang/akkoma#637 2023-09-08 11:59:55 +00:00
[bug] Potentially incorrect date format in last_status_at

Mastodon appears to provide a full date/time

That example is wrong according to their own documentation - Status includes an Account which has last_status_at defined as "String…

nil opened issue AkkomaGang/akkoma#637 2023-08-30 10:05:10 +00:00
[bug] Potentially incorrect date format in last_status_at
nil closed issue AkkomaGang/akkoma#263 2022-11-20 22:45:53 +00:00
CSP prevents cross‐origin image preloading
nil commented on issue AkkomaGang/akkoma#263 2022-11-20 22:45:52 +00:00
CSP prevents cross‐origin image preloading

@nninja De rien.

@floatingghost Thank you for the quick fix.

nil commented on issue AkkomaGang/akkoma#263 2022-11-20 10:05:24 +00:00
CSP prevents cross‐origin image preloading

@nninja Can you confirm that the fix has solved the problem you observed?

If so, I’d like to close this issue.

nil commented on issue AkkomaGang/akkoma#263 2022-11-16 20:34:58 +00:00
CSP prevents cross‐origin image preloading

I'm getting similar CSP errors but for the S3 obj store subdomain:

image

E.g. main site is pl.nudie.social; S3 bucket @…

nil commented on issue AkkomaGang/akkoma#263 2022-11-10 16:13:04 +00:00
CSP prevents cross‐origin image preloading

https://docs.akkoma.dev/stable/configuration/cheatsheet/#media_proxy

you may want to set base_url on the media proxy

I did exactly that, but as far as I can tell from <https://akkoma.de

nil opened issue AkkomaGang/akkoma#263 2022-11-10 15:56:03 +00:00
CSP prevents cross‐origin image preloading