theautomation
theautomation
IImmich
Created by theautomation on 3/31/2023 in #help-desk-support
ValueError: Incorrect path or url, URLs must start with `http://` or `https://`,
Thanks! I have made a EmptyDir volume (kubernetes ephemeral storage I am running immich in Kubernetes) and mount that into the container /.cache and that indeed work. So there is a
/cache
/cache
and a
/.cache
/.cache
folder? Must both be persistent storage or can it be ephemeral/temporary?
15 replies
IImmich
Created by theautomation on 3/31/2023 in #help-desk-support
ValueError: Incorrect path or url, URLs must start with `http://` or `https://`,
No description
15 replies
IImmich
Created by theautomation on 3/31/2023 in #help-desk-support
ValueError: Incorrect path or url, URLs must start with `http://` or `https://`,
hopefully it is not breaking anything else when using a non-root user
15 replies
IImmich
Created by theautomation on 3/31/2023 in #help-desk-support
ValueError: Incorrect path or url, URLs must start with `http://` or `https://`,
Fixed it by adding the GID an UID env of the mountpoint owner
15 replies
IImmich
Created by theautomation on 3/31/2023 in #help-desk-support
ValueError: Incorrect path or url, URLs must start with `http://` or `https://`,
Yup, gonna dive into this, thanks so far!
15 replies
IImmich
Created by theautomation on 3/31/2023 in #help-desk-support
ValueError: Incorrect path or url, URLs must start with `http://` or `https://`,
Hm I get a permission denied when cd into the upload folder inside the machine-learning container 🤔
root@immich-machine-learning-bc4bff978-vkc7r:/usr/src/app# whoami
root
root@immich-machine-learning-bc4bff978-vkc7r:/usr/src/app# ls -la
total 29
drwxr-xr-x 1 root root 51 Mar 31 19:10 .
drwxr-xr-x 1 root root 17 Mar 23 22:59 ..
-rw-r--r-- 1 root root 5 Mar 23 22:58 .dockerignore
-rw-r--r-- 1 root root 39 Mar 23 22:58 .gitignore
drwxrwsrwx 2 root 2000 6 Mar 31 19:10 .reverse-geocoding-dump
-rw-r--r-- 1 root root 682 Mar 23 22:58 Dockerfile
-rw-r--r-- 1 root root 69 Mar 23 22:58 README.md
-rw-r--r-- 1 root root 837 Mar 23 22:58 gunicorn.conf.py
drwxr-xr-x 2 root root 21 Mar 23 22:58 src
drwxrwx--- 6 1000 2000 6 Mar 31 18:19 upload
root@immich-machine-learning-bc4bff978-vkc7r:/usr/src/app# cd upload/
bash: cd: upload/: Permission denied
root@immich-machine-learning-bc4bff978-vkc7r:/usr/src/app# whoami
root
root@immich-machine-learning-bc4bff978-vkc7r:/usr/src/app# ls -la
total 29
drwxr-xr-x 1 root root 51 Mar 31 19:10 .
drwxr-xr-x 1 root root 17 Mar 23 22:59 ..
-rw-r--r-- 1 root root 5 Mar 23 22:58 .dockerignore
-rw-r--r-- 1 root root 39 Mar 23 22:58 .gitignore
drwxrwsrwx 2 root 2000 6 Mar 31 19:10 .reverse-geocoding-dump
-rw-r--r-- 1 root root 682 Mar 23 22:58 Dockerfile
-rw-r--r-- 1 root root 69 Mar 23 22:58 README.md
-rw-r--r-- 1 root root 837 Mar 23 22:58 gunicorn.conf.py
drwxr-xr-x 2 root root 21 Mar 23 22:58 src
drwxrwx--- 6 1000 2000 6 Mar 31 18:19 upload
root@immich-machine-learning-bc4bff978-vkc7r:/usr/src/app# cd upload/
bash: cd: upload/: Permission denied
15 replies