this post was submitted on 20 Mar 2025
144 points (98.6% liked)

Selfhosted

61428 readers
310 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

This is a fork of the original project that is way ahead now.

top 20 comments
sorted by: hot top controversial new old
[โ€“] Tiritibambix@lemmy.ml 46 points 1 year ago (2 children)
[โ€“] lemmeBe@sh.itjust.works 5 points 1 year ago

It's a lot friendlier with friends. ๐Ÿป

[โ€“] jogai_san@lemmy.world 5 points 1 year ago (1 children)

Strange, I'm pretty sure I did fill in the url. Or does attaching a picture change the post type so the url is not taken into account?

[โ€“] _hovi_@lemmy.world 6 points 1 year ago (1 children)

Yeah it's one or the other unfortunately

[โ€“] jogai_san@lemmy.world 2 points 1 year ago (2 children)

I'll keep that in mind next time

[โ€“] Black616Angel@discuss.tchncs.de 3 points 1 year ago (1 children)

Lemmy also allows you to edit your post afterwards, so you could still do it.

[โ€“] jogai_san@lemmy.world 2 points 1 year ago

Only trough the mobile ui. Or at least not trough the default ui on lemmy.world

[โ€“] Evkob@lemmy.ca 2 points 1 year ago (1 children)

When you post a link, you can add a thumbnail image URL! In the default lemmy-ui, it should be right under where you upload an image :)

[โ€“] jogai_san@lemmy.world 1 points 1 year ago
[โ€“] sugar_in_your_tea@sh.itjust.works 7 points 1 year ago* (last edited 1 year ago) (2 children)

I don't see a server, so shouldn't this be "a collection of offline tools"? Throw in a service worker to cache everything (maybe it has one?) and there's no reason to ever hit the server after first load.

[โ€“] WhatAmLemmy@lemmy.world 5 points 1 year ago (1 children)

So basically a browser extension? Actually it would be preferable in the Firefox sidebar vs a standalone site...

There are lots of options:

  • extension, as you mentioned
  • Tauri app - like election, but uses system web view instead of baking in a browser
  • PWA - service workers to make it work offline in the browser

Each is pretty easy, and the PWA means you can basically get the Tauri app feel for free.

[โ€“] asap@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

It's the kind of thing I host so that no matter what device I'm sitting in front of, I can easily pull it up. Hence a server is needed. I'm not talking about just my own laptop or phone, I mean any shared or borrowed device.

I find it so useful I pull it up almost every workday.

[โ€“] Cqrd@lemmy.dbzer0.com 5 points 1 year ago (1 children)

IT tools is a really good looking app with a lot of tools, but I think it might also be the definition of choice paralysis lol

[โ€“] SchwertImStein@lemmy.dbzer0.com 2 points 1 year ago (1 children)

It's not like you approach it with "maybe I'll convert json to xml today".

It's for when you have a thing to do and know you can do it there.

[โ€“] Cqrd@lemmy.dbzer0.com 2 points 1 year ago

Yeah, for sure, it's just remembering all of the things it can do seems pretty tricky lol

[โ€“] node815@lemmy.world 2 points 1 year ago (1 children)

Hmmm... Interesting! I didn't realize there was a fork, but then again, this is one of those tools I've had running for several months close to a year or so and never thought about it. The original dev, Corentin, has been working on many more new projects: https://bsky.app/profile/corentin.tech .

[โ€“] jogai_san@lemmy.world 1 points 1 year ago

Same for me, that's why I shared it. I don't know why he's not merging PR's because this fork tries to share everything back.

I just had a quick play around with it, HEIC converter is something I didn't know I needed (I have a large backup from my iPhone which has HEICs), and I like the .eml parser just to name a couple.

I'll be adding this to my server for sure. Thanks for sharing

[โ€“] floppingfish@lemmy.world 1 points 1 year ago

Looks great!