docs: update design with dark theme sidebar and Huntarr logo to match app style

This commit is contained in:
Admin9705
2025-05-16 23:02:01 -04:00
parent 08b3ca52c2
commit 24c063e1e1
7 changed files with 974 additions and 466 deletions

View File

@@ -8,65 +8,136 @@
<script src="../js/main.js" defer></script>
</head>
<body>
<div class="container">
<h1>Huntarr.io Applications</h1>
<div class="nav-menu">
<ul>
<li><a href="../index.html">Home</a></li>
<li class="active"><a href="index.html">Apps</a></li>
<li><a href="../settings/index.html">Settings</a></li>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank">GitHub</a></li>
</ul>
<div class="sidebar">
<div class="sidebar-logo">
<img src="../images/huntarr-logo.svg" alt="Huntarr Logo">
<h2>Huntarr.io</h2>
</div>
<p>Huntarr.io provides a unified interface to manage your media automation applications. Each application has its own dedicated documentation page with setup instructions, configuration options, and usage guides.</p>
<h2>Supported Applications</h2>
<div class="app-box sonarr">
<h3><a href="sonarr.html">Sonarr</a></h3>
<p><strong>Purpose:</strong> Manage and automate TV show downloads.</p>
<p><strong>Features:</strong> Calendar view, automatic searching, series management, quality profiles, and more.</p>
<p><a href="sonarr.html">View Sonarr Documentation</a></p>
<nav class="sidebar-nav">
<div class="sidebar-section">
<h3 class="sidebar-section-title">Core</h3>
<ul>
<li><a href="../index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></svg> Home</a></li>
<li class="active"><a href="index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"></path></svg> Apps</a></li>
<li><a href="../settings/index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"></path></svg> Settings</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Applications</h3>
<ul>
<li><a href="sonarr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"></path></svg> Sonarr</a></li>
<li><a href="radarr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"></path></svg> Radarr</a></li>
<li><a href="lidarr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 5h-3v5.5c0 1.38-1.12 2.5-2.5 2.5S10 13.88 10 12.5s1.12-2.5 2.5-2.5c.57 0 1.08.19 1.5.51V5h4v2zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"></path></svg> Lidarr</a></li>
<li><a href="readarr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"></path></svg> Readarr</a></li>
<li><a href="whisparr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"></path></svg> Whisparr</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Resources</h3>
<ul>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path></svg> GitHub</a></li>
<li><a href="https://plexguide.github.io/Huntarr.io/" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2.033 16.01c.564-1.789 1.632-3.932 1.821-4.474.273-.787-.211-1.136-1.74.209l-.34-.64c1.744-1.897 5.335-2.326 4.113.613-.763 1.835-1.309 3.074-1.621 4.03-.455 1.393.694.828 1.819-.211.153.25.203.331.356.619-2.498 2.378-5.271 2.588-4.408-.146zm4.742-8.169c-.532.453-1.32.443-1.761-.022-.441-.465-.367-1.208.164-1.661.532-.453 1.32-.442 1.761.022.439.466.367 1.209-.164 1.661z"></path></svg> Website</a></li>
</ul>
</div>
</nav>
</div>
<div class="main-content">
<div class="container">
<h1>Huntarr.io Applications</h1>
<p>Huntarr.io provides a unified interface to manage your media automation applications. Each application has its own dedicated documentation page with setup instructions, configuration options, and usage guides.</p>
<h2>Supported Applications</h2>
<div class="app-card sonarr-card">
<div class="app-card-header">
<div class="app-card-icon sonarr">S</div>
<h3 class="app-card-title">Sonarr</h3>
</div>
<div class="app-card-content">
<p><strong>Purpose:</strong> Manage and automate TV show downloads.</p>
<p><strong>Features:</strong> Calendar view, automatic searching, series management, quality profiles, and more.</p>
</div>
<div class="app-card-footer">
<a href="sonarr.html">View Sonarr Documentation →</a>
</div>
</div>
<div class="app-card radarr-card">
<div class="app-card-header">
<div class="app-card-icon radarr">R</div>
<h3 class="app-card-title">Radarr</h3>
</div>
<div class="app-card-content">
<p><strong>Purpose:</strong> Manage and automate movie downloads.</p>
<p><strong>Features:</strong> Automatic searching, movie management, quality profiles, and more.</p>
</div>
<div class="app-card-footer">
<a href="radarr.html">View Radarr Documentation →</a>
</div>
</div>
<div class="app-card lidarr-card">
<div class="app-card-header">
<div class="app-card-icon lidarr">L</div>
<h3 class="app-card-title">Lidarr</h3>
</div>
<div class="app-card-content">
<p><strong>Purpose:</strong> Manage and automate music downloads.</p>
<p><strong>Features:</strong> Artist management, album tracking, quality profiles, and more.</p>
</div>
<div class="app-card-footer">
<a href="lidarr.html">View Lidarr Documentation →</a>
</div>
</div>
<div class="app-card readarr-card">
<div class="app-card-header">
<div class="app-card-icon readarr">R</div>
<h3 class="app-card-title">Readarr</h3>
</div>
<div class="app-card-content">
<p><strong>Purpose:</strong> Manage and automate ebook and audiobook downloads.</p>
<p><strong>Features:</strong> Author management, book tracking, quality profiles, and more.</p>
</div>
<div class="app-card-footer">
<a href="readarr.html">View Readarr Documentation →</a>
</div>
</div>
<div class="app-card whisparr-card">
<div class="app-card-header">
<div class="app-card-icon whisparr">W</div>
<h3 class="app-card-title">Whisparr</h3>
</div>
<div class="app-card-content">
<p><strong>Purpose:</strong> Manage and automate adult content downloads.</p>
<p><strong>Features:</strong> Scene tracking, automatic searching, quality profiles, and more.</p>
</div>
<div class="app-card-footer">
<a href="whisparr.html">View Whisparr Documentation →</a>
</div>
</div>
<h2>Adding (i) Links to Your Huntarr.io UI</h2>
<p>The information icon (<span class="info-link">i</span>) in the Huntarr.io user interface can be used to link directly to these documentation pages. When implementing the (i) links in your app's HTML, use the following format:</p>
<pre><code>&lt;a href="https://plexguide.github.io/Huntarr.io/apps/sonarr.html" class="info-link" target="_blank"&gt;i&lt;/a&gt;</code></pre>
<div class="section-nav">
<a href="../index.html">← Back to Home</a>
<a href="../settings/index.html">Settings Documentation →</a>
</div>
<footer>
Huntarr.io <span class="version-badge">v6.5.18</span> | Applications Documentation | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
<div class="app-box radarr">
<h3><a href="radarr.html">Radarr</a></h3>
<p><strong>Purpose:</strong> Manage and automate movie downloads.</p>
<p><strong>Features:</strong> Automatic searching, movie management, quality profiles, and more.</p>
<p><a href="radarr.html">View Radarr Documentation</a></p>
</div>
<div class="app-box lidarr">
<h3><a href="lidarr.html">Lidarr</a></h3>
<p><strong>Purpose:</strong> Manage and automate music downloads.</p>
<p><strong>Features:</strong> Artist management, album tracking, quality profiles, and more.</p>
<p><a href="lidarr.html">View Lidarr Documentation</a></p>
</div>
<div class="app-box readarr">
<h3><a href="readarr.html">Readarr</a></h3>
<p><strong>Purpose:</strong> Manage and automate ebook and audiobook downloads.</p>
<p><strong>Features:</strong> Author management, book tracking, quality profiles, and more.</p>
<p><a href="readarr.html">View Readarr Documentation</a></p>
</div>
<div class="app-box whisparr">
<h3><a href="whisparr.html">Whisparr</a></h3>
<p><strong>Purpose:</strong> Manage and automate adult content downloads.</p>
<p><strong>Features:</strong> Scene tracking, automatic searching, quality profiles, and more.</p>
<p><a href="whisparr.html">View Whisparr Documentation</a></p>
</div>
<div class="section-nav">
<a href="../index.html">← Back to Home</a>
<a href="../settings/index.html">Settings Documentation →</a>
</div>
<footer>
Huntarr.io v6.5.18 | Applications Documentation | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
</body>
</html>

View File

@@ -8,139 +8,169 @@
<script src="../js/main.js" defer></script>
</head>
<body>
<div class="container">
<h1>Sonarr Documentation</h1>
<div class="sidebar">
<div class="sidebar-logo">
<img src="../images/huntarr-logo.svg" alt="Huntarr Logo">
<h2>Huntarr.io</h2>
</div>
<div class="nav-menu">
<nav class="sidebar-nav">
<div class="sidebar-section">
<h3 class="sidebar-section-title">Core</h3>
<ul>
<li><a href="../index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></svg> Home</a></li>
<li class="active"><a href="index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"></path></svg> Apps</a></li>
<li><a href="../settings/index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"></path></svg> Settings</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Applications</h3>
<ul>
<li class="active"><a href="sonarr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"></path></svg> Sonarr</a></li>
<li><a href="radarr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"></path></svg> Radarr</a></li>
<li><a href="lidarr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 5h-3v5.5c0 1.38-1.12 2.5-2.5 2.5S10 13.88 10 12.5s1.12-2.5 2.5-2.5c.57 0 1.08.19 1.5.51V5h4v2zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"></path></svg> Lidarr</a></li>
<li><a href="readarr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"></path></svg> Readarr</a></li>
<li><a href="whisparr.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"></path></svg> Whisparr</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Resources</h3>
<ul>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path></svg> GitHub</a></li>
<li><a href="https://plexguide.github.io/Huntarr.io/" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2.033 16.01c.564-1.789 1.632-3.932 1.821-4.474.273-.787-.211-1.136-1.74.209l-.34-.64c1.744-1.897 5.335-2.326 4.113.613-.763 1.835-1.309 3.074-1.621 4.03-.455 1.393.694.828 1.819-.211.153.25.203.331.356.619-2.498 2.378-5.271 2.588-4.408-.146zm4.742-8.169c-.532.453-1.32.443-1.761-.022-.441-.465-.367-1.208.164-1.661.532-.453 1.32-.442 1.761.022.439.466.367 1.209-.164 1.661z"></path></svg> Website</a></li>
</ul>
</div>
</nav>
</div>
<div class="main-content">
<div class="container">
<h1>Sonarr Documentation</h1>
<div class="app-icon sonarr" style="margin: 20px auto; width: 80px; height: 80px; font-size: 36px;">S</div>
<p>Sonarr is an automated TV show downloading and management application. It works with various torrent and usenet clients to help you organize and manage your TV show collection.</p>
<h2>Getting Started with Sonarr</h2>
<h3>Setup in Huntarr.io</h3>
<p>To set up Sonarr in Huntarr.io:</p>
<ol>
<li>Navigate to the Apps section in the Huntarr.io dashboard</li>
<li>Click on "Sonarr" in the application list</li>
<li>Click the "Install" button</li>
<li>Configure the required settings (see Configuration section below)</li>
<li>Click "Deploy" to start the Sonarr container</li>
</ol>
<h3>Configuration Options</h3>
<p>The following configuration options are available when setting up Sonarr:</p>
<table>
<tr>
<th>Option</th>
<th>Description</th>
<th>Default</th>
<th>Notes</th>
</tr>
<tr>
<td>Port</td>
<td>The port Sonarr will use</td>
<td>8989</td>
<td>Change if you have port conflicts</td>
</tr>
<tr>
<td>Media Path</td>
<td>Location of your TV shows</td>
<td>/mnt/unionfs/tv</td>
<td>Should match your media server's TV library path</td>
</tr>
<tr>
<td>Download Path</td>
<td>Where downloads are stored</td>
<td>/mnt/downloads</td>
<td>Should match your download client's completed download folder</td>
</tr>
<tr>
<td>Config Path</td>
<td>Where Sonarr stores its config</td>
<td>/opt/appdata/sonarr</td>
<td>Usually best to leave as default</td>
</tr>
</table>
<h2>Using Sonarr</h2>
<h3>Adding a TV Show</h3>
<ol>
<li>Click the "Series" tab in the Sonarr interface</li>
<li>Click "Add New" button</li>
<li>Search for the TV show you want to add</li>
<li>Select the appropriate path, profile, and monitoring options</li>
<li>Click "Add" to add the series to Sonarr</li>
</ol>
<h3>Managing Quality Profiles</h3>
<p>Quality profiles determine what quality of media files Sonarr will download:</p>
<ol>
<li>Go to Settings > Profiles</li>
<li>Click the "+" button to add a new profile or edit an existing one</li>
<li>Set your preferred qualities and cut-off point (minimum acceptable quality)</li>
<li>Save your changes</li>
</ol>
<h3>Setting Up Indexers</h3>
<p>Indexers are how Sonarr finds content to download:</p>
<ol>
<li>Go to Settings > Indexers</li>
<li>Click the "+" button to add a new indexer</li>
<li>Select your indexer type (Newznab, Torznab, etc.)</li>
<li>Enter the required information (URL, API key, etc.)</li>
<li>Test the connection and save if successful</li>
</ol>
<h3>Connecting Download Clients</h3>
<p>Download clients handle the actual downloading of content:</p>
<ol>
<li>Go to Settings > Download Clients</li>
<li>Click the "+" button to add a new download client</li>
<li>Select your client type (SABnzbd, NZBGet, qBittorrent, Deluge, etc.)</li>
<li>Enter the required connection information</li>
<li>Test the connection and save if successful</li>
</ol>
<h2>Troubleshooting</h2>
<h3>Common Issues</h3>
<h4>Shows Not Being Downloaded</h4>
<p>Check the following:</p>
<ul>
<li><a href="../index.html">Home</a></li>
<li class="active"><a href="index.html">Apps</a></li>
<li><a href="../settings/index.html">Settings</a></li>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank">GitHub</a></li>
<li>Ensure your indexers are properly configured and working</li>
<li>Verify your download client is running and accessible</li>
<li>Check that your quality profile isn't too restrictive</li>
<li>Look at the "Wanted" tab to see if shows are in the queue</li>
</ul>
<h4>Path Issues</h4>
<p>If Sonarr can't find or move files:</p>
<ul>
<li>Ensure the user running Sonarr has proper permissions</li>
<li>Verify your paths are consistent between Sonarr and your download client</li>
<li>Check for path mapping issues if running in Docker</li>
</ul>
<div class="section-nav">
<a href="index.html">← Back to Apps</a>
<a href="radarr.html">Radarr Documentation →</a>
</div>
<footer>
Huntarr.io <span class="version-badge">v6.5.18</span> | Sonarr Documentation | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
<div class="app-icon sonarr" style="margin: 20px auto; width: 80px; height: 80px; font-size: 36px;">S</div>
<p>Sonarr is an automated TV show downloading and management application. It works with various torrent and usenet clients to help you organize and manage your TV show collection.</p>
<h2>Getting Started with Sonarr</h2>
<h3>Setup in Huntarr.io</h3>
<p>To set up Sonarr in Huntarr.io:</p>
<ol>
<li>Navigate to the Apps section in the Huntarr.io dashboard</li>
<li>Click on "Sonarr" in the application list</li>
<li>Click the "Install" button</li>
<li>Configure the required settings (see Configuration section below)</li>
<li>Click "Deploy" to start the Sonarr container</li>
</ol>
<h3>Configuration Options</h3>
<p>The following configuration options are available when setting up Sonarr:</p>
<table>
<tr>
<th>Option</th>
<th>Description</th>
<th>Default</th>
<th>Notes</th>
</tr>
<tr>
<td>Port</td>
<td>The port Sonarr will use</td>
<td>8989</td>
<td>Change if you have port conflicts</td>
</tr>
<tr>
<td>Media Path</td>
<td>Location of your TV shows</td>
<td>/mnt/unionfs/tv</td>
<td>Should match your media server's TV library path</td>
</tr>
<tr>
<td>Download Path</td>
<td>Where downloads are stored</td>
<td>/mnt/downloads</td>
<td>Should match your download client's completed download folder</td>
</tr>
<tr>
<td>Config Path</td>
<td>Where Sonarr stores its config</td>
<td>/opt/appdata/sonarr</td>
<td>Usually best to leave as default</td>
</tr>
</table>
<h2>Using Sonarr</h2>
<h3>Adding a TV Show</h3>
<ol>
<li>Click the "Series" tab in the Sonarr interface</li>
<li>Click "Add New" button</li>
<li>Search for the TV show you want to add</li>
<li>Select the appropriate path, profile, and monitoring options</li>
<li>Click "Add" to add the series to Sonarr</li>
</ol>
<h3>Managing Quality Profiles</h3>
<p>Quality profiles determine what quality of media files Sonarr will download:</p>
<ol>
<li>Go to Settings > Profiles</li>
<li>Click the "+" button to add a new profile or edit an existing one</li>
<li>Set your preferred qualities and cut-off point (minimum acceptable quality)</li>
<li>Save your changes</li>
</ol>
<h3>Setting Up Indexers</h3>
<p>Indexers are how Sonarr finds content to download:</p>
<ol>
<li>Go to Settings > Indexers</li>
<li>Click the "+" button to add a new indexer</li>
<li>Select your indexer type (Newznab, Torznab, etc.)</li>
<li>Enter the required information (URL, API key, etc.)</li>
<li>Test the connection and save if successful</li>
</ol>
<h3>Connecting Download Clients</h3>
<p>Download clients handle the actual downloading of content:</p>
<ol>
<li>Go to Settings > Download Clients</li>
<li>Click the "+" button to add a new download client</li>
<li>Select your client type (SABnzbd, NZBGet, qBittorrent, Deluge, etc.)</li>
<li>Enter the required connection information</li>
<li>Test the connection and save if successful</li>
</ol>
<h2>Troubleshooting</h2>
<h3>Common Issues</h3>
<h4>Shows Not Being Downloaded</h4>
<p>Check the following:</p>
<ul>
<li>Ensure your indexers are properly configured and working</li>
<li>Verify your download client is running and accessible</li>
<li>Check that your quality profile isn't too restrictive</li>
<li>Look at the "Wanted" tab to see if shows are in the queue</li>
</ul>
<h4>Path Issues</h4>
<p>If Sonarr can't find or move files:</p>
<ul>
<li>Ensure the user running Sonarr has proper permissions</li>
<li>Verify your paths are consistent between Sonarr and your download client</li>
<li>Check for path mapping issues if running in Docker</li>
</ul>
<div class="section-nav">
<a href="index.html">← Back to Apps</a>
<a href="radarr.html">Radarr Documentation →</a>
</div>
<footer>
Huntarr.io v6.5.18 | Sonarr Documentation | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
</body>
</html>

View File

@@ -1,9 +1,13 @@
/* Huntarr.io Documentation Styles */
:root {
--primary-color: #252a34;
--secondary-color: #3498db;
--background-color: #f5f5f5;
--text-color: #333;
--primary-bg: #1a1d24;
--secondary-bg: #252a34;
--sidebar-bg: #1a1d24;
--content-bg: #252a34;
--text-color: #e2e2e2;
--link-color: #3498db;
--highlight-color: #3498db;
--border-color: #333;
--sonarr-color: #3498db; /* Blue */
--radarr-color: #f1c40f; /* Yellow */
--lidarr-color: #2ecc71; /* Green */
@@ -15,42 +19,140 @@ body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--text-color);
max-width: 1000px;
margin: 0 auto;
padding: 20px;
background-color: var(--background-color);
margin: 0;
padding: 0;
background-color: var(--primary-bg);
display: flex;
min-height: 100vh;
}
.sidebar {
width: 220px;
background-color: var(--sidebar-bg);
padding: 20px 0;
position: fixed;
height: 100%;
overflow-y: auto;
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
z-index: 100;
}
.sidebar-logo {
text-align: center;
padding: 10px 20px 20px;
border-bottom: 1px solid var(--border-color);
}
.sidebar-logo img {
width: 80px;
height: 80px;
display: block;
margin: 0 auto 10px;
}
.sidebar-logo h2 {
color: var(--text-color);
margin: 0;
font-size: 1.4rem;
border: none;
padding: 0;
text-align: center;
}
.sidebar-nav {
margin-top: 20px;
}
.sidebar-section {
margin-bottom: 20px;
}
.sidebar-section-title {
font-size: 0.8rem;
text-transform: uppercase;
color: #777;
padding: 10px 20px;
margin: 0;
}
.sidebar-nav ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-nav li {
margin-bottom: 2px;
}
.sidebar-nav a {
display: block;
padding: 10px 20px;
color: var(--text-color);
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
border-left: 3px solid transparent;
}
.sidebar-nav a:hover {
background-color: rgba(255, 255, 255, 0.1);
color: var(--link-color);
text-decoration: none;
}
.sidebar-nav li.active a {
background-color: rgba(52, 152, 219, 0.2);
border-left: 3px solid var(--highlight-color);
color: var(--highlight-color);
}
.sidebar-nav .svg-icon {
margin-right: 10px;
width: 18px;
vertical-align: text-bottom;
}
.main-content {
flex: 1;
margin-left: 220px;
padding: 30px;
background-color: var(--content-bg);
min-height: 100vh;
box-sizing: border-box;
}
.container {
background-color: white;
max-width: 1000px;
margin: 0 auto;
background-color: var(--secondary-bg);
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: var(--primary-color);
color: var(--text-color);
text-align: center;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 2px solid var(--primary-color);
border-bottom: 2px solid var(--highlight-color);
}
h2 {
color: var(--primary-color);
color: var(--text-color);
margin-top: 30px;
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid var(--border-color);
}
h3 {
margin-top: 25px;
color: #444;
color: var(--text-color);
}
a {
color: var(--secondary-color);
color: var(--link-color);
text-decoration: none;
transition: color 0.3s;
}
@@ -82,9 +184,14 @@ a:hover {
margin: 20px 0;
padding: 15px;
border-radius: 8px;
background-color: rgba(10, 15, 25, 0.4);
border-left: 4px solid;
}
.app-box h3 {
margin-top: 0;
}
.app-box.sonarr { border-left-color: var(--sonarr-color); }
.app-box.radarr { border-left-color: var(--radarr-color); }
.app-box.lidarr { border-left-color: var(--lidarr-color); }
@@ -101,25 +208,51 @@ a:hover {
justify-content: space-between;
margin: 30px 0;
padding: 10px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
code {
background-color: #f8f9fa;
background-color: rgba(10, 15, 25, 0.6);
padding: 2px 6px;
border-radius: 3px;
border: 1px solid #eee;
border: 1px solid var(--border-color);
font-family: 'Courier New', monospace;
font-size: 0.9em;
color: #f8f8f8;
}
pre {
background-color: #f8f9fa;
background-color: rgba(10, 15, 25, 0.6);
padding: 15px;
border-radius: 5px;
border: 1px solid #eee;
border: 1px solid var(--border-color);
overflow-x: auto;
color: #f8f8f8;
position: relative;
}
pre code {
background-color: transparent;
border: none;
padding: 0;
}
.copy-button {
position: absolute;
right: 10px;
top: 10px;
padding: 5px 10px;
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid var(--border-color);
border-radius: 3px;
cursor: pointer;
color: var(--text-color);
font-size: 0.8rem;
}
.copy-button:hover {
background-color: rgba(255, 255, 255, 0.2);
}
img {
@@ -133,10 +266,11 @@ table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background-color: rgba(10, 15, 25, 0.4);
}
table, th, td {
border: 1px solid #eee;
border: 1px solid var(--border-color);
}
th, td {
@@ -145,7 +279,7 @@ th, td {
}
th {
background-color: #f8f9fa;
background-color: rgba(10, 15, 25, 0.6);
}
footer {
@@ -154,55 +288,34 @@ footer {
padding-top: 20px;
font-size: 0.9em;
color: #777;
border-top: 1px solid #eee;
border-top: 1px solid var(--border-color);
}
/* Responsive styles */
@media (max-width: 768px) {
.app-icons {
flex-wrap: wrap;
body {
flex-direction: column;
}
.sidebar {
width: 100%;
height: auto;
position: relative;
padding: 10px 0;
}
.main-content {
margin-left: 0;
padding: 20px;
}
.container {
padding: 15px;
}
}
/* Navigation menu */
.nav-menu {
margin-bottom: 30px;
}
.nav-menu ul {
display: flex;
list-style: none;
padding: 0;
margin: 0;
background-color: var(--primary-color);
border-radius: 5px;
overflow: hidden;
}
.nav-menu li {
flex: 1;
text-align: center;
}
.nav-menu li a {
display: block;
color: white;
padding: 12px 15px;
text-decoration: none;
transition: background-color 0.3s;
}
.nav-menu li a:hover {
background-color: rgba(255, 255, 255, 0.1);
text-decoration: none;
}
.nav-menu li.active a {
background-color: var(--secondary-color);
.app-icons {
flex-wrap: wrap;
}
}
/* Info icon */
@@ -210,7 +323,7 @@ footer {
display: inline-block;
width: 20px;
height: 20px;
background-color: var(--secondary-color);
background-color: var(--link-color);
color: white;
border-radius: 50%;
text-align: center;
@@ -223,4 +336,95 @@ footer {
.info-link:hover {
background-color: #217dbb;
text-decoration: none;
}
/* Version badge */
.version-badge {
display: inline-block;
background-color: rgba(52, 152, 219, 0.2);
color: var(--link-color);
padding: 2px 8px;
border-radius: 12px;
font-size: 0.8rem;
margin-left: 10px;
}
/* Card style for app blocks */
.app-card {
display: flex;
flex-direction: column;
border-radius: 8px;
background-color: rgba(20, 25, 35, 0.6);
margin: 20px 0;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
overflow: hidden;
}
.app-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.app-card-header {
padding: 15px;
display: flex;
align-items: center;
}
.app-card-icon {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
font-weight: bold;
}
.app-card-title {
margin: 0;
color: var(--text-color);
}
.app-card-content {
padding: 15px;
flex: 1;
}
.app-card-footer {
padding: 10px 15px;
background-color: rgba(10, 15, 25, 0.3);
text-align: right;
}
/* Card styled for sonarr */
.app-card.sonarr-card .app-card-header {
background-color: rgba(52, 152, 219, 0.2);
border-bottom: 2px solid var(--sonarr-color);
}
/* Card styled for radarr */
.app-card.radarr-card .app-card-header {
background-color: rgba(241, 196, 15, 0.2);
border-bottom: 2px solid var(--radarr-color);
}
/* Card styled for lidarr */
.app-card.lidarr-card .app-card-header {
background-color: rgba(46, 204, 113, 0.2);
border-bottom: 2px solid var(--lidarr-color);
}
/* Card styled for readarr */
.app-card.readarr-card .app-card-header {
background-color: rgba(231, 76, 60, 0.2);
border-bottom: 2px solid var(--readarr-color);
}
/* Card styled for whisparr */
.app-card.whisparr-card .app-card-header {
background-color: rgba(155, 89, 182, 0.2);
border-bottom: 2px solid var(--whisparr-color);
}

View File

@@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<!-- Outer Ring -->
<circle cx="50" cy="50" r="45" fill="none" stroke="#3498db" stroke-width="2" opacity="0.7" />
<!-- Inner Circle with Glow -->
<circle cx="50" cy="50" r="35" fill="#1a1d24" stroke="#3498db" stroke-width="2" />
<!-- Inner Rings -->
<circle cx="50" cy="50" r="30" fill="none" stroke="#3498db" stroke-width="1" opacity="0.5" />
<circle cx="50" cy="50" r="25" fill="none" stroke="#3498db" stroke-width="1" opacity="0.3" />
<!-- Orbital Lines -->
<ellipse cx="50" cy="50" rx="40" ry="20" fill="none" stroke="#3498db" stroke-width="1" opacity="0.6" transform="rotate(45,50,50)" />
<ellipse cx="50" cy="50" rx="40" ry="15" fill="none" stroke="#3498db" stroke-width="1" opacity="0.6" transform="rotate(-45,50,50)" />
<!-- Center Dot -->
<circle cx="50" cy="50" r="5" fill="#3498db" />
<!-- Orbital Dots -->
<circle cx="75" cy="50" r="3" fill="#3498db" />
<circle cx="25" cy="50" r="3" fill="#3498db" />
<circle cx="50" cy="75" r="3" fill="#3498db" />
<circle cx="50" cy="25" r="3" fill="#3498db" />
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -8,54 +8,138 @@
<script src="js/main.js" defer></script>
</head>
<body>
<div class="container">
<h1>Welcome to Huntarr.io Documentation</h1>
<div class="nav-menu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="apps/index.html">Apps</a></li>
<li><a href="settings/index.html">Settings</a></li>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank">GitHub</a></li>
</ul>
<div class="sidebar">
<div class="sidebar-logo">
<img src="images/huntarr-logo.svg" alt="Huntarr Logo">
<h2>Huntarr.io</h2>
</div>
<p>Thank you for using Huntarr.io! This documentation site provides comprehensive guides, tutorials, and reference materials for all Huntarr features.</p>
<div class="app-icons">
<div class="app-icon sonarr">S</div>
<div class="app-icon radarr">R</div>
<div class="app-icon lidarr">L</div>
<div class="app-icon readarr">R</div>
<div class="app-icon whisparr">W</div>
<nav class="sidebar-nav">
<div class="sidebar-section">
<h3 class="sidebar-section-title">Core</h3>
<ul>
<li class="active"><a href="index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></svg> Home</a></li>
<li><a href="apps/index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"></path></svg> Apps</a></li>
<li><a href="settings/index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"></path></svg> Settings</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Features</h3>
<ul>
<li><a href="features/scheduling.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"></path></svg> Scheduling</a></li>
<li><a href="features/logs.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"></path></svg> Logs</a></li>
<li><a href="features/history.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"></path></svg> History</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Resources</h3>
<ul>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path></svg> GitHub</a></li>
<li><a href="https://plexguide.github.io/Huntarr.io/" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2.033 16.01c.564-1.789 1.632-3.932 1.821-4.474.273-.787-.211-1.136-1.74.209l-.34-.64c1.744-1.897 5.335-2.326 4.113.613-.763 1.835-1.309 3.074-1.621 4.03-.455 1.393.694.828 1.819-.211.153.25.203.331.356.619-2.498 2.378-5.271 2.588-4.408-.146zm4.742-8.169c-.532.453-1.32.443-1.761-.022-.441-.465-.367-1.208.164-1.661.532-.453 1.32-.442 1.761.022.439.466.367 1.209-.164 1.661z"></path></svg> Website</a></li>
</ul>
</div>
</nav>
</div>
<div class="main-content">
<div class="container">
<h1>Welcome to Huntarr.io Documentation</h1>
<p>Thank you for using Huntarr.io! This documentation provides comprehensive guides, tutorials, and reference materials for all Huntarr features.</p>
<div class="app-icons">
<div class="app-icon sonarr">S</div>
<div class="app-icon radarr">R</div>
<div class="app-icon lidarr">L</div>
<div class="app-icon readarr">R</div>
<div class="app-icon whisparr">W</div>
</div>
<p>Huntarr.io is a powerful management tool for your media automation stack, providing simplified control over:</p>
<div class="app-card sonarr-card">
<div class="app-card-header">
<div class="app-card-icon sonarr">S</div>
<h3 class="app-card-title">Sonarr</h3>
</div>
<div class="app-card-content">
<p>Manage and automate TV show downloads with advanced features like calendar view, automatic searching, and series management.</p>
</div>
<div class="app-card-footer">
<a href="apps/sonarr.html">View Documentation →</a>
</div>
</div>
<div class="app-card radarr-card">
<div class="app-card-header">
<div class="app-card-icon radarr">R</div>
<h3 class="app-card-title">Radarr</h3>
</div>
<div class="app-card-content">
<p>Find and download movies automatically with quality profiles, release preferences, and more.</p>
</div>
<div class="app-card-footer">
<a href="apps/radarr.html">View Documentation →</a>
</div>
</div>
<div class="app-card lidarr-card">
<div class="app-card-header">
<div class="app-card-icon lidarr">L</div>
<h3 class="app-card-title">Lidarr</h3>
</div>
<div class="app-card-content">
<p>Manage your music collection with artist tracking, album releases, and quality preferences.</p>
</div>
<div class="app-card-footer">
<a href="apps/lidarr.html">View Documentation →</a>
</div>
</div>
<div class="app-card readarr-card">
<div class="app-card-header">
<div class="app-card-icon readarr">R</div>
<h3 class="app-card-title">Readarr</h3>
</div>
<div class="app-card-content">
<p>Find and download ebooks and audiobooks with author tracking and release monitoring.</p>
</div>
<div class="app-card-footer">
<a href="apps/readarr.html">View Documentation →</a>
</div>
</div>
<div class="app-card whisparr-card">
<div class="app-card-header">
<div class="app-card-icon whisparr">W</div>
<h3 class="app-card-title">Whisparr</h3>
</div>
<div class="app-card-content">
<p>Manage adult content with scene tracking, automatic searching, and content management.</p>
</div>
<div class="app-card-footer">
<a href="apps/whisparr.html">View Documentation →</a>
</div>
</div>
<h2>Documentation Sections</h2>
<div class="app-box sonarr">
<h3><a href="apps/index.html">Applications Documentation</a></h3>
<p>Detailed information about each Huntarr-supported application, including setup, configuration, and usage guides.</p>
</div>
<div class="app-box radarr">
<h3><a href="settings/index.html">Settings Documentation</a></h3>
<p>Learn about all Huntarr.io settings and configurations to optimize your media management experience.</p>
</div>
<footer>
Huntarr.io <span class="version-badge">v6.5.18</span> | Test Deployment | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
<p>Huntarr.io is a powerful management tool for your media automation stack, providing simplified control over:</p>
<ul>
<li><a href="apps/sonarr.html">Sonarr</a> (TV Shows)</li>
<li><a href="apps/radarr.html">Radarr</a> (Movies)</li>
<li><a href="apps/lidarr.html">Lidarr</a> (Music)</li>
<li><a href="apps/readarr.html">Readarr</a> (Books)</li>
<li><a href="apps/whisparr.html">Whisparr</a> (Adult Content)</li>
<li>And more!</li>
</ul>
<h2>Documentation Sections</h2>
<div class="app-box sonarr">
<h3><a href="apps/index.html">Applications Documentation</a></h3>
<p>Detailed information about each Huntarr-supported application, including setup, configuration, and usage guides.</p>
</div>
<div class="app-box radarr">
<h3><a href="settings/index.html">Settings Documentation</a></h3>
<p>Learn about all Huntarr.io settings and configurations to optimize your media management experience.</p>
</div>
<footer>
Huntarr.io v6.5.18 | Test Deployment | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
</body>
</html>

View File

@@ -8,119 +8,149 @@
<script src="../js/main.js" defer></script>
</head>
<body>
<div class="container">
<h1>General Settings</h1>
<div class="sidebar">
<div class="sidebar-logo">
<img src="../images/huntarr-logo.svg" alt="Huntarr Logo">
<h2>Huntarr.io</h2>
</div>
<div class="nav-menu">
<nav class="sidebar-nav">
<div class="sidebar-section">
<h3 class="sidebar-section-title">Core</h3>
<ul>
<li><a href="../index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></svg> Home</a></li>
<li><a href="../apps/index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"></path></svg> Apps</a></li>
<li class="active"><a href="index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"></path></svg> Settings</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Settings</h3>
<ul>
<li class="active"><a href="general.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.31-8.86c-1.77-.45-2.34-.94-2.34-1.67 0-.84.79-1.43 2.1-1.43 1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81 0 1.79 1.49 2.69 3.66 3.21 1.95.46 2.34 1.15 2.34 1.87 0 .53-.39 1.39-2.1 1.39-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77-.01-2.2-1.9-2.96-3.66-3.42z"></path></svg> General</a></li>
<li><a href="network.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"></path></svg> Network</a></li>
<li><a href="storage.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M2 20h20v-4H2v4zm2-3h2v2H4v-2zM2 4v4h20V4H2zm4 3H4V5h2v2zm-4 7h20v-4H2v4zm2-3h2v2H4v-2z"></path></svg> Storage</a></li>
<li><a href="security.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"></path></svg> Security</a></li>
<li><a href="integration.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"></path></svg> Integration</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Resources</h3>
<ul>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path></svg> GitHub</a></li>
<li><a href="https://plexguide.github.io/Huntarr.io/" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2.033 16.01c.564-1.789 1.632-3.932 1.821-4.474.273-.787-.211-1.136-1.74.209l-.34-.64c1.744-1.897 5.335-2.326 4.113.613-.763 1.835-1.309 3.074-1.621 4.03-.455 1.393.694.828 1.819-.211.153.25.203.331.356.619-2.498 2.378-5.271 2.588-4.408-.146zm4.742-8.169c-.532.453-1.32.443-1.761-.022-.441-.465-.367-1.208.164-1.661.532-.453 1.32-.442 1.761.022.439.466.367 1.209-.164 1.661z"></path></svg> Website</a></li>
</ul>
</div>
</nav>
</div>
<div class="main-content">
<div class="container">
<h1>General Settings</h1>
<p>The General Settings section allows you to configure basic options for your Huntarr.io instance.</p>
<h2>System Settings</h2>
<h3>Application Name</h3>
<p>You can customize the name of your Huntarr.io instance that appears in the title bar and navbar. This is useful if you're running multiple instances.</p>
<p><strong>Default:</strong> Huntarr.io</p>
<h3>UI Theme</h3>
<p>Choose between different UI themes for your Huntarr.io interface:</p>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../apps/index.html">Apps</a></li>
<li class="active"><a href="index.html">Settings</a></li>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank">GitHub</a></li>
<li><strong>Light:</strong> Default light theme</li>
<li><strong>Dark:</strong> Dark theme for low-light environments</li>
<li><strong>System:</strong> Follows your system's dark/light mode settings</li>
</ul>
<h3>Language</h3>
<p>Select the language for the Huntarr.io UI. Current supported languages include:</p>
<ul>
<li>English (Default)</li>
<li>Spanish</li>
<li>French</li>
<li>German</li>
<li>Italian</li>
<li>More languages are being added regularly</li>
</ul>
<h2>Updates</h2>
<h3>Update Channel</h3>
<p>Select which update channel to use:</p>
<ul>
<li><strong>Stable:</strong> Recommended for most users. Includes thoroughly tested updates.</li>
<li><strong>Beta:</strong> Preview newer features before they reach stable. May contain bugs.</li>
<li><strong>Nightly:</strong> Latest development builds. Not recommended for production use.</li>
</ul>
<h3>Automatic Updates</h3>
<p>Configure how Huntarr.io handles updates:</p>
<ul>
<li><strong>Automatic:</strong> Huntarr.io will automatically update when new releases are available.</li>
<li><strong>Notify Only:</strong> You'll be notified about updates but they won't be installed automatically.</li>
<li><strong>Disabled:</strong> No update checks will be performed.</li>
</ul>
<h2>Backup</h2>
<h3>Backup Location</h3>
<p>Specify where backups should be stored. Default location is <code>/opt/appdata/huntarr/backups</code>, but you can change this to any accessible path.</p>
<h3>Backup Schedule</h3>
<p>Configure automatic backups of your Huntarr.io configuration:</p>
<ul>
<li><strong>Daily:</strong> Run backups every day (recommended)</li>
<li><strong>Weekly:</strong> Run backups once per week</li>
<li><strong>Monthly:</strong> Run backups once per month</li>
<li><strong>Disabled:</strong> Don't run automatic backups</li>
</ul>
<h3>Backup Retention</h3>
<p>Determine how many backups to keep before deleting older ones:</p>
<ul>
<li>Default: 7 backups</li>
<li>Range: 1-30 backups</li>
</ul>
<h2>Logging</h2>
<h3>Log Level</h3>
<p>Select how detailed the logs should be:</p>
<ul>
<li><strong>Error:</strong> Only log errors</li>
<li><strong>Warning:</strong> Log errors and warnings</li>
<li><strong>Info:</strong> Default, includes general operation information</li>
<li><strong>Debug:</strong> Detailed logs, useful for troubleshooting but generates larger log files</li>
<li><strong>Trace:</strong> Most detailed logging level, should only be used when debugging issues</li>
</ul>
<h3>Log Rotation</h3>
<p>Configure when logs should be rotated:</p>
<ul>
<li><strong>Size:</strong> When log file reaches a certain size (default: 10MB)</li>
<li><strong>Daily:</strong> Rotate logs once per day</li>
<li><strong>Weekly:</strong> Rotate logs once per week</li>
</ul>
<h3>Log Retention</h3>
<p>How many log files to keep before deleting older ones:</p>
<ul>
<li>Default: 10 files</li>
<li>Range: 1-50 files</li>
</ul>
<div class="section-nav">
<a href="index.html">← Back to Settings</a>
<a href="network.html">Network Settings →</a>
</div>
<footer>
Huntarr.io <span class="version-badge">v6.5.18</span> | General Settings Documentation | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
<p>The General Settings section allows you to configure basic options for your Huntarr.io instance.</p>
<h2>System Settings</h2>
<h3>Application Name</h3>
<p>You can customize the name of your Huntarr.io instance that appears in the title bar and navbar. This is useful if you're running multiple instances.</p>
<p><strong>Default:</strong> Huntarr.io</p>
<h3>UI Theme</h3>
<p>Choose between different UI themes for your Huntarr.io interface:</p>
<ul>
<li><strong>Light:</strong> Default light theme</li>
<li><strong>Dark:</strong> Dark theme for low-light environments</li>
<li><strong>System:</strong> Follows your system's dark/light mode settings</li>
</ul>
<h3>Language</h3>
<p>Select the language for the Huntarr.io UI. Current supported languages include:</p>
<ul>
<li>English (Default)</li>
<li>Spanish</li>
<li>French</li>
<li>German</li>
<li>Italian</li>
<li>More languages are being added regularly</li>
</ul>
<h2>Updates</h2>
<h3>Update Channel</h3>
<p>Select which update channel to use:</p>
<ul>
<li><strong>Stable:</strong> Recommended for most users. Includes thoroughly tested updates.</li>
<li><strong>Beta:</strong> Preview newer features before they reach stable. May contain bugs.</li>
<li><strong>Nightly:</strong> Latest development builds. Not recommended for production use.</li>
</ul>
<h3>Automatic Updates</h3>
<p>Configure how Huntarr.io handles updates:</p>
<ul>
<li><strong>Automatic:</strong> Huntarr.io will automatically update when new releases are available.</li>
<li><strong>Notify Only:</strong> You'll be notified about updates but they won't be installed automatically.</li>
<li><strong>Disabled:</strong> No update checks will be performed.</li>
</ul>
<h2>Backup</h2>
<h3>Backup Location</h3>
<p>Specify where backups should be stored. Default location is <code>/opt/appdata/huntarr/backups</code>, but you can change this to any accessible path.</p>
<h3>Backup Schedule</h3>
<p>Configure automatic backups of your Huntarr.io configuration:</p>
<ul>
<li><strong>Daily:</strong> Run backups every day (recommended)</li>
<li><strong>Weekly:</strong> Run backups once per week</li>
<li><strong>Monthly:</strong> Run backups once per month</li>
<li><strong>Disabled:</strong> Don't run automatic backups</li>
</ul>
<h3>Backup Retention</h3>
<p>Determine how many backups to keep before deleting older ones:</p>
<ul>
<li>Default: 7 backups</li>
<li>Range: 1-30 backups</li>
</ul>
<h2>Logging</h2>
<h3>Log Level</h3>
<p>Select how detailed the logs should be:</p>
<ul>
<li><strong>Error:</strong> Only log errors</li>
<li><strong>Warning:</strong> Log errors and warnings</li>
<li><strong>Info:</strong> Default, includes general operation information</li>
<li><strong>Debug:</strong> Detailed logs, useful for troubleshooting but generates larger log files</li>
<li><strong>Trace:</strong> Most detailed logging level, should only be used when debugging issues</li>
</ul>
<h3>Log Rotation</h3>
<p>Configure when logs should be rotated:</p>
<ul>
<li><strong>Size:</strong> When log file reaches a certain size (default: 10MB)</li>
<li><strong>Daily:</strong> Rotate logs once per day</li>
<li><strong>Weekly:</strong> Rotate logs once per week</li>
</ul>
<h3>Log Retention</h3>
<p>How many log files to keep before deleting older ones:</p>
<ul>
<li>Default: 10 files</li>
<li>Range: 1-50 files</li>
</ul>
<div class="section-nav">
<a href="index.html">← Back to Settings</a>
<a href="network.html">Network Settings →</a>
</div>
<footer>
Huntarr.io v6.5.18 | General Settings Documentation | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
</body>
</html>

View File

@@ -8,73 +8,138 @@
<script src="../js/main.js" defer></script>
</head>
<body>
<div class="container">
<h1>Huntarr.io Settings</h1>
<div class="sidebar">
<div class="sidebar-logo">
<img src="../images/huntarr-logo.svg" alt="Huntarr Logo">
<h2>Huntarr.io</h2>
</div>
<div class="nav-menu">
<nav class="sidebar-nav">
<div class="sidebar-section">
<h3 class="sidebar-section-title">Core</h3>
<ul>
<li><a href="../index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></svg> Home</a></li>
<li><a href="../apps/index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"></path></svg> Apps</a></li>
<li class="active"><a href="index.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"></path></svg> Settings</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Settings</h3>
<ul>
<li><a href="general.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.31-8.86c-1.77-.45-2.34-.94-2.34-1.67 0-.84.79-1.43 2.1-1.43 1.38 0 1.9.66 1.94 1.64h1.71c-.05-1.34-.87-2.57-2.49-2.97V5H10.9v1.69c-1.51.32-2.72 1.3-2.72 2.81 0 1.79 1.49 2.69 3.66 3.21 1.95.46 2.34 1.15 2.34 1.87 0 .53-.39 1.39-2.1 1.39-1.6 0-2.23-.72-2.32-1.64H8.04c.1 1.7 1.36 2.66 2.86 2.97V19h2.34v-1.67c1.52-.29 2.72-1.16 2.73-2.77-.01-2.2-1.9-2.96-3.66-3.42z"></path></svg> General</a></li>
<li><a href="network.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"></path></svg> Network</a></li>
<li><a href="storage.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M2 20h20v-4H2v4zm2-3h2v2H4v-2zM2 4v4h20V4H2zm4 3H4V5h2v2zm-4 7h20v-4H2v4zm2-3h2v2H4v-2z"></path></svg> Storage</a></li>
<li><a href="security.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"></path></svg> Security</a></li>
<li><a href="integration.html"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"></path></svg> Integration</a></li>
</ul>
</div>
<div class="sidebar-section">
<h3 class="sidebar-section-title">Resources</h3>
<ul>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"></path></svg> GitHub</a></li>
<li><a href="https://plexguide.github.io/Huntarr.io/" target="_blank"><svg class="svg-icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2.033 16.01c.564-1.789 1.632-3.932 1.821-4.474.273-.787-.211-1.136-1.74.209l-.34-.64c1.744-1.897 5.335-2.326 4.113.613-.763 1.835-1.309 3.074-1.621 4.03-.455 1.393.694.828 1.819-.211.153.25.203.331.356.619-2.498 2.378-5.271 2.588-4.408-.146zm4.742-8.169c-.532.453-1.32.443-1.761-.022-.441-.465-.367-1.208.164-1.661.532-.453 1.32-.442 1.761.022.439.466.367 1.209-.164 1.661z"></path></svg> Website</a></li>
</ul>
</div>
</nav>
</div>
<div class="main-content">
<div class="container">
<h1>Huntarr.io Settings</h1>
<p>This section provides detailed documentation for all Huntarr.io settings and configuration options to help you optimize your media management experience.</p>
<h2>Settings Categories</h2>
<div class="app-card sonarr-card">
<div class="app-card-header">
<div class="app-card-icon sonarr">G</div>
<h3 class="app-card-title">General Settings</h3>
</div>
<div class="app-card-content">
<p>Basic configuration options including server settings, update options, and user interface preferences.</p>
</div>
<div class="app-card-footer">
<a href="general.html">View General Settings Documentation →</a>
</div>
</div>
<div class="app-card radarr-card">
<div class="app-card-header">
<div class="app-card-icon radarr">N</div>
<h3 class="app-card-title">Network Settings</h3>
</div>
<div class="app-card-content">
<p>Configure network-related settings including port configuration, SSL options, and proxy settings.</p>
</div>
<div class="app-card-footer">
<a href="network.html">View Network Settings Documentation →</a>
</div>
</div>
<div class="app-card lidarr-card">
<div class="app-card-header">
<div class="app-card-icon lidarr">S</div>
<h3 class="app-card-title">Storage Settings</h3>
</div>
<div class="app-card-content">
<p>Configure storage paths, mount points, and disk management options for your media files.</p>
</div>
<div class="app-card-footer">
<a href="storage.html">View Storage Settings Documentation →</a>
</div>
</div>
<div class="app-card readarr-card">
<div class="app-card-header">
<div class="app-card-icon readarr">X</div>
<h3 class="app-card-title">Security Settings</h3>
</div>
<div class="app-card-content">
<p>Configure authentication, user accounts, and access controls for your Huntarr.io instance.</p>
</div>
<div class="app-card-footer">
<a href="security.html">View Security Settings Documentation →</a>
</div>
</div>
<div class="app-card whisparr-card">
<div class="app-card-header">
<div class="app-card-icon whisparr">I</div>
<h3 class="app-card-title">Integration Settings</h3>
</div>
<div class="app-card-content">
<p>Configure integrations with other services like Plex, Jellyfin, Emby, and notification systems.</p>
</div>
<div class="app-card-footer">
<a href="integration.html">View Integration Settings Documentation →</a>
</div>
</div>
<h2>Adding (i) Links to Your Huntarr.io UI</h2>
<p>The information icon (<span class="info-link">i</span>) in the Huntarr.io user interface can be used to link directly to these documentation pages. When implementing the (i) links in your app's HTML, use the following format:</p>
<pre><code>&lt;a href="https://plexguide.github.io/Huntarr.io/apps/sonarr.html" class="info-link" target="_blank"&gt;i&lt;/a&gt;</code></pre>
<p>You can link to specific documentation pages by changing the URL path accordingly:</p>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../apps/index.html">Apps</a></li>
<li class="active"><a href="index.html">Settings</a></li>
<li><a href="https://github.com/plexguide/Huntarr.io" target="_blank">GitHub</a></li>
<li>For app-specific pages: <code>/apps/[app-name].html</code> (e.g., <code>/apps/sonarr.html</code>)</li>
<li>For settings pages: <code>/settings/[settings-category].html</code> (e.g., <code>/settings/network.html</code>)</li>
</ul>
<div class="section-nav">
<a href="../apps/index.html">← Applications Documentation</a>
<a href="../index.html">Back to Home →</a>
</div>
<footer>
Huntarr.io <span class="version-badge">v6.5.18</span> | Settings Documentation | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
<p>This section provides detailed documentation for all Huntarr.io settings and configuration options to help you optimize your media management experience.</p>
<h2>Settings Categories</h2>
<div class="app-box sonarr">
<h3><a href="general.html">General Settings</a></h3>
<p>Basic configuration options including server settings, update options, and user interface preferences.</p>
<p><a href="general.html">View General Settings Documentation</a></p>
</div>
<div class="app-box radarr">
<h3><a href="network.html">Network Settings</a></h3>
<p>Configure network-related settings including port configuration, SSL options, and proxy settings.</p>
<p><a href="network.html">View Network Settings Documentation</a></p>
</div>
<div class="app-box lidarr">
<h3><a href="storage.html">Storage Settings</a></h3>
<p>Configure storage paths, mount points, and disk management options for your media files.</p>
<p><a href="storage.html">View Storage Settings Documentation</a></p>
</div>
<div class="app-box readarr">
<h3><a href="security.html">Security Settings</a></h3>
<p>Configure authentication, user accounts, and access controls for your Huntarr.io instance.</p>
<p><a href="security.html">View Security Settings Documentation</a></p>
</div>
<div class="app-box whisparr">
<h3><a href="integration.html">Integration Settings</a></h3>
<p>Configure integrations with other services like Plex, Jellyfin, Emby, and notification systems.</p>
<p><a href="integration.html">View Integration Settings Documentation</a></p>
</div>
<h2>Adding (i) Links to Your Huntarr.io UI</h2>
<p>The information icon (<span class="info-link">i</span>) in the Huntarr.io user interface can be used to link directly to these documentation pages. When implementing the (i) links in your app's HTML, use the following format:</p>
<pre><code>&lt;a href="https://plexguide.github.io/Huntarr.io/apps/sonarr.html" class="info-link" target="_blank"&gt;i&lt;/a&gt;</code></pre>
<p>You can link to specific documentation pages by changing the URL path accordingly:</p>
<ul>
<li>For app-specific pages: <code>/apps/[app-name].html</code> (e.g., <code>/apps/sonarr.html</code>)</li>
<li>For settings pages: <code>/settings/[settings-category].html</code> (e.g., <code>/settings/network.html</code>)</li>
</ul>
<div class="section-nav">
<a href="../apps/index.html">← Applications Documentation</a>
<a href="../index.html">Back to Home →</a>
</div>
<footer>
Huntarr.io v6.5.18 | Settings Documentation | Thanks 4 Using Huntarr - Admin9705
</footer>
</div>
</body>
</html>