this post was submitted on 26 Jul 2025
773 points (99.4% liked)

Selfhosted

49934 readers
103 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I made a video about copyparty, the selfhosted fileserver I've been making for the past 5 years.

The main focus of the video is the features, but it also touches upon configuration. Was hoping it would be easier to follow than the readme on github... not sure how well that went, but hey :D

This video is also available to watch on the copyparty demo server, as a high-quality AV1 file and a lower-quality h264.

(page 2) 50 comments
sorted by: hot top controversial new old

this looks amazing! (from the youtube video. also the controls/features seem to be well thought-through) i'll give it a shot tomorrow

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago (1 children)

Wo wo wow, is that my man JC Denton ??

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago

"There are two editors in case you hate one of them"

You crack me up !!!

[–] LSNLDN@slrpnk.net 4 points 3 days ago (3 children)

This is cool. Idk if it’s just me but the h.264 version of your video has no sound!

load more comments (3 replies)
[–] 2xsaiko@discuss.tchncs.de 14 points 4 days ago (7 children)

Oh my god, this seems really good and closer to what I want than anything yet. Been looking for something to replace Nextcloud and found nothing good so I might take a look at this.

load more comments (7 replies)

nice project! I'll check it out! I've also really enjoyed your replies here. it's obvious you really know your stuff. thanks!

[–] atomicbocks@sh.itjust.works 10 points 3 days ago (1 children)

This looks great but I really wish it had SFTP.

[–] tripflag@lemmy.world 11 points 3 days ago

thanks for the vote, I hear ya :>

[–] lemmyhavesome@lemmy.world 5 points 3 days ago

Haven't looked at the project yet, but that's just the greatest name for a fileserver...

Very sleek project. The language switcher bit was brilliant hahaha. Seriously, good job.

[–] disobey2623@lemmy.dbzer0.com 2 points 2 days ago (1 children)

I looked at the comparison for Seafile as that's the one I'm most familiar with. In my opinion Seafile's greatest strength is its encryption, but in your comparison you seem to see this as a negative as I assume this bullet refers to the encryption? "isolated on-disk file hierarchy, incompatible with other software. much worse than nextcloud in that regard"

[–] tripflag@lemmy.world 2 points 2 days ago (1 children)

the intention with that statement was that seafile, by default, places all the files inside its own proprietary file container thing, where the files are not easily accessible from the server's actual filesystem, using regular linux utilities. My knowledge of seafile is really minimal, so this could be wrong -- in which case I'll fix that right away! or, at the very least, try to clarify what I meant to avoid this confusion.

in case you happen to know -- are you aware if it's possible to use Seafile while having it just place all the files and folders on the disk like any other program would?

[–] Andres4NY@social.ridetrans.it 1 points 2 days ago (1 children)

@tripflag @disobey2623 Your statement is correct; the way seafile stores files is in blocks (for de-duplication, apparently).

They offer a fuse extension that allows you to view stuff like a normal filesystem, though I've never tried it: https://manual.seafile.com/latest/extension/fuse/

[–] disobey2623@lemmy.dbzer0.com 1 points 2 days ago

And obviously, encrypted folders can't be accessed through the file system even with the fuse add on, because that would break the whole point of encryption.

To me, the one big advantage Seafile has is its e2e encryption and encrypted folders, as it allows me to host it externally without allowing access to my files to the server administrator.

[–] nibbler@discuss.tchncs.de 3 points 3 days ago
[–] jlh@lemmy.jlh.name 10 points 4 days ago (2 children)

I would probably remove python 2 support, it was end of life when the project was started.

[–] tripflag@lemmy.world 15 points 4 days ago (1 children)

As long as it's not causing any issues or drawbacks for modern python versions (and it isn't), I don't see any reason to do that -- on the contrary, I know people are running copyparty on retro equipment, so I'd very much prefer to keep it for as long as possible :>

load more comments (1 replies)
load more comments (1 replies)
[–] twikz@sopuli.xyz 3 points 3 days ago

Now it would be interesting to setup a raspberry pi with harddrives plugged in the USB 3 ports💡

[–] Pika@rekabu.ru 7 points 3 days ago* (last edited 3 days ago)

Alright, you bought me with this

Amazing presentation and nice that you have a demo!

[–] kayohtie@pawb.social 7 points 3 days ago (1 children)

Great job on something like this! I'll probably give it a whirl soon, I like Nextcloud but find it clunky sometimes because it's often a bit more than I need. Maybe breaking it up into Immich + this would help! Thank you for sharing your project!

One thing to note, your comparison against Nextcloud has a partially-incorrect point regarding file upload max size. The client does upload chunking, so is unaffected by the Cloudflare issue as well, but I believe the web client is still affected, just not the apps. https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html#adjust-chunk-size-on-nextcloud-side

I suspect a few others may be as well, but I'm only familiar with the Nextcloud one because that's what I've been running, and discovered in making sure I could still upload video files recorded while out and about.

Also love that it looks like a simpler install!

[–] tripflag@lemmy.world 5 points 3 days ago

Thanks for the correction; confirmed that Nextcloud now does chunked uploading (with the web-client too). Fixed :>

Good luck, and let me know if you hit any issues o/

[–] Tiger@sh.itjust.works 1 points 2 days ago

This looks great, nothing to check it out.

[–] Admax@lemmy.world 8 points 4 days ago (1 children)

I'm properly in awe at this project. Not only does it support a wide range of protocols and runs practically everywhere, but it can play audio, video, display images and has keyboard shortcut support ???

It's got everything I could think about and so much more.

I can't wait to try it out !

Thank you so much for your time and for making this open source.

load more comments (1 replies)
[–] tux0r@feddit.org 8 points 4 days ago (2 children)

Can we have Gopher support?

load more comments (2 replies)
[–] gusgalarnyk@lemmy.world 7 points 3 days ago (4 children)

Sometimes I feel so new to setting up my own digital ecosystem because I look at a thing and think "that's so cool" but struggle to imagine it at home. So could someone help me understand.

This would be a replacement for something like Google Drive or Proton Drive? The actions I would use this for would be:

  • sending files to friends
  • managing a collection of files like PDFs, music, ISO's that could be accessible by my friends (or just my household)

So I would spin this up on my NAS or my main PC and replace those services and accomplish those actions using this software?

Are there other services or actions I'm missing? Am I misunderstanding the premise entirely?

load more comments (4 replies)
[–] TedZanzibar@feddit.uk 5 points 3 days ago (1 children)

This is very impressive and I'm highly likely to give it a whirl. My question is, though: would it be something that my very non-tech savvy wife could use?

Eg. I'm thinking setup the app on her phone with a default location and when she asks me for a file I can just tell her that I've "put it in the app", and she'll be able to easily retrieve it. Also same thing but vice versa, though the video seems to cover that via the Android share menu...

Again, super impressive. Good job!

[–] tripflag@lemmy.world 6 points 3 days ago (1 children)

I have a hunch that the true answer, to be honest, is "no" -- at least with the current UI as it is. I've come to terms with not being the best at making intuitive user interfaces, so I went all-in on making it poweruser-friendly and efficiency instead.

Yeah, there's the android app for sending files to the server, and it'll always send files to the same folder, so that part should be pretty solid. But actually grabbing files from the server, perhaps not so much. Not sure I'd risk it, but I'll leave the decision to you hehe

I'm not aware of any user-friendly android/iOS apps for connecting to a webdav / ftps / sftp server, but if those exist, then that would probably have been a good option!

load more comments (1 replies)
load more comments
view more: ‹ prev next ›