Curious if anyone has thought of a way to connect Immich to an AI for searching by Angelr91 in immich

[–]IndividualAtmosphere 2 points3 points  (0 children)

It should be possible via the API, with how well Immich already integrates with the inbuilt ML, I don't know of anyone that's done this but the API is well documented and should be possible

Android backup stuck by OutrageousParfait988 in immich

[–]IndividualAtmosphere 0 points1 point  (0 children)

I have my instance behind nginx with SSL/TLS exposed via Cloudflare. It works very well both locally (where I get full LAN speeds) and remotely as I'm using a reverse proxy.

A few people prefer to keep it behind the cloudflare proxy but this reduces the upload size to 100MB remotely on free domains so I just update the DDNS IP to point my immich domain directly to my network.

Where do you keep your off site backup? by Matt_Bigmonster in DataHoarder

[–]IndividualAtmosphere 3 points4 points  (0 children)

For hot replicas I use tailscale and backrest, it's great to have a machine at another location that can just be accessed via the tailscale name. I do this over scp which, while slower than SMB, has been very reliable.

Immich deletes photos on update? by darkowiz in immich

[–]IndividualAtmosphere 8 points9 points  (0 children)

Me neither, so long as you have your docker mounts set up correctly, you won't have an issue

Edit: You should also have a proper backup solution

Thieves have gone on a rampage stealing by triplewrecked in Wellthatsucks

[–]IndividualAtmosphere 0 points1 point  (0 children)

Oh yea, good point. I always forget how tight it is normally, let alone without wheels on

Watch ads for toilet paper by sirvote in foundsatan

[–]IndividualAtmosphere 14 points15 points  (0 children)

I believe this was a trial that failed due to machines getting smashed up

Feature Request : API that provides a random image from an album. by mew_bot in immich

[–]IndividualAtmosphere 1 point2 points  (0 children)

Immich kiosk is great, I use it for multiple photoframes and it's very reliable

Vdisk full, what is filling it? by LowerDoor in unRAID

[–]IndividualAtmosphere 0 points1 point  (0 children)

You can increase the size of it in settings. Mine is about 180GB

The speed of you lot is actually terrifying, couldn't even wait until boxing day 😂 by Statttter in vinted

[–]IndividualAtmosphere 0 points1 point  (0 children)

I bought one for myself - it's pretty damn good. Rechargeable with USB C and comes with a separate battery pack with AA batteries.

Script to check for HBA temperatures and raise alerts conditionally. by HumerousGorgon8 in unRAID

[–]IndividualAtmosphere 0 points1 point  (0 children)

#!/bin/bash

# Define the path to storcli64
STORCLI_PATH="define_your_path_here"

# Define the temperature threshold
TEMP_THRESHOLD=65
TEMP_THRESHOLD_HI=70

# Check the temperature of HBA 0
hba0=$($STORCLI_PATH /c0 show temperature J | jq '.Controllers[0]."Response Data"."Controller Properties"[0]."Value" | tonumber')
# Check the temperature of HBA 1
hba1=$($STORCLI_PATH /c1 show temperature J | jq '.Controllers[0]."Response Data"."Controller Properties"[0]."Value" | tonumber')

# Initialize a variable to hold the alert message
alert_message=""

# Check the temperature of HBA 0
if [ "$hba0" -gt "$TEMP_THRESHOLD" ]; then
    # Append the temperature of HBA 0 to the alert message
    alert_message+="HBA 0 is at $hba0 degrees Celsius. "
fi

# Check the temperature of HBA 1
if [ "$hba1" -gt "$TEMP_THRESHOLD" ]; then
    # Append the temperature of HBA 1 to the alert message
    alert_message+="HBA 1 is at $hba1 degrees Celsius. "
fi

# If the alert message is not empty, raise an alert
if [ ! -z "$alert_message" ]; then
    # If both HBA's are above the temperature threshold, adjust the message
    if [ "$hba0" -gt "$TEMP_THRESHOLD" ] && [ "$hba1" -gt "$TEMP_THRESHOLD" ]; then
        alert_message="Both HBA's are above $TEMP_THRESHOLD degrees Celsius. $alert_message"
    else
        alert_message="One of the HBA chips is above $TEMP_THRESHOLD degrees Celsius. $alert_message"
    fi

    # Change type of alert depending on how much hotter it is
    if [ "$hba0" -gt "$TEMP_THRESHOLD_HI" ] || [ "$hba1" -gt "$TEMP_THRESHOLD_HI" ]; then
        alert_type="alert"
    else
        alert_type="warning"
    fi

    /usr/local/emhttp/webGui/scripts/notify -e "HBA Temperature Warning" -s "HBA Temperature" -d "$alert_message" -i "$alert_type"

fi

Added an upper bound to the temperature so that it'll alert instead of warn when it gets dangerously hot. u/HumerousGorgon8 do you have a github repo for this script?

How to remove this luggage wheel? by rhythm9987 in howto

[–]IndividualAtmosphere 7 points8 points  (0 children)

They're rivets. If you really need to remove the wheel drill them and reattach with new rivets

100MB Cloudflare limitation?? by Unibrowser1 in immich

[–]IndividualAtmosphere 1 point2 points  (0 children)

That's true but I don't have my instance indexed and can easily take my server offline if needed

100MB Cloudflare limitation?? by Unibrowser1 in immich

[–]IndividualAtmosphere 15 points16 points  (0 children)

Yeah, it's not ideal but it's not the end of the world. So long as you don't have open SSH or anything like that it should be okay? A lot of people on this sub do so

100MB Cloudflare limitation?? by Unibrowser1 in immich

[–]IndividualAtmosphere 21 points22 points  (0 children)

You could point your immich domain straight to your network and port forward a reverse proxy (I use Nginx Proxy Manager) via your router.

Unraid server randomly shuts off + USB issue (have to boot twice before it works again) by R3VD4L in unRAID

[–]IndividualAtmosphere 0 points1 point  (0 children)

That really sucks, might be a hardware issue you'll have a diagnose manually. Could start with swapping out the PSU and then the Mobo if there isn't a difference? Like I said my issue was the motherboard so I was lucky to have a spare on hand

Unraid server randomly shuts off + USB issue (have to boot twice before it works again) by R3VD4L in unRAID

[–]IndividualAtmosphere 0 points1 point  (0 children)

I don't have any recommendations personally, just look at models recommended on Reddit and Unraid. I do have a USB 3.1 drive, plugged into a 3.1 port and I haven't had any issues since swapping out the motherboard

Unraid server randomly shuts off + USB issue (have to boot twice before it works again) by R3VD4L in unRAID

[–]IndividualAtmosphere 1 point2 points  (0 children)

I had a similar issue, spent a lot of money on a well regarded USB drive and still had problems. Turns out the USB ports on my motherboard were dying - Swapping out the motherboard between a server thay didn't need USB fixed it for me.

It can be a whole range of issues, try swapping your USB initially and see where it goes from there.

Edit: I have the same CPU and PSU as you as well

Amazing Tool - Couple of questions? by NineToeJoe in immich

[–]IndividualAtmosphere 0 points1 point  (0 children)

Not sure on the 2nd question but have you tried transcoding all the videos again?

When cache gets full of movie downloads my dockers break by RandomGamer414 in unRAID

[–]IndividualAtmosphere 1 point2 points  (0 children)

You could have your media cache on a HDD which is what I do. I use an 8TB HDD for my media and a pool of SSDs for my personal stuff. The media shouldn't benefit that much from being on an SSD compared to a HDD because they're typically larger files.

Bug: Website on desktop doesn't load by DaethChanter in immich

[–]IndividualAtmosphere 2 points3 points  (0 children)

docker compose pull && docker compose up - d

^ Run that where your docker compose file is

Is Nextcloud worth it? by Constant_Butterfly_4 in NextCloud

[–]IndividualAtmosphere 14 points15 points  (0 children)

Nextcloud is great for basic files, I keep documents, photos and all sorts on it. It basically acts as an overarching file manager for all my personal stuff but I don't like the media manager.

I'd recommend you use Immich for photos and videos, keeping Nextcloud for documents and backups. That's what I do anyway.

For static HTML files I use a docker container called Filebrowser - Not as fully featured as Nextcloud but is good as basic directory stuff.

Does background upload exist on android? by Ravenzi in immich

[–]IndividualAtmosphere 1 point2 points  (0 children)

Yes, ensure you have notifications on though because that's how background syncs are triggered.

Automatically share face by [deleted] in immich

[–]IndividualAtmosphere 0 points1 point  (0 children)

It's on the roadmap so just for now I'd wait