mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
17 lines
409 B
TOML
17 lines
409 B
TOML
|
version = "1.0"
|
||
|
|
||
|
[main]
|
||
|
name = "Focalboard configuration"
|
||
|
services = ["__APP__"]
|
||
|
|
||
|
[main.config]
|
||
|
name = "Configuration Options"
|
||
|
|
||
|
[main.config.enablePublicSharedBoards]
|
||
|
ask = "Enable public boards"
|
||
|
type = "boolean"
|
||
|
yes = "true"
|
||
|
no = "false"
|
||
|
help = "Enable publishing boards for public access"
|
||
|
bind = "enablePublicSharedBoards:__FINALPATH__/config.json"
|