-
Hi, I am currently using the Cloudflared addon for HA, which is great because HA has login options as well as 2FA. The problem is my addon domain / sub domain that say will host another service, does not have any login function. How has anyone set up the user and/or password authentication to keep the subdomain secure? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The easiest way is to turn on Zerto Trust feature in Cloudflare, it's under Access tab. You then add any authentication service you want ex: Google or Github to verify against your own list of allowed users. This is best set up as it also blocks attacks and stops haxors before it even gets to Cloudflared. Alternatively ... |
Beta Was this translation helpful? Give feedback.
The easiest way is to turn on Zerto Trust feature in Cloudflare, it's under Access tab. You then add any authentication service you want ex: Google or Github to verify against your own list of allowed users. This is best set up as it also blocks attacks and stops haxors before it even gets to Cloudflared.
Alternatively ...
You can use Nginx Proxy Manager (NPM) addon in HA to add authentication to any subdomain. Basically traffic will hit cloudflared first then pass it to Nginx Proxy Manager and then NPM will pass the traffic further.