2022-02-25 12:34:23 +01:00
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[main]
|
|
|
|
name = "shared directory"
|
2022-02-25 14:04:21 +01:00
|
|
|
services = ["samba"]
|
2022-02-25 12:34:23 +01:00
|
|
|
|
|
|
|
[main.main]
|
|
|
|
name = ""
|
|
|
|
optional = true
|
|
|
|
|
2022-02-25 14:04:21 +01:00
|
|
|
[main.main.directories]
|
|
|
|
ask = "List of shared directories"
|
2022-02-25 12:34:23 +01:00
|
|
|
type = "tags"
|
2022-02-25 14:04:21 +01:00
|
|
|
pattern.regexp = '^[a-z0-9_]+$'
|
|
|
|
pattern.error = "Directories names can caontain lowercase alphabetic characters, numbers and underscore."
|
2022-02-25 12:34:23 +01:00
|
|
|
|
|
|
|
[main.main.advanced]
|
|
|
|
ask = "Advanced parameter"
|
|
|
|
type = "boolean"
|
|
|
|
|
2022-02-25 12:52:27 +01:00
|
|
|
[main.main.readonly_dir]
|
2022-02-25 14:04:21 +01:00
|
|
|
ask = "List of readonly directories"
|
2022-02-25 12:34:23 +01:00
|
|
|
type = "tags"
|
|
|
|
visible = "advanced"
|
|
|
|
|
|
|
|
[main.main.unbrowseable]
|
2022-02-25 14:04:21 +01:00
|
|
|
ask = "List of invisible directories"
|
2022-02-25 12:34:23 +01:00
|
|
|
type = "tags"
|
|
|
|
visible = "advanced"
|