Search found 6 matches

by DomoticzCH
Sunday 19 February 2023 17:43
Forum: iOS
Topic: Domoticz App
Replies: 505
Views: 127438

Re: Domoticz App

Hi all, Is the iOS app still being maintained? I have a serious problem: I use Cloudflare tunnel to access my remote Domoticz server hosted on a Raspberry Pi. This means that Cloudflare is acting as a proxy. When you DNS lookup the hostname, you get 2 IP adresses, and I suppose that this totally ...
by DomoticzCH
Friday 28 May 2021 8:12
Forum: Suggestions
Topic: Reverse proxy, downstream Real-IP
Replies: 9
Views: 1590

Re: Reverse proxy, downstream Real-IP

No, that page is perfect, and if I would have read it until the end, I would have made less of a fool of myself :cry:
Especially the end which starts with "Please Note" !
by DomoticzCH
Thursday 27 May 2021 8:35
Forum: Suggestions
Topic: Reverse proxy, downstream Real-IP
Replies: 9
Views: 1590

Re: Reverse proxy, downstream Real-IP

Duh, I must have overlooked something... When I put my proxy's IP address in the corresponding field, I now get the real IP addresses in the log! So everything is already perfect :)
by DomoticzCH
Wednesday 26 May 2021 16:16
Forum: Suggestions
Topic: Reverse proxy, downstream Real-IP
Replies: 9
Views: 1590

Re: Reverse proxy, downstream Real-IP

Thank you very much!

I think it's a fairly easy modification to the code (just check if X-Real-IP header is present and log that instead of "IP address"), and it would help everyone using a reverse proxy.
by DomoticzCH
Wednesday 26 May 2021 11:18
Forum: Suggestions
Topic: Reverse proxy, downstream Real-IP
Replies: 9
Views: 1590

Reverse proxy, downstream Real-IP

hi all, TLDR: request to implement logging of X-Real-IP I am running Domoticz behind a NGINX reverse proxy with public IP access to connect from the Internet. Unfortunately, I don't see the X-Real-IP (or X-Forwarded-for header) from the downstream request (public IP) being passed to the upstream ...
by DomoticzCH
Saturday 22 May 2021 8:21
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Restart/Shutdown when running as non root user
Replies: 1
Views: 1009

Restart/Shutdown when running as non root user

hi all, I'm running Domoticz 2021.1 on my Raspberry Pi Zero with DietPi OS (a very slimmed down Raspberry OS). When DietPi installed Domoticz, it created a user called "domoticz", but by default he is not in the sudo group. So of course, he cannot shutdown or restart the system and you will see the ...