this post was submitted on 24 Jan 2025
66 points (98.5% liked)

Selfhosted

41571 readers
891 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’ve used Nextcloud for a long while but only for cloud storage and photo backup from my phone. I’ve moved the latter to Immich and just replaced the cloud storage with Seafile.

So far everything is hunky dory but I was wondering if anyone who’s run Seafile for longer has any insights for things to watch out for with it. I’m following the documentation backup solution and I’m the only user (so the whole db/file de sync during backup isn’t an issue)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 days ago (2 children)

I've been meaning to try https://github.com/kd2org/karadav out, lightweight server that supports nextcloud applications. Has anyone else tried it out?

[–] [email protected] 2 points 5 days ago

I did give it a go but had trouble getting it work properly. I deployed via docker compose. The Nextcloud or owncloud clients didn’t seem to work with it unfortunately.

[–] [email protected] 1 points 5 days ago (1 children)

I haven't, but it's on my list. I also want to try copyparty. Currently, I use SFTPGo, it works pretty well. They both don't support Nextcloud apps, but I use Round Sync on my phone.

[–] tripflag 3 points 4 days ago (2 children)

hey, copyparty dev here - I'll be upfront and warn that if you're looking for a service to do full bidirectional file syncing, with proper file tracking and versioning, then something like syncthing is a better choice. Copyparty is able to do single-direction syncing of local folders to the server pretty well (using copyparty's u2c or rclone), but that's about it.

But if you're looking for something to handle file uploads faster than many alternatives, or any of the other features listed in the readme, then I'd be happy to help if you ever get stuck somewhere :>

[–] [email protected] 2 points 2 days ago (1 children)

Just an update to say that I've setup copyparty and it's working very well. Speeds are excellent. I found an issue, but it wasn't with copyparty. When uploading large files with rclone, the transfer size would keep increasing and the upload would never finish. I use traefik as a reverse-proxy and it would terminate requests after 60s. After I disabled that timeout, everything worked perfectly. There's a good explanation here if anyone ever comes to you with a similar problem: https://github.com/immich-app/immich/discussions/8872

[–] tripflag 2 points 1 day ago

Awesome!! And thanks for mentioning the traefik thing; I added it to the example so maybe it'll help somebody else one day :>

[–] [email protected] 2 points 4 days ago

Thanks for your reply! I actually already use both Syncthing and WebDAV. The latter mostly for copying backups and files in between my phone and my server, no bidirectional stuff.

I've been periodically checking on your project and look forward to trying it out, it looks great! I'm very impressed by the depth of features and the quality of the information in the README.