Try nextcloud. It can generate links to files like this.
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
100% this. I have one running in a lxc, and I expose it to the world through a CloudFlare tunnel so I needn't worry about dyndns or people probing my public IP.
Mind if u ask how much that cloudflare front end costs you a month for how many hits?
I'm on their free tier. If you don't have a domain you need to get one, but CloudFlare does offer domain registration basically at-cost.
Because I'm on free, I can't break down my analytics like a paid account can. i can say though that for the past 30 days my account has generated 886k requests and 47.56GB of bandwidth. I can't tell you how much of that is nextcloud and how much is other stuff, like audiobookshelf, but hopefully this helps answer you.
An ordinary sftp server. No reason for this to be web based.
https://file.pizza/ just because the pizza toppings URLs are fun and nasty
not self-hosted
Could be tho. Link to github ("fork me") at the bottom.
Not selfhosted but after I found catbox.Moe I haven't had yo worry about sharing files.
I would not rely on catbox for the long term.
That's always sound advice
It's not quite self hosted, but Soulseek allows you to share share private directories with buddies. Soulseek might require a port forward.
Other than that, there are the many pasteboard solutions that have been mentioned. They'll either require a port forward or reverse proxy (nginx etc.) to access outside the network though.
I use owncloud
I haven't bothered to set up anything that complex, but mega.nz gives you an encrypted 50GB of free space. I'm not crazy about supporting Kim Dotcom's crazy ass, but it periodically solves problems for me.
I was also a founding member of box.com so there's another free 50.
This is still a selfhosted sub isn't it?
Do you have a public-facing internet-presence? If so, then I've heard good things about copyparty.
I'm using Nextcloud for this, but that seems a bit overkill for your usecase.
Edit: they explain how to use a cloudflare tunnel, so no public IP needed, actually.
How do I learn all these terms?
Having come from zero knowledge, to now self-hosting for over a year, I can tell you that you just search for them one at a time. Sometimes they will make sense. Sometimes not yet.
Stick around here, ask questions, and look things up.
Are both parties online at the same time?
Maybe something like this is a good solution: https://github.com/magic-wormhole/magic-wormhole
It will figure out the fastest p2p connection and send even very large files without hassle.
Just run a web server and expose the specific files you want to share through that?
If you have Docker hand you can use my project Directory Lister to do just this quick and easily (Docker docs).
Yea just draw the rest of the owl duh! 🙄
python3 -m http.server

Copyparty is easy, but if you can both set up syncthing, that makes it a breeze. I have a sibling that lives across the Pacific and last time they visited I set up syncthing on their laptop and when either of us wants to share something, we just drop it in that folder and wait a minute or two.
Dang. I never thought of using the discovery servers for that purpose. Creative! Just hope that one side doesn't accidentally delete everything in there...
There are a few implementations of wormhole that might work.
If you're ok with exposing a server to the internet, I've had good luck with sharry. https://eikek.github.io/sharry/
I've also had good luck running a Nextcloud instance to share with friends and family. But that is probably overkill here.
You can consider using a Pikapods service for this. It's dead simple to strand up a server when you need one.
https://www.pikapods.com/apps#storage
They have Gokapi and/or PrivateBin for just about a buck per month. You can turn the service on and off whenever you like. Good company to work with, IME, too.
Do you have a domain? If you do, maybe try Nginx Proxy Manager and SFTPGo. I previously used File Browser but the developers made some fairly large breaking changes and I never went back. SFTPGo lets you add accounts easily and I have specific folder setup for sharing with friends. It has a clean interface too. If you don't have a domain, maybe try Tailscale?
this link is broken? I had to copy+paste it
Cheers, fixed it
Any particular reason why you can't do something like host a Send instance instead? Better to treat "filesystem behind the network" and "files to share" as two different things: one is imanent, the other is punctual and sporadic.
I use Pingvin. You upload a file to it and it generates a link. Has expiration on the link.
You can allow anonymous uploads or not, give friends logins etc.
I have it locked down to just me with a login and I use it to let others download the files.
I’ve been looking for something like this as well. Hopefully someone has a solution.
Does anyone use Blaze? ( https://github.com/blenderskool/blaze )
I always thought it looked promising, even supporting peer-peer transfer, so in theory if you are transferring to multiple destinations multiple folks would seed.
Edit: ah, ni commits for the last 2 years