remove disclaimers, add yarn dependency

This commit is contained in:
Salamandar 2023-09-19 21:39:13 +02:00
parent e18457f939
commit ebb4880445
3 changed files with 4 additions and 6 deletions

View file

@ -1,3 +0,0 @@
WARNING: This bridge requires additional configuration in the configuration file.
* You need a local Matrix-synapse server (Yunohost app available)

View file

@ -1,3 +0,0 @@
ATTENTION : Cette passerelle requiert une configuration supplémentaire dans son fichier de configuration.
* Vous avez besoin d'un serveur local Matrix-Synapse (appli Yunohost disponible)

View file

@ -102,5 +102,9 @@ ram.runtime = "1024M"
"postgresql", "postgresql",
] ]
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"
[resources.database] [resources.database]
type = "postgresql" type = "postgresql"