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

Selfhosted

49964 readers
65 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 3) 37 comments
sorted by: hot top controversial new old
[–] irmadlad@lemmy.world 1 points 3 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

[–] MacStainless@piefed.social 4 points 4 days ago

I’m in the market for a self hosted file server so I can use it as a destination for website backups. Absolutely going to give this a look next week. Thanks for posting about it!

[–] Skipcast@lemmy.world 5 points 4 days ago

This looks sick. Thanks for making and sharing it!

[–] herseycokguzelolacak@lemmy.ml 5 points 4 days ago (4 children)

I have a samba fileserver behind wireguard. Would copyparty be an improvement over samba?

load more comments (4 replies)
[–] hexagonwin@lemmy.sdf.org 3 points 4 days ago

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

[–] tehn00bi@lemmy.world 4 points 4 days ago

Looks really cool. Might spin up a test bed to try.

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

This is really impressive

[–] sefra1@lemmy.zip 2 points 4 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!

[–] KarnaSubarna@lemmy.ml 2 points 4 days ago* (last edited 4 days ago) (2 children)

Any way to run the server as a docker container?

[–] boonhet@sopuli.xyz 3 points 4 days ago

You can run absolutely anything as a docker container that you have the binary (and other files if needed), or you can go fancy and compile from source in docker.

Just create a dockerfile.

From (some base image you want to use like Ubuntu or Alpine)

Copy necessary files

Run the binary

You can run it straight from command line, put it in a docker compose file, or even tag it and upload it to a repository (and then reference that in your docker compose)

load more comments (1 replies)
[–] hperrin@lemmy.ca 1 points 3 days ago (2 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.

load more comments (2 replies)
[–] gedaliyah@lemmy.world 2 points 4 days ago

Wow! This is great. I may give it a shot.

[–] libre_warrior@lemmy.ml 1 points 4 days ago

This looks nighsome as blossom!

[–] Vendetta9076@sh.itjust.works 1 points 4 days ago

Hey! Just set this up today and it seems pretty good. Only issue I'm having is that is pretty slow to download (~2mb/s) what are some good ways to speed it up?

load more comments
view more: ‹ prev next ›