mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
enhancement(web): emphasize the need for HTTP in SABnzbd host URL (#748)
* emphasize the need for http * added reverse proxy example
This commit is contained in:
parent
e6e436936f
commit
92f2b0ebe3
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ function FormFieldsSabnzbd() {
|
|||
<TextFieldWide
|
||||
name="host"
|
||||
label="Host"
|
||||
help="Eg. ip:port"
|
||||
help="Eg. http://ip:port or https://url.com/sabnzbd"
|
||||
// tooltip={<div><p>See guides for how to connect to qBittorrent for various server types in our docs.</p><br /><p>Dedicated servers:</p><a href='https://autobrr.com/configuration/download-clients/dedicated#qbittorrent' className='text-blue-400 visited:text-blue-400' target='_blank'>https://autobrr.com/configuration/download-clients/dedicated#qbittorrent</a><p>Shared seedbox providers:</p><a href='https://autobrr.com/configuration/download-clients/shared-seedboxes#qbittorrent' className='text-blue-400 visited:text-blue-400' target='_blank'>https://autobrr.com/configuration/download-clients/shared-seedboxes#qbittorrent</a></div>}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue