This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
esh/esh_cloudflared/templates/default/config.yaml.erb
2025-02-15 01:05:58 +09:00

9 lines
246 B
Text

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