mirror of
https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh.git
synced 2024-09-03 19:36:37 +02:00
remove disclaimers, add yarn dependency
This commit is contained in:
parent
e18457f939
commit
ebb4880445
3 changed files with 4 additions and 6 deletions
|
@ -1,3 +0,0 @@
|
|||
WARNING: This bridge requires additional configuration in the configuration file.
|
||||
|
||||
* You need a local Matrix-synapse server (Yunohost app available)
|
|
@ -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)
|
|
@ -102,5 +102,9 @@ ram.runtime = "1024M"
|
|||
"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]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue