mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Feat: Add SSL support for webserver + websocket (#612)
* Feat: Add SSL support for webserver + websocket Finally, Hyperion reaches the SSL century! - Uses by default a internal key and certificate to provide working HTTPS out-of-the-box - Your browser won't like that, for a green ssl seal next to the browser address bar you need to use Let's Encrypt with a own legit domain. This is out of the scope of Hyperion
This commit is contained in:
@@ -620,6 +620,14 @@
|
||||
"edt_conf_webc_heading_title" : "Web Configuration",
|
||||
"edt_conf_webc_docroot_title" : "Document Root",
|
||||
"edt_conf_webc_docroot_expl" : "Local webinterface root path (just for webui developer)",
|
||||
"edt_conf_webc_sslport_title" : "HTTPS Port",
|
||||
"edt_conf_webc_sslport_expl" : "Port oft the HTTPS webserver",
|
||||
"edt_conf_webc_crtPath_title" : "Certificate path",
|
||||
"edt_conf_webc_crtPath_expl" : "Path to the certification file (format should be PEM)",
|
||||
"edt_conf_webc_keyPath_title" : "Private key path",
|
||||
"edt_conf_webc_keyPath_expl" : "Path to the key file (format PEM, encrypted with RSA)",
|
||||
"edt_conf_webc_keyPassPhrase_title" : "Key password",
|
||||
"edt_conf_webc_keyPassPhrase_expl" : "Optional: The key might be protected with a password",
|
||||
"edt_conf_effp_heading_title" : "Effect Paths",
|
||||
"edt_conf_effp_paths_title" : "Effect Path(s)",
|
||||
"edt_conf_effp_paths_expl" : "You could define more folders that contain effects. The effect configurator will always save inside the first folder.",
|
||||
|
Reference in New Issue
Block a user