1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00
mastodon_ynh/config_panel.toml
2024-05-27 15:01:45 +02:00

17 lines
557 B
TOML

version = "1.0"
[main]
services = ["__APP__-web","__APP__-sidekiq","__APP__-streaming"]
[main.misc]
optional = false
[main.misc.enable_ldap]
ask.en = "Enable LDAP integration"
ask.fr = "Activer l'intégration LDAP"
help.en = "If enabled, YunoHost users will be able to log in"
help.fr = "Une fois activé, les utilisateurs YunoHost pourront s'authentifier dans Mastodon"
type = "boolean"
bind = "LDAP_ENABLED:__INSTALL_DIR__/.env.production"
yes = "true"
no = "false"