mirror of
https://github.com/YunoHost-Apps/lidarr_ynh.git
synced 2024-09-03 19:35:58 +02:00
commit
473e98aa3c
3 changed files with 7 additions and 5 deletions
|
@ -29,7 +29,6 @@ Music collection manager for Usenet and BitTorrent users
|
||||||
* Official app website: <https://lidarr.audio>
|
* Official app website: <https://lidarr.audio>
|
||||||
* Official admin documentation: <https://wiki.servarr.com/Lidarr>
|
* Official admin documentation: <https://wiki.servarr.com/Lidarr>
|
||||||
* Upstream app code repository: <https://github.com/Lidarr/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>
|
* Report a bug: <https://github.com/YunoHost-Apps/lidarr_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -29,7 +29,6 @@ Music collection manager for Usenet and BitTorrent users
|
||||||
* Site officiel de l’app : <https://lidarr.audio>
|
* Site officiel de l’app : <https://lidarr.audio>
|
||||||
* Documentation officielle de l’admin : <https://wiki.servarr.com/Lidarr>
|
* Documentation officielle de l’admin : <https://wiki.servarr.com/Lidarr>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/Lidarr/Lidarr>
|
* Dépôt de code officiel de l’app : <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>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/lidarr_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Lidarr"
|
||||||
description.en = "Music collection manager for Usenet and BitTorrent users"
|
description.en = "Music collection manager for Usenet and BitTorrent users"
|
||||||
description.fr = "Gestionnaire de discothèque pour utilisateurs de Usenet et BitTorrent"
|
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"]
|
maintainers = ["tituspijean"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ admindoc = "https://wiki.servarr.com/Lidarr"
|
||||||
code = "https://github.com/Lidarr/Lidarr"
|
code = "https://github.com/Lidarr/Lidarr"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -33,6 +33,10 @@ ram.runtime = "50M"
|
||||||
type = "path"
|
type = "path"
|
||||||
default = "/lidarr"
|
default = "/lidarr"
|
||||||
|
|
||||||
|
[install.init_main_permission]
|
||||||
|
type = "group"
|
||||||
|
default = "visitors"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
||||||
|
@ -70,4 +74,4 @@ ram.runtime = "50M"
|
||||||
api.protected = true
|
api.protected = true
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "curl mediainfo sqlite3"
|
packages = "curl, mediainfo, sqlite3"
|
||||||
|
|
Loading…
Reference in a new issue