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:
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user