EmoPolarbear

joined 6 months ago
[–] EmoPolarbear@lemmy.ca 7 points 3 days ago

You welcome. The more you make mistakes the more you learn, just remember backups backups backups and you should be fine.

[–] EmoPolarbear@lemmy.ca 51 points 3 days ago (3 children)

When you say "I told it to sync my one drive folder, and it did it's best" did you install nextcloud desktop and point it at the same folder that was currently syncing onedrive?

If yes, never do this. You should never layer two sync services that support virtual files over the same folder. The best way migrate to nextcloud is to use the nextcloud apps that connect to one drive and help you migrate.

Failing that the correct way would be to either set onedrive and nextcloud to sync 2 Seperate folders then copy from the onedrive folder to the nextcloud folder. Or set one drive to download all files, disable it entirely, then install nextcloud syncing with the formerly one drive folder.

[–] EmoPolarbear@lemmy.ca 18 points 2 months ago (1 children)

Honestly these things are really vital to learn if you want to be self hosting, however if you're unfamiliar with them I would not start with your password vault. You're almost certainly going to make mistakes and risk losing the vault. I would learn on something less vital then once you're feeling more comfortable add vault warden.

[–] EmoPolarbear@lemmy.ca 38 points 3 months ago (3 children)

CPUbenchmark.net is the best way to compare 2 CPUs.

Directly comparing cores and speed is only useful across the same architecture, comparing brands and different generations should only be done via benchmarks.

I can't provide any feedback about if those CPUs are enough for immich as I do not use it.

[–] EmoPolarbear@lemmy.ca 3 points 3 months ago (1 children)

The move from php to go and the slowness of NC is what attracted me to the project. But I’m going to wait a bit longer until we’re flush with 3rd party setup guides cause I simply do not have the time to wade through their docs.

[–] EmoPolarbear@lemmy.ca 13 points 3 months ago (3 children)

I had very similar experiences with OCIS. Got it all set up following the quick start guide, found extremely odd and unacceptable behaviour with storage space ballooning, start troubleshooting and find “oh you had to do this, this and this manually, it’s in the docs” It is in the docs, but never referenced by any other part of the docs. Because why would you mention the thing that the admin must manually set up in 100% of installs in your setup guide?

Anyway I’ve become that guy ranting on the internet that I don’t want to be. So just so you don’t suffer as much as I did; you have to create scheduled tasks via cron or your preference of scheduler to clean your uploads folder and data blobs. This also did not fix my specific issue and I ended up giving up on OCIS and sticking to Nextcloud.

[–] EmoPolarbear@lemmy.ca 2 points 4 months ago* (last edited 4 months ago)

I struggled to get it set up last night, eventually I stumbled across issue 796 on the github which had the solution. https://github.com/neonbjb/tortoise-tts/issues/796#issuecomment-2204846504

Seems there's an issue with the dependencies currently and all versions of installing tortoise-tts from the existing instructions is doomed to failure without manual intervention.

As mikejgrecojr commented in the linked github issue, the fix for running via docker is:

Try updating your Dockerfile by adding in scipy to the conda install and specifying version 1.13.1 on line 31 like below. That worked for me:

&& conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 pytorch-cuda=12.1 scipy=1.13.1 -c pytorch -c