|
@@ -63,7 +63,7 @@ questions:
|
|
description: The user id that Syncthing files will be owned by.
|
|
description: The user id that Syncthing files will be owned by.
|
|
schema:
|
|
schema:
|
|
type: int
|
|
type: int
|
|
- min: 568
|
|
|
|
|
|
+ min: 0
|
|
default: 568
|
|
default: 568
|
|
required: true
|
|
required: true
|
|
- variable: group
|
|
- variable: group
|
|
@@ -71,7 +71,7 @@ questions:
|
|
description: The group id that Syncthing files will be owned by.
|
|
description: The group id that Syncthing files will be owned by.
|
|
schema:
|
|
schema:
|
|
type: int
|
|
type: int
|
|
- min: 568
|
|
|
|
|
|
+ min: 0
|
|
default: 568
|
|
default: 568
|
|
required: true
|
|
required: true
|
|
|
|
|