1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lidarr_ynh.git synced 2024-09-03 19:35:58 +02:00

Merge pull request #19 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-09-30 09:07:22 +02:00 committed by GitHub
commit 473e98aa3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View file

@ -29,7 +29,6 @@ Music collection manager for Usenet and BitTorrent users
* Official app website: <https://lidarr.audio>
* Official admin documentation: <https://wiki.servarr.com/Lidarr>
* Upstream app code repository: <https://github.com/Lidarr/Lidarr>
* YunoHost documentation for this app: <https://yunohost.org/app_lidarr>
* Report a bug: <https://github.com/YunoHost-Apps/lidarr_ynh/issues>
## Developer info

View file

@ -29,7 +29,6 @@ Music collection manager for Usenet and BitTorrent users
* Site officiel de lapp : <https://lidarr.audio>
* Documentation officielle de ladmin : <https://wiki.servarr.com/Lidarr>
* Dépôt de code officiel de lapp : <https://github.com/Lidarr/Lidarr>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_lidarr>
* Signaler un bug : <https://github.com/YunoHost-Apps/lidarr_ynh/issues>
## Informations pour les développeurs

View file

@ -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"