From a104844d0b46b3827b5f30f0dd156bb3e4bc76f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:05:06 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 68d2b5a..5960684 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ admindoc = "https://wiki.servarr.com/Lidarr" code = "https://github.com/Lidarr/Lidarr" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -33,6 +33,10 @@ ram.runtime = "50M" type = "path" default = "/lidarr" + [install.init_main_permission] + type = "group" + default = "visitors" + [install.admin] type = "user" @@ -70,4 +74,4 @@ ram.runtime = "50M" api.protected = true [resources.apt] - packages = "curl mediainfo sqlite3" + packages = "curl, mediainfo, sqlite3"