From fcdb82f95b1f448471131317b4d3886859e7cdbf Mon Sep 17 00:00:00 2001 From: Sadok Ferjani Date: Tue, 7 Nov 2023 16:54:47 +0100 Subject: [PATCH] Add Flyimg (#329) Co-authored-by: Kieran <32241933+KieranRobson@users.noreply.github.com> --- software/flyimg.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/flyimg.yml diff --git a/software/flyimg.yml b/software/flyimg.yml new file mode 100644 index 0000000000..a23822d5c5 --- /dev/null +++ b/software/flyimg.yml @@ -0,0 +1,12 @@ +name: "Flyimg" +website_url: "https://flyimg.io" +source_code_url: "https://github.com/flyimg/flyimg" +description: "Resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick, with an efficient caching system." +licenses: + - MIT +platforms: + - Docker +tags: + - Miscellaneous +depends_3rdparty: no +demo_url: "https://demo.flyimg.io"