You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -88,13 +88,18 @@ bb --help
88
88
89
89
## Configuration File
90
90
91
-
The [configuration file](./examples/config.json) contains various fields to set up and run the service. Below is a breakdown of each field and its purpose:
91
+
The [configuration file](./examples/config.json) contains various fields to set up and communicate with Bazarr. Below is a breakdown of each field and its purpose:
92
92
93
93
-**`host`**:
94
-
Defines the IP address on which the service will run.
94
+
Defines Bazarr's IP address.
95
95
96
96
- Default: `"0.0.0.0"`
97
97
98
+
-**`port`** (optional):
99
+
Defines Bazarr's port. Can be omitted if Bazarr is accessible through ports 80 (HTTP) or 443 (HTTPS).
100
+
101
+
- Default: `"6767"` (You can change this to any available port on your server).
102
+
98
103
-**`protocol`**:
99
104
Specifies the protocol to be used by the service (HTTP or HTTPS). **Note: Bazarr must be available using the specified protocol.**
100
105
@@ -105,18 +110,12 @@ The [configuration file](./examples/config.json) contains various fields to set
105
110
106
111
- Replace `<YOUR_API_KEY>` with the actual Bazarr API key.
107
112
108
-
-**`port`** (optional):
109
-
The port number on which Bazarr is accessible.
110
-
111
-
- Default: `"6767"` (You can change this to any available port on your server).
112
-
113
113
-**`baseUrl`** (optional):
114
114
The [base URL](https://wiki.bazarr.media/Additional-Configuration/Settings/#url-base) or path at which the service will be accessible.
115
115
116
116
- Default: `""` (You can modify this based on your application's routing needs).
117
117
118
118
Example:
119
-
120
119
-`http://MY-IP:MY-PORT/` baseUrl should be an empty string or omitted.
121
120
-`http://MY-IP:MY-PORT/bazarr/` - baseUrl should be `"bazarr"`.
0 commit comments