Hi there,
Filerun will stop exisiting as a free version and since I use it like once a month for some small files I was wondering what similar selfhostable and free alternatives are out there that you know.
Hi there,
Filerun will stop exisiting as a free version and since I use it like once a month for some small files I was wondering what similar selfhostable and free alternatives are out there that you know.
12 Comments
sneakyninjapants@sh.itjust.works · 3 pts · 3y
I suspected that was going to happen eventually. Being closed-source is part of the reason I dropped it.
Probably the most direct replacement I can think of is Filebrowser.
rambos@lemmy.world · 1 pts · 3y
Filebrowser? It is awesome, but thats not a cloud, thats just a file browser for your server in a web app
irreducible12302@lemmy.world · 3 pts · 3y
If you're looking for just filesharing capabilities, OwnCloud might be a good alternative. It's recently been rewritten in Go and its supposedly quite fast. I must say that I haven't used it myself.
Another alternative could be Nextcloud, but that comes with a whole suite of other software such as calendar, contacts, ...
I've also heard some good things about seafile, but never used it myself either.
homegrowntechie@lemmy.world · 3 pts · 3y
You can disable the majority of the extra apps on Nextcloud to strip it down. It runs fine on lower end devices once tuned properly.
outcide@lemmy.world · 2 pts · 3y
I keep not getting around to trying it, but KaraDAV looks great. Lightweight WebDAV server which supports Next/OwnCloud clients for syncing.
Nulubez@sh.itjust.works · 2 pts · 3y
Might I suggest a Synology NAS. They're a network attached storage, sure, but they have a suite of apps including DS files, DS photos, etc. It also can act as a VPN too. Just a thought
decta@feddit.nl · 1 pts · 3y
I have a Synology NAS and for me filerun was just a personal substitute for wetransfer or similar stuff. I had it on my Server that was not at home so I was able to share files with clients.
decta@feddit.nl · 1 pts · 3y
After a while I found https://github.com/stonith404/pingvin-share/tree/main which does all I need. So if you are still in search of a filerun alternative give Pingvin-share a try.
knaak@lemmy.world · 1 pts · 3y
I am in the exact same situation. Nextcloud is what I went with. I can securely share files and albums easily. It seems pretty good so far and installing as a docker image was easy.
One thing tripped me us is that you should use your external domain name for first login so it writes the configuration properly.
TwinTurbo@lemmy.world · 1 pts · 3y
Another option is Seafile. I don't use the web interface much, but syncing files between devices works great.
crunziel@lemmy.id · 0 pts · 3y
i read owncloud infinite scale (OCIS) few days ago, i wanted to try it this weekend, and if you’re looking just only file sharing, this might fit for you,
or nextcloud docker / nextcloud install with redis and tuning, and remove the features you don’t need
decta@feddit.nl · 2 pts · 3y
I was thinking about nextcloud or owncloud, but all I actually need is the fileshare function. This seems a little much overhead for just that. If I won’t find anything I will more or less bite that bullet and use nextcloud, but would love to have a standalone solution. Thanks for the input tho – did not know about OCIS yet, will check it out.