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: mika/flex/README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1099,13 +1099,13 @@ Flex is a collection of curated services that aims to provide a complete home me
1099
1099
| bazarr.customConfigs | list |`[]`| Optional custom configurations to be mounted as a file inside the Bazarr container. Items: `.mountPath`, `.subPath`, `.config`. |
1100
1100
| bazarr.dataMountPath | string |`""`| The path where the data storage should be mounted on the Bazarr container. |
1101
1101
| bazarr.dataStorage | string |`""`| The amount of persistent storage allocated for the Bazarr data storage. |
1102
-
| bazarr.domain|string|`""`| The ingress domain name that hosts the Bazarr server. |
1102
+
| bazarr.domains|list|`[]`| The list of ingress domain configurations forthe Bazarr server. Items: `.name`, `.tls`, `.customAnnotations`. |
1103
1103
| bazarr.enabled | bool |`true`| Specifies whether Bazarr should be deployed or excluded incase an external Bazarr server is used. |
1104
1104
| bazarr.ingress | bool |`false`| Specifies whether the Bazarr service should be served publicly using an Ingress. |
1105
1105
| ersatztv.customConfigs | list |`[]`| Optional custom configurations to be mounted as a file inside the ErsatzTV container. Items: `.mountPath`, `.subPath`, `.config`. |
1106
1106
| ersatztv.dataMountPath | string |`""`| The path where the data storage should be mounted on the ErsatzTV container. Default: `"/root/.local/share/ersatztv"`. |
1107
1107
| ersatztv.dataStorage | string |`""`| The amount of persistent storage allocated for the ErsatzTV data storage. |
1108
-
| ersatztv.domain|string|`""`| The ingress domain name that hosts the ErsatzTV server. |
1108
+
| ersatztv.domains|list|`[]`| The list of ingress domain configurations forthe ErsatzTV server. Items: `.name`, `.tls`, `.customAnnotations`. |
1109
1109
| ersatztv.enabled | bool |`false`| Specifies whether ErsatzTV should be deployed or excluded in case an external ErsatzTV server is used. |
1110
1110
| ersatztv.ingress | bool | `false` | Specifies whether the ErsatzTV service should be served publicly using an Ingress. |
1111
1111
| flaresolverr.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the FlareSolverr container. Items: `.mountPath`, `.subPath`, `.config`. |
@@ -1168,20 +1168,20 @@ Flex is a collection of curated services that aims to provide a complete home me
1168
1168
| image.sonarr.repository | string | `""` | The name of the repository that contains the Sonarr container image used. Default: `"linuxserver/sonarr"`. |
1169
1169
| image.sonarr.tag | string | `""` | The tag that specifies the version of the Sonarr container image used. Default: `"4.0.15.2941-ls291"`. |
1170
1170
| imagePullSecrets | list | `[]` | Credentials used to securely authenticate and authorise the pulling of container images from private registries. |
1171
-
| ingress.clusterIssuer | string | `""` | The name of the cluster issuer for Ingress. Default: `"letsencrypt-dns-prod"`. |
1172
-
| ingress.customAnnotations | list | `[]` | Additional configuration annotations to be added to the Ingress resource. Items: `.prefix`, `.name`, `.value`. |
1171
+
| ingress.clusterIssuer | string | `""` | The name of the cluster issuer for all Ingress resources. Default: `"letsencrypt-dns-prod"`. |
1172
+
| ingress.customAnnotations | list | `[]` | Additional configuration annotations applied to all Ingress resources. Items: `.prefix`, `.name`, `.value`. |
1173
1173
| ingress.enabled | bool | `false` | Specifies whether Ingress should be enabled for hosting Flex services. |
1174
1174
| jackett.autoUpdate | string | `""` | Specifies whether to allow Jackett to automatically update itself inside the container. Default: `"true"`. |
1175
1175
| jackett.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the Jackett container. Items: `.mountPath`, `.subPath`, `.config`. |
1176
1176
| jackett.dataMountPath | string | `""` | The path where the data storage should be mounted on the Jackett container. |
1177
1177
| jackett.dataStorage | string | `""` | The amount of persistent storage allocated for the Jackett data storage. |
1178
-
| jackett.domain | string | `""` | The ingress domain name that hosts the Jackett server. |
1178
+
| jackett.domains | list | `[]` | The list of ingress domain configurations for the Jackett server. Items: `.name`, `.tls`, `.customAnnotations`. |
1179
1179
| jackett.enabled | bool | `true` | Specifies whether Jackett should be deployed or excluded in case an external Jackett server is used. |
1180
1180
| jackett.ingress | bool | `false` | Specifies whether the Jackett service should be served publicly using an Ingress. |
1181
1181
| jellyfin.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the Jellyfin container. Items: `.mountPath`, `.subPath`, `.config`. |
1182
1182
| jellyfin.dataMountPath | string | `""` | The path where the data storage should be mounted on the Jellyfin container. |
1183
1183
| jellyfin.dataStorage | string | `""` | The amount of persistent storage allocated for the Jellyfin data storage. |
1184
-
| jellyfin.domain | string | `""` | The ingress domain name that hosts the Jellyfin server. |
1184
+
| jellyfin.domains | list | `[]` | The list of ingress domain configurations for the Jellyfin server. Items: `.name`, `.tls`, `.customAnnotations`. |
1185
1185
| jellyfin.enabled | bool | `false` | Specifies whether Jellyfin should be deployed or excluded in case an external Jellyfin server is used. |
1186
1186
| jellyfin.ingress | bool | `false` | Specifies whether the Jellyfin service should be served publicly using an Ingress. |
1187
1187
| jellyplexWatched.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the JellyPlex-Watched container. Items: `.mountPath`, `.subPath`, `.config`. |
@@ -1200,40 +1200,40 @@ Flex is a collection of curated services that aims to provide a complete home me
1200
1200
| jellyseerr.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the Jellyseerr container. Items: `.mountPath`, `.subPath`, `.config`. |
1201
1201
| jellyseerr.dataMountPath | string | `""` | The path where the data storage should be mounted on the Jellyseerr container. Default: `"/app/config"`. |
1202
1202
| jellyseerr.dataStorage | string | `""` | The amount of persistent storage allocated for the Jellyseerr data storage. |
1203
-
| jellyseerr.domain | string | `""` | The ingress domain name that hosts the Jellyseerr server. |
1203
+
| jellyseerr.domains | list | `[]` | The list of ingress domain configurations for the Jellyseerr server. Items: `.name`, `.tls`, `.customAnnotations`. |
1204
1204
| jellyseerr.enabled | bool | `false` | Specifies whether Jellyseerr should be deployed or excluded in case an external Jellyseerr server is used. |
1205
1205
| jellyseerr.ingress | bool | `false` | Specifies whether the Jellyseerr service should be served publicly using an Ingress. |
1206
1206
| jellyseerr.logLevel | string | `""` | The verbosity level of the Jellyseerr logs. Default: `"info"`. |
1207
1207
| lidarr.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the Lidarr container. Items: `.mountPath`, `.subPath`, `.config`. |
1208
1208
| lidarr.dataMountPath | string | `""` | The path where the data storage should be mounted on the Lidarr container. |
1209
1209
| lidarr.dataStorage | string | `""` | The amount of persistent storage allocated for the Lidarr data storage. |
1210
-
| lidarr.domain | string | `""` | The ingress domain name that hosts the Lidarr server. |
1210
+
| lidarr.domains | list | `[]` | The list of ingress domain configurations for the Lidarr server. Items: `.name`, `.tls`, `.customAnnotations`. |
1211
1211
| lidarr.enabled | bool | `false` | Specifies whether Lidarr should be deployed or excluded in case an external Lidarr server is used. |
1212
1212
| lidarr.ingress | bool | `false` | Specifies whether the Lidarr service should be served publicly using an Ingress. |
1213
1213
| nodeSelector | object | `{}` | Specify node labels that target nodes must have for pod scheduling. |
1214
1214
| overseerr.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the Overseerr container. Items: `.mountPath`, `.subPath`, `.config`. |
1215
1215
| overseerr.dataMountPath | string | `""` | The path where the data storage should be mounted on the Overseerr container. |
1216
1216
| overseerr.dataStorage | string | `""` | The amount of persistent storage allocated for the Overseerr data storage. |
1217
-
| overseerr.domain | string | `""` | The ingress domain name that hosts the Overseerr server. |
1217
+
| overseerr.domains | list | `[]` | The list of ingress domain configurations for the Overseerr server. Items: `.name`, `.tls`, `.customAnnotations`. |
1218
1218
| overseerr.enabled | bool | `false` | Specifies whether Overseerr should be deployed or excluded in case an external Overseerr server is used. |
1219
1219
| overseerr.ingress | bool | `false` | Specifies whether the Overseerr service should be served publicly using an Ingress. |
1220
1220
| plex.claim | string | `""` | The secret claim token used to claim ownership of the Plex server. |
1221
1221
| plex.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the Plex container. Items: `.mountPath`, `.subPath`, `.config`. |
1222
1222
| plex.dataMountPath | string | `""` | The path where the data storage should be mounted on the Plex container. |
1223
1223
| plex.dataStorage | string | `""` | The amount of persistent storage allocated for the Plex data storage. |
1224
-
| plex.domain | string | `""` | The ingress domain name that hosts the Plex server. |
1224
+
| plex.domains | list | `[]` | The list of ingress domain configurations for the Plex server. Items: `.name`, `.tls`, `.customAnnotations`. |
1225
1225
| plex.enabled | bool | `false` | Specifies whether Plex should be deployed or excluded in case an external Plex server is used. |
1226
1226
| plex.ingress | bool | `false` | Specifies whether the Plex service should be served publicly using an Ingress. |
1227
1227
| qbt.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the qBittorrent container. Items: `.mountPath`, `.subPath`, `.config`. |
1228
1228
| qbt.dataMountPath | string | `""` | The path where the data storage should be mounted on the qBittorrent container. |
1229
1229
| qbt.dataStorage | string | `""` | The amount of persistent storage allocated for the qBittorrent data storage. |
1230
-
| qbt.domain | string | `""` | The ingress domain name that hosts the qBittorrent server. |
1230
+
| qbt.domains | list | `[]` | The list of ingress domain configurations for the qBittorrent server. Items: `.name`, `.tls`, `.customAnnotations`. |
1231
1231
| qbt.enabled | bool | `false` | Specifies whether qBittorrent should be deployed or excluded in case an external qBittorrent server is used. |
1232
1232
| qbt.ingress | bool | `false` | Specifies whether the qBittorrent service should be served publicly using an Ingress. |
1233
1233
| radarr.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the Radarr container. Items: `.mountPath`, `.subPath`, `.config`. |
1234
1234
| radarr.dataMountPath | string | `""` | The path where the data storage should be mounted on the Radarr container. |
1235
1235
| radarr.dataStorage | string | `""` | The amount of persistent storage allocated for the Radarr data storage. |
1236
-
| radarr.domain | string | `""` | The ingress domain name that hosts the Radarr server. |
1236
+
| radarr.domains | list | `[]` | The list of ingress domain configurations for the Radarr server. Items: `.name`, `.tls`, `.customAnnotations`. |
1237
1237
| radarr.enabled | bool | `true` | Specifies whether Radarr should be deployed or excluded in case an external Radarr server is used. |
1238
1238
| radarr.ingress | bool | `false` | Specifies whether the Radarr service should be served publicly using an Ingress. |
1239
1239
| replicaCount | string | `""` | The desired number of running replicas for Flex. Default: `"1"`. |
@@ -1293,7 +1293,7 @@ Flex is a collection of curated services that aims to provide a complete home me
1293
1293
| sonarr.customConfigs | list | `[]` | Optional custom configurations to be mounted as a file inside the Sonarr container. Items: `.mountPath`, `.subPath`, `.config`. |
1294
1294
| sonarr.dataMountPath | string | `""` | The path where the data storage should be mounted on the Sonarr container. |
1295
1295
| sonarr.dataStorage | string | `""` | The amount of persistent storage allocated for the Sonarr data storage. |
1296
-
| sonarr.domain | string | `""` | The ingress domain name that hosts the Sonarr server. |
1296
+
| sonarr.domains | list | `[]` | The list of ingress domain configurations for the Sonarr server. Items: `.name`, `.tls`, `.customAnnotations`. |
1297
1297
| sonarr.enabled | bool | `true` | Specifies whether Sonarr should be deployed or excluded in case an external Sonarr server is used. |
1298
1298
| sonarr.ingress | bool | `false` | Specifies whether the Sonarr service should be served publicly using an Ingress. |
1299
1299
| storage.data.accessMode | string | `""` | The access mode defining how the data storage can be mounted. Default: `"ReadWriteOnce"`. |
0 commit comments