From c28149e00179d1a3f4035e289980c158e88753ea Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 29 Mar 2023 22:22:10 +0200 Subject: [PATCH] Fix data_dir --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c2c1c01..e41f689 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,7 +64,9 @@ ram.runtime = "50M" [resources.install_dir] [resources.data_dir] - + dir = "/home/yunohost.app/__APP__" + owner = "__APP__:www-data" + [resources.permissions] main.url = "/"