JuvenoiaAgent

u/JuvenoiaAgent@lemmy.ca
1 posts · 48 comments

Recent posts

Recent comments

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

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.

on *Permanently Deleted* · c/technology · 2 pts · 2y

You can pick up an Intel A310 single slot GPU for $100 and it has AV1 encode, which is something that the igpu QSV doesn't have.

That's still an Intel product though...

Those caveats/issues are definitely worrying. I don't think I have enough expertise to comment on them, unfortunately.

The wiki also says that native encryption is "unofficially discouraged by the community" and I'd be interested in learning more about that, but there's no source for that statement.

If you're interested in ZFS, I think it's definitely worth trying out on a secondary machine. There's a lot to learn, but I've found it worthwhile.

I've been using ZFS for the past 3 years without any major issues. For my server, all my media is stored on a group of HDDs in an external HDD enclosure using RAIDz2. I currently use Proxmox, since I wanted a stable OS and it has support for ZFS baked-in.

My personal laptop has root on ZFS, running Arch. ZFS is a kernel module installed separately in this case. Since Arch is a rolling distro and I like messing around with it, I appreciate running a FS with snapshots where I can easily rollback when something breaks. Plus, ZFS supports native encryption!