1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluffychat_ynh.git synced 2024-09-03 18:36:04 +02:00
fluffychat_ynh/config_panel.toml

26 lines
942 B
TOML
Raw Normal View History

2024-02-26 02:16:21 +01:00
version = "1.0"
[main]
name.en = "Config panel"
name.fr = "Panneau de configuration"
help = "Here you can easily configure some things about your Fluffychat instance."
####################
#### FLUFFYCHAT CONFIG
####################
[main.fluffychat]
name = "Fluffychat config"
help = "The changes may not appear if you do not clear your browser's cache."
2024-02-26 02:16:21 +01:00
[main.fluffychat.default_matrix_server]
ask.en = "Default Matrix server?"
ask.fr = "Serveur Matrix par défaut ?"
help.en = "This option changes the default Matrix server on the Fluffychat login page."
help.fr = "Cette option modifie le serveur Matrix renseigné par défaut sur la page de connexion de Fluffychat."
type = "string"
2024-02-26 03:22:58 +01:00
pattern.regexp = '^([-?a-zA-Z0-9]\.?){1,256}(\.[a-zA-Z0-9]{1,6}){1}$'
2024-02-26 02:16:21 +01:00
pattern.error = "Must be a domain name or a sub-domain. Must not start with 'http://' or 'https://'."