Skip to content

Commit

Permalink
feat(cloudflared): add new tunnel config template
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Sep 27, 2023
1 parent 23dd985 commit eeeb3d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chezmoi/dot_cloudflared/config.tmp.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# cloudflared tunnel login
# cloudflared tunnel create <tunnel_name>
# cloudflared tunnel route dns add <tunnel_name> <your_domain>
# cloudflared tunnel run <tunnel_name>
#
tunnel: {{ .cloudflared.tunnel_uuid }}
credentials-file: {{ .cloudflared.credentials_file }}
warp-routing:
enabled: true

ingress:
- hostname: {{ .cloudflared.tunnel_hostname }}
service: http://localhost:8888
- service: http_status:404

0 comments on commit eeeb3d6

Please sign in to comment.