Skip to content

Commit

Permalink
deploy: 490c18f
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Feb 17, 2024
1 parent 5c43c45 commit a17d7a4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions admins/environments.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,18 @@ <h2 id="hatsu_access_token-optional"><a class="header" href="#hatsu_access_token
<p>This can be any string, but I recommend generating a random uuid v4.</p>
<pre><code class="language-bash">echo "\nHATSU_ACCESS_TOKEN = \"$(cat /proc/sys/kernel/random/uuid)\"" &gt;&gt; .env
</code></pre>
<h2 id="hatsu_node_name-optional"><a class="header" href="#hatsu_node_name-optional">HATSU_NODE_NAME (optional)</a></h2>
<ul>
<li>default: None</li>
<li>example: None</li>
</ul>
<p>Used for NodeInfo <code>metadata.nodeName</code>.</p>
<h2 id="hatsu_node_description-optional"><a class="header" href="#hatsu_node_description-optional">HATSU_NODE_DESCRIPTION (optional)</a></h2>
<ul>
<li>default: None</li>
<li>example: None</li>
</ul>
<p>Used for NodeInfo <code>metadata.nodeDescription</code>.</p>

</main>

Expand Down
12 changes: 12 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,18 @@ <h2 id="hatsu_access_token-optional"><a class="header" href="#hatsu_access_token
<p>This can be any string, but I recommend generating a random uuid v4.</p>
<pre><code class="language-bash">echo "\nHATSU_ACCESS_TOKEN = \"$(cat /proc/sys/kernel/random/uuid)\"" &gt;&gt; .env
</code></pre>
<h2 id="hatsu_node_name-optional"><a class="header" href="#hatsu_node_name-optional">HATSU_NODE_NAME (optional)</a></h2>
<ul>
<li>default: None</li>
<li>example: None</li>
</ul>
<p>Used for NodeInfo <code>metadata.nodeName</code>.</p>
<h2 id="hatsu_node_description-optional"><a class="header" href="#hatsu_node_description-optional">HATSU_NODE_DESCRIPTION (optional)</a></h2>
<ul>
<li>default: None</li>
<li>example: None</li>
</ul>
<p>Used for NodeInfo <code>metadata.nodeDescription</code>.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="create-account"><a class="header" href="#create-account">Create Account</a></h1>
<p>Ensure you set <code>HATSU_ACCESS_TOKEN</code> correctly in the <a href="admins/./environments.html#hatsu_access_token-optional">previous section</a> first, otherwise you will not be able to use the Hatsu Admin API.</p>
<h2 id="just"><a class="header" href="#just">just</a></h2>
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 a17d7a4

Please sign in to comment.