diff --git a/README.md b/README.md index 987baff..7d5222c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ Music collection manager for Usenet and BitTorrent users * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 55e8168..c504b08 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,6 @@ Music collection manager for Usenet and BitTorrent users * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index 68d2b5a..d57f0b2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Lidarr" description.en = "Music collection manager for Usenet and BitTorrent users" description.fr = "Gestionnaire de discothèque pour utilisateurs de Usenet et BitTorrent" -version = "1.3.5.3530~ynh2" +version = "1.3.5.3530~ynh3" maintainers = ["tituspijean"] @@ -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"