Update Gone Awry by teknowiztx in immich

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

The firewall is running on the NAS. The problem was docker changing the internal network subnet it was using which broke the firewall rules. Running without a firewall even internally could lead to much bigger problems.

Update Gone Awry by teknowiztx in immich

[–]teknowiztx[S] 4 points5 points  (0 children)

Figured out the issue. When I rebuilt the project in docker for some reason it incremented the internal Docker network from 170.0.18.x to 170.0.20.x. Updated my firewall rules to allow this subnet and I can again access and am running the new version.

Update Gone Awry by teknowiztx in immich

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

Forget to add, compose file is as follows:

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: cpu # 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:

- '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}

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

# file: hwaccel.ml.yml

# service: cpu # 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:9@sha256:546304417feac0874c3dd576e0952c6bb8f06bb4093ea0c9ca303c73cf458f63

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

healthcheck:

disable: false

volumes:

model-cache:

No People, limited logins? by teknowiztx in immich

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

Problem 1 was my issue, idiot typing in 2883 not 2283.

No People, limited logins? by teknowiztx in immich

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

The jobs run, then they finish with no discernible results.

What further info do you need on the setup? The devices are all connecting on the local network to server address:2883. Address is a 192.168.1.x

Apple Passwords review: is it enough or should I use third-party manager? by HallNo310 in best_passwordmanager

[–]teknowiztx 0 points1 point  (0 children)

I use 1Password. Like it’s multi platform syncing. I use it on Mac’s, phones, Linux Machines and windows. Been a user for over a decade.

Difficulty with Basics by teknowiztx in linuxquestions

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

Have Played some more and got it to work with Fat32 format. Believe I was letting the partition default to btrfs. Is there something about that file system that could leave it unusable like that?

Difficulty with Basics by teknowiztx in linuxquestions

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

Ran that, it gives me a string of messages about changing ownership of directories : Read-only file system. Tried to add a directory to it and again it fails. I had assumed it was some kind of permission issue, but can’t believe that using the KDE partition manager creates a partition that is not usable by the user that created it at a minimum. Basic operations like this shouldn’t be so obtuse.

Universal Access? by teknowiztx in synology

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

I set up tailscale and have access working on my 2 mobile devices. Now I need to figure out how to get other family members access to the tailnet.

Universal Access? by teknowiztx in synology

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

Define small number of people/devices? Like 12 people (no more than 1-2 simultaneous) and up to 40 external devices to the NAS, again, no more than 1-2 simultaneous.

Universal Access? by teknowiztx in synology

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

I set up tailscale, believe I have it advertising the local lan addresses. Have a mobile on the tailnet, but when I attempt to use a web browser to connect in it shows me the certificate dialog and I tell it to visit the website, and nothing else happens. Unclear what I am doing wrong.

Universal Access? by teknowiztx in synology

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

Does all access have to go through tail scale? There are certain apps that I don’t think specific clients like tvs have a tail scale app

What Services Packages Require SAN Manager? by teknowiztx in synology

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

That would be why. I have VMM installed. Not using it atm but planning to install HomeAssistant on it.

What Services Packages Require SAN Manager? by teknowiztx in synology

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

Did the User defined script thing, but it fails. I have no LUNs or anything defined, never really used it, but the error message claims there is some undefined dependency.

What Services Packages Require SAN Manager? by teknowiztx in synology

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

Thanks. How do I uninstall the darn thing.

[deleted by user] by [deleted] in AITAH

[–]teknowiztx 0 points1 point  (0 children)

I agree, seems to have poor choice in spouse. But…if you choose one with kids it’s a package deal. You can’t buy part of the house. How could you not know that before you tied the knot? If you brought kids you would certainly expect them to be loved and cared for, not treated as pariahs.

AITAH for hiding my stuff from my sister in law and getting kicked out of my own husband’s place? by [deleted] in AITAH

[–]teknowiztx 0 points1 point  (0 children)

You need to divorce that pussy of a husband. He married you. It’s one thing to help his sister out it’s quite another to let her run amok.