1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix config toml

This commit is contained in:
Josué Tille 2024-08-31 11:51:27 +02:00
parent de2275c8f2
commit aa6e05fcc4
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -77,10 +77,9 @@ ram.runtime = "1G"
home = "/opt/yunohost/matrix-__APP__"
[resources.install_dir]
group = "www-data:r-x"
dir = "/var/www/__APP__"
owner = "__APP__:rwX"
group = "__APP__:rX"
group = "www-data:r-x"
[resources.data_dir]
dir = "/home/yunohost.app/__APP__"