lent9004
@lent9004@lemmy.world
- Comment on MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st) 2 weeks ago:
That’s still very interesting to hear, maybe I’ll look into it for my next (simpler) project just to try it out.
- Comment on MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st) 2 weeks ago:
I think @jogai_san@lemmy.world put out some great points. On top of this, you can still install MAZANOKE as a PWA, so you “essentially” get a native application experience.
- Comment on MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st) 2 weeks ago:
Thanks for your kind words, I tried putting some effort into making the interface a bit more fun and interactive, so thanks for noticing!
In regards to Rust, I’ve been interested in learning more about it, but I’ve not had time yet, so it’s been in a “soon ™” limbo. As I’m comfortable with JavaScript/JS frameworks, sticking with JS was a quick way to get started without much friction.
- Comment on MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st) 2 weeks ago:
To preface a bit. I occasionally run my images through Sharp over CLI, and I am also a daily user of the Caesium desktop app. However, I haven’t explored the details of how Caesium is implemented.
The biggest difference is that MAZANOKE targets a different user group, essentilly those who would use online tools over installing applications, which is something you see more of these days. I wanted my family and friends to have a safe drop-in replacement for those shady websites. For those who want to use a “native app”, installing MAZANOKE as a PWA is also a great opinion.
In terms of core functionality, they are very simiilar and support the same output image formats. But at the end of the day, MAZANOKE is privacy-focused too, and have plans to add a simple image editor for obfuscation, cropping, and related features. You can also access MAZANOKE anywhere, whether it is self-hosted or on the official instance.
Fundamentally, MAZANOKE relies heavily on the device, and the browser’s Canvas API. This means that the speed and quality could slightly differ depending on which device/browser you use. I believe Caesium’s performance would be more consistent.
(I didn’t know where to put this, but my favorite feature is being able to paste to compress an image right away.)
- Comment on MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st) 2 weeks ago:
For this project, I think I’ll keep it to just images, but if I tackle a project with videos, it would be separate from MAZANOKE.
- Comment on MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st) 2 weeks ago:
The unofficial unraid template was graciouslly provided by ctrlaltd1337ed, but I appreciate the sentiment.
About the name, It is an amalgamation of two words, I’ll leave the rest to your imagination!
- Comment on MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st) 2 weeks ago:
Correct! This all works in the browser offline. As outlined in the install instructions, you can simply download the project files and just launch
index.html
. The docker setup is if you want to be able to access the service on local network or share it publicly. - Comment on MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st) 2 weeks ago:
Yes, it’s all JavaScript and essentially relies on the Canvas API to compress the images, so the performance is heavily dependent of your device and browser. I haven’t delved into WASM yet, but it would indeed open up doors for improvements, such a more file format support and more intelligent optimization. At the moment, working with canvas keeps things a lot more straightforward, however.
There is no funding I can provide at all (I’ve received 2 donations so far, which I’m very grateful for!). I just do this on my spare time, which I have a lot less of these days. I initially created MAZANOKE as a drop-in replacement for family and friends, specifically to those who tend to use questionable or ad-bloated online tools.
- MAZANOKE v1.1.5: Self-hosted local image optimizer in your browser — now supports TIFF, ICO, basic auth (featured on Tailscale, LINUX Unplugged, Selfh.st)github.com ↗Submitted 2 weeks ago to selfhosted@lemmy.world | 24 comments
- Comment on MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more 2 months ago:
As a Lemmy user myself, I totally get the sentiment. GitHub isn’t ideal, and I had also considered Codeberg in the past (not for this project, but way back for others). Unfortunately, the simple reason is that the community is already on there, which makes getting contributions and engagement much easier. Managing and tracking issues across two platforms would be quite (mentally) taxing, which is on top of the effort already going into developing the app.
- Comment on MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more 2 months ago:
I’m glad to hear it’s being used frequently! I’ve heard a similar, but not exactly the same use case, so I recommend submitting a feature request on GitHub. That way, I can review it later to assess if the feature could be included when I plan ahead for new releases.
- Comment on MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more 2 months ago:
If you get around to it, I’d love to know about it and add that as a feature.
- Comment on MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more 2 months ago:
EXIF data is removed by default, at the moment, there’s no way to keep those data. I personally see that more as a feature than a bug though. The primary reason why there is no option to keep EXIF data is to maintain feature parity across different image formats.
- Comment on MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more 2 months ago:
The conversion option “Default” is meant to retain the file format when possible, but you can actively select the other options like jpg or webp if that fits your use case better.
- Comment on MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more 2 months ago:
Currently, only SVG to PNG is supported. SVGOMG is a great tool I’ve used many times as a user, but since it runs as a Node.js app, it would require server-side processing, unlike the local browser-based approach of this app.
- Comment on MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more 2 months ago:
If I understand it correctly, then yes, that’s the case! I’ve utitlized several libraries such as “Browser Image Compression”, “heic-to”, and more, to wrap it in a web interface.
- MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and morelemmy.world ↗Submitted 2 months ago to selfhosted@lemmy.world | 20 comments
- Comment on MAZANOKE update (image optimizer via browser): Batch upload and download 2 months ago:
Oh wow, thank you for taking the time creating the feature requests/issues. I just finishing replying to them.
I’ll give the workflow another think and see if it fits within the project as a whole.
- Comment on MAZANOKE update (image optimizer via browser): Batch upload and download 2 months ago:
Even though this squoosh instance seems to be selfhosted, it has Google Analytics tracking (since Google made this app). MAZANOKE does not include any tracking nor require any internet connection at all if you install it as a PWA.
- Comment on MAZANOKE update (image optimizer via browser): Batch upload and download 2 months ago:
Haha, very interesting scenario, glad it worked out well!
- Comment on MAZANOKE update (image optimizer via browser): Batch upload and download 2 months ago:
That’s a valid question! The app is intended for less tech-savvy people, as such, the terminologies used are to accommodate those users. “Upload” would rather be “Import”, while “Download” would be “Export”.
I’ve shared the use case in a previous Lemmy post:
This app is designed to compress smaller batches of images, aimed at casual users who need to compress and convert a few images at a time.
I created it primarily for friends and family who are less tech-savvy, to help them compress and convert images in a simple, safe, and private way.
- Submitted 2 months ago to selfhosted@lemmy.world | 16 comments
- Comment on MAZANOKE: A self-hosted local image compressor that runs in your browser 2 months ago:
Ah I see, I’m still on webcord to be honest (not for any particular specific reason).
- Comment on MAZANOKE: A self-hosted local image compressor that runs in your browser 2 months ago:
Probably could be used with betterdiscord that supports js plugins.
- Comment on MAZANOKE: A self-hosted local image compressor that runs in your browser 2 months ago:
Yes indeed, the library I used “Browser Image Compression” is quite easy to work with. I did this as a weekend project + a few more days to prepare for open sourcing.
- Comment on MAZANOKE: A self-hosted local image compressor that runs in your browser 2 months ago:
This is has analytics tracking and is made by Google though. I intentionally wanted to stray away from that.
- Submitted 2 months ago to selfhosted@lemmy.world | 17 comments
- Comment on Browse and watch videos in FreshRSS like it's YouTube: "Youlag theme/extension" (v3.0.2) 4 months ago:
At the moment, I haven’t integrate Youlag with FreshRSS as a full fledge extension, but once that is in place, it would be possible to store user preferences. While it requires time and effort, I believe it shouldn’t be too hard to implment this feature.
- Comment on Browse and watch videos in FreshRSS like it's YouTube: "Youlag theme/extension" (v3.0.2) 4 months ago:
Sorry about that, I’ve included the fix in the latest release, and instructions on how to bypass the loading screen in the release notes: github.com/civilblur/youlag/releases
Here in an excerpt from the release note:
In case FreshRSS got stuck in a loading state with the
v3.0.2
release: You can manually bypass the loading state by opening the inspect mode on your browser. Within the “Elements” tab, locate thebody
element and add the CSS classyoutube-loaded
.Example:
- From
<body class=“normal”>
- To
<body class=“normal youlag-loaded”>
.
The adjustment above will exit the loading state, allowing you to interact with the content and access the extension page.
For your convenience, below is the url path to the “User CSS” extension page:
https://yourFreshrssDomain.com/i/?c=extension&a=configure&e=User%2BCSS
Head to this page and replace the old CSS with the one provided in this release. - From
- Comment on Browse and watch videos in FreshRSS like it's YouTube: "Youlag theme/extension" (v3.0.2) 4 months ago:
Since I don’t use a TV myself, I have not looked into this scenario unfortunately.