Additional hosts ?? #584
Replies: 9 comments 6 replies
-
try to add ...
additional_hosts:
- hostname: p.example.xyz
service: http://192.168.1.115:8006
disableChunkedEncoding: true
... Edit: |
Beta Was this translation helpful? Give feedback.
-
I tried both your suggestions, and neither worked. Any other thoughts? |
Beta Was this translation helpful? Give feedback.
-
Just to be sure, the following configuration does not work for your Proxmox host? ...
additional_hosts:
- hostname: p.example.xyz
service: https://192.168.1.115:8006
disableChunkedEncoding: true
... I use the same one for mine and it works without any problems. I assume you have installed HA as a VM in Proxmox? Are the hosts accessible from your HA instance? What error messages do you get? |
Beta Was this translation helpful? Give feedback.
-
Confirmed that the above does not work for me. How would I confirm that hosts are accessible from my HA instance? |
Beta Was this translation helpful? Give feedback.
-
For example, you could perform a ping to the hosts from the SSH or code server add-on. |
Beta Was this translation helpful? Give feedback.
-
I will move this issue to the discussions, as it is not a bug. |
Beta Was this translation helpful? Give feedback.
-
Are there any further steps. I've created the tunnels, they are visible in the Zero Trust Dashboard, the primary tunnel works (HomeAssistant), but nothing else works. Not even the tunnel to my router. These devices are ping'able from HA. |
Beta Was this translation helpful? Give feedback.
-
I know it's closed, but it's still not solved. I can't even access my router, should be pretty simple. Is there anything else that needs to be done (outside of the HA interface to enable this to work). |
Beta Was this translation helpful? Give feedback.
-
For anyone else finding this from a google search, I got the cloudflared add-on to proxy to my mqtt (mosquitto) add-on externally, using the write-up i posted on this forum page. |
Beta Was this translation helpful? Give feedback.
-
The problem
I have this set up for HomeAssistant - works well thanks!
Are there any other additional steps after the Additional Hosts config has been done? I can't seem to get it to work? I've tried on the proxmox machine, and also on the router (192.168.1.1). HA is run on proxmox.
What version of Cloudflared has the issue?
5.1.1
What was the last working version of Cloudflared?
No response
What type of installation are you running?
Other
Add-on YAML Configuration
Steps to reproduce the issue
start add on, no luck!
Additional information
HA runs on Proxmox.
Addon works well for HA, not for anything else (on proxmox machine, or even router)
Beta Was this translation helpful? Give feedback.
All reactions