Huntarr.io Settings
This section provides detailed documentation for all Huntarr.io settings and configuration options to help you optimize your media management experience.
Settings Categories
General Settings
Basic configuration options including server settings, update options, and user interface preferences.
Network Settings
Configure network-related settings including port configuration, SSL options, and proxy settings.
Storage Settings
Configure storage paths, mount points, and disk management options for your media files.
Security Settings
Configure authentication, user accounts, and access controls for your Huntarr.io instance.
Integration Settings
Configure integrations with other services like Plex, Jellyfin, Emby, and notification systems.
Adding (i) Links to Your Huntarr.io UI
The information icon (i) 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:
<a href="https://plexguide.github.io/Huntarr.io/apps/sonarr.html" class="info-link" target="_blank">i</a>
You can link to specific documentation pages by changing the URL path accordingly:
- For app-specific pages:
/apps/[app-name].html(e.g.,/apps/sonarr.html) - For settings pages:
/settings/[settings-category].html(e.g.,/settings/network.html)