Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics. If you need to do this, try [email protected]
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected].
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
It looks like that if you set up a lemmy instance, there's an upload size cap for things that people can attach.
https://github.com/LemmyNet/lemmy/issues/3349
If you set that to some insane number, I imagine that people can upload large stuff, and as I note below, at least webm files seem to be doable right now on lemmy.world (just that the lemmy.world size cap is going to keep someone from uploading anything of meaningful size). I'd imagine that if you lift that cap to whatever you want -- if you want full-length movies, then probably a couple of gigabytes -- the users of your instance should be able to upload. They'd click on "image" rather than "movie", but...shrugs
The Lemmy Web UI isn't really designed for huge uploads, doesn't show a progress bar, so it's probably not going to provide the best user experience, but I'd expect that it'll work.
If you don't want to run a lemmy instance, but do want to permit people to just anonymously upload files that they can link to on other lemmy instances, then while I don't have a particular example ready to hand, I'm sure that there are no shortage of web-based "dropbox" systems that let one upload and then serve files. Just have people reference the file's URL the way they would anything else.
If you want to run a PeerTube instance, which is aimed at fediverse video sharing, then I'd look at their docs. I've never set one up, but I'm sure that they have some kind of documentation.