elegos
IImmich
•Created by oButane on 12/7/2024 in #help-desk-support
Immich cant be reached via ip:port only localhost?
And then post the logs, too
111 replies
IImmich
•Created by oButane on 12/7/2024 in #help-desk-support
Immich cant be reached via ip:port only localhost?
It's quite confused indeed, I don't understand if he still has the postgresql connection issue or he just can't connect to the server, as in the title he stands out that he can actually reach immich via loopback
111 replies
IImmich
•Created by Colourist on 12/7/2024 in #help-desk-support
Images don't appear until phone is online
Are you referring to the immich web interface, or the immich Android app? If the former, in the app's settings, under backup options, there's a setting called something like "active automatic backup", with the flag "Only via WiFi", which you might want to disable, if you want to instantly sync over your ISP
5 replies
IImmich
•Created by oButane on 12/7/2024 in #help-desk-support
Immich cant be reached via ip:port only localhost?
@oButane what is your current setup? Are you using docker compose (with the provided docker-compose.yml file) to run everything, from the database to the immich server? If so, there should be no connection issue between the two, as the whole compose environment runs in the same virtual network.
As per the connection to the port 2283: supposing again that you are running via docker compose, are you running immich on Linux or Windows? In both cases you need to ensure that, if you have a firewall, it is configured to let others connect to 2283/tcp. If on Linux w/ firewalld, you can run these two commands in your host machine:
sudo firewall-cmd --permanent --add-port=2283/tcp && sudo firewall-cmd --reload
. After that, you should be able to access via http://your.local.ip.or.mdns:2283111 replies
JCHJava Community | Help. Code. Learn.
•Created by elegos on 11/18/2024 in #java-help
VSCode and RedHat Java: wrong JDK for gradle tasks
It works flawlessly! Thank you very much!
11 replies
JCHJava Community | Help. Code. Learn.
•Created by elegos on 11/18/2024 in #java-help
VSCode and RedHat Java: wrong JDK for gradle tasks
Oh, it's the java home, so the JDK folder (in theory)
11 replies
JCHJava Community | Help. Code. Learn.
•Created by elegos on 11/18/2024 in #java-help
VSCode and RedHat Java: wrong JDK for gradle tasks
Should I point to java.exe or to the JDK folder?
11 replies
JCHJava Community | Help. Code. Learn.
•Created by elegos on 4/30/2023 in #java-help
Spring Boot MVC: validate a multipart/form-data RequestBody
Still unanswered. Can you help me please? In few words: is it possible to create a validator for the whole model, instead of the single attributes? Thank you 🙂
9 replies
JCHJava Community | Help. Code. Learn.
•Created by elegos on 4/30/2023 in #java-help
Spring Boot MVC: validate a multipart/form-data RequestBody
9 replies
JCHJava Community | Help. Code. Learn.
•Created by elegos on 4/30/2023 in #java-help
Spring Boot MVC: validate a multipart/form-data RequestBody
I've created a poc for this issue, if you might help: https://drive.google.com/file/d/1C1klw96HCU4UbrCsjRAq4jsgI60lX4E4/view?usp=sharing
9 replies