Skip to content

Commit

Permalink
deploy: 66dac61
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Feb 21, 2024
1 parent 67ee917 commit ba36a73
Show file tree
Hide file tree
Showing 85 changed files with 1,346 additions and 504 deletions.
10 changes: 6 additions & 4 deletions _dropdown_choice_arguments.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,13 @@ <h1>OliveTin</h1>
</li>
<li><a href="auth.html">10. Authentication &amp; Authorization</a>
</li>
<li><a href="_reference.html">11. Reference</a>
<li><a href="solutions.html">11. Solutions</a>
</li>
<li><a href="troubleshooting.html">12. Support &amp; Troubleshooting</a>
<li><a href="_reference.html">12. Reference</a>
</li>
<li><a href="api.html">13. API</a>
<li><a href="troubleshooting.html">13. Support &amp; Troubleshooting</a>
</li>
<li><a href="api.html">14. API</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -252,7 +254,7 @@ <h3 id="_dropdown_choice_arguments"><a class="anchor" href="#_dropdown_choice_ar
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-21 17:20:06 UTC
Last updated 2024-02-21 17:25:02 UTC
</div>
</div>
</body>
Expand Down
26 changes: 14 additions & 12 deletions _exit_code_127.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,34 +183,36 @@ <h1>OliveTin</h1>
</li>
<li><a href="auth.html">10. Authentication &amp; Authorization</a>
</li>
<li><a href="_reference.html">11. Reference</a>
<li><a href="solutions.html">11. Solutions</a>
</li>
<li><a href="troubleshooting.html">12. Support &amp; Troubleshooting</a>
<li><a href="_reference.html">12. Reference</a>
</li>
<li><a href="troubleshooting.html">13. Support &amp; Troubleshooting</a>
<ul class="sectlevel2">
<li><a href="support.html">12.1. Where to find help</a>
<li><a href="support.html">13.1. Where to find help</a>
</li>
<li><a href="sosreport.html">12.2. sosreport</a>
<li><a href="sosreport.html">13.2. sosreport</a>
</li>
<li><a href="_exit_code_127.html"><span class="toc-current">12.3. Exit code 127</span></a>
<li><a href="_exit_code_127.html"><span class="toc-current">13.3. Exit code 127</span></a>
</li>
<li><a href="no-puid-pgid.html">12.4. PUID and PGID support</a>
<li><a href="no-puid-pgid.html">13.4. PUID and PGID support</a>
</li>
<li><a href="err-fetch-buttons.html">12.5. Error Getting Buttons</a>
<li><a href="err-fetch-buttons.html">13.5. Error Getting Buttons</a>
</li>
<li><a href="err-fetch-webui-settings.html">12.6. Error Fetching WebUI Settings</a>
<li><a href="err-fetch-webui-settings.html">13.6. Error Fetching WebUI Settings</a>
</li>
<li><a href="err-js-modules-not-supported.html">12.7. Error: JS Modules not supported</a>
<li><a href="err-js-modules-not-supported.html">13.7. Error: JS Modules not supported</a>
</li>
</ul>
</li>
<li><a href="api.html">13. API</a>
<li><a href="api.html">14. API</a>
</li>
</ul>
</div>
</div>
<div id="content">
<div class="sect2">
<h3 id="_exit_code_127"><a class="anchor" href="#_exit_code_127"></a><a class="link" href="#_exit_code_127">12.3. Exit code 127</a></h3>
<h3 id="_exit_code_127"><a class="anchor" href="#_exit_code_127"></a><a class="link" href="#_exit_code_127">13.3. Exit code 127</a></h3>
<div class="paragraph">
<p>Exit code 127 on Linux typically means "command not found". This can be the
case when you need to install command in a container image for example.</p>
Expand All @@ -222,7 +224,7 @@ <h3 id="_exit_code_127"><a class="anchor" href="#_exit_code_127"></a><a class="l
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-21 17:20:06 UTC
Last updated 2024-02-21 17:25:02 UTC
</div>
</div>
</body>
Expand Down
220 changes: 220 additions & 0 deletions _gpio_control_on_raspberry_pi.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,220 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.21">
<link rel="icon" type="image/png" href="images/icons/OliveTinLogo.png">
<title>OliveTin documentation</title>
<style>
body {
font-family: sans-serif;
line-height: 1.5;
padding: 0;
margin: 0;
display: grid;
grid-template-areas: "nav content" "nav footer";
grid-template-columns: 20em auto;
grid-template-rows: auto min-content;
height: 100vh;
align-items: stretch;
}

a {
text-decoration: none;
}

a:focus {
background-color: #bdb76b;
}

#header {
background-color: #efefef;
grid-area: nav;
}

#footer {
grid-area: footer;
justify-self: center;
align-self: end;
padding: 1em;
}

#toc {
padding: 1em;
}

#toc a {
color: black;
}

#toc li {
padding-bottom: .6em;
}

#toc ul {
list-style: none;
margin: 0;
padding: 0;
}

#toc ul ul {
padding-left: 1.4em;
}

#toctitle {
font-weight: bold;
color: black;
}

h1 {
font-size: 1.4em;
font-weight: lighter;
background-color: black;
padding: .6em;
margin: 0;
color: white;
}

#toc a:hover {
text-decoration: underline;
}

#content {
background-color: white;
grid-area: content;
max-width: 1000px;
padding: 1em;
justify-self: center;
}

#content img {
max-width: 100%;
vertical-align: middle;
}

pre {
background-color: #f7f7f8;
padding: 1em;
word-wrap: break-word;
white-space: no-wrap;
overflow: auto;
}

table {
border-collapse: collapse;
}

td, th {
border: 1px solid gray;
padding: .4em;
}

th {
background-color: #f9f9f9;
text-align: left;
}

.imageblock.right {
float: right;
}

hr {
clear: both;
border: 0;
border-bottom: 1px solid #efefef;
margin: 1em;
}

div.admonitionblock.note {
background-color: beige;
}

div.admonitionblock td {
border: 0;
}

div.admonitionblock td:first-child {
font-weight: bold;
}

.listingblock .title {
background-color: #efefef;
margin-bottom: -1em;
padding: 1em;
}

@media (max-width: 700px) {
body {
display: block;
}
}

</style>
<style>.toc-current{font-weight: bold;} .toc-root{font-family: "Open Sans","DejaVu Sans",sans-serif;
font-size: 0.9em;} #content{display: flex; flex-direction: column; flex: 1 1 auto;}
.nav-footer{text-align: center; margin-top: auto;}
.nav-footer > p > a {white-space: nowrap;}</style>
</head>
<body id="_gpio_control_on_raspberry_pi" class="book toc2 toc-left">
<div id="header">
<h1>OliveTin</h1>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<p><span class="toc-root"><a href="index.html">OliveTin documentation</a></span></p><ul class="sectlevel1">
<li><a href="installation.html">1. Installation Guide</a>
</li>
<li><a href="config.html">2. Configuration</a>
</li>
<li><a href="reverse-proxies.html">3. Reverse Proxies</a>
</li>
<li><a href="actions.html">4. Actions</a>
</li>
<li><a href="action-customisation.html">5. Action customisation</a>
</li>
<li><a href="examples.html">6. Action examples</a>
</li>
<li><a href="args.html">7. Arguments</a>
</li>
<li><a href="entities.html">8. Entities</a>
</li>
<li><a href="dashboards.html">9. Dashboards</a>
</li>
<li><a href="auth.html">10. Authentication &amp; Authorization</a>
</li>
<li><a href="solutions.html">11. Solutions</a>
<ul class="sectlevel2">
<li><a href="_homelab_container_control_panel_traefik_docker.html">11.1. Homelab Container Control Panel (Traefik, Docker)</a>
</li>
<li><a href="_gpio_control_on_raspberry_pi.html"><span class="toc-current">11.2. GPIO Control on Raspberry Pi</span></a>
</li>
</ul>
</li>
<li><a href="_reference.html">12. Reference</a>
</li>
<li><a href="troubleshooting.html">13. Support &amp; Troubleshooting</a>
</li>
<li><a href="api.html">14. API</a>
</li>
</ul>
</div>
</div>
<div id="content">
<div class="sect2">
<h3 id="_gpio_control_on_raspberry_pi"><a class="anchor" href="#_gpio_control_on_raspberry_pi"></a><a class="link" href="#_gpio_control_on_raspberry_pi">11.2. GPIO Control on Raspberry Pi</a></h3>
<div class="paragraph">
<p>TODO :-)</p>
</div>
</div>
<div class="paragraph nav-footer">
<p>← Previous: <a href="_homelab_container_control_panel_traefik_docker.html">Homelab Container Control Panel (Traefik, Docker)</a> | ↑ Up: <a href="solutions.html">Solutions</a> | ⌂ Home: <a href="index.html">OliveTin documentation</a> | Next: <a href="_reference.html">Reference</a> →</p>
</div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-21 17:25:02 UTC
</div>
</div>
</body>
</html>
Loading

0 comments on commit ba36a73

Please sign in to comment.