Archive abandoned project
This commit is contained in:
parent
bc8862d90b
commit
65be894048
501 changed files with 24305 additions and 0 deletions
9
esh_cloudflared/templates/default/config.yaml.erb
Normal file
9
esh_cloudflared/templates/default/config.yaml.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
tunnel: <%= @tunnel_name %>
|
||||
credentials-file: /etc/cloudflared/<%= @tunnel_name %>.json
|
||||
|
||||
ingress:
|
||||
<% @tunnel_hostname.each do |hostname, service| %>
|
||||
- hostname: <%= hostname %>
|
||||
service: <%= service %>
|
||||
<% end %>
|
||||
- service: http_status:404
|
Reference in a new issue