We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0548d commit df4ce65Copy full SHA for df4ce65
chezmoi/dot_config/private_ngrok/private_ngrok.yml.tmpl
@@ -4,7 +4,7 @@ region: us
4
tunnels:
5
your_tunnel_name:
6
proto: http
7
- hostname: {{ onepasswordRead "op://Private/ofex57bu4ty7dz335jfftqrtpm/hostname" }}
+ hostname: {{ if lookPath "op" }}{{ onepasswordRead "op://Private/ofex57bu4ty7dz335jfftqrtpm/hostname" }}{{ end }}
8
addr: 127.0.0.1:80
9
10
# -------------------------
0 commit comments