mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
fix
This commit is contained in:
parent
a54a74f5f9
commit
0bc63513d3
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ ram.runtime = "50M"
|
|||
admin_api.auth_header = false
|
||||
|
||||
[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]
|
||||
type = "postgresql"
|
||||
|
|
|
@ -183,7 +183,7 @@ then
|
|||
fi
|
||||
|
||||
# Create a dedicated nginx config
|
||||
ynh_add_nginx_config app
|
||||
ynh_add_nginx_config #app
|
||||
|
||||
#=================================================
|
||||
# SET SYNAPSE CONFIG
|
||||
|
|
Loading…
Add table
Reference in a new issue