• 1 Post
  • 12 Comments
Joined 3 years ago
cake
Cake day: June 30th, 2023

help-circle






  • I implemented authentik for my immich server just last week and I can confirm that Immich will merge the accounts as long as they have the same email address. My other services I had to configure to use email matching. Paperless-ngx needed an environment variable added to allow it, and Grafana I didn’t even have a user created for myself, just used the default admin account.

    Jellyfin doesn’t support OIDC without a 3rd party plugin, so I haven’t set that one up yet. I also don’t use nextcloud, so can’t comment on that.





  • I use restic with a wrapper script to automate it on all of my machines. The backend storage can be anything that speaks S3, so B2, or iDrive would both work. I currently use Storj for my backend. It’s globally distributed storage, so no single point of failure geographically and it’s cheap. Backblaze is also a great company, but I’ve grown a little skeptical since they went public.


  • I live in a national park and the Govt just awarded a contract to a private company to build a fiber line to the villages for high speed internet, and the company building the thing will own the network while the govt is stuck paying the bill forever. So stupid imho. No private company should own a network that exists entirely on federal land, and everyone depends on .


  • I’ve used backblaze b2 for almost 8 years now and it just works. I’ve never had any data lost by them in that time.

    I just recently switched over to Storj.io as it a bit cheaper at only $4/TB as compared to B2 at $6/TB. Both are S3 compatible and work with just about every backup software out there. I have used Borg, Kopia and now Restic to do backups of important data. All 3 tools deduplicate all your data and reduces the amount of storage used. They also do encryption client side and are open source. They also have a built-in verification mechanism that checks the data is intact.