2022-02-25 12:34:23 +01:00
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[main]
|
|
|
|
name = "shared directory"
|
2024-03-26 22:21:24 +01:00
|
|
|
services = ["smbd"]
|
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_]+$'
|
2022-02-27 15:20:16 +01:00
|
|
|
pattern.error = "Directories names can caontain lowercase alphabetic characters, numbers and underscore."
|
|
|
|
help = "You will be able to define which user can access to each directory on [Manage groups and permissions page](/yunohost/admin/#/groups)."
|
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"
|