mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
added public https port setting
This commit is contained in:
@@ -515,13 +515,15 @@
|
||||
"NewCollectionNameExample": "Example: Star Wars Collection",
|
||||
"OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
|
||||
"ButtonCreate": "Create",
|
||||
"LabelLocalHttpServerPortNumber": "Local port number:",
|
||||
"LabelLocalHttpServerPortNumber": "Local http port number:",
|
||||
"LabelLocalHttpServerPortNumberHelp": "The tcp port number that Media Browser's http server should bind to.",
|
||||
"LabelPublicPort": "Public port number:",
|
||||
"LabelPublicPortHelp": "The public port number that should be mapped to the local port.",
|
||||
"LabelPublicHttpPort": "Public http port number:",
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Enable https for remote connections",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url as it's external address.",
|
||||
"LabelHttpsPort": "Local https port:",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Media Browser's https server should bind to.",
|
||||
"LabelCertificatePath": "SSL Certificate path:",
|
||||
"LabelCertificatePathHelp": "The path on the file system to the ssl certificate .pfx file.",
|
||||
|
||||
Reference in New Issue
Block a user