Hansie211

joined 2 years ago
[–] Hansie211@lemmy.world 25 points 7 months ago* (last edited 7 months ago) (8 children)

This is 100% the best advise. But how do you remember your password managers password? I highly recommend Computerphiles tips, I've never seen it explained better: https://youtube.com/watch?v=3NjQ9b3pgIg

(Join 3-4 random, unrelated words for a strong, memorable password)

[–] Hansie211@lemmy.world 16 points 7 months ago (1 children)

I thought about that as well, but don't forget that this can also be commissioned. Where I live this happens a lot on places where they know people are gonna spray anyway. It's a lot nicer to look at and other sprayers are less likely to spray over it

[–] Hansie211@lemmy.world 15 points 7 months ago* (last edited 7 months ago) (2 children)

Yeah I think my microwave has something it wants to say

[–] Hansie211@lemmy.world 9 points 8 months ago (5 children)

Exactly. If it’s true, it’s horrific—but it would also be incredibly easy to mistranslate these words on purpose.

[–] Hansie211@lemmy.world 1 points 11 months ago* (last edited 11 months ago)

It should work that way. If you use the recommended Docker Compose scripts for immich, you'll notice that only a few volumes are mounted to store your data. These volumes don't include information about running instances. If you take snapshots of these volumes, back them up, remove the containers and volumes, then restore the data and rerun the Compose scripts, you should be right where you left off, without any remnants from previous processes. That's a pro of container process isolation

[–] Hansie211@lemmy.world 1 points 1 year ago

Did you ever find a solution? I'm on mobile, and the Pastebin formatting is a bit off, so I can't read the compose file very well. However, I suspect the error is related to this line:

24 # - WEBDRIVER_URL=http://browser-chrome:4444/wd/hub

Since a colon (':') is used to indicate a volume, it makes sense that the error is about a missing volume. Try wrapping the line in double quotes like this:

24 # - "WEBDRIVER_URL=http://browser-chrome:4444/wd/hub"

to see if that fixes the error.

[–] Hansie211@lemmy.world 3 points 1 year ago (1 children)

I have no knowledge of this specific issue but 403 means unauthorized and the "Just a moment" response is usually because the server sends a JavaScript challenge to verify that you are a 'real' browser/user. It's an anti bot verification and you're not passing.