hydazz

Results 43 comments of hydazz

> and it would make all downstream images work, but we're debating if this is a safety concern (adding executable bit to everything, as opposed to being more specific about...

> I noticed in the past, that some IP addresses are only listed for a very short time. i thought that this was the case, however I checked the blacklist...

thanks for the suggestions, @polarathene > changing ENABLE_DNSBL to 0 has no affect after investigating with `grep DNS /etc/dms-settings` changes only apply when the container is recreated, not restarted. when...

Should be noted that with DNSBL enabled these emails should not be being blocked, they are not listed in the DNSBL

also getting this issue v0.13.0-rc2, the keys are definitely correct, and running `ssh [email protected] -p 2022 -vv` on the same machine with kopia works (with keys)

we have seen issues with the general user, who resets their password via the menu item, thinking it also changes the local password automatically, causing them to instantly forget their...

try adding a 'stub' or fake file there (ie `touch /photos/upload/9a5458cc-f735-441f-8733-8fe6b49a95e3/49/1a/491a7619-a82d-48f3-938d-775bb5921e0e.MOV`), or replace it with a valid video, rerun the job then delete it again from the webui

> Update: > > * Immich `v1.98.0` will no longer need the nightly version of onnxruntime > * I have a working version for Openvino but it must compile python...

you can set the ip to the hostname of the container, the hostname should be the `container_name`, eg: ```yaml services: immich: image: ghcr.io/imagegenius/igpipepr-immich:1.91.4-PR-266 container_name: immich environment: PUID: '1000' PGID: '1000'...

Mind providing us with said execution error?