Are there any plans to add attachments to Lemmy, as in not just image attachments/uploads?

PCChipsM922U@sh.itjust.works to Lemmy@lemmy.ml – 9 points –

This platform could be a viable alternative for forums (cuz we know in which state they currently are), but the lack of general attachments (any mime/file type) is what I believe stands in the way. I have an electronics forum I run (a local one, nothing too serious) and I believe Lemmy can make it more intereactive (not die out) because people from all over the world will get the feed and not just people that are online on the forum at that time.

Still, we frequently exchange PDFs, schematics (not always in image form), archives, etc., which makes Lemmy useless if there are no plans to implement something like this, even if disabled by default.

So, are there plans for anything like this being implemented?

15

Federated file share exists. Lemmy is, at its core, a link aggregator. Not disagreeing that it would be cool, but would be a lot of work.

https://owncloud.com/federated-cloud-sharing/

https://docs.nextcloud.com

Honestly I'm not sure if we need file sharing to be federated. Just put up a link somewhere and let people download.

Or use torrents (with web seeds should no other seeders be around) if the files are gigantic enough

Storage is the issue, all of these instances are volunteer based so we want to avoid burdening them with storage costs. For example when renting a VPS (as many Lemmy instances do) the monthly rate jumps pretty quick with storage capacity. Some instances do allow small local uploads, the one I use allows 100kb and that limit is based on operating cost.

I've been thinking: What if we add ipfs into the mix?

Still, you need hardware (disks). Speed is a problem, but not the main problem lomg term.

I was actually thinking about creating my own instance if I plan on migrating my forum to Lemmy. I don't mean to freeload, especially since I do pay the hosting fees for the forum.

Goes along with the whole idea of Open Source. If you don't like something, change it yourself. I'm not an expert admin or programmer, but I do have some limited experience. I've actually taken advantage of the do it yourself potential of FOSS a few times myself, hosted some servers, modified some software. Nothing big, but little tweaks here and there. It's very empowering.

I think it is more sustainable to collect those files in a git repository somewhere where they can be easily found and curated.

But in general the image hosting system used by Lemmy is relatively format agnostic and could probably also host other file-types with only minor changes.

The main concern is storage. If people start storing more stuff, that increases the costs of running the instance.

So I think it makes a ton more sense for lemmy to integrate with existing hosting solutions. Ideally users would be able to upload stuff to their own accounts elsewhere and lemmy would go fetch it as needed.

I meant as in opening my own instance, thus, all of the hosting fees are on me (and a few other people, but mostly me). I currently run that forum, so I pay the hosting fees, things aren't gonna change much if just switch to another platform.

The thing is (correct me if I'm wrong), if other instances federate with you, they'll be hosting a copy of the data you store. For images this is manageable (although animated images are basically video), but it will quickly run into the gigabytes range.