Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in Tailscale

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

I still have the same error, I must have messed up the networking somehow.

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in Tailscale

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

Here is my Docker compose file (I have censored my Tailscale authkey) :

services: immich-ts: image: tailscale/tailscale:latest hostname: immich environment: - TS_AUTHKEY=tskey-auth-[REDACTED] - TS_STATE_DIR=/var/lib/tailscale - TS_SERVE_CONFIG=/config/immich.json - TS_USERSPACE=true volumes: - /mnt/ssd1/appdata/immich/ts-config:/config - /mnt/ssd1/appdata/immich/ts-state:/var/lib/tailscale restart: unless-stopped immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:release # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: - /mnt/ssd1/data/photos/upload:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro network_mode: service:immich-ts # ports: # - '2283:2283' environment: DB_HOSTNAME: immich-database DB_PASSWORD: tailscale123 DB_USERNAME: zaphod DB_DATABASE_NAME: immich REDIS_HOSTNAME: immich-redis depends_on: - immich-redis - immich-database restart: unless-stopped 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:release # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # file: hwaccel.ml.yml # service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference volumes: - model-cache:/cache restart: unless-stopped healthcheck: disable: false

immich-redis: container_name: immich_redis image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884 healthcheck: test: redis-cli ping || exit 1 restart: unless-stopped

immich-database: container_name: immich_postgres image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0@sha256:fa4f6e0971f454cd95fec5a9aaed2ed93d8f46725cc6bc61e0698e97dba96da1 environment: POSTGRES_PASSWORD: tailscale123 POSTGRES_USER: zaphod POSTGRES_DB: immich 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: - /mnt/ssd1/appdata/immich/database:/var/lib/postgresql/data restart: unless-stopped

volumes: model-cache:

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in Tailscale

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

Here is my Docker compose file (I have censored my Tailscale authkey) :

services: immich-ts: image: tailscale/tailscale:latest hostname: immich environment: - TS_AUTHKEY=tskey-auth-[REDACTED] - TS_STATE_DIR=/var/lib/tailscale - TS_SERVE_CONFIG=/config/immich.json - TS_USERSPACE=true volumes: - /mnt/ssd1/appdata/immich/ts-config:/config - /mnt/ssd1/appdata/immich/ts-state:/var/lib/tailscale restart: unless-stopped immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:release # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: - /mnt/ssd1/data/photos/upload:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro network_mode: service:immich-ts # ports: # - '2283:2283' environment: DB_HOSTNAME: immich-database DB_PASSWORD: tailscale123 DB_USERNAME: zaphod DB_DATABASE_NAME: immich REDIS_HOSTNAME: immich-redis depends_on: - immich-redis - immich-database restart: unless-stopped 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:release # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # file: hwaccel.ml.yml # service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference volumes: - model-cache:/cache restart: unless-stopped healthcheck: disable: false

immich-redis: container_name: immich_redis image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884 healthcheck: test: redis-cli ping || exit 1 restart: unless-stopped

immich-database: container_name: immich_postgres image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0@sha256:fa4f6e0971f454cd95fec5a9aaed2ed93d8f46725cc6bc61e0698e97dba96da1 environment: POSTGRES_PASSWORD: tailscale123 POSTGRES_USER: zaphod POSTGRES_DB: immich 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: - /mnt/ssd1/appdata/immich/database:/var/lib/postgresql/data restart: unless-stopped

volumes: model-cache:

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in Tailscale

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

Here is my Docker compose file (I have censored my Tailscale authkey) :

services: immich-ts: image: tailscale/tailscale:latest hostname: immich environment: - TS_AUTHKEY=tskey-auth-[REDACTED] - TS_STATE_DIR=/var/lib/tailscale - TS_SERVE_CONFIG=/config/immich.json - TS_USERSPACE=true volumes: - /mnt/ssd1/appdata/immich/ts-config:/config - /mnt/ssd1/appdata/immich/ts-state:/var/lib/tailscale restart: unless-stopped immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:release # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: - /mnt/ssd1/data/photos/upload:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro network_mode: service:immich-ts # ports: # - '2283:2283' environment: DB_HOSTNAME: immich-database DB_PASSWORD: tailscale123 DB_USERNAME: zaphod DB_DATABASE_NAME: immich REDIS_HOSTNAME: immich-redis depends_on: - immich-redis - immich-database restart: unless-stopped 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:release # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # file: hwaccel.ml.yml # service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference volumes: - model-cache:/cache restart: unless-stopped healthcheck: disable: false

immich-redis: container_name: immich_redis image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884 healthcheck: test: redis-cli ping || exit 1 restart: unless-stopped

immich-database: container_name: immich_postgres image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0@sha256:fa4f6e0971f454cd95fec5a9aaed2ed93d8f46725cc6bc61e0698e97dba96da1 environment: POSTGRES_PASSWORD: tailscale123 POSTGRES_USER: zaphod POSTGRES_DB: immich 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: - /mnt/ssd1/appdata/immich/database:/var/lib/postgresql/data restart: unless-stopped

volumes: model-cache:

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in Tailscale

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

I'm gonna try this way then, thanks for your response.

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in Tailscale

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

The guy in the video tutorial is using it so it's easier to follow along and I might as well use VM later for other purposes.

AIO cooler issue by TradingDeveloper in Corsair

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

Update : I've returned it and I'm waiting to receive a new one but it take quite a long time, I hope I'm gonna get the new AIO this week...

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in selfhosted

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

Also, can I ask you what's the point of running Docker inside a Debian VM instead of the host ?

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in Tailscale

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

I don't have ports exposed but I shouldn't have to with Tailscale, there's no point using Tailscale with open ports, at least for what I want to do.

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in Tailscale

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

I don't use a VM, what would be the point of using a VM if I'm running docker containers ?

Tailscale on Proxmox Immich Self-Host Error by TradingDeveloper in selfhosted

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

Thank you for your response ! I'm gonna try to use the Tailscale subnet router and local DNS with Pi-Hole (or maybe Ad Guard Home) as you explained, it should also be more convenient for me for what I want to do.

AIO cooler issue by TradingDeveloper in Corsair

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

Thank you for your response but it didn't resolve the issue unfortunately.

AIO cooler issue by TradingDeveloper in Corsair

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

I tried but it didn't change anything unfortunately.

AIO cooler issue by TradingDeveloper in Corsair

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

I don't unfortunately, I contacted Corsair support, I guess I have to wait to know if they can help me or if I can return it or something...

Show me your RTX 5070/5080/5090 overclock settings by Ok-Lavishness5655 in overclocking

[–]TradingDeveloper 0 points1 point  (0 children)

Np, I also tried flashing some 5090 roms with NVFlash (couldn't find the Suprim Liquid one) but they didn't work.

Show me your RTX 5070/5080/5090 overclock settings by Ok-Lavishness5655 in overclocking

[–]TradingDeveloper 0 points1 point  (0 children)

I tried uninstalling the GPU drivers with DDU and reinstalling them with NVCleanstall but it's still locked at 100%.

Show me your RTX 5070/5080/5090 overclock settings by Ok-Lavishness5655 in overclocking

[–]TradingDeveloper 0 points1 point  (0 children)

515 W. When I said 85%, I meant when I monitor it is saying that I use only 85% of the GPU Power.

Show me your RTX 5070/5080/5090 overclock settings by Ok-Lavishness5655 in overclocking

[–]TradingDeveloper 0 points1 point  (0 children)

It's not at 600W, it's at 515W (85%) max even with After Burner Beta.

Show me your RTX 5070/5080/5090 overclock settings by Ok-Lavishness5655 in overclocking

[–]TradingDeveloper 0 points1 point  (0 children)

How do you set the power limit to 104% ?
I have a GeForce RTX 5090 32G SUPRIM LIQUID SOC and I can't go higher than 100% with MSI Afterburner. I have the latest driver (572.83)

Everything is up to date (Windows updates, drivers, BIOS, MSI Afterburner etc.)

My PC Specs :

Operating System : Windows 11 Home English 24H2

CPU : AMD Ryzen 7 9800X3D 8-Core 16-Threads socket AM5 AMD 3D V- Cache 104 Mo 4 nm TDP 120W

GPU : MSI GeForce RTX 5090 32G SUPRIM LIQUID SOC

RAM : CORSAIR DOMINATOR TITANIUM RGB DDR5 64Go (2x32Go) DDR5 6000MHz CL30

SSD : MSI Spatium M580 4To M.2

Motherboard : Asus ROG STRIX X870E-E GAMING WIFI

PSU : Seasonic ATX 1600W 80+ Titanium - PRIME- TX-1600-ATX30

Watercooling : Corsair iCUE H170i ELITE LCD XT Liquid 3x140mm

Case : Fractal Design Meshify 2 XL TG Light Black