1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
This commit is contained in:
Éric Gaspar 2023-06-07 00:39:40 +02:00
parent a54a74f5f9
commit 0bc63513d3
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ ram.runtime = "50M"
admin_api.auth_header = false admin_api.auth_header = false
[resources.apt] [resources.apt]
packages = "coturn build-essential python3-dev libffi-dev python3-pip python3-setuptools sqlite3 libssl-dev python3-venv libxml2-dev libxslt1-dev python3-lxml zlib1g-dev libjpeg-dev libpq-dev postgresql acl" packages = "php8.0-fpm coturn build-essential python3-dev libffi-dev python3-pip python3-setuptools sqlite3 libssl-dev python3-venv libxml2-dev libxslt1-dev python3-lxml zlib1g-dev libjpeg-dev libpq-dev postgresql acl"
[resources.database] [resources.database]
type = "postgresql" type = "postgresql"

View file

@ -183,7 +183,7 @@ then
fi fi
# Create a dedicated nginx config # Create a dedicated nginx config
ynh_add_nginx_config app ynh_add_nginx_config #app
#================================================= #=================================================
# SET SYNAPSE CONFIG # SET SYNAPSE CONFIG