chore(apps): set PUID to int instead of string (#1506)
This commit is contained in:
@@ -84,8 +84,8 @@ questions:
|
|||||||
label: "PUID"
|
label: "PUID"
|
||||||
description: "Sets the userID inside the container"
|
description: "Sets the userID inside the container"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: int
|
||||||
default: "568"
|
default: 568
|
||||||
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|||||||
@@ -84,8 +84,8 @@ questions:
|
|||||||
label: "PUID"
|
label: "PUID"
|
||||||
description: "Sets the userID inside the container"
|
description: "Sets the userID inside the container"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: int
|
||||||
default: "568"
|
default: 568
|
||||||
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|||||||
@@ -84,8 +84,8 @@ questions:
|
|||||||
label: "PUID"
|
label: "PUID"
|
||||||
description: "Sets the userID inside the container"
|
description: "Sets the userID inside the container"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: int
|
||||||
default: "568"
|
default: 568
|
||||||
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|||||||
@@ -84,8 +84,8 @@ questions:
|
|||||||
label: "PUID"
|
label: "PUID"
|
||||||
description: "Sets the userID inside the container"
|
description: "Sets the userID inside the container"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: int
|
||||||
default: "568"
|
default: 568
|
||||||
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|||||||
@@ -85,8 +85,8 @@ questions:
|
|||||||
label: "PUID"
|
label: "PUID"
|
||||||
description: "Sets the userID inside the container"
|
description: "Sets the userID inside the container"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: int
|
||||||
default: "568"
|
default: 568
|
||||||
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|||||||
@@ -84,8 +84,8 @@ questions:
|
|||||||
label: "PUID"
|
label: "PUID"
|
||||||
description: "Sets the userID inside the container"
|
description: "Sets the userID inside the container"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: int
|
||||||
default: "568"
|
default: 568
|
||||||
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|||||||
@@ -84,8 +84,8 @@ questions:
|
|||||||
label: "PUID"
|
label: "PUID"
|
||||||
description: "Sets the userID inside the container"
|
description: "Sets the userID inside the container"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: int
|
||||||
default: "568"
|
default: 568
|
||||||
|
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|||||||
Reference in New Issue
Block a user