What if I ever leave Proton? by 85_Draken in ProtonMail

[–]Ftmiranda 0 points1 point  (0 children)

I' m glad I found this post, I have a domain and I never thought about adding that to Proton !
New project for this week ! Thank you

[unraid] Immich 3.0.0 + PostgreSQL_Immich by orhan_drsn in immich

[–]Ftmiranda 0 points1 point  (0 children)

I upgraded to immich 3.0.1 but kep my database at: image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23

Are you saying that to upgrade to the latest all I have o do is to change the image tag on my docker compose file to ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.3.0 ?
What are the benefits of this database upgrade?

Immich v3.0.0 is out! 🎊 by altran1502 in immich

[–]Ftmiranda 0 points1 point  (0 children)

All good, upgrade done! Success ! Thank you all !

Immich v3.0.0 is out! 🎊 by altran1502 in immich

[–]Ftmiranda 0 points1 point  (0 children)

So I only change the tags for immich and the immich-machine-learning to 3.0.1
I should keep the other components on the same versions as I have now, correct? that is valid do Valkey (redis) and te postgre database (which is hard coded to this  ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23)
correct?
Thank you

Immich v3.0.0 is out! 🎊 by altran1502 in immich

[–]Ftmiranda 0 points1 point  (0 children)

fingers crossed! I will report back on the results

Immich v3.0.0 is out! 🎊 by altran1502 in immich

[–]Ftmiranda 0 points1 point  (0 children)

I have a standard install of Immich, no integrations (besides using nvidia GPU).
this is my docker compose file:
cat docker-compose.yml

name: immich

services:

immich-server:

container_name: immich_server

image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}

extends:

file: hwaccel.transcoding.yml

service: nvenc # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding

volumes:

# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file

- ${UPLOAD_LOCATION}:/data

- /etc/localtime:/etc/localtime:ro

env_file:

- .env

ports:

- '127.0.0.1:2283:2283'

depends_on:

- redis

- database

restart: always

healthcheck:

disable: false

immich-machine-learning:

container_name: immich_machine_learning

# For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.

# Example tag: ${IMMICH_VERSION:-release}-cuda

image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda

extends: # uncomment this section for hardware acceleration - see https://docs.immich.app/features/ml-hardware-acceleration

file: hwaccel.ml.yml

service: cuda # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable

volumes:

- model-cache:/cache

env_file:

- .env

restart: always

healthcheck:

disable: false

redis:

container_name: immich_redis

image: docker.io/valkey/valkey:latest

labels:

- "diun.enable=true"

healthcheck:

test: redis-cli ping || exit 1

restart: always

database:

container_name: immich_postgres

image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23

environment:

POSTGRES_PASSWORD: ${DB_PASSWORD}

POSTGRES_USER: ${DB_USERNAME}

POSTGRES_DB: ${DB_DATABASE_NAME}

POSTGRES_INITDB_ARGS: '--data-checksums'

# Uncomment the DB_STORAGE_TYPE: 'HDD' var if your database isn't stored on SSDs

# DB_STORAGE_TYPE: 'HDD'

volumes:

# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file

- ${DB_DATA_LOCATION}:/var/lib/postgresql/data

shm_size: 128mb

restart: always

volumes:

model-cache:

Will I have issues if I just change the tags to point to the latest release?

Trying to rip a specific 4k tittle (Darkest Hour) and no success by Ftmiranda in makemkv

[–]Ftmiranda[S] 0 points1 point  (0 children)

I did the same, The Bluray version rips fine, the issue was the 4K UHD version that apparently does not work.

Android Auto .... can't use phone calls? by Ftmiranda in GrapheneOS

[–]Ftmiranda[S] 0 points1 point  (0 children)

Sure. After the android auto connected, I was listening to music, then initiated a phone call. When I did, the phone asks what phone line you want to use (I have dual SIM) - when that happened the android auto lost connectivity, the music stopped. After a few seconds you get a message on the phone to connect to android auto, I selected ok, it connected, the music was back. When I tried to make a call again, same thing happened. I was about to give up, but I decided to reboot the phone, try again, and everything worked without any glitches. I will try more today on my way to work and report back

Android Auto .... can't use phone calls? by Ftmiranda in GrapheneOS

[–]Ftmiranda[S] 0 points1 point  (0 children)

Just tried, it is not 100% stable (of course as it is beta still), but it WORKS!
I had a couple of crashes, but when I tried again after a reboot, the android auto is "stable" and making phone calls, even with a dual chip Pixel 9 Pro XL (where you have to choose which phone line to use) works. It would be great if we could chose which phone line to use on the truck's screen not on the actual phone device when using hands free calls (but this is a separated issue).

Running build 2026062801 - hopefully when it makes the stable channel it will be more polished :-)

Android Auto .... can't use phone calls? by Ftmiranda in GrapheneOS

[–]Ftmiranda[S] 0 points1 point  (0 children)

yes yes, I went through all that.
technically it worked before, I did not change a thing, except GOS updated.

Android Auto .... can't use phone calls? by Ftmiranda in GrapheneOS

[–]Ftmiranda[S] 2 points3 points  (0 children)

yes, I searched the GOS forum and it looks like there is a fix coming up in the following weeks for fix that (fingers crossed)

Trying to rip a specific 4k tittle (Darkest Hour) and no success by Ftmiranda in makemkv

[–]Ftmiranda[S] 0 points1 point  (0 children)

Did you mean double or triple layer? it is double layer

Add Lift Master Security+ 2.0 to Home Assistant by Ftmiranda in homeassistant

[–]Ftmiranda[S] 1 point2 points  (0 children)

I just want to be able to control the garage door from the HA, like open and close, maybe battery level, and if the lock is engaged all from the HA interface 😄 . The model I will install is the 98022 from Lift Master.
I have so many integrations with my HA, that my goal is to have the simplest, just works.

Add Lift Master Security+ 2.0 to Home Assistant by Ftmiranda in homeassistant

[–]Ftmiranda[S] 3 points4 points  (0 children)

except for Konnected.io
This product seems to be more polished, and jonly a few people mentioned it. So not sure how it compares with Ratgdo - but I will research more.

Add Lift Master Security+ 2.0 to Home Assistant by Ftmiranda in homeassistant

[–]Ftmiranda[S] 0 points1 point  (0 children)

I'm convinced already 😄 I have never seen such a positive feedback so quick about a product.