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

Selfhosted

50026 readers
439 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
[–] sexy_peach@feddit.org 3 points 6 days ago

OMG I just posted this to lemmy and saw it had already been posted. Great work! Amazing video!!

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

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

[–] nibbler@discuss.tchncs.de 3 points 6 days ago
[–] interdimensionalmeme@lemmy.ml 2 points 5 days ago (1 children)

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

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

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

You crack me up !!!

[–] twikz@sopuli.xyz 3 points 6 days ago

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

[–] disobey2623@lemmy.dbzer0.com 2 points 6 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 6 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 6 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 5 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.

[–] hexagonwin@lemmy.sdf.org 3 points 6 days ago

Looks fantastic, I'll actually be trying this. Love how it doesn't lock my files into some obscure format like seafiles.

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

This looks great, nothing to check it out.

[–] irmadlad@lemmy.world 1 points 6 days ago

I'll have to say that this is about one of the most detailed instructions I've seen, replete with copious screenshots. I'm going to have to give it a go just based on that. LOL

[–] cyrano@lemmy.dbzer0.com 2 points 6 days ago

This is really impressive

[–] sefra1@lemmy.zip 2 points 6 days ago

OMG! I've been looking for something like this for quite some time!

I will try this as soon as I have time. Thank you!

[–] hperrin@lemmy.ca 1 points 6 days ago (1 children)

Can you point me to the WebDAV code? I’m interested to see your implementation. There are some parts of the spec that are ambiguous, and I like to see how those are implemented in different servers.

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

sure! my implementation is really basic, just the stuff that's needed to make the clients i've tested happy, so there's probably still clients that won't be able to connect (And i'll fix those as soon as I hear about them!)

httpcli.py is the http methods handler, and the webdav-specific handlers are all next to eachother, propfind // proppatch // lock // unlock // mkcol // and there's also put for the uploads, but that's not entirely webdav-specific, just webdav-aware.

[–] hperrin@lemmy.ca 2 points 6 days ago

Thanks! So you put in the displayname prop even if it’s not set by the client. For the life of me, I can’t figure out what that prop is supposed to be in the spec. It calls it a live prop, but doesn’t give an explanation or an equivalent HTTP header.

I love how you named the error for 400 statuses, “Pebkac”! xD

[–] muusemuuse@sh.itjust.works 55 points 1 week ago* (last edited 1 week ago) (1 children)

You made this on your phone on the bus ride to and from work.

I cleaned the cat box yesterday and considered that an accomplishment.

Fuck.

load more comments (1 replies)
[–] johntash@eviltoast.org 45 points 1 week ago (1 children)

Your readme looks super in depth, thanks for that! I haven't watched the video yet but will later.

I didn't see it mentioned from a quick glance, but is either sftp or ftps supported?

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

SFTP is not currently on the roadmap, but it's not entirely implausible.

FTPS is supported, but it requires an optional dependency to be installed (pyopenssl), so it's not available in the Windows EXE. And I just realized that the dependency is currently not present inside the docker images either, so I'll get that fixed right away.

load more comments (2 replies)
[–] poVoq@slrpnk.net 34 points 1 week ago (1 children)

Clearly a labour of love 👍

Maybe support for some music streaming apps (subsonic?) would be cool?

[–] tripflag@lemmy.world 18 points 1 week ago (1 children)

That's a neat idea -- I've heard that a lot of stuff uses the subsonic API under the hood, so I'll see what it would take to become compatible with that. At first glance it looks like I'd have to mine and index way more information about audio files, but could still be doable :>

load more comments (1 replies)
[–] chellomere@lemmy.world 26 points 1 week ago* (last edited 1 week ago) (2 children)

Hey fellow scener, cool project!

Just a few thoughts/questions:

  • BTRFS and ZFS support real deduplication via copy on write, and would eliminate all current disadvantages of symlink and hardlink deduplication. It just works.
  • Why have it be one huge python source file? This is a serious code smell imo, and something you really should avoid doing as this can be a major maintenance burden.
[–] suzune@ani.social 3 points 6 days ago (1 children)

Just a remark from someone who runs ZFS since the beginning. Many people don't like the deduplication feature because of its memory footprint.

It's also nice to have this feature without relying on a certain filesystem.

[–] chellomere@lemmy.world 2 points 5 days ago

I assume you mean automatic deduplication? I haven't used ZFS, but BTRFS does not have that. There are a variety of ways to perform deduplication, I have duperemove scheduled to run regularly.

If ZFS is still capable of being instructed to perform deduplication when automatic deduplication is turned off, which it really should be able to do, then this should work even with it turned off.

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

BTRFS and ZFS support real deduplication via copy on write, and would eliminate all current disadvantages of symlink and hardlink deduplication. It just works.

yeah that's a good point, I'll add an option to take advantage of this if you know you're running on a filesystem where that works as intended.

Why have it be one huge python source file?

oh don't worry, it's all separate files during development -- there's a build-stage which bundles everything up into a single file for distribution. But thanks for the concern :D

[–] chellomere@lemmy.world 5 points 1 week ago (3 children)

Ah, so you have compiled it into one file? Didn't know that was possible for python, what tool do you use for this?

load more comments (3 replies)
[–] RecallMadness@lemmy.nz 1 points 6 days ago (1 children)

What do you use to bundle into one file?

[–] tripflag@lemmy.world 2 points 6 days ago

copyparty-sfx.py is a custom packer (see this reply) created by make-sfx.sh, and copyparty.pyz is a standard zipapp, created by make-pyz.sh. The zipapp has more disadvantages than the sfx.py, so that's the default/recommended build.

[–] pwalker@discuss.tchncs.de 15 points 1 week ago* (last edited 1 week ago) (1 children)

you even mention ladybird as browser, nice 😎

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

it's such an impressive project! Amazing what they've accomplished in so little time, and so important too -- we need as many options as we can get.

load more comments (2 replies)
[–] 2xsaiko@discuss.tchncs.de 14 points 1 week 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)
load more comments
view more: ‹ prev next ›