1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00
conduit_ynh/config_panel.toml
2023-09-26 21:45:36 +02:00

23 lines
637 B
TOML

version = "1.0"
[main]
name = "Conduit configuration"
services = ["__APP__"]
[main.registration]
name = "User registration"
[main.registration.registration]
ask = "Should registration be enabled?"
type = "boolean"
yes = "true"
no = "false"
bind = "allow_registration:__INSTALL_DIR__/conduit.toml"
[main.registration.federation]
ask = "Allow Federation"
type = "boolean"
yes = "true"
no = "false"
help = "Communicate with other homeservers of the Matrix Federation."
bind = "allow_federation:__INSTALL_DIR__/conduit.toml"