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

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-09-29 19:05:06 +02:00
parent ab1f897132
commit a104844d0b

View file

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