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

10 lines
246 B
Text
Raw Normal View History

2025-02-15 00:56:26 +09:00
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