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:
soup 2023-03-11 21:17:08 +01:00 committed by GitHub
parent e6e436936f
commit 92f2b0ebe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>}
/>