From ddca1b75b289460a0fe277e7a1bf63d7c89271c9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 14 Apr 2022 16:01:13 +0200 Subject: [PATCH] Fix --- doc/DESCRIPTION.md | 9 ++++----- manifest.json | 7 +++---- scripts/install | 3 +++ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0685205..cab20a1 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -2,8 +2,7 @@ Some long and extensive description of what the app is and does, lorem ipsum dol ### Features -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." + Cross Platform. Works on Windows, OSX, Linux, & FreeBSD + Light on memory and CPU + Tested on multi-terabyte libraries + Runs on ARM boards like the Raspberry Pi diff --git a/manifest.json b/manifest.json index 36221b3..acbfc52 100644 --- a/manifest.json +++ b/manifest.json @@ -18,16 +18,15 @@ }, "license": "AGPL-3.0-only", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "", + "email": "" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ - "nginx", - "mysql" + "nginx" ], "arguments": { "install" : [ diff --git a/scripts/install b/scripts/install index d260611..5d9b935 100755 --- a/scripts/install +++ b/scripts/install @@ -110,6 +110,9 @@ ynh_app_setting_set --app=$app --key=datadir --value=$datadir mkdir -p $datadir +mkdir -p $datadir/media/album-art +mkdir -p $datadir/media/db + chmod 750 "$datadir" chmod -R o-rwx "$datadir" chown -R $app:www-data "$datadir"