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:
parent
ab1f897132
commit
a104844d0b
1 changed files with 6 additions and 2 deletions
|
@ -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