1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/samba_ynh.git synced 2024-09-03 20:16:27 +02:00
samba_ynh/config_panel.toml
2024-03-26 22:21:24 +01:00

30 lines
749 B
TOML

version = "1.0"
[main]
name = "shared directory"
services = ["smbd"]
[main.main]
name = ""
optional = true
[main.main.directories]
ask = "List of shared directories"
type = "tags"
pattern.regexp = '^[a-z0-9_]+$'
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)."
[main.main.advanced]
ask = "Advanced parameter"
type = "boolean"
[main.main.readonly_dir]
ask = "List of readonly directories"
type = "tags"
visible = "advanced"
[main.main.unbrowseable]
ask = "List of invisible directories"
type = "tags"
visible = "advanced"