fix(tdarr): fix env's for tdarr (#1153)

* try some fixes for tdarr's

* bump versions

* website does not like nested lists
This commit is contained in:
Stavros Kois
2021-10-17 11:16:35 +02:00
committed by GitHub
parent c225454f08
commit 2e50f91c93
9 changed files with 51 additions and 38 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr_node
type: application
version: 0.0.1
version: 0.0.2
@@ -87,11 +87,10 @@ questions:
schema:
type: string
required: true
$ref:
- "definitions/nodeIP"
default: "tdarr-node.ix-tdarr-node.svc.cluster.local"
- variable: nodePort
label: "nodePort"
description: "Sets the port of this node"
description: "Sets the port of this node."
schema:
type: int
required: true
@@ -625,6 +624,7 @@ questions:
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"]]
required: true
type: hostpath
- variable: hostPathType
label: "hostPath Type"
+3 -3
View File
@@ -14,12 +14,12 @@ podSecurityContext:
runAsGroup: 0
env:
serverIP: "0.0.0.0"
serverPort: 8266
PUID: 568
nodeID: "myFirstTdarrNode"
nodeIP: "0.0.0.0"
nodePort: 8267
PUID: 568
serverIP: "0.0.0.0"
serverPort: 8266
service:
main:
+1 -1
View File
@@ -22,4 +22,4 @@ sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr
type: application
version: 0.0.1
version: 0.0.2
+4 -3
View File
@@ -88,11 +88,11 @@ questions:
schema:
type: string
required: true
$ref:
- "definitions/nodeIP"
hidden: true
default: "localhost"
- variable: serverPort
label: "serverPort"
description: "Sets the server port."
description: "Sets the server's comm port."
schema:
type: int
required: true
@@ -865,6 +865,7 @@ questions:
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"]]
required: true
type: hostpath
- variable: hostPathType
label: "hostPath Type"
+3 -3
View File
@@ -14,10 +14,10 @@ podSecurityContext:
runAsGroup: 0
env:
webUIPort: 8265
serverIP: "0.0.0.0"
serverPort: 8266
PUID: 568
serverIP: "localhost"
serverPort: 8266
webUIPort: 8265
service:
main: