It is NOT ok ! no way to open nextcloud from a browser from my DESKTOP.
If I put: http://192.168.3.109:80
my browser changes it in https://192.168.3.109/ and I have got ssl errors…Code d’erreur : SSL_ERROR_INTERNAL_ERROR_ALERT
Ok, I solved myself the problem…
I was using a reverse proxy in HEADLESS: caddy. caddy is listening to ports 80, 443. nextcloud is listening to port 80 too so there is a clash.
As I run lots of services in HEADLESS, I had to isolate nextcloud service. To do so in the “nix way” I made a nix container with nextcloud service inside. btw I do forward ports in the container itself and use headscale/tailscale for accessing nextcloud via the tailnet I host myself.