Skip to content

Commit

Permalink
deploy: 71f4ff1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Feb 17, 2024
1 parent a17d7a4 commit 328d4cc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admins/install-docker.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h2 id="nightly"><a class="header" href="#nightly">Nightly</a></h2>
-e HATSU_DOMAIN={{hatsu-instance-domain}} \
-e HATSU_LISTEN_HOST=0.0.0.0 \
-e HATSU_PRIMARY_ACCOUNT={{your-static-site}} \
-e HATSU_ACCESS_TOKEN=edc7e5a7-f2ce-44a6-a57e-b7706503f642 \
-e HATSU_ACCESS_TOKEN=123e4567-e89b-12d3-a456-426614174000 \
ghcr.io/importantimport/hatsu:nightly
</code></pre>
<p>You need to specify all environment variables at once. For more information, see <a href="./environments.html">Environments</a>.</p>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ <h2 id="comparison"><a class="header" href="#comparison">Comparison</a></h2>
<ul>
<li>Hatsu uses Feed (JSON / Atom / RSS) as a data source instead of HTML pages with microformats2.</li>
<li>Hatsu doesn't require you to automatically or manually send Webmention reminders for create and update, it's all fully automated.</li>
<li>Hatsu is ActivityPub only, which means it doesn't handle Nostr, AT Protocol (Bluesky) or other protocols.</li>
</ul>
<p>If you don't want to self-host, you may still want to use Bridgy Fed or Bridgy in some cases:</p>
<h3 id="bridgy-fed"><a class="header" href="#bridgy-fed">Bridgy Fed</a></h3>
Expand Down
1 change: 1 addition & 0 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ <h2 id="comparison"><a class="header" href="#comparison">Comparison</a></h2>
<ul>
<li>Hatsu uses Feed (JSON / Atom / RSS) as a data source instead of HTML pages with microformats2.</li>
<li>Hatsu doesn't require you to automatically or manually send Webmention reminders for create and update, it's all fully automated.</li>
<li>Hatsu is ActivityPub only, which means it doesn't handle Nostr, AT Protocol (Bluesky) or other protocols.</li>
</ul>
<p>If you don't want to self-host, you may still want to use Bridgy Fed or Bridgy in some cases:</p>
<h3 id="bridgy-fed"><a class="header" href="#bridgy-fed">Bridgy Fed</a></h3>
Expand Down
3 changes: 2 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ <h2 id="comparison"><a class="header" href="#comparison">Comparison</a></h2>
<ul>
<li>Hatsu uses Feed (JSON / Atom / RSS) as a data source instead of HTML pages with microformats2.</li>
<li>Hatsu doesn't require you to automatically or manually send Webmention reminders for create and update, it's all fully automated.</li>
<li>Hatsu is ActivityPub only, which means it doesn't handle Nostr, AT Protocol (Bluesky) or other protocols.</li>
</ul>
<p>If you don't want to self-host, you may still want to use Bridgy Fed or Bridgy in some cases:</p>
<h3 id="bridgy-fed"><a class="header" href="#bridgy-fed">Bridgy Fed</a></h3>
Expand Down Expand Up @@ -573,7 +574,7 @@ <h2 id="nightly"><a class="header" href="#nightly">Nightly</a></h2>
-e HATSU_DOMAIN={{hatsu-instance-domain}} \
-e HATSU_LISTEN_HOST=0.0.0.0 \
-e HATSU_PRIMARY_ACCOUNT={{your-static-site}} \
-e HATSU_ACCESS_TOKEN=edc7e5a7-f2ce-44a6-a57e-b7706503f642 \
-e HATSU_ACCESS_TOKEN=123e4567-e89b-12d3-a456-426614174000 \
ghcr.io/importantimport/hatsu:nightly
</code></pre>
<p>You need to specify all environment variables at once. For more information, see <a href="admins/./environments.html">Environments</a>.</p>
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 328d4cc

Please sign in to comment.