Skip to content

Commit

Permalink
deploy: 13e646e
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Jun 25, 2024
1 parent 8030dfd commit 8472f09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions localhost/localhost.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ <h3 id="install-caddy-redirect-localhost-to-localhost7777"><a class="header" hre

# Add caddy https certificates to your keychain
caddy trust

# Indicate to deno to use the keychain for tls certificates
echo "DENO_TLS_CA_STORE=system" &gt;&gt; ~/www/.env
</code></pre>
<h3 id="install-dnsmasq-map-localhost-address-to-127001"><a class="header" href="#install-dnsmasq-map-localhost-address-to-127001">Install dnsmasq (map *.localhost address to 127.0.0.1)</a></h3>
<pre><code class="language-sh"># Install dsnmasq
Expand Down
3 changes: 3 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ <h3 id="install-caddy-redirect-localhost-to-localhost7777"><a class="header" hre

# Add caddy https certificates to your keychain
caddy trust

# Indicate to deno to use the keychain for tls certificates
echo "DENO_TLS_CA_STORE=system" &gt;&gt; ~/www/.env
</code></pre>
<h3 id="install-dnsmasq-map-localhost-address-to-127001"><a class="header" href="#install-dnsmasq-map-localhost-address-to-127001">Install dnsmasq (map *.localhost address to 127.0.0.1)</a></h3>
<pre><code class="language-sh"># Install dsnmasq
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 8472f09

Please sign in to comment.