1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_discord_ynh.git synced 2024-09-03 19:36:35 +02:00

Fix filter

This commit is contained in:
Salamandar 2024-07-01 21:27:31 +02:00
parent 4f03db91b3
commit 4507fe3e87

View file

@ -34,8 +34,7 @@ ram.runtime = "1024M"
ask.en = "Choose the local Synapse instance to communicate with mautrix_discord."
ask.fr = "Choisissez l'instance Synapse qui doit communiquer avec mautrix_discord."
type = "app"
filter = "synapse(__)*[0-9]*"
# pattern.error = "Invalid app selected. Please select a Synapse instance."
filter = "match(id, '^(synapse|conduit|dendrite)(__[0-9]+)?$')"
help.en = "Usually the Synapse instances contain a number after it is installed more than one time. E.g. synapse__1 will be the second instance."
help.fr = "En général, les instances de Synapse contiennent un numéro après avoir été installées plus d'une fois. Par exemple, synapse__1 sera la deuxième instance."
default = "synapse"