mirror of
https://github.com/ced4568/ceds-homelab.git
synced 2026-08-12 19:54:02 +00:00
24 lines
581 B
YAML
24 lines
581 B
YAML
# Example cloudflared config for Ced's HomeLab
|
|
# DO NOT PUT REAL CREDENTIALS HERE
|
|
|
|
tunnel: YOUR-TUNNEL-ID-HERE
|
|
credentials-file: /root/.cloudflared/YOUR-TUNNEL-ID-HERE.json
|
|
|
|
ingress:
|
|
- hostname: dashy.cedshomelab.com
|
|
service: http://10.10.30.210:4000
|
|
|
|
- hostname: pve.cedshomelab.com
|
|
service: https://10.10.30.250:8006
|
|
|
|
- hostname: truenas.cedshomelab.com
|
|
service: https://10.10.30.143:443
|
|
|
|
- hostname: ha.cedshomelab.com
|
|
service: http://10.10.30.104:8123
|
|
|
|
- hostname: "*.cedshomelab.com"
|
|
service: http://10.10.30.210:80
|
|
|
|
- service: http_status:404
|