1. Don’t be a dick.
  2. If you have to be a dick, be the least amount possible.
  3. Failing that, see 1.
  • 0 Posts
  • 27 Comments
Joined 4 years ago
cake
Cake day: October 21st, 2020

help-circle



  • brvslvrnst@lemmy.mltoMemes@lemmy.mlWonder why....
    link
    fedilink
    arrow-up
    35
    arrow-down
    2
    ·
    20 days ago

    “Outperforming” here means extracting as much wealth as possible and consolidating it in the hands of a few. All the while being an absolute detriment to the health of the environment and people it uses to extract said wealth.

    But ya! Outperforming!












  • Here’s how I generated the CA:

    # openssl genrsa -des3 -out my-ca.key 2048
    # openssl req -x509 -new -nodes -key my-ca.key -sha256 -days 1825 -out my-ca.pem
    

    I’m sure I’ll receive flak for how I went about it, but importing that pem into the “install certificates” bit of the settings works like a charm.



  • My current backup strategy is BTSync, which while super easy to get going is a pain in the ass to look up old images. Using direct IP on the app works perfectly, and the DNS lookup only works internally anyways.

    All that to say that I’m probably going to use it and remove the btsync approach in a couple months.



  • I’ve been using it for about a month, and love it.

    My one complaint: self-signed certs on reverse proxies seem to break the android app backup. I’m not sure why, but internal CA seems to make things angry. Its more likely to be a local setup issue than anything in immich, but frustrating to pin down.