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

31 lines
749 B
TOML
Raw Normal View History

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
[main.main.directories]
ask = "List of shared directories"
2022-02-25 12:34:23 +01:00
type = "tags"
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]
ask = "List of readonly directories"
2022-02-25 12:34:23 +01:00
type = "tags"
visible = "advanced"
[main.main.unbrowseable]
ask = "List of invisible directories"
2022-02-25 12:34:23 +01:00
type = "tags"
visible = "advanced"