mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-31 02:24:27 +08:00
Documentation of OctoPrint behind HAProxy with basic auth enabled
in the print_host tooltip. Improves Feature request: support for basic auth for octoprint #650
This commit is contained in:
parent
1b720dbc3d
commit
0a33aedc3a
@ -98,7 +98,9 @@ void PrintConfigDef::init_common_params()
|
|||||||
def = this->add("print_host", coString);
|
def = this->add("print_host", coString);
|
||||||
def->label = L("Hostname, IP or URL");
|
def->label = L("Hostname, IP or URL");
|
||||||
def->tooltip = L("Slic3r can upload G-code files to a printer host. This field should contain "
|
def->tooltip = L("Slic3r can upload G-code files to a printer host. This field should contain "
|
||||||
"the hostname, IP address or URL of the printer host instance.");
|
"the hostname, IP address or URL of the printer host instance. "
|
||||||
|
"Print host behind HAProxy with basic auth enabled can be accessed by putting the user name and password into the URL "
|
||||||
|
"in the following format: https://username:password@your-octopi-address/");
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionString(""));
|
def->set_default_value(new ConfigOptionString(""));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user