droid-hole icon indicating copy to clipboard operation
droid-hole copied to clipboard

Add Cloudflare Tunnel or Custom Header option

Open 3DJupp opened this issue 1 year ago • 1 comments

Hey, as I am using Cloudflare Tunnel to secure my stuff it would be great to add another layer of security, instead of basic auth and path.

I would love to see some implementation Like a JWT or Header:

https://developers.cloudflare.com/cloudflare-one/identity/service-tokens/ https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/application-token/

Example for the Headers:

CF-Access-Client-Id: <Client ID>
CF-Access-Client-Secret: <Client Secret>

Thank you! Kind regards Dominic/3DJupp

3DJupp avatar Dec 29 '23 19:12 3DJupp

example from another implementation, openhab / http addon in that case.:

baseURL = "https://pihole.domain.tld/admin/api.php",
headers="CF-Access-Client-Id=12345678901234567890123456789012.access", "CF-Access-Client-Secret=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

(dummy data)

3DJupp avatar Dec 29 '23 19:12 3DJupp