Skip to content

Commit

Permalink
Deployed 80ed990 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr committed Jul 19, 2024
1 parent 4e7dcbd commit e8cdf21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions users/datum-filters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,18 +913,16 @@ <h2 id="datum-queue"><span class="enumerate-headings-plugin enumerate-heading-pl
</div>
<h2 id="global-datum-filters"><span class="enumerate-headings-plugin enumerate-heading-plugin">22.2</span> Global Datum Filters<a class="headerlink" href="#global-datum-filters" title="Permanent link"></a></h2>
<p>Global Datum Filters are applied to datum just before posting to SolarNetwork. Once an instance is
created, it is automatically active and will be applied to datum. This differs from <a href="#user-datum-filters">User Datum
created, it is automatically active and will be applied to datum. This differs from <a href="../setup-app/settings/datum-filters/#user-datum-filters">User Datum
Filters</a>, which must be explicitly added to a service to be used, either
dircectly or indirectly with a <a href="chain/">Datum Filter Chain</a>.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Some filters support both <a href="../setup-app/settings/datum-filters/#global-datum-filters">Global</a>
and <a href="../setup-app/settings/datum-filters/#user-datum-filters">User</a> based filter
configuration, and often you can achieve the same overall result in multiple ways. Global
filters are convenient for the subset of filters that support Global configuration, but for
complex filtering often it can be easier to configure all filters as User filters, using the
<a href="../setup-app/settings/datum-filters/#global-datum-filter-chain">Global Datum Filter Chain</a> as
needed.</p>
and <a href="../setup-app/settings/datum-filters/#user-datum-filters">User</a> based filter configuration, and often you can achieve the same overall result in
multiple ways. Global filters are convenient for the subset of filters that support Global
configuration, but for complex filtering often it can be easier to configure all filters as User
filters, using the <a href="../setup-app/settings/datum-filters/#global-datum-filter-chain">Global Datum Filter Chain</a> as needed.</p>
</div>
<h2 id="global-datum-filter-chain"><span class="enumerate-headings-plugin enumerate-heading-plugin">22.3</span> Global Datum Filter Chain<a class="headerlink" href="#global-datum-filter-chain" title="Permanent link"></a></h2>
<p>The Global Datum Filter Chain provides a way to apply explicit <a href="../setup-app/settings/datum-filters/#user-datum-filters">User Datum
Expand Down
2 changes: 1 addition & 1 deletion users/sysadmin/solarssh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
<article class="md-content__inner md-typeset">
<h1 id="solarssh"><span class="enumerate-headings-plugin enumerate-heading-plugin">44.</span> SolarSSH<a class="headerlink" href="#solarssh" title="Permanent link"></a></h1>
<p>The <code>sn-solarssh</code> package in SolarNodeOS provides a <code>solarssh</code> command-line tool for managing
<a href="../../remote-access/#solarssh">SolarSSH</a> connections.</p>
<a href="../../remote-access/">SolarSSH</a> connections.</p>
<h2 id="show-ssh-public-key"><span class="enumerate-headings-plugin enumerate-heading-plugin">44.1</span> Show SSH public key<a class="headerlink" href="#show-ssh-public-key" title="Permanent link"></a></h2>
<p>To view the node's public SSH key, you can execute <code>solarssh showkey</code>.</p>
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>solarssh<span class="w"> </span>showkey
Expand Down

0 comments on commit e8cdf21

Please sign in to comment.